tests/check/pipelines/theoraenc.c: Pushing 10 buffers is enough to run the test.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
4         Pushing 10 buffers is enough to run the test.
5
6 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
9         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
10         (main):
11         Hook up the SKIP seek flag.
12
13 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * gst/playback/gstplaybin2.c: (pad_added_cb):
16         Error out with a missing-plugin error when the input-selector was not
17         found.
18
19         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
20         Indentation.
21
22 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
23
24         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
25         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
26         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
27         (gst_play_sink_send_event), (gst_play_sink_change_state):
28         Use G_DEFINE_TYPE.
29         Try to set the selected sink to READY before using it. This will allow
30         for detection of incompatible formats sooner.
31         Don't cause a fatal error when conversion elements are missing but post
32         a missing-element message and a warning instead because things might
33         still link and run fine.
34         Simplyfy the construction of audio and video sink chains.
35
36 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
37
38         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
39         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
40         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
41         init from glib.
42
43 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
44
45         Patch by: Luis Menina <liberforce at freeside dot fr>
46
47         * gst-libs/gst/floatcast/floatcast.h:
48         * gst/typefind/gsttypefindfunctions.c:
49         Include glib.h instead of a specific GLib header. Including single
50         GLib headers is deprecated. Fixes bug #563904.
51
52 2008-12-09  Julien Moutte  <julien@fluendo.com>
53
54         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
55         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
56
57 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst-libs/gst/riff/riff-read.c:
60           Fix handling of odd chunks in riff metadata.
61
62 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * gst/volume/gstvolume.c: (gst_volume_class_init),
65         (volume_before_transform), (volume_transform_ip):
66         Use new basetransform vmethod to reconfigure the dynamic properties and
67         any pending volume/mute changes. Fixes #563508.
68
69 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
70
71         * configure.ac:
72         First check for "theoraenc theoradec" and if that failed check
73         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
74         deprecate the latter. Also linking on Windows fails with just "theora"
75         and the version check would fail for the release candidates.
76         Fixes bug #563718.
77
78 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
79
80         * gst/playback/gstdecodebin.c:
81         * gst/playback/gstdecodebin2.c:
82           Add basic docs to decodebin and link to decodebin from decodebin2.
83           
84 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         Patch by: Olivier Crete  <tester at tester ca>
87
88         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
89         * gst-libs/gst/rtp/gstrtcpbuffer.h:
90         Implement gst_rtcp_packet_remove(). Fixes #563174.
91
92         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
93         Add unit test for some RTCP functions.
94
95 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * configure.ac:
98         Apparently AC_CONFIG_MACRO_DIR breaks when using more
99         than one macro directory, reverting last change.
100
101 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * configure.ac:
104         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
105         our M4 macros.
106
107 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
108
109         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
111         Clear all flags on buffers returned from the image pool.
112         Fixes #563143
113
114 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
115
116         Patch by: Cygwin Ports maintainer
117                   <yselkowitz at users dot sourceforge dot net>
118
119         * autogen.sh:
120         * configure.ac:
121         Require gettext 0.17 because older versions don't mix with libtool
122         2.2. At build time an older gettext version will still work.
123         Fixes bug #556091.
124
125 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
126
127         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
128
129 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
130
131         * docs/plugins/gst-plugins-base-plugins.args:
132         * docs/plugins/gst-plugins-base-plugins.hierarchy:
133         * docs/plugins/gst-plugins-base-plugins.interfaces:
134         * docs/plugins/gst-plugins-base-plugins.prerequisites:
135         * docs/plugins/inspect/plugin-videorate.xml:
136         * gst/speexresample/gstspeexresample.c:
137         Update documentation of speexresample for the new element name.
138
139 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
140
141         * gst/speexresample/README:
142         Update README with the latest diff between the Speex resampler
143         and our copy.
144
145 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
146
147         * gst/speexresample/gstspeexresample.c: (plugin_init):
148         Update the debug category from speex_resample to audioresample.
149
150 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
151
152         * gst/audioresample/Makefile.am:
153         * gst/audioresample/buffer.c:
154         * gst/audioresample/buffer.h:
155         * gst/audioresample/debug.c:
156         * gst/audioresample/debug.h:
157         * gst/audioresample/functable.c:
158         * gst/audioresample/functable.h:
159         * gst/audioresample/gstaudioresample.c:
160         * gst/audioresample/gstaudioresample.h:
161         * gst/audioresample/resample.c:
162         * gst/audioresample/resample.h:
163         * gst/audioresample/resample_chunk.c:
164         * gst/audioresample/resample_functable.c:
165         * gst/audioresample/resample_ref.c:
166         * tests/check/elements/audioresample.c:
167         Remove audioresample files.
168
169 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
170
171         * docs/plugins/inspect/plugin-audioresample.xml:
172         Regenerated for library filename change.
173
174 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         * configure.ac:
177         * docs/plugins/Makefile.am:
178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
179         * docs/plugins/gst-plugins-base-plugins.args:
180         * docs/plugins/gst-plugins-base-plugins.hierarchy:
181         * docs/plugins/gst-plugins-base-plugins.interfaces:
182         * docs/plugins/gst-plugins-base-plugins.prerequisites:
183         * docs/plugins/inspect/plugin-adder.xml:
184         * docs/plugins/inspect/plugin-alsa.xml:
185         * docs/plugins/inspect/plugin-audioconvert.xml:
186         * docs/plugins/inspect/plugin-audiorate.xml:
187         * docs/plugins/inspect/plugin-audioresample.xml:
188         * docs/plugins/inspect/plugin-audiotestsrc.xml:
189         * docs/plugins/inspect/plugin-cdparanoia.xml:
190         * docs/plugins/inspect/plugin-decodebin.xml:
191         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
192         * docs/plugins/inspect/plugin-gdp.xml:
193         * docs/plugins/inspect/plugin-gio.xml:
194         * docs/plugins/inspect/plugin-gnomevfs.xml:
195         * docs/plugins/inspect/plugin-libvisual.xml:
196         * docs/plugins/inspect/plugin-ogg.xml:
197         * docs/plugins/inspect/plugin-pango.xml:
198         * docs/plugins/inspect/plugin-playback.xml:
199         * docs/plugins/inspect/plugin-queue2.xml:
200         * docs/plugins/inspect/plugin-subparse.xml:
201         * docs/plugins/inspect/plugin-tcp.xml:
202         * docs/plugins/inspect/plugin-theora.xml:
203         * docs/plugins/inspect/plugin-typefindfunctions.xml:
204         * docs/plugins/inspect/plugin-uridecodebin.xml:
205         * docs/plugins/inspect/plugin-video4linux.xml:
206         * docs/plugins/inspect/plugin-videorate.xml:
207         * docs/plugins/inspect/plugin-videoscale.xml:
208         * docs/plugins/inspect/plugin-videotestsrc.xml:
209         * docs/plugins/inspect/plugin-volume.xml:
210         * docs/plugins/inspect/plugin-vorbis.xml:
211         * docs/plugins/inspect/plugin-ximagesink.xml:
212         * docs/plugins/inspect/plugin-xvimagesink.xml:
213         * gst/speexresample/gstspeexresample.c: (plugin_init):
214         * gst/speexresample/Makefile.am:
215         * tests/check/Makefile.am:
216         * tests/check/elements/speexresample.c: (setup_speexresample),
217         (GST_START_TEST), (test_pipeline):
218         Rename the moved speexresample to audioresample, integrate into the
219         build system and remove the old audioresample from the build system.
220         Fixes bug #558124, #385061, #346218, #116051.
221
222 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * gst-libs/gst/audio/gstbaseaudiosrc.c:
225         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
226         Avoid nasty int overflows after about 12 hours and 25 minutes when these
227         code paths are triggered. 
228         A free beer to Håvard Graff for finding this!
229
230 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
231
232         Patch by: 이문형 <iwings at gmail dot com>
233
234         * gst-libs/gst/rtsp/gstrtspconnection.c:
235         (gst_rtsp_connection_connect):
236         A successful gst_poll_wait() doesn't always mean successful connect() on
237         Windows.  We should check errors by calling gst_poll_fd_has_error().
238         See #561924.
239
240 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
241
242         * gst-libs/gst/rtp/gstrtcpbuffer.c:
243         Fix typo in the docs.
244
245 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
246
247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
248         If no stream was found before receiving EOS, post an error message.
249         Fixes #561924.
250
251 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
252
253         * ext/theora/gsttheoraenc.h:
254         * ext/theora/theoraenc.c: (gst_theora_enc_init),
255         (theora_buffer_from_packet), (theora_push_packet),
256         (theora_enc_sink_event), (theora_enc_is_discontinuous),
257         (theora_enc_chain):
258         Parse segment events.
259         Pass incomming buffer timestamps to outgoing buffers.
260         Use the running_time to construct the granulepos.
261         Fixes #562163.
262
263 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
264
265         * gst/playback/gstplaybin2.c: (activate_group):
266         Fix buffer-duration property.
267
268 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
269
270         * gst-libs/gst/audio/gstbaseaudiosink.c:
271         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
272         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
273         (gst_base_audio_sink_change_state):
274         Really fix audiosink drain handling by keeping track of the running_time
275         of the last sample.
276
277 2008-11-24  Michael Smith <msmith@songbirdnest.com>
278
279         * gst/playback/gstplaybin2.c:
280           Add notification of current stream. Add ability to configure buffer
281           sizes.
282         * gst/playback/gsturidecodebin.c:
283           Add ability to configure buffer sizes for streaming mode.
284           Bug #561734.
285
286 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
287
288         * gst-libs/gst/audio/gstbaseaudiosink.c:
289           Time is already in running_time. Remove base_time handling. Fixes
290           audiosinks not draining and thus chopping some audio in the end.
291
292 2008-11-24  David Schleef  <ds@schleef.org>
293
294         * ext/ogg/gstoggmux.c:
295         * ext/ogg/gstoggmux.h:
296           If we're muxing a dirac stream, flush the page after every picture.
297
298 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
299
300         * gst-libs/gst/audio/gstbaseaudiosink.c:
301           Add one log message to check for audio_drained. Sync one log message
302           with the condition. Send EOS after draining audio in pull mode.
303
304 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
307         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
308         Use gst_buffer_try_new_and_alloc() and fail properly if the
309         allocation failed. This prevents abort() if downstream elements
310         request an insane amount of memory.
311
312 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
313
314         * gst/volume/gstvolume.c: (volume_choose_func),
315         (volume_update_volume), (gst_volume_set_volume),
316         (gst_volume_get_volume), (gst_volume_set_mute),
317         (gst_volume_class_init), (gst_volume_init),
318         (volume_process_double), (volume_process_float),
319         (volume_process_int32), (volume_process_int32_clamp),
320         (volume_process_int24), (volume_process_int24_clamp),
321         (volume_process_int16), (volume_process_int16_clamp),
322         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
323         (volume_transform_ip), (volume_set_property),
324         (volume_get_property):
325         * gst/volume/gstvolume.h:
326         Cleanup volume, define and use default values.
327         Recalculate new volume and mute setup before processing. Fixes #561789.
328
329         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
330         Add controller unit test. Patch by: Jonathan Matthew
331         Fix bogus test that messed with basetransform's internal state.
332
333 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
334
335         * gst/videorate/gstvideorate.c:
336         Add jpeg and png image media types to the caps. Fixes #561436.
337
338 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst/playback/gstplaysink.c: (gen_audio_chain):
341         Don't post an error when we can't configure the volume but post a
342         warning instead. Fixes #561780.
343
344 2008-11-21  David Schleef  <ds@schleef.org>
345
346         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
347
348         * gst/videotestsrc/gstvideotestsrc.c:
349         * gst/videotestsrc/gstvideotestsrc.h:
350         * gst/videotestsrc/videotestsrc.c:
351         * gst/videotestsrc/videotestsrc.h:
352           Add a zone plate pattern generator based on BBC R&D Report
353           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
354           kx2=20 ky2=20 kt=1'.
355
356 2008-11-20  Michael Smith <msmith@songbirdnest.com>
357
358         * gst/playback/gstdecodebin2.c:
359           Fix random fat-fingering making this not compile.
360
361 2008-11-20  Michael Smith <msmith@songbirdnest.com>
362
363         * gst/playback/gstdecodebin2.c:
364           If the top-level type of the stream is plain text, don't try to decode
365           it, matching behaviour of decodebin.
366         * gst/playback/gstplaysink.c:
367           If we fail to generate a text chain (e.g. due to missing optional
368           plugins), don't crash.
369
370 2008-11-20  Michael Smith <msmith@songbirdnest.com>
371
372         * gst-libs/gst/rtsp/gstrtspdefs.c:
373           Fix win32 build. Oops.
374
375 2008-11-20  Michael Smith <msmith@songbirdnest.com>
376
377         * gst-libs/gst/rtsp/gstrtspdefs.c:
378           Use WSAGetLastError() rather than errno/h_errno on win32.
379
380 2008-11-20  Michael Smith <msmith@songbirdnest.com>
381
382         * gst-libs/gst/riff/riff-media.c:
383           Support WMA Lossless properly.
384
385 2008-11-18  David Schleef  <ds@schleef.org>
386
387         * gst/videotestsrc/gstvideotestsrc.c:
388         * gst/videotestsrc/gstvideotestsrc.h:
389         * gst/videotestsrc/videotestsrc.c:
390         * gst/videotestsrc/videotestsrc.h:
391           Add "colorspec" property, specifying whether to generate BT.601
392           or BT.709 video.  This only affects YCbCr values, not RGB, since
393           if you're generating a 709 test pattern, presumably you want
394           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
395           uses 75% colors instead of 100%, since this is often more useful
396           for testing (and also follows the SMPTE EG-1 guideline).
397
398 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
399
400         * gst/playback/gstdecodebin.c:
401         Add a "sink-caps" property to decodebin like it's done for decodebin2.
402         Fixes #560380.
403
404 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
405
406         * gst/audioresample/gstaudioresample.c:
407         Guard against a NULL dereference I somehow encountered -
408         with a FLUSH_STOP arriving either before basetransform _start(),
409         or after _stop().
410
411         * gst/typefind/gsttypefindfunctions.c:
412         Make sure we never jump backwards when typefinding corrupt mov files.
413
414 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
415
416         * gst-libs/gst/interfaces/propertyprobe.c:
417         Fix random type causing a docs warning.
418
419 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
420
421         * sys/v4l/gstv4l.c:
422           Give it a minimal rank for autovideosrc.
423
424 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
425
426         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
427         (plugin_init):
428         Improve typefinding of ISO JPEG2000 mime types.
429
430 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
433         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
434         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
435         * sys/xvimage/xvimagesink.h:
436         Avoid typechecking when we do trivial casts.
437         Move error handling out of the main program flow.
438         Sneak in the display-region caps property, not completely correct yet.
439         Cache the width/height in buffer_alloc instead of parsing it from the
440         caps all the time.
441
442 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         * gst/playback/gstplaybin2.c: (deactivate_group):
445         don't try to unlink the selector sinkpad when we don't have it yet. This
446         can happen if an error occured before the group was complete.
447
448 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
451         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
452         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
453         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
454         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
455         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
456         (gst_rtp_buffer_get_extension_data),
457         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
458         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
459         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
460         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
461         (gst_rtp_buffer_get_payload_type),
462         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
463         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
464         (gst_rtp_buffer_set_timestamp),
465         (gst_rtp_buffer_get_payload_subbuffer),
466         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
467         Avoid expensive type checks we already did as part of the 
468         _validate() function that should be called first.
469
470 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
473         (gst_base_rtp_depayload_push_full),
474         (gst_base_rtp_depayload_set_gst_timestamp):
475         Fix some cases where a newsegment event was not sent.
476
477 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         * gst/playback/gstplaybin2.c: (activate_group):
480         Catch state change errors and stop from the uridecodebin elements
481         instead of trying to continue in vain.
482
483 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
484
485         * gst-libs/gst/audio/gstbaseaudiosink.c:
486         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
487         (gst_base_audio_sink_callback):
488         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
489         for the latency to expire, fixes #559567.
490
491 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
492
493         * gst/adder/gstadder.c:
494           Change author string after seeing output of gst-inspector.
495
496 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
499         Don't try to do crazy things when we only have a text pad without a
500         video pad. Fixes #559478.
501
502 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
505         Fix case where we don't have a range for the rates or channels as is the
506         case with truespeech.
507
508 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * gst/volume/gstvolume.c: (volume_update_real_volume),
511         (gst_volume_set_volume), (gst_volume_get_volume),
512         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
513         (volume_transform_ip), (volume_update_mute),
514         (volume_update_volume), (volume_get_property):
515         * gst/volume/gstvolume.h:
516         Keep negotiated state in a separate variable.
517         Protect the volume and mute properties with the object lock.
518         Protect modifying the transform with the transform lock.
519
520 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
523         (gst_ffmpeg_pixfmt_to_caps):
524         Only convert caps to string when debug is enabled.
525
526 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         * ext/theora/gsttheoradec.h:
529         * ext/theora/theoradec.c: (gst_theora_dec_init),
530         (gst_theora_dec_reset), (theora_dec_src_event),
531         (theora_dec_sink_event), (theora_handle_type_packet):
532         Copy seqnum.
533         Keep events in a pending list, like vorbisdec, instead of trying
534         to construct a segment event ourselves.
535
536         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
537         (vorbis_dec_src_event), (vorbis_dec_sink_event):
538         * ext/vorbis/vorbisdec.h:
539         Copy seqnum.
540
541 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
542
543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
544         (gst_ogg_demux_deactivate_current_chain),
545         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
546         (gst_ogg_demux_loop):
547         * ext/ogg/gstoggdemux.h:
548         Copy seqnums around to track playback segments and messages.
549
550 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         Based on patch by: Matthias Kretz <kretz at kde dot org>
553
554         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
555         (gst_alsasink_prepare), (gst_alsasink_unprepare),
556         (gst_alsasink_write):
557         Make all access non-blocking so that we can better handle unplugging
558         of usb devices. Fixes #559111
559
560 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         Patch by: Damien Lespiau  <damien.lespiau gmail com>
563
564         * gst-libs/gst/rtsp/gstrtspconnection.c:
565         (gst_rtsp_connection_write):
566         Make the next call to poll not depend on previous calls to poll with or
567         without reading from the active descriptor. Fixes #544293.
568
569 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
570
571         Patch by: Nick Haddad <nick at haddads dot net>
572
573         * gst-libs/gst/riff/riff-ids.h:
574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
575         Add support for other fourcc codes that are commonly used for
576         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
577         Fixes #558553.
578
579 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
580
581         * gst/audioresample/gstaudioresample.c:
582           Return the result of parent_class->event().
583
584 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
585
586         * gst/audioresample/gstaudioresample.c:
587         (gst_audioresample_class_init), (audioresample_fixate_caps):
588         Fixate the rate to the nearest supported rate instead of
589         the first one. Fixes bug #549510.
590
591 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
592
593         * win32/common/libgstaudio.def:
594         Add new symbols.
595
596 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
597
598         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
599         Attempt to make obfuscated code clearer.
600
601 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         * docs/libs/gst-plugins-base-libs-sections.txt:
604         * gst-libs/gst/floatcast/floatcast.h:
605         Move float endianness conversion macros to core. Second part of
606         bug ##555196.
607
608 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
609
610         * sys/ximage/ximagesink.h:
611         * sys/xvimage/xvimagesink.h:
612           Don't mark as gtk-doc docs as they aren't public.
613
614 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
615
616         * sys/xvimage/xvimagesink.c:
617         * sys/xvimage/xvimagesink.h:
618         * tests/icles/Makefile.am:
619         * tests/icles/test-colorkey.c:
620           Allow setting colorkey if possible. Implement property probe interface
621           for optional X features (autopaint-colorkey, double-buffer and
622           colorkey). Fixes #554533
623
624 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
625
626         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
627         Remove useless buffer size assignment. It already has this value.
628
629 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst-libs/gst/audio/gstaudiosink.c:
632         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
633         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
634         (gst_audioringbuffer_stop):
635         Implement a separate activate functions to start monitoring the segments
636         or, in pull mode, pulling in data.
637
638         * gst-libs/gst/audio/gstbaseaudiosink.c:
639         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
640         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
641         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
642         (gst_base_audio_sink_activate_pull),
643         (gst_base_audio_sink_async_play),
644         (gst_base_audio_sink_change_state):
645         Implement pad and element convert query function.
646         Activate the ringbuffer.
647         Use the segment last_stop value as the offset to pull.
648         Use new basesink _do_preroll() method to preroll in the pulling thread.
649         Take appropriate locking in the pulling thread.
650
651         * gst-libs/gst/audio/gstringbuffer.h:
652         Update some docs.
653
654 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
655
656         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
657         Improve MXF typefinding a bit by searching for a header partition
658         pack instead of just a general partition pack and checking more
659         bytes for valid values.
660
661 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         * tests/icles/.cvsignore:
664         update ignore file.
665
666         * tests/icles/Makefile.am:
667         * tests/icles/test-box.c: (make_pipeline), (main):
668         Add another interactive command line experimentation suite for
669         dynamically boxing/cropping/saling an input video.
670
671 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         * docs/libs/gst-plugins-base-libs-sections.txt:
674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
675         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
676         * gst-libs/gst/audio/gstringbuffer.h:
677         Add methods to more accuratly control the pulling thread of a
678         ringbuffer.
679         Add format conversion helper code to the ringbuffer.
680         API: GstRingBuffer:gst_ring_buffer_activate()
681         API: GstRingBuffer:gst_ring_buffer_is_active()
682         API: GstRingBuffer:gst_ring_buffer_convert()
683
684 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
687         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
688         (gst_audioringbuffer_stop):
689         Signal thread startup earlier so that we can immediatly go into pull
690         mode when we have to and block on preroll.
691
692 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
693
694         * gst-libs/gst/audio/gstringbuffer.c:
695         (gst_ring_buffer_prepare_read):
696         In pull mode we want the callback to prepull a buffer we can preroll on
697         even when we are not yet playing.
698
699 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
700
701         * ext/alsa/Makefile.am:
702         * ext/cdparanoia/Makefile.am:
703         * ext/gio/Makefile.am:
704         * ext/gnomevfs/Makefile.am:
705         * ext/libvisual/Makefile.am:
706         * ext/ogg/Makefile.am:
707         * ext/pango/Makefile.am:
708         * ext/theora/Makefile.am:
709         * ext/vorbis/Makefile.am:
710         * gst/adder/Makefile.am:
711         * gst/audioconvert/Makefile.am:
712         * gst/audiorate/Makefile.am:
713         * gst/audioresample/Makefile.am:
714         * gst/audiotestsrc/Makefile.am:
715         * gst/ffmpegcolorspace/Makefile.am:
716         * gst/gdp/Makefile.am:
717         * gst/playback/Makefile.am:
718         * gst/subparse/Makefile.am:
719         * gst/tcp/Makefile.am:
720         * gst/typefind/Makefile.am:
721         * gst/videorate/Makefile.am:
722         * gst/videoscale/Makefile.am:
723         * gst/videotestsrc/Makefile.am:
724         * gst/volume/Makefile.am:
725         * sys/v4l/Makefile.am:
726         * sys/ximage/Makefile.am:
727         * sys/xvimage/Makefile.am:
728           Don't install static libs for plugins. Fixes #550851 for base.
729
730 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
733         Set the default blocksize to -1 because we will then use the configured
734         samplesperbuffer to create our output buffer.
735
736 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
737
738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
739         (gst_riff_create_video_template_caps):
740         Add mappping for the KMVC (Karl Morton's Video) Codec.
741
742 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
743
744         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
745         Don't forget to advance the offset of what we're matching against, else
746         we end up in a forever loop.
747
748 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
749
750         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
751         Improve typefinding a bit. If we don't have a Unicode charset
752         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
753
754 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
755
756         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
757         Fix build on macosx.
758
759 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
760
761         Based on patch by: Robin Stocker <robin at nibor dot org>
762
763         * ext/theora/gsttheoradec.h:
764         * ext/theora/theoradec.c: (gst_theora_dec_init),
765         (theora_dec_setcaps), (theora_handle_type_packet),
766         (theora_dec_decode_buffer), (theora_dec_change_state):
767         Parse input caps and make the PAR override the encoded PAR when
768         specified by a container. Fixes #555699.
769
770 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
771
772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
773         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
774         (gst_base_rtp_depayload_set_gst_timestamp),
775         (gst_base_rtp_depayload_change_state):
776         * gst-libs/gst/rtp/gstbasertpdepayload.h:
777         Add some more G_LIKELY
778         Fail when the setcaps function was not called.
779
780         * gst-libs/gst/rtp/gstbasertppayload.c:
781         (gst_basertppayload_set_outcaps):
782         Propagate return value of setcaps.
783
784 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
785
786         * gst/subparse/Makefile.am:
787         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
788         (gst_sub_parse_class_init), (gst_sub_parse_init),
789         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
790         (get_next_line), (gst_sub_parse_data_format_autodetect),
791         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
792         (gst_subparse_type_find):
793         * gst/subparse/gstsubparse.h:
794         Add support for UTF16/UTF32 subtitles as long as the first bytes of
795         the first buffer contain the BOM. This also adds support for other
796         encodings that allow NUL bytes via the encoding property.
797         Fixes bugs #552237 and #456788.
798
799 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
800
801         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
802         Don't drop the last byte of image tags if they're not an URI list.
803         Fixes bug #556066.
804
805 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
806
807         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
808         For looking at the 4th byte we have to get 4 bytes of course
809         and not 3.
810
811 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
812
813         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
814         Improve FLAC-without-headers typefinding by looking at most of the
815         frame header and checking if invalid values are used. Should prevent
816         quite some false positives compared to the old version which only
817         check if the first 14 bits are set.
818
819 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
820
821         * sys/xvimage/xvimagesink.c:
822           Don't assert on caps==NULL.
823
824 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
825
826         * gst/subparse/gstsubparse.c:
827         (gst_sub_parse_data_format_autodetect), (handle_buffer),
828         (gst_sub_parse_change_state):
829         * gst/subparse/gstsubparse.h:
830         * tests/check/elements/subparse.c: (GST_START_TEST):
831         Add support for subtitle files with UTF-8 BOM at the beginning
832         by simple stripping it from the first line before passing it
833         to any parsing code. Fixes bug #555257 and playback of files
834         created by Gnome Subtitles.
835
836 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst/audiotestsrc/gstaudiotestsrc.c:
839         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
840         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
841         (gst_audio_test_src_start), (gst_audio_test_src_stop),
842         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
843         (gst_audio_test_src_create):
844         * gst/audiotestsrc/gstaudiotestsrc.h:
845         Define the default property values in the usual place.
846         Implement start/stop to reset values correctly.
847         Calculate the sample size only once when we negotiate.
848         Rename some values to make more sense.
849         Keep track of our byte range.
850         Add support for pull based scheduling. Disabled for now until we have
851         the whole stack working.
852         Set the BUFFER_OFFSET correctly.
853
854 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
855
856         Based on a patch by: xavierb at gmail dot com
857
858         * gst/subparse/gstsubparse.c:
859         (gst_sub_parse_data_format_autodetect):
860         * tests/check/elements/subparse.c: (GST_START_TEST):
861         Make the detection of the used subtitle a bit less strict
862         for srt subtitles. Fixes bug #555607.
863
864 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
865
866         * ext/vorbis/vorbisenc.c:
867         (gst_vorbis_enc_buffer_check_discontinuous):
868         Fix discontinuity detection which was broken by last commit.
869
870 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
871
872         * configure.ac::
873           Require core CVS for ghostpad API additions used by decodebin2.
874
875 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
876
877         * gst-libs/gst/audio/gstbaseaudiosrc.c:
878         (gst_base_audio_src_create):
879         Fix debug statements (space between '%' and actual format).
880
881 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
882
883         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
884         Remove bogus assert, the decodepad could have been created inside an
885         already existing group.
886
887 2008-10-08  Andy Wingo  <wingo@pobox.com>
888
889         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
890         target instead of setting it.
891         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
892         API for a decode pad. The bugfix is that we set the group in
893         activate(), not when the pad was created because it might be NULL
894         then.
895         (gst_decode_group_control_source_pad, gst_decode_group_expose):
896         Update to use the API.
897
898 2008-10-08  Andy Wingo  <wingo@pobox.com>
899
900         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
901         be a subclass of GstGhostPad.
902         (analyze_new_pad): So, when emitting the signals that determine
903         how we do autoplugging, already create the ghost pad and use it as
904         the pad in the signal arguments. This allows applications to make
905         a connection between the pad passed in e.g. autoplug-continue, and
906         the pad passed in new-decoded-pad.
907         (connect_pad, expose_pad): Update to receive the ghosted decode
908         pad in the args, retargetting it as necessary if we have to plug
909         the target pad through a multiqueue.
910         (gst_decode_group_control_source_pad): Adapt to receive an
911         already-ghosted pad that just needs activation, blocking, and
912         drain notification.
913         (sort_end_pads): Adapt for decode pads actually being pads.
914         (gst_decode_group_expose): Adapt for decode pads actually being
915         pads. Rewrite the decode pad names so they appear in order. Adds a
916         new error case if we couldn't set the name.
917         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
918         logic.
919         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
920         New API for the decode pad, needed because we shouldn't do these
921         things inside gst_decode_pad_new(), but after.
922         (gst_decode_pad_new): Change to actually make the real pad, and
923         delay the blocking/drainage bits.
924
925 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
926
927         Patch by: Daniel Drake <dsd at laptop dot org>
928
929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
930         Unref all buffers when clearing collectpads. Fixes bug #546955.
931
932 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
933
934         Based on a patch by: Klaas <klaas at rivercrew dot net>
935
936         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
937         (gst_vorbis_enc_buffer_check_discontinuous),
938         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
939         * ext/vorbis/vorbisenc.h:
940         Keep track of the upstream segments and use the running time on that
941         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
942
943 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
944
945         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
946         Prevent overflows with big buffer when calculating the size of
947         the intermediate buffer by using gst_util_uint64_scale() instead of
948         plain arithmetics. Fixes bug #552801.
949
950 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
951
952         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
953
954         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
955         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
956         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
957         (gst_clock_overlay_get_property):
958         * ext/pango/gstclockoverlay.h:
959         API: Add ability to specify format for date/time display by
960         adding a "time-format" property.
961         Fixes bug #554879.
962
963 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
964
965         Patch by: Jan Gerber <j at oil21 dot org>
966
967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
968         (gst_riff_create_video_template_caps):
969         Add FFV1 fourcc to support playback of FFMPEG lossless video
970         in AVI. Fixes bug #555319.
971
972 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
975
976         * gst-libs/gst/audio/gstbaseaudiosrc.c:
977         (gst_base_audio_src_create):
978         Implement skew clock slaving. Fixes #552559.
979
980 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * gst-libs/gst/audio/multichannel.c:
983         * gst-libs/gst/audio/testchannels.c:
984         Fix include of config.h
985
986 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
989
990         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
991         (print_media), (gst_sdp_message_dump):
992         Fix parsing of the c= field containing multicast addresses.
993         Fixes #552199.
994         Add the connection info to the session or streams.
995         Fix parsing of the bandwidth.
996         Add debugging for the connections and bandwidths for a media.
997         Add debugging for the bandwidth of the session. 
998
999 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1000
1001         * gst-libs/gst/rtp/gstbasertppayload.c:
1002         (gst_basertppayload_change_state):
1003         Configure the next seqnum and timestamp in the state change so that they
1004         can be queried soon after.
1005
1006 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1007
1008         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1009         (gst_base_rtp_depayload_chain):
1010         Improve debugging of the rtptime.
1011
1012 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1013
1014         * configure.ac:
1015         Back to development -> 0.10.21.1
1016
1017 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1020         (plugin_init):
1021         Add typefinding for FLAC without headers in the beginning.
1022         This is already handled by flacdec and friends.
1023
1024 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1025
1026         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1027         (plugin_init):
1028         Add typefinder for MXF.
1029
1030 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1031
1032         * tests/icles/Makefile.am:
1033         Only build test-colorkey if GTK+ is available.
1034
1035 === release 0.10.21 ===
1036
1037 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1038
1039         * configure.ac:
1040           releasing 0.10.21, "We Could Be Wrong"
1041
1042 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1043
1044         * configure.ac:
1045         0.10.20.4 pre-release
1046
1047 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1048
1049         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1050
1051         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1052         Set the BOS flag on the BOS packet. Fixes #553244.
1053
1054 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1055
1056         * gst-libs/gst/rtsp/gstrtspmessage.c:
1057         (gst_rtsp_message_parse_request),
1058         (gst_rtsp_message_parse_response):
1059         Fix the g_return_val_if_fail() statements.
1060
1061 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1062
1063         * gst-libs/gst/tag/gsttagdemux.c:
1064           Fail to activate if there's insufficient data in the file to be usable,
1065           preventing an assertion fail later. Fixes #552960
1066
1067 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1068
1069         * gst-libs/gst/pbutils/descriptions.c:
1070         * gst/typefind/gsttypefindfunctions.c:
1071           Recognise Kate subtitle streams (#550582).
1072
1073 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1074
1075         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1076           Remove trailing comma from enum list, which causes problems
1077           with -pendantic (#550729).
1078
1079 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1080
1081         * configure.ac:
1082         0.10.20.2 pre-release
1083
1084         * po/LINGUAS:
1085         * po/id.po:
1086         * po/pt_BR.po:
1087
1088         New translations.
1089
1090 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1091
1092         * gst-libs/gst/interfaces/propertyprobe.c:
1093           (gst_property_probe_get_properties),
1094           (gst_property_probe_get_property),
1095           (gst_property_probe_probe_property),
1096           (gst_property_probe_probe_property_name),
1097           (gst_property_probe_needs_probe),
1098           (gst_property_probe_needs_probe_name),
1099           (gst_property_probe_get_values),
1100           (gst_property_probe_get_values_name),
1101           (gst_property_probe_probe_and_get_values),
1102           (gst_property_probe_probe_and_get_values_name):
1103           More sanity checks for our second-favourite interface.
1104
1105 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1106
1107         * gst-libs/gst/interfaces/propertyprobe.c:
1108           Check for NULL pointer, in the hope that this fixes #532864.
1109
1110 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1111
1112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1113           No really, the next release is 0.10.21 (fix Since: tags in docs).
1114
1115 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1116
1117         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1118         Disable a code path that is now called but causes a deadlock for some
1119         reason and is unneeded.
1120
1121 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1122
1123         * sys/xvimage/xvimagesink.c:
1124         * sys/xvimage/xvimagesink.h:
1125           Add a "draw-border" property that can be set to false to disable
1126           drawing borders.
1127           
1128         * tests/icles/test-colorkey.c:
1129         * tests/icles/Makefile.am:
1130           Add new test application for the colorkey handling.
1131
1132 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1133
1134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1135         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1136         This will also be fixed for upcoming gst-ffmpeg release so that once
1137         this release of -base is out, it will work with the latest gst-ffmpeg
1138         release.
1139
1140 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1141
1142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1143         (gst_riff_create_audio_template_caps):
1144         Add Truespeech mapping for RIFF formats (AVI/WAV).
1145         Fixes #550656
1146
1147 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1148
1149         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1150         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1151         Fixes #550638.
1152
1153 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1154
1155         * configure.ac:
1156         * gst/subparse/Makefile.am:
1157         * gst/subparse/gstsubparse.c:
1158         * gst/subparse/samiparse.c:
1159         * tests/check/elements/subparse.c:
1160           Rework last change, so that we build subparse, but just disable the
1161           sami parse functionality, if we're configured to not use xml. In the
1162           tests only the sami test is disabled now.
1163
1164 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1165
1166         * configure.ac:
1167           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1168           test runs.
1169
1170 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1171
1172         * po/POTFILES.in:
1173           Add some more files with strings for translation.
1174
1175 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * gst-libs/gst/tag/gstvorbistag.c:
1178         * tests/check/libs/tag.c:
1179           Use new geo location tags from core. Fixes #481169
1180
1181 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1182
1183         * tests/check/elements/audioresample.c: (setup_audioresample),
1184         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1185         (test_discont_stream_instance):
1186         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1187         Add debugging for coherence.
1188
1189 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1190
1191         Patch by: Jonathan Matthew  <notverysmart gmail com>
1192
1193         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1194           Add typefinder for PDF documents (which is nice to have, since it's a
1195           common format, but also helps prevent false positives). Fixes #549814.
1196
1197 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1198
1199         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1200         (no_more_pads_cb):
1201         Fix nasty race where multiple decodebins could start pushing data before
1202         we manage to configure the sinks, resulting in not-linked errors in
1203         typical RTSP streaming cases.
1204
1205 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1206
1207         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1208         Since we now call stop, we trigger this code path that causes a deadlock
1209         is apparently not needed.
1210
1211 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1212
1213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1214         (gst_ring_buffer_stop):
1215         Also allow the case where the ringbuffer was paused when we try to stop
1216         it so that the basesrc stop function is still called.
1217
1218 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1219
1220         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1221
1222         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1223         Reprobe devices again instead of taking a cached list as new
1224         devices could've been plugged in. Fixes bug #549062.
1225
1226 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1227
1228         Patch by: Alessandro Dessina <alessandro nnva org>
1229
1230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1231         (gst_ogg_demux_activate_chain):
1232         Don't add pads and activate them for skeleton streams. These are already
1233         handled inside oggdemux. Fixes bug #537599.
1234
1235 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1236
1237         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1238         Reset variable so that query and convert fail after going back to
1239         READY. Fixes #548898.
1240
1241 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1242
1243         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1244         If a buffer arrives with a timestamp before the timestamp+duration
1245         of the previous buffer clip it instead of dropping it completely.
1246         Slight improvement for the unfixable bug #548913.
1247
1248 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1249
1250         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1251         Take the current timestamp instead of timestamp+duration for the offset.
1252         This offset will later be used for calculating the timestamp and
1253         otherwise vorbisdec will interpolate timestamps wrong if upstream
1254         only sends timestamps and no granulepos.
1255
1256 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * tests/examples/seek/seek.c:
1259           Don't crash when having no visualisations.
1260
1261 2008-08-16  David Schleef  <ds@schleef.org>
1262
1263         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1264           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1265           Fixes #548065.
1266
1267 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1270         When cleaning up the caps fields also remove "depth" for the same
1271         reason we remove "width".
1272
1273 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1274
1275         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1276           Add Lead H.264 here as well.
1277
1278 2008-08-14  Julien Moutte  <julien@fluendo.com>
1279
1280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1281         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1282
1283 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1286         (gst_base_audio_src_create):
1287         When not slaved to another clock also subtract the base_time from our
1288         internal clock time to get the running time.
1289
1290 2008-08-12  David Schleef  <ds@schleef.org>
1291
1292         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1293           since it has no basis in libtheora.
1294
1295 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1296
1297         * gst-libs/gst/interfaces/propertyprobe.h:
1298           Remove double "interface" from doc-string.
1299
1300         * gst-libs/gst/interfaces/xoverlay.h:
1301           Document interface.
1302
1303         * gst-libs/gst/riff/riff.c:
1304           Add basic doc blobs.
1305
1306 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst-libs/gst/audio/Makefile.am:
1309           Don't try to build that example anymore.
1310
1311 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * gst-libs/gst/audio/.cvsignore:
1314         * gst-libs/gst/audio/Makefile.am:
1315         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1316         * gst-libs/gst/audio/make_filter:
1317           Move audiofiltertemplate to gst-template.
1318
1319 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1320
1321         * docs/libs/gst-plugins-base-libs-sections.txt:
1322         * gst-libs/gst/audio/gstaudiosrc.h:
1323           More docs and shuffling. What can we do with the hundreds of #defines.
1324
1325 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1326
1327         * gst-libs/gst/audio/audio.h:
1328         * gst-libs/gst/audio/gstaudiofilter.h:
1329         * gst-libs/gst/audio/gstringbuffer.h:
1330         * gst-libs/gst/interfaces/propertyprobe.h:
1331         * gst-libs/gst/tag/gsttagdemux.h:
1332           Reducing number of dundocumented symbols.
1333
1334 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1335
1336         * gst-libs/gst/audio/audio.c:
1337           Fix doc comment syntax.
1338
1339         * gst-libs/gst/interfaces/propertyprobe.c:
1340           Add more doc-comments and a FIXME: for the signal.    
1341
1342 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1343
1344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1345         (gst_ogg_mux_request_new_pad):
1346         * ext/ogg/gstoggmux.h:
1347         Don't pretend to support NEWSEGMENT events, instead override the
1348         GstCollectPads event function to return FALSE on NEWSEGMENT events
1349         and do the normal work for other events.
1350
1351         This prevents elements like flacenc to seek to the start and rewrite
1352         some data which then results in a broken Ogg packet.
1353
1354 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1355
1356         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1357
1358         * ext/alsa/gstalsaplugin.c: (plugin_init):
1359         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1360         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1362         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1363         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1364         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1365         * gst/playback/gstdecodebin.c: (plugin_init):
1366         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1367         * gst/playback/gstplayback.c: (plugin_init):
1368         * gst/playback/gstqueue2.c: (plugin_init):
1369         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1370         * sys/v4l/gstv4l.c: (plugin_init):
1371         Make sure gettext returns translations in UTF-8 encoding rather
1372         than in the current locale encoding (#546822).
1373
1374 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1375
1376         * gst-libs/gst/pbutils/descriptions.c:
1377           Add audio/x-qdm for qtdemux.
1378
1379 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * ext/vorbis/vorbisdec.c:
1382           Do not leak old taglist.
1383
1384 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1385
1386         * tests/icles/test-scale.c:
1387           Include <stdlib.h> for atoi().
1388
1389 2008-08-04  Andy Wingo  <wingo@pobox.com>
1390
1391         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1392         documentation fix.
1393
1394 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * gst/adder/gstadder.c:
1397           Cleanup lots of empty lines that came from gst-indent going havoc
1398           before I added the INDENT_ON/OFF marker some time agao.
1399
1400 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1401
1402         * configure.ac:
1403         * gst-libs/gst/riff/riff-read.c:
1404           Bump requirement to latest core and use new tag for riff formats.
1405           Needed for #520694.
1406
1407 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1408
1409         * tests/examples/dynamic/Makefile.am:
1410         * tests/examples/dynamic/codec-select.c: (make_encoder),
1411         (make_pipeline), (do_switch), (my_bus_callback), (main):
1412         Add example app that dynamically switches between 3 'encoders'.
1413
1414 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1415
1416         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1417         Add some more comments.
1418
1419 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1420
1421         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1422         (gst_video_test_src_create):
1423         Discard buffers of the wrong size after renegotiation, this is perfectly
1424         possible with things like capsfilter that could suggest caps changes
1425         upstream without knowing the size of the buffer.
1426
1427 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1428
1429         * tests/icles/.cvsignore:
1430         * tests/icles/Makefile.am:
1431         * tests/icles/test-scale.c: (make_pipeline), (main):
1432         Add dynamic rescaling tests for the new basetransform.
1433
1434 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1435
1436         * gst/audioconvert/Makefile.am:
1437           Dist recently-added gstfastrandom.h.
1438
1439 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1440
1441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1442         Fix a "may be used uninitialized in this function" which weirdly only
1443         appears on macosx (?).
1444
1445 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1446
1447         * gst-libs/gst/riff/riff-ids.h:
1448           Adding acid chunk for tempo and loop information.
1449
1450 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * sys/xvimage/Makefile.am:
1453           floor() needs linking to $(LIBM).
1454
1455 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1456
1457         * ext/gnomevfs/gstgnomevfssrc.c:
1458           Aggregate short reads and add some comments and debug logging.
1459           Fixes #537380
1460
1461 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1462
1463         * gst/playback/gstplaybasebin.c:
1464           Fix property doc markup (its not a signal).
1465
1466         * sys/xvimage/xvimagesink.c:
1467           Add since tag for new proeprties (also add sice tags fro the last two
1468           other additions).
1469
1470 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1471
1472         * sys/xvimage/xvimagesink.c:
1473         * sys/xvimage/xvimagesink.h:
1474           Add autofill/colorkey properties. Fixes #538656.
1475
1476 2008-07-28  David Schleef  <ds@schleef.org>
1477
1478         * sys/xvimage/xvimagesink.c:
1479           Fix rounding errors when converting colorbalance values
1480           between hardware and object property ranges.  Partial
1481           fix for #537889, however, there still seems to be a small
1482           drift problem that could be totem's fault.
1483
1484 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1485
1486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1487         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1488         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1489         This fixes a critical warning.
1490
1491 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1492
1493         * ext/ogg/gstoggmux.c:
1494         Allow muxing of CELT into Ogg streams.
1495
1496 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1497
1498         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1499         (plugin_init):
1500         Add simple typefinder for the CELT codec (www.celt-codec.org).
1501
1502 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1503
1504         Patch by: Jan Gerber <j at oil21 dot org>
1505
1506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1507         Fix calculation of the start time from skeleton streams.
1508         Fixes bug #530068.
1509
1510 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * tests/examples/seek/seek.c:
1513           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1514
1515 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1516
1517         * gst/audioconvert/audioconvert.h:
1518         * gst/audioconvert/gstaudioquantize.c:
1519         (gst_audio_quantize_setup_dither),
1520         (gst_audio_quantize_free_dither):
1521         * gst/audioconvert/gstfastrandom.h:
1522         Implement a linear congruential generator as pseudo random number
1523         generator for the dither noise. This is about 2 times faster than
1524         using GLib's mersenne twister. Also this uses only integer math for
1525         generating integers while GLib internally uses floating point math.
1526
1527 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1528
1529         * configure.ac:
1530           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1531
1532 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1533
1534         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1535
1536         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1537           Use GST_STR_NULL to avoid crashes with libcs that don't
1538           like NULL strings in printf args (such as the win32 one).
1539           Fixes #544306.
1540
1541 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1542
1543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1544         Oops - set the size of the image used for probing back to 1x1, for
1545         consistency with ximagesink
1546
1547 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1548
1549         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1550         (gst_ximagesink_ximage_new):
1551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1552         (gst_xvimagesink_xvimage_new):
1553
1554         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1555         X server to attach to a shared memory segment after we've deleted it,
1556         with the result that MIT-SHM is disabled. Instead, remove it only after 
1557         X succeeds in attaching too.
1558
1559 2008-07-16  David Schleef  <ds@schleef.org>
1560
1561         * gst/audiotestsrc/gstaudiotestsrc.c:
1562         * gst/audiotestsrc/gstaudiotestsrc.h:
1563           Add 'ticks', a 1/30 second sine wave pulse every second.
1564
1565 2008-07-15  David Schleef  <ds@schleef.org>
1566
1567         * gst-libs/gst/video/video.c: Revert ABI change.
1568
1569 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1570
1571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1572         Make it impossible to have NULL caps at the point where we set
1573         framerate and other things. Also don't return immediately for "3ivd"
1574         video and let framerate, etc be set. Might fix bug #542508.
1575
1576 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1577
1578         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1579         Video format can also be conveniently determined from (many)
1580         non-fixed caps.
1581
1582 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1583
1584         * gst/playback/gstplaybasebin.c:
1585         * gst/playback/gstplaybasebin.h:
1586         * gst/playback/gstplaybin.c:
1587         * gst/playback/gststreamselector.c:
1588         First stab at integrating DVD subpicture overlay into
1589         playbin. Successfully plugs and plays, but the queues need
1590         shrinking - 3 seconds of video is too much buffering.
1591
1592 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * gst/audioconvert/gstaudioconvert.c:
1595           Remove now obsolete note in the docs.
1596
1597 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1598
1599         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1600         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1601         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1602         * docs/plugins/gst-plugins-base-plugins.args:
1603         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1604         * docs/plugins/gst-plugins-base-plugins.interfaces:
1605         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1606         * docs/plugins/gst-plugins-base-plugins.signals:
1607         * docs/plugins/inspect/plugin-adder.xml:
1608         * docs/plugins/inspect/plugin-alsa.xml:
1609         * docs/plugins/inspect/plugin-audioconvert.xml:
1610         * docs/plugins/inspect/plugin-audiorate.xml:
1611         * docs/plugins/inspect/plugin-audioresample.xml:
1612         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1613         * docs/plugins/inspect/plugin-cdparanoia.xml:
1614         * docs/plugins/inspect/plugin-decodebin.xml:
1615         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1616         * docs/plugins/inspect/plugin-gdp.xml:
1617         * docs/plugins/inspect/plugin-gnomevfs.xml:
1618         * docs/plugins/inspect/plugin-libvisual.xml:
1619         * docs/plugins/inspect/plugin-ogg.xml:
1620         * docs/plugins/inspect/plugin-pango.xml:
1621         * docs/plugins/inspect/plugin-playback.xml:
1622         * docs/plugins/inspect/plugin-queue2.xml:
1623         * docs/plugins/inspect/plugin-subparse.xml:
1624         * docs/plugins/inspect/plugin-tcp.xml:
1625         * docs/plugins/inspect/plugin-theora.xml:
1626         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1627         * docs/plugins/inspect/plugin-uridecodebin.xml:
1628         * docs/plugins/inspect/plugin-video4linux.xml:
1629         * docs/plugins/inspect/plugin-videorate.xml:
1630         * docs/plugins/inspect/plugin-videoscale.xml:
1631         * docs/plugins/inspect/plugin-videotestsrc.xml:
1632         * docs/plugins/inspect/plugin-volume.xml:
1633         * docs/plugins/inspect/plugin-vorbis.xml:
1634         * docs/plugins/inspect/plugin-ximagesink.xml:
1635         * docs/plugins/inspect/plugin-xvimagesink.xml:
1636         * ext/alsa/gstalsamixer.c:
1637         * ext/alsa/gstalsasink.c:
1638         * ext/alsa/gstalsasrc.c:
1639         * ext/gio/gstgiosink.c:
1640         * ext/gio/gstgiosrc.c:
1641         * ext/gio/gstgiostreamsink.c:
1642         * ext/gio/gstgiostreamsrc.c:
1643         * ext/gnomevfs/gstgnomevfssink.c:
1644         * ext/gnomevfs/gstgnomevfssrc.c:
1645         * ext/ogg/gstoggdemux.c:
1646         * ext/ogg/gstoggmux.c:
1647         * ext/pango/gstclockoverlay.c:
1648         * ext/pango/gsttextoverlay.c:
1649         * ext/pango/gsttextrender.c:
1650         * ext/pango/gsttimeoverlay.c:
1651         * ext/theora/theoradec.c:
1652         * ext/theora/theoraenc.c:
1653         * ext/theora/theoraparse.c:
1654         * ext/vorbis/vorbisdec.c:
1655         * ext/vorbis/vorbisenc.c:
1656         * ext/vorbis/vorbisparse.c:
1657         * ext/vorbis/vorbistag.c:
1658         * gst/adder/gstadder.c:
1659         * gst/audioconvert/gstaudioconvert.c:
1660         * gst/audioresample/gstaudioresample.c:
1661         * gst/audiotestsrc/gstaudiotestsrc.c:
1662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1663         * gst/gdp/gstgdpdepay.c:
1664         * gst/gdp/gstgdppay.c:
1665         * gst/playback/gstdecodebin2.c:
1666         * gst/playback/gstplaybin.c:
1667         * gst/playback/gstplaybin2.c:
1668         * gst/playback/gstqueue2.c:
1669         * gst/playback/gsturidecodebin.c:
1670         * gst/tcp/gstmultifdsink.c:
1671         * gst/tcp/gsttcpserversink.c:
1672         * gst/videorate/gstvideorate.c:
1673         * gst/videoscale/gstvideoscale.c:
1674         * gst/videotestsrc/gstvideotestsrc.c:
1675         * gst/volume/gstvolume.c:
1676         * sys/ximage/ximagesink.c:
1677         * sys/xvimage/xvimagesink.c:
1678           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1679           titles. Drop mentining that all our example pipelines are "simple"
1680           pipelines.
1681
1682 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1683
1684         * tests/examples/seek/Makefile.am:
1685         Fix out of tree build by adding all required CFLAGS.
1686
1687 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1688
1689         * gst/playback/gstdecodebin.c: (add_raw_queue):
1690         And ref the pad before returning it again when linking to the queue
1691         failed. Otherwise we will unref the pad twice later and things break.
1692
1693 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1694
1695         * gst/playback/gstdecodebin.c: (add_raw_queue):
1696         If linking the raw pad with a queue fails, try it without a queue
1697         instead of failing completely. This should never happen.
1698
1699 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1700
1701         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1702
1703         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1704         Add a queue after a demuxer if the demuxer outputs raw data. This was
1705         done before only for non-raw data but is required in this case too.
1706         Fixes bug #540215.
1707
1708         decodebin2 doesn't have this issue because all streams of a group
1709         go through multiqueue.
1710
1711 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1712
1713         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1714
1715         * gst-libs/gst/sdp/gstsdpmessage.c:
1716         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1717         that getaddrinfo() can be used. Fixes #541358.
1718
1719 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1720
1721         * gst/videotestsrc/gstvideotestsrc.c:
1722         (gst_video_test_src_class_init), (gst_video_test_src_init),
1723         (gst_video_test_src_set_property),
1724         (gst_video_test_src_get_property), (gst_video_test_src_create):
1725         * gst/videotestsrc/gstvideotestsrc.h:
1726         Cleanups, use default property values as defines.
1727         Add property to enable/disable peer buffer allocation.
1728
1729 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1730
1731         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1732         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1733         Enable unit tests on PPC again as the bugs are now fixed.
1734
1735 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1736
1737         * gst-libs/gst/riff/riff-ids.h:
1738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1739         (gst_riff_create_audio_template_caps):
1740         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1741         Fixes bug #540351.
1742
1743 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1744
1745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1746         (gst_ffmpeg_pixfmt_to_caps):
1747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1748         (gst_ffmpegcsp_get_unit_size):
1749         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1750         it on other formats. Also adjust the unit size only for that format
1751         to not include the palette. Fixes bug #540497.
1752
1753 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * gst/adder/gstadder.c:
1756           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1757
1758 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * ChangeLog:
1761           ChangeLog surgery.
1762   
1763         * tests/examples/seek/seek.c:
1764           Move variable into ifdef too.
1765         
1766
1767 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1768
1769         * tests/examples/seek/seek.c:
1770           Include config.h and check if we have X. Remove XInitThread(), don't
1771           think its needed. Fixes: #540334.
1772
1773 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1774
1775         Patch by: Sam Morris <sam at robots dot org to uk>
1776
1777         * gst-libs/gst/interfaces/mixertrack.c:
1778         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1779         (gst_mixer_track_set_property):
1780         API: Add "index" property to GstMixerTrack to differantiate between
1781         multiple mixer tracks with the same label.
1782
1783         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1784         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1785         Set the "index" property of GstMixerTrack to the index given by ALSA.
1786         Fixes bug #528299.
1787
1788 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * tests/examples/seek/Makefile.am:
1791         * tests/examples/seek/seek.c:
1792           Remove libgstvideo usage. Use gtk_get_option_group instead of
1793           gtk_init().
1794
1795 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1796
1797         * tests/check/Makefile.am:
1798           Name the test registry format neutral.
1799
1800 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1801
1802         * gst/playback/gstqueue2.c:
1803           Do not double notify. Remove the unsued return value.
1804
1805 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * ext/alsa/gstalsamixer.c:
1808           Also consider "speaker" as a name for master volume. If that doesn't
1809           help look for the first non-mono volume control that also has a
1810           playback switch.
1811
1812 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1813
1814         * ChangeLog:
1815           Forgot to save the ChangeLog :/
1816
1817 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1818
1819         * tests/examples/seek/Makefile.am:
1820         * tests/examples/seek/seek.c:
1821           Embedd the xwindow. Allow to play multiple files.
1822
1823 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1824
1825         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1826         (gst_ximagesink_setcaps):
1827         * sys/ximage/ximagesink.h:
1828         When the caps change, make sure to re-draw borders in
1829         force-aspect-ratio=true mode.
1830         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1831         Don't clear the border_draw flag until we actually draw the border.
1832         * tests/check/Makefile.am:
1833         Ignore alsasink/src during the states test too, so it doesn't fail
1834         when running without access to the sound device.
1835
1836 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1837
1838         * tests/examples/seek/seek.c:
1839           Fix crasher when playing a parse-launch line the 2nd time.
1840
1841 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1842
1843         * tests/check/pipelines/oggmux.c:
1844           Properly ifdef tests to fix compilation.
1845
1846 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1847
1848         * gst/playback/gstplay-marshal.list:
1849         * gst/playback/gstplaybin2.c:
1850           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1851           playbin2. This allows the user to get to the selector's sinkpads, and
1852           thus inspect a range of things - caps, tags, etc. 
1853
1854 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1855
1856         * gst/playback/gstplaybin2.c:
1857           Use a different constant for the convert-frame signal id.
1858           Fixes #537009.
1859
1860 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1861
1862         * gst/playback/gstplaybin2.c:
1863         * gst/playback/gstplaysink.c:
1864           Fix a whole bunch of typos in comments and log statements. 
1865
1866 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1867
1868         * sys/xvimage/xvimagesink.c:
1869           Don't set colour balance values on the Xv port if the user hasn't
1870           changed them (via properties or the interface). Avoids accumulating
1871           rounding errors for the common case.
1872           Partial fix for bug #537889.
1873
1874 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1875
1876         * gst/playback/gstdecodebin2.c:
1877           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1878           pads are drained.
1879
1880 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1881
1882         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1883         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1884         Report the encoder latency. Fixes #538232.
1885
1886 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1887
1888         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1889         (notify_source), (activate_group):
1890         Implement the source property, emit notify when it changes in the
1891         underlying uridecodebin.
1892
1893 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1894
1895         * tests/examples/seek/seek.c: (stop_cb):
1896         Free and clear the seek element list so that we don't use invalid
1897         references when seeking after recreating a gst-launch line.
1898
1899 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1900
1901         * gst-libs/gst/audio/gstbaseaudiosink.c:
1902         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1903         (gst_base_audio_sink_render):
1904         Report latency even if we are not live instead of hiding it.
1905         Take ts-offset and render-delay of the basesink into account when
1906         scheduling samples.
1907         Rework the clipping code so that we can take the various offsets into
1908         account and still do correct clipping.
1909
1910 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1911
1912         * configure.ac:
1913         Bump verion back to devel -> 0.10.20.1
1914
1915 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1916
1917         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1918         Don't increase the size of non-string image buffers by one as this
1919         might in theory confuse decoders. Still increase it by one for string
1920         image buffers to append '\0'.
1921
1922 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1923
1924         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1925         
1926         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1927         Fix a buffer memleak and remove a confusing and wrong debug output.
1928         Fixes bug #538663.
1929
1930 === release 0.10.20 ===
1931
1932 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1933
1934         * configure.ac:
1935           releasing 0.10.20, "Here I Go Again"
1936
1937 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1938
1939         * configure.ac:
1940         0.10.19.3 pre-release
1941
1942 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1943
1944         * gst-libs/gst/rtsp/gstrtspconnection.c:
1945         Fix build on win32.
1946         Patch By: David Schleef <ds@schleef.org>
1947         Fixes: #536874
1948
1949 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1950
1951         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1952         (gst_gio_base_src_create):
1953         * ext/gio/gstgiobasesrc.h:
1954         Try to read the requested number of bytes, even if the first
1955         read returns less than requested, until nothing is read anymore
1956         or we have the requested amount of bytes. This fixes playback of
1957         files via Samba as Samba only allows to read 64k at once.
1958
1959         Implement a caching algorithm that makes sure that we read at
1960         least 4k of data every time. Some elements will try to read a few
1961         bytes, then seek, read again a few bytes and so on and this is
1962         painfully slow as every operation has to go over DBus if GVfs is
1963         used as backend.
1964
1965         Fixes bug #536849 and #536848.
1966
1967         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1968         (gst_gio_src_check_get_range):
1969         Override check_get_range() to blacklist http/https URIs
1970         and whitelist file URIs. More to be added on demand.
1971
1972 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1973
1974         * configure.ac:
1975         0.10.19.2 pre-release
1976
1977 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1978
1979         * win32/common/libgstrtsp.def:
1980         * win32/common/libgsttag.def:
1981         Add new API functions to the dll exports
1982
1983 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1984
1985         * gst/playback/gstplaybasebin.c:
1986           Disconnect signals from decodebins we created before we remove it
1987           from playbin, to avoid crashes if the decodebin is eventually
1988           disposed after the playbin itself (possible if the app takes a
1989           reference on the decodebin).
1990           Fixes #536521.
1991
1992 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1993
1994         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1995           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1996           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1997           (h264_video_type_find), (mpeg_video_stream_type_find),
1998           (dv_type_find), (mmsh_type_find):
1999           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2000           copy caps for no good reason (this may be desirable to make it easier
2001           to detect leaks, but then it should probably be done for all caps
2002           in the typefinder somewhere).
2003
2004 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2005
2006         * tests/check/Makefile.am:
2007         Do not try to run the check tests for subparse unless it has been
2008         built.
2009
2010 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2011
2012         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2013         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2014         Do not try to run a test which requires vorbisenc unless we have
2015         actually built it.
2016
2017 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2018
2019         * gst-libs/gst/rtsp/gstrtspconnection.c:
2020         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2021         (gst_rtsp_connection_clear_auth_params),
2022         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2023         * gst-libs/gst/rtsp/gstrtspconnection.h:
2024         Add a couple of missing argument guards.
2025         Add a way of setting the DSCP for an RTSP connection.
2026         Add an accessor method for the ip member of GstRTSPConnection as all
2027         members are supposed to be private.
2028
2029 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2030
2031         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2032         Fixed accidental use of IPv4 options for all IPv6 addresses.
2033
2034 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2035
2036         * gst-libs/gst/interfaces/mixertrack.h:
2037           Document mixer track flags.
2038
2039 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2040
2041         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2042
2043         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2044         Don't set caps on the buffers that contain a copy of the buffer
2045         including the caps of them resulting in an always increasing refcount
2046         of the caps and insanely large caps. Instead include a buffer without
2047         caps in the new caps. Fixes bug #536475.
2048
2049 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2052         Transform a given PAR to a range on the struct with the generic
2053         height/width instead of the struct with the possibly restricted
2054         height/width.
2055
2056 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2057
2058         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2059         Prefer the given format if it contains something stricter than [1,MAX]
2060         for height or width and only put a structure that requires rescaling
2061         as second. This makes it possible to use videoscale in pipelines where
2062         the source can actually produce the wanted height/width but usually
2063         selects a different one from the requested.
2064
2065 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2066
2067         Based on patch by: John Millikin <jmillikin gmail com>
2068
2069         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2070           (gst_vorbis_tag_add_coverart):
2071           Retrieve COVERART tags from vorbis comments (#512333)
2072
2073 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2074
2075         * gst-libs/gst/tag/tag.h:
2076         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2077           Don't forget to add new enum value here too (should probably use
2078           glib-mkenums here...).
2079
2080 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2081
2082         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2083         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2084         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2085           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2086           (gst_tag_image_data_to_image_buffer):
2087           Add two utility functions to avoid code duplication (#512333):
2088           API: add gst_tag_image_data_to_image_buffer()
2089           API: add gst_tag_list_add_id3_image()
2090           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2091
2092 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2093
2094         * win32/common/libgstaudio.def:
2095         Add gst_audio_check_channel_positions() to the exported symbols.
2096
2097 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2098
2099         * docs/libs/gst-plugins-base-libs-sections.txt:
2100         * gst-libs/gst/audio/multichannel.c:
2101         (gst_audio_check_channel_positions):
2102         * gst-libs/gst/audio/multichannel.h:
2103         API: Make gst_audio_check_channel_positions() public.
2104
2105         * tests/check/libs/audio.c: (GST_START_TEST):
2106         Add some simple checks for gst_audio_check_channel_positions().
2107
2108 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2109
2110         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2111           minrange and maxrange are scaled according to the frequency
2112           multiplier.
2113
2114 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2115
2116         * ext/pango/Makefile.am:
2117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2118           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2119           Use gstvideo functions to calculate strides and plane offsets. Fixes
2120           rendering issue ('ghost' images of the text on the chroma planes)
2121           with widths or heights that are not multiples of 8 (#506659 and
2122           probably also #485729).
2123
2124         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2125           (main):
2126           Test with odd height/width too.
2127
2128 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2129
2130         * gst/adder/gstadder.c: (gst_adder_query_duration),
2131         (gst_adder_query_latency):
2132         When using gst_element_iterate_pads() one has to unref every pad
2133         after usage.
2134
2135 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2136
2137         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2138         (gst_base_audio_src_class_init):
2139         Add a gtk-doc chunk for the new properties to have a Since: indication.
2140
2141 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2142
2143         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2144         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2145         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2146         (gst_base_audio_src_change_state):
2147         Provide readable actual-buffer-time and actual-latency-time properties
2148         that reflect the configured ringbuffer values. Fixes #524724.
2149         API: GstBaseAudioSrc:actual-buffer-time
2150         API: GstBaseAudioSrc:actual-latency-time
2151
2152 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2153
2154         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2155         (gst_basertppayload_change_state):
2156         Simply converting the running time into an RTP timestamp by scaling it
2157         based on the clock-rate is good enough for making an RTP timestamp. This
2158         has the added benefit that we can later on expose a property with the
2159         RTP timestamp of running time 0, as is needed for RTSP servers to
2160         generate the response of the PLAY request.
2161
2162 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2163
2164         * gst/audioconvert/gstaudioconvert.c:
2165         (structure_has_fixed_channel_positions),
2166         (gst_audio_convert_transform_caps):
2167         Allow up to 11 positioned channels now that audioconvert can handle
2168         this but add no default positions for > 8 channels.
2169         
2170         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2171         Add some unit tests for the above change: Test conversion of
2172         11 positioned channels to stereo and the other way around, test
2173         conversion of 15 unpositioned channels in different ways.
2174
2175 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2176
2177         * win32/common/libgstaudio.def:
2178         Add gst_audio_clock_reset to the list of exported symbols.
2179
2180 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2181
2182         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2183         Remove wrong_channels_identification_header unit test as we now
2184         support 7 (and more channels).
2185
2186 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2187
2188         * gst/audioconvert/gstchannelmix.c:
2189         (gst_channel_mix_fill_one_other):
2190         If mixing left or right to center (or the other way around) only take
2191         the complete value if we don't already have the original position in
2192         the source.
2193
2194 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         * gst-libs/gst/audio/multichannel.c:
2197         (gst_audio_check_channel_positions),
2198         (gst_audio_set_structure_channel_positions_list),
2199         (gst_audio_fixate_channel_positions):
2200         Allow rear center together with rear left/right and other previously
2201         conflicting channel positions. The reason why they weren't allowed
2202         was the channel mixing implementation in audioconvert.
2203         Also take this into account when fixing channel layouts.
2204
2205         Allow setting channel positions for 1/2 channels when using
2206         gst_audio_set_structure_channel_position().
2207
2208         * gst/audioconvert/gstchannelmix.c:
2209         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2210         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2211         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2212         Major rewrite of the channel mixing.
2213
2214         We now allow previously conflicting channel positions to appear
2215         together (rear center and rear left/right for example).
2216         Fixes bug #533817.
2217
2218         Rework the way channels are mixed together to take more possible
2219         channel positions into account, properly mix from/to side channels
2220         and don't assume that either center, left&right or nothing of a
2221         specific position is available anymore.
2222
2223         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2224         Adjust unit tests with non-standard 1/2 channel layouts to the more
2225         correct new behaviour.
2226
2227         Add a unit test for 5.1->Stereo downmixing.
2228
2229 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2230
2231         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2232         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2233         Add sane defaults for the 7 and 8 channel layouts as those are
2234         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2235         more than 8 channels instead of erroring out. Fixes bug #535356.
2236
2237 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2238
2239         * docs/plugins/Makefile.am:
2240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2242         * ext/theora/theoraparse.c:
2243         Add theoraparse to the docs and fix some docs.
2244
2245 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2246
2247         * gst-libs/gst/cdda/gstcddabasesrc.c:
2248         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2249         Fix EOS condition and track addition check, the track.end sector is
2250         included in the track. Fixes #533265.
2251
2252 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2253
2254         Patch by: Mark Nauwelaerts <manauw at skynet be>
2255
2256         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2257         (gst_video_rate_flush_prev), (gst_video_rate_event),
2258         (gst_video_rate_chain):
2259         * gst/videorate/gstvideorate.h:
2260         React (more) to NEWSEGMENT
2261         Small adjustment in timestamp calculation to prevent mismatches
2262         Fixes #435633.
2263
2264 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2265
2266         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2267           Initialise error to NULL as we should.
2268
2269 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2270
2271         * gst/adder/gstadder.c: (gst_adder_query_duration),
2272         (gst_adder_query_latency), (gst_adder_query):
2273         Implement latency query.
2274
2275 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2276
2277         * gst/adder/gstadder.c: (gst_adder_query_duration):
2278         Correctly resync the iterator if gst_iterator_next() returns
2279         GST_ITERATOR_RESYNC.
2280
2281 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2282
2283         * win32/vs6/libgstpbutils.dsp:
2284           Add pbutils-enumtypes.c to sources (#518037).
2285
2286 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2287
2288         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2289         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2290         * gst-libs/gst/audio/gstaudioclock.h:
2291         Add method to inform the clock that the time starts from 0 again. We use
2292         this info to calculate a clock offset so that the time we report in
2293         internal_time is monotonically increasing, as required by the clock base
2294         class. Fixes #521761.
2295         API: GstAudioClock::gst_audio_clock_reset()
2296
2297         * gst-libs/gst/audio/gstbaseaudiosink.c:
2298         (gst_base_audio_sink_skew_slaving),
2299         (gst_base_audio_sink_change_state):
2300         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2301         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2302         Reset reported time when we (re)create the ringbuffer.
2303
2304 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2305
2306         * ext/alsa/gstalsamixertrack.c:
2307           (gst_alsa_mixer_track_update_alsa_capabilities):
2308           Make sure playback volumes aren't accidentally overwritten by
2309           capture volumes if an alsa mixer track has both playback and
2310           capture capabilities: we create two GstMixerTracks in that
2311           case, so make sure we query only the alsa capabilities that
2312           refer to the type of GstMixerTrack we created from the dual
2313           capability alsa element. Should fix issues with Audigy2 sound
2314           cards (#518082).
2315
2316 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2317
2318         * tests/check/pipelines/oggmux.c: (test_pipeline):
2319           Don't use deprecated function.
2320
2321 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         * gst/playback/gstdecodebin2.c:
2324         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2325         Check for NULL cases and log them, creating ghostpads can, for example,
2326         fail when the pad returns wrong caps.
2327
2328         * gst/playback/gstplaybin2.c: (perform_eos):
2329         When pushing out the EOS event, collect the return value and warn when
2330         something failed.
2331
2332 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2333
2334         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2335         (gst_riff_create_video_template_caps):
2336         Add support for DVCPRO.
2337
2338 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2339
2340         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2341           Change default scaling method from nearest-neighbour to bilinear.
2342
2343 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         * tests/check/libs/video.c:
2346           More checks.
2347
2348 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2349
2350         * gst/subparse/gstsubparse.c: (parser_state_init),
2351           (gst_sub_parse_format_autodetect), (handle_buffer):
2352         * gst/subparse/gstsubparse.h:
2353         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2354           Limit duration to a maximum of five seconds for tmplayer format where
2355           we can guess the duration only from the timestamp of the next line of
2356           text. We don't want to show a text for eternities just because nothing
2357           else is being said for a while.
2358
2359 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2360
2361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2362         (gst_base_rtp_depayload_chain),
2363         (gst_base_rtp_depayload_handle_sink_event),
2364         (gst_base_rtp_depayload_push_full),
2365         (gst_base_rtp_depayload_change_state):
2366         Check sequence numbers, mark input buffers with a discont flag for the
2367         subclass when we detected a gap, drop duplicate buffers. We do this
2368         because one can use the element without a jitterbuffer in front and we
2369         don't want to feed the subclasses invalid or reordered data.
2370         Do an error when the subclass did not provide a process function instead
2371         of crashing.
2372         Some other small cleanups.
2373
2374 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2375
2376         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2377           May just as well use the precalculated uvstride here.
2378
2379 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2380
2381         * docs/plugins/Makefile.am:
2382         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2384         * docs/plugins/gst-plugins-base-plugins.args:
2385         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2386         * docs/plugins/gst-plugins-base-plugins.interfaces:
2387         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2388         * docs/plugins/inspect/plugin-adder.xml:
2389         * docs/plugins/inspect/plugin-alsa.xml:
2390         * docs/plugins/inspect/plugin-audioconvert.xml:
2391         * docs/plugins/inspect/plugin-audiorate.xml:
2392         * docs/plugins/inspect/plugin-audioresample.xml:
2393         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2394         * docs/plugins/inspect/plugin-cdparanoia.xml:
2395         * docs/plugins/inspect/plugin-decodebin.xml:
2396         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2397         * docs/plugins/inspect/plugin-gdp.xml:
2398         * docs/plugins/inspect/plugin-gio.xml:
2399         * docs/plugins/inspect/plugin-gnomevfs.xml:
2400         * docs/plugins/inspect/plugin-libvisual.xml:
2401         * docs/plugins/inspect/plugin-ogg.xml:
2402         * docs/plugins/inspect/plugin-pango.xml:
2403         * docs/plugins/inspect/plugin-playback.xml:
2404         * docs/plugins/inspect/plugin-queue2.xml:
2405         * docs/plugins/inspect/plugin-subparse.xml:
2406         * docs/plugins/inspect/plugin-tcp.xml:
2407         * docs/plugins/inspect/plugin-theora.xml:
2408         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2409         * docs/plugins/inspect/plugin-uridecodebin.xml:
2410         * docs/plugins/inspect/plugin-video4linux.xml:
2411         * docs/plugins/inspect/plugin-videorate.xml:
2412         * docs/plugins/inspect/plugin-videoscale.xml:
2413         * docs/plugins/inspect/plugin-videotestsrc.xml:
2414         * docs/plugins/inspect/plugin-volume.xml:
2415         * docs/plugins/inspect/plugin-vorbis.xml:
2416         * docs/plugins/inspect/plugin-ximagesink.xml:
2417         * docs/plugins/inspect/plugin-xvimagesink.xml:
2418         * ext/cdparanoia/gstcdparanoiasrc.c:
2419         * ext/ogg/gstoggdemux.c:
2420         * ext/ogg/gstoggdemux.h:
2421         * ext/ogg/gstoggmux.c:
2422         * ext/ogg/gstoggmux.h:
2423         * gst/audioconvert/audioconvert.c:
2424         * gst/audioconvert/audioconvert.h:
2425         * gst/audioconvert/gstaudioconvert.h:
2426         * gst/gdp/gstgdpdepay.h:
2427         * gst/gdp/gstgdppay.h:
2428         * gst/playback/gstdecodebin.c:
2429         * gst/playback/gstdecodebin2.c:
2430         * gst/playback/gstplaybin.c:
2431         * gst/playback/gstplaybin2.c:
2432         * gst/playback/gsturidecodebin.c:
2433         * gst/tcp/gstmultifdsink.c:
2434         * gst/tcp/gstmultifdsink.h:
2435         * gst/tcp/gsttcp.h:
2436
2437         Add some documentation comments, and some new headers to be scanned.
2438         Rename some internal enum declarations (audioconvert's DitherType and
2439         NoiseShapingType, GstUnitType from the TCP elements) to match the
2440         documented GObject type names so that the docs pick them up.
2441         Name the playbin2 docs markups properly so they get picked up. They'll
2442         need renaming back when/if playbin2 becomes playbin.
2443
2444         100% symbol coverage for the plugin docs, booya.
2445
2446 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2447
2448         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2449
2450         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2451         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2452
2453 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2454
2455         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2456
2457         * gst/playback/gstdecodebin.c: (remove_fakesink):
2458         Lock the fakesink before setting the state to NULL and removing it from
2459         the bin so that a concurrent state change cannot interfere. 
2460         Fixes #534331.
2461
2462 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2463
2464         * docs/Makefile.am:
2465         Fix installing plugin documentation when gtk-doc is disabled.
2466
2467 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2468
2469         * gst-libs/gst/rtsp/Makefile.am:
2470         Distribute, don't install md5.h
2471
2472 2008-05-21  Julien Moutte  <julien@fluendo.com>
2473
2474         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2475         instead of SOL_IP, works on more platforms.
2476         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2477         arguments.
2478
2479 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2480
2481         * ext/vorbis/vorbisdec.c:
2482         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2484         Some debug and comment fixes.
2485
2486         * tests/examples/dynamic/addstream.c: (main):
2487         Fix , to ;
2488
2489 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2490
2491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2492         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2493         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2494         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2495         (cleanup_decodebin):
2496         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2497         (connect_element), (gst_decode_group_control_demuxer_pad):
2498         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2499         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2500         (mute_group_type):
2501         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2502         (gst_play_bin_set_property), (handoff), (gen_video_element),
2503         (gen_text_element), (gen_audio_element), (gen_vis_element),
2504         (remove_sinks), (add_sink), (setup_sinks):
2505         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2506         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2507         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2508         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2509         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2510         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2511         (gen_vis_chain), (gst_play_sink_reconfigure),
2512         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2513         (gst_play_sink_request_pad):
2514         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2515         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2516         (cb_newpad):
2517         * gst/playback/test6.c: (new_decoded_pad_cb):
2518         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2519         * tests/check/elements/audiorate.c: (test_injector_chain),
2520         (do_perfect_stream_test):
2521         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2522         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2523         * tests/check/elements/gnomevfssink.c:
2524         * tests/check/elements/textoverlay.c:
2525         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2526         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2527         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2528         * tests/check/pipelines/oggmux.c: (test_pipeline):
2529         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2530         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2531         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2532         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2533         * tests/examples/seek/seek.c: (make_mod_pipeline),
2534         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2535         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2536         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2537         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2538         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2539         (update_fill), (msg_buffering):
2540         Don't use bad gst_element_get_pad().
2541
2542 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2543
2544         * gst-libs/gst/riff/riff-media.c:
2545           Fix wrong method name in docs. Fix calculation of strf fields for
2546           broken mulaw/alaw.
2547   
2548         * gst-libs/gst/riff/riff-read.c:
2549           Whitespace fix and removing double ';'.
2550
2551 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2552
2553         * docs/design/part-playbin2.txt:
2554         Add some leftover doc.
2555
2556 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2557
2558         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2559         Fix copy & paste error in last commit.
2560
2561 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2562
2563         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2564         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2565         other channel positions when source has SIDE channels and dest doesn't
2566         or the other way around.
2567
2568 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2569
2570         Patch by: Henrik Eriksson <henriken at axis dot com>
2571
2572         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2573         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2574         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2575         (gst_multi_fd_sink_get_property):
2576         * gst/tcp/gstmultifdsink.h:
2577         Add support for DSCP QOS. Fixes #469933.
2578
2579 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2582         Add another test that checks if conversion between standard 1 and 2
2583         channel layouts with and without positions set is working.
2584
2585 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst-libs/gst/audio/multichannel.c:
2588         (gst_audio_check_channel_positions):
2589         Allow non-standard 2 channel layouts.
2590         
2591         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2592         Add some tests for converting and remapping non-standard 1 and 2
2593         channel layouts.
2594
2595 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2596
2597         * gst/audioconvert/gstchannelmix.c:
2598         (gst_channel_mix_fill_normalize):
2599         Prevent division by zero if the channel mix matrix contains only
2600         zeroes.
2601
2602 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2603
2604         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2605
2606         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2607         Close a buffer memory leak. Fixes bug #534071.
2608
2609 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2610
2611         * gst-libs/gst/rtsp/gstrtsptransport.h:
2612         Make the GstRTSPTransport struct members public as there are no
2613         setters/getters and it's supposed to be changed directly.
2614         Fixes bug #533087.
2615
2616 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * gst/adder/gstadder.c:
2619         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2620         claim this on the pad template caps.
2621
2622 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2623
2624         * gst-libs/gst/audio/gstbaseaudiosink.c:
2625         (gst_base_audio_sink_sync_latency):
2626         We can only use our optimal calibration if we prerolled before the
2627         latency expired.
2628
2629 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2630
2631         * configure.ac:
2632           Require core CVS for GstBaseSrc buffer caps setting magic.
2633
2634 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         * gst/audioconvert/gstaudioconvert.c:
2637         (gst_audio_convert_fixate_channels):
2638         Fix logic in last commit.
2639
2640 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2641
2642         * gst/audioconvert/gstaudioconvert.c:
2643         (gst_audio_convert_fixate_channels):
2644         Passthrough the channel positions if the number of output channels is
2645         the same as the number of input channels, the input had a channel
2646         layout and downstream requests no special one. We did this already for
2647         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2648
2649 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2650
2651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2652         (gst_gnome_vfs_src_finalize),
2653         (gst_gnome_vfs_src_received_headers_callback),
2654         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2655         * ext/gnomevfs/gstgnomevfssrc.h:
2656         Set the ICY caps on the srcpad from where they get picked up by the base
2657         class now and set on the outgoing buffers.
2658
2659         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2660         (gst_base_audio_src_create):
2661         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2662         BaseSrc now sets the caps on outgoing buffers automatically.
2663
2664 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2665
2666         * gst-libs/gst/audio/gstbaseaudiosink.c:
2667         (gst_base_audio_sink_resample_slaving),
2668         (gst_base_audio_sink_skew_slaving),
2669         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2670         (gst_base_audio_sink_async_play),
2671         (gst_base_audio_sink_change_state):
2672         Change the way in which the ringbuffer is started when dealing with a
2673         slaved clock and latency. We now sync to the clock until we reach
2674         upstream latency before starting the ringbuffer. This has the effect
2675         that we can accurately align the master and slave clocks and let the
2676         rate correction code take care of the initial drift or rounding errors
2677         instead of leaving them uncorrected with the old approach.
2678
2679 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2680
2681         * gst/audioconvert/gstaudioconvert.c:
2682         (gst_audio_convert_fixate_channels):
2683         Correctly set the default channel positions when converting to 8
2684         channels.
2685
2686 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2687
2688         * configure.ac:
2689           Error out if we don't have the required version of core.
2690
2691 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2692
2693         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2694           Use data scan helper in aac typefinder and stop scanning
2695           for headers when we've found a type. Also fix potential invalid
2696           memory access when calculating the frame length.
2697
2698 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2699
2700         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2701           (mpeg_sys_is_valid_pack):
2702           Don't modify scan context when we return FALSE in ensure_data, so
2703           it's possible to continue scanning, and we don't end up with a NULL
2704           data pointer and a positive size, which might bite us the next time
2705           we're called. Small constification.
2706
2707 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2708
2709         * gst/adder/gstadder.c:
2710         Adder doesn't support 24 bit samples so don't claim it supports them
2711         in the pad template caps.
2712
2713 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2714
2715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2716         (gst_base_rtp_depayload_chain):
2717         Validate the RTP packet before further processing it. It's just too
2718         dangerous to accept random packets and people are not forced to use a
2719         jitterbuffer or session manager to filter out the bad packets.
2720
2721         * gst-libs/gst/rtp/gstrtpbuffer.c:
2722         (gst_rtp_buffer_set_extension_data),
2723         (gst_rtp_buffer_get_payload_subbuffer):
2724         Small cleanups.
2725         When setting extension data in a buffer that is too small, we fail and
2726         we should not set the extension bit.
2727         Change GST_WARNINGS into g_warning because they really are
2728         programming errors.
2729
2730         * tests/check/libs/rtp.c: (GST_START_TEST):
2731         Catch the g_warnings now in the unit tests and that fact that failing to
2732         set extension data left the extension bit untouched.
2733
2734 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2735
2736         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2737           Revert previous change which made basetransform handle buffer_alloc
2738           and which breaks things badly in the non-passthrough case since it
2739           returned buffers with a different (ie. sometimes smaller) size than
2740           the size requested.
2741
2742 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2743
2744         Patch by: Bernard B <b-gnome at largestprime dot net>
2745
2746         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2747         Fix seqnum compare function for bordercase values and fix the docs
2748         again. Fixes #533075.
2749
2750         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2751         Add a testcase for seqnum compare function.
2752
2753 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2754
2755         * gst/adder/gstadder.c: (gst_adder_setcaps),
2756         (gst_adder_class_init):
2757         Correctly declare the supported endianness on the pad templates
2758         and check for correct endianness in the set caps function. Adder
2759         only supports native endianness.
2760         Also use gst_element_class_set_details_simple().
2761
2762 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * sys/xvimage/xvimagesink.c:
2765           Better debug logging in port value handling. Merging separate port
2766           value loops into one.
2767
2768 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2769
2770         Patch by: Hannes Bistry <hannesb at gmx dot de>
2771
2772         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2773         * gst/tcp/gsttcpserversink.c:
2774         (gst_tcp_server_sink_handle_server_read),
2775         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2776         Fix regression in clientsrc because we did not add the fd to the poll
2777         set anymore. Fixes #532364.
2778         Do some cleanups here and there.
2779
2780 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2781
2782         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2783         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2784         * gst/playback/gstplay-marshal.list:
2785         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2786         Use correct marshallers. GstCaps are a boxed type and no GObject
2787         subclass.
2788
2789 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2790
2791         * win32/common/libgstrtsp.def:
2792         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2793         symbols.
2794
2795 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2798
2799         * tests/check/elements/audioresample.c:
2800         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2801         (live_switch_push), (GST_START_TEST):
2802         Add unit test for the latest basetransform negotiation changes.
2803         See bug #526768.
2804
2805 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2808         Fix nv12<->nv21 conversion if stride is larger than width.
2809
2810 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2811
2812         Patch by: Jan Gerber <j at oil21 dot org>
2813
2814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2815         (gst_ogg_pad_parse_skeleton_fisbone):
2816         * ext/ogg/gstoggdemux.h:
2817         Parse presentation time from skeleton streams and use it as offset
2818         for the timestamps. Fixes bug #530068.
2819
2820 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2821
2822         * gst-libs/gst/audio/gstbaseaudiosink.c:
2823         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2824         Revert previous patch that attempted to more accurately calculate the
2825         initial offset between master and slave clock. The best thing we can do
2826         in general is take the time of both clocks as the diff since we don't
2827         know when the actual preroll happened.
2828
2829 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2830
2831         * gst-libs/gst/pbutils/install-plugins.c:
2832           Fix docs: type and missing word.
2833
2834 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2835
2836         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2837           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2838           for this instead; don't check if we've found enough markers after
2839           each and every step, it's enough to do that only if we've actually
2840           found a new marker.
2841           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2842
2843 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2844
2845         * gst/typefind/gsttypefindfunctions.c:
2846           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2847           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2848           (mpeg_video_stream_type_find):
2849           Move scan helper thingy to the beginning of the file so we can use
2850           it in other typefind functions. Rename it to something more
2851           generic. Also improve handling of things towards the end of the
2852           typefind data: peek as much as we can if we know the size of the
2853           data, rather than just min_size.
2854
2855 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2856
2857         * docs/libs/gst-plugins-base-libs-sections.txt:
2858         * gst-libs/gst/interfaces/colorbalance.c:
2859         * gst-libs/gst/interfaces/colorbalance.h:
2860         * gst-libs/gst/interfaces/colorbalancechannel.c:
2861         * gst-libs/gst/interfaces/colorbalancechannel.h:
2862         * gst-libs/gst/interfaces/tuner.c:
2863         * gst-libs/gst/interfaces/tunerchannel.c:
2864         * gst-libs/gst/interfaces/tunerchannel.h:
2865         * gst-libs/gst/interfaces/tunernorm.c:
2866         * gst-libs/gst/interfaces/tunernorm.h:
2867         * gst-libs/gst/video/video.c:
2868         * gst-libs/gst/video/video.h:
2869         Document the GstTuner and GstColorBalance interfaces, and some
2870         other random API functions that needed it. 70% symbol coverage, woo.
2871
2872 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2873
2874         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2875         Choose to allocate one less segment but require one additional segment
2876         as latency. 
2877
2878         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2879         No need to increment the number of segments in the source.
2880
2881         * gst-libs/gst/audio/gstbaseaudiosink.c:
2882         (gst_base_audio_sink_get_time), (clock_convert_external),
2883         (gst_base_audio_sink_resample_slaving),
2884         (gst_base_audio_sink_skew_slaving),
2885         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2886         (gst_base_audio_sink_async_play):
2887         Remove adding latency when returning the internal time while subtracting
2888         it again when we use the value a little later.
2889         When calculating the end timestamp, we are making a rounding error
2890         with the current algorithm. Ensure that we don't accumulate these
2891         rounding errors when aligning samples by not resampling at all if we
2892         don't need to. Fixes #419351.
2893         Make the initial calibration of the clock slaving a little more
2894         predictable and accurate. Also handle the case where we don't do
2895         clock slaving.
2896
2897 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         Based on a patch by:
2900           Björn Benderius <bjoern dot benderius at axis dot com>
2901
2902         * gst/ffmpegcolorspace/avcodec.h:
2903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2904         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2905         (gst_ffmpegcsp_avpicture_fill):
2906         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2907         * gst/ffmpegcolorspace/imgconvert_template.h:
2908         Add conversions from/to NV12 and NV21 and conversions between those
2909         two formats. Fixes bug #532166.
2910
2911 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2912
2913         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2914         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2915         which happens for example with files smaller than 128kb.
2916
2917 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2918
2919         Patch by: Wouter Cloetens <zombie at e2big dot org>
2920
2921         * gst-libs/gst/rtsp/Makefile.am:
2922         * gst-libs/gst/rtsp/gstrtspconnection.c:
2923         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2924         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2925         (add_auth_header), (gst_rtsp_connection_free),
2926         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2927         (gst_rtsp_connection_set_auth_param),
2928         (gst_rtsp_connection_clear_auth_params):
2929         * gst-libs/gst/rtsp/gstrtspconnection.h:
2930         Add Digest authorization support for RTSP connections. See #532065.
2931
2932         * gst-libs/gst/rtsp/md5.c:
2933         * gst-libs/gst/rtsp/md5.h:
2934         Yeap, another md5 implementation until we can depend on a glib that has
2935         support for it.
2936
2937 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2940
2941         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2942         Let audioresample use the buffer allocation of basetransform instead
2943         of it's own stuff.
2944
2945         * tests/check/elements/audioresample.c: (alloc_only_48000),
2946         (GST_START_TEST), (audioresample_suite):
2947         Add unit test for the recent basetransform bugfix, where upstream
2948         changes caps to something that can't be passed through anymore.
2949
2950 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2951
2952         * win32/common/config.h.in:
2953           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2954           use the real thing than having "???" unconditionally.
2955
2956 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2957
2958         * gst-libs/gst/audio/gstbaseaudiosink.c:
2959         (gst_base_audio_sink_query):
2960         Report the latency with the new seglatency parameter.
2961
2962         * gst-libs/gst/audio/gstringbuffer.c:
2963         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2964         (gst_ring_buffer_acquire):
2965         * gst-libs/gst/audio/gstringbuffer.h:
2966         Add new field to the ringbufferspec to specify the expected latency
2967         between the underlying device read/write pointer, this is needed
2968         when writing sinks that sit a little closer to the hardware.
2969         Add some more docs for other fields.
2970
2971 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2972
2973         * gst/volume/gstvolume.c: (volume_transform_ip):
2974         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2975         reason instead of crashing later. Might fix bug #509125.
2976
2977 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2978
2979         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2980
2981         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2982         * gst/audioconvert/audioconvert.h:
2983         * gst/audioconvert/gstaudioconvert.c:
2984         (gst_audio_convert_parse_caps),
2985         (structure_has_fixed_channel_positions),
2986         (gst_audio_convert_transform_caps):
2987         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2988         Add support for more than 8 channels and NONE channel layouts. For
2989         more than 8 channels no channel conversion is supported yet, only
2990         format conversions are supported. Fixes bug #398033.
2991
2992         * tests/check/elements/audioconvert.c: (verify_convert),
2993         (GST_START_TEST), (audioconvert_suite):
2994         Add some unit tests by Tim for checking the NONE channel layouts
2995         and more than 8 channels and add some more unit tests for channel
2996         conversions.
2997
2998 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * gst/playback/gstdecodebin2.c: (connect_pad):
3001         When autoplugging fails, set the element back to NULL before
3002         unreffing it.
3003
3004 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3005
3006         * win32/common/libgstaudio.def:
3007         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3008         symbols.
3009
3010 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3011
3012         * gst/subparse/samiparse.c: (handle_start_sync),
3013         (end_sami_element), (characters_sami):
3014         Remove trailing, leading and double whitespaces.
3015         Correctly timestamp buffers and output the last buffer too.
3016
3017         * tests/check/elements/subparse.c: (GST_START_TEST),
3018         (subparse_suite):
3019         Add a simple unit test for SAMI parsing.
3020
3021 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3024
3025         * gst/subparse/samiparse.c: (handle_start_sync),
3026         (start_sami_element), (end_sami_element), (characters_sami),
3027         (sami_context_reset):
3028         Only output characters inside the "sync" elements. There could be
3029         other elements like "style" that have some content but should
3030         not be printed. Fixes bug #467911.
3031
3032 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3035         (set_active_source):
3036         * gst/playback/gstplaybasebin.h:
3037         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3038         (playbin_set_audio_mute):
3039         Allow setting -1 as current-audio to mute the current audio stream,
3040         similar to what is done for subtitles. Fixes bug #342294.
3041
3042 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3043
3044         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3045         It's SorensOn and not SorensEn.
3046
3047 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3048
3049         * gst-libs/gst/pbutils/descriptions.c: (formats):
3050           Fix description of video/x-flash-video.
3051
3052 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3053
3054         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3055         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3056         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3058         Remove some unused code.
3059
3060         * gst/audioconvert/gstaudioquantize.c:
3061         (gst_audio_quantize_free_noise_shaping):
3062         Don't return before freeing the noise shaping history.
3063
3064 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3065
3066         * tests/check/elements/subparse.c: (do_test),
3067           (test_tmplayer_style3b), (subparse_suite):
3068           Add unit test for the tmplayer variant from bug #530962.
3069
3070 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3071
3072         * gst/subparse/gstsubparse.c: (handle_buffer),
3073           (gst_sub_parse_sink_event):
3074         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3075           (tmplayer_parse_line):
3076           Fix parsing of tmplayer subtitle variant where every single line contains
3077           text and there isn't an empty line after each line to determine the
3078           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3079           making sure that we push out the last line of text without a duration if
3080           there's still text left in the buffer at the end.
3081
3082 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3083
3084         * gst/subparse/gstsubparse.c: (feed_textbuf):
3085           Fix detection of discontinuities based on the buffer offset (doesn't work
3086           so well if no buffer offset is set) and also check for the DISCONT buffer
3087           flag. This keeps the parser state from being reset after each buffer in
3088           the unit test.
3089
3090 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3091
3092         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3093           Further fine-tuning: don't absolutely require sequence or GOP headers
3094           (as introduced in the previous commit), but adjust the typefind
3095           probabilities returned accordingly if we don't see them. Also make sure
3096           picture header and first slice are somewhat close to each other (which
3097           is not perfect but still better than requiring a fixed offset or having
3098           no limit at all).
3099
3100 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3101
3102         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3103         (gst_basertppayload_sink_setcaps),
3104         (gst_basertppayload_sink_getcaps):
3105         Rename the setcaps/getcaps function internally to make it clear that
3106         they are called for the sink pad.
3107
3108 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3109
3110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3111         (gst_base_rtp_depayload_class_init),
3112         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3113         (gst_base_rtp_depayload_packet_lost),
3114         (gst_base_rtp_depayload_set_gst_timestamp):
3115         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3116         Catch packet-lost events from the jitterbuffer and convert them into a
3117         vmethod call (lost-packet) so that depayloaders can do something smart.
3118         Also add a default packet-lost function that sends out a segment update
3119         to the decoders.
3120
3121 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3122
3123         * gst/playback/test4.c:
3124         * gst/playback/test5.c:
3125         * gst/playback/test6.c:
3126         * gst/playback/test7.c:
3127           Also include config.h when relying on defines from it. Fixes the
3128           build. Its been a please to serve :)
3129
3130 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3131
3132         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3133         (paint_setup_NV21), (paint_hline_NV12_NV21):
3134         Add support for NV12 and NV21 in videotestsrc
3135
3136 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3137
3138         * gst/videoscale/gstvideoscale.c:
3139         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3140         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3141         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3142         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3143         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3144         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3145         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3146         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3147         (vs_image_scale_linear_RGB555):
3148         Support 1x1 images as input and output as for example the BBC HQ new
3149         streams have 1x1 GIFs in the playlists for some reason.
3150
3151 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3152
3153         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3154           (try_to_link_1):
3155           If we can't activate one of the decoders we plugged in (such as,
3156           say, musepackdec) for some reason (it might not support push mode,
3157           for example), remove any pad probes that close_pad_link() might
3158           have set up. This makes sure we later don't try to remove a probe
3159           for a pad that doesn't exist any longer, and avoids nast warnings
3160           and probably other things too.
3161
3162 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3163
3164         * gst/typefind/gsttypefindfunctions.c:
3165           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3166           (plugin_init):
3167           Rework mpeg video stream typefinding a bit more: make sure sequence,
3168           GOP, picture and slice headers appear in the order they should and
3169           that we've in fact at least had one of each; fix picture header
3170           detection; decouple picture and slice header check - don't assume
3171           they're at a fixed offset, there may be extra data in between. Also,
3172           announce varying degrees of probability depending on what we found
3173           exactly (multiple pictures, at least one picture, just sequence and
3174           GOP headers). Finally, in _ensure_data(), take into account that we
3175           might be typefinding smaller amounts of data, such as the first
3176           buffer of a stream, so fall back to the minimum size needed as long
3177           as that's available, instead of erroring out if there's less than
3178           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3179           fuzzed file from #399342 as valid.
3180
3181 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3182
3183         * ext/theora/theoradec.c:
3184           Cool kids don't divide by zero.
3185           Treat PAR of x:0 as 1:1.
3186           Fixes #530719.
3187
3188 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3189
3190         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3191           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3192           (mpeg_video_stream_type_find):
3193           Refactor a bit: use context structure to track parsing offset and
3194           size of available data and make the code a bit clearer. Fixes bad
3195           memory access in #356937.
3196
3197 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3198
3199         * gst/playback/test4.c:
3200         * gst/playback/test5.c:
3201         * gst/playback/test6.c:
3202         * gst/tcp/gstmultifdsink.c:
3203           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3204           is defined.
3205
3206 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3207
3208         * gst-libs/gst/audio/gstbaseaudiosink.h:
3209         Clarify some docs.
3210
3211         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3212         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3213         (gst_base_audio_src_set_slave_method),
3214         (gst_base_audio_src_get_slave_method),
3215         (gst_base_audio_src_set_property),
3216         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3217         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3218         Add property and methods for selecting the clock slave method in the
3219         source, like in the sink.
3220         We only implement "none" and "re-timestamp" for now.
3221         API: gst_base_audio_src_set_slave_method()
3222         API: gst_base_audio_src_get_slave_method()
3223
3224 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3225
3226         * gst-libs/gst/rtp/gstrtpbuffer.c:
3227         Fix the docs about the seqnum compare function, it returns a difference.
3228
3229 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3230
3231         * ext/alsa/gstalsadeviceprobe.c:
3232         (gst_alsa_get_device_list): Don't return before freeing up
3233         the allocated structures.
3234
3235 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3236
3237         * gst/playback/gstplaybin.c:
3238           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3239
3240 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * ext/ogg/gstoggdemux.c:
3243           Revert the event part, that should not go in.
3244
3245 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3246
3247         * ext/ogg/gstoggdemux.c:
3248           Don't leak GstPluginFeatures when filtering.
3249
3250 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3251
3252         * sys/xvimage/xvimagesink.c:
3253           Add some logging for cases when grabbing the xv failed.
3254
3255 2008-04-21  David Schleef  <ds@schleef.org>
3256
3257         * ext/ogg/gstoggmux.c:
3258           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3259           packet.  Should conform to what we currently think is the
3260           final Ogg/Dirac muxing spec.
3261
3262 2008-04-21  David Schleef  <ds@schleef.org>
3263
3264         * sys/xvimage/xvimagesink.c:
3265           Fix typo that causes the overlay keying color to bright green
3266           on a 16-bit display.  Dark grey good.  Bright green bad.
3267
3268 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3269
3270         * ext/gnomevfs/gstgnomevfsuri.c:
3271           Add  FIXME comment about using uri-list for source and sink.
3272
3273 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3274
3275         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3276         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3277         vaargs functions to gint. Otherwise the fractions will get 0 set
3278         instead of the correct value on big endian systems. Fixes bug #529018.
3279
3280 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3281
3282         * ext/gnomevfs/gstgnomevfssink.c:
3283         (gst_gnome_vfs_sink_uri_get_protocols):
3284         * ext/gnomevfs/gstgnomevfssrc.c:
3285         (gst_gnome_vfs_src_uri_get_protocols):
3286         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3287         (gst_gnomevfs_get_supported_uris):
3288         Get the list of supported URI schemes in a threadsafe way and use the
3289         same list for the source and sink.
3290
3291 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3292
3293         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3294         (gst_gio_get_supported_protocols):
3295         Don't generate a new supported protocols list on each call but cache
3296         it. It's supposed to be static anyway, this way we only leak it once
3297         per process.
3298
3299         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3300         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3301         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3302         (gst_gio_sink_start):
3303         * ext/gio/gstgiosink.h:
3304         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3305         (gst_gio_src_class_init), (gst_gio_src_finalize),
3306         (gst_gio_src_set_property), (gst_gio_src_get_property),
3307         (gst_gio_src_start):
3308         * ext/gio/gstgiosrc.h:
3309         API: Add "file" properties where one can set a GFile as
3310         source/destination.
3311
3312         Add locking to the properties and use
3313         gst_element_class_set_details_simple() instead of a static
3314         GstElementDetails struct.
3315
3316 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3317
3318         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3319         (plugin_init):
3320         Add "mpp" and "mp+" as possible extensions for MusePack files.
3321
3322         Add typefinding for MusePack StreamVersion 8 files and include the
3323         stream version in the caps.
3324
3325 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3326
3327         * gst-libs/gst/rtp/gstrtppayloads.c:
3328         (gst_rtp_payload_info_for_name):
3329         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3330
3331 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * configure.ac:
3334           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3335           (NB: this only affects compilation of some of the examples).
3336           Remove some configure.ac cruft that's not needed any longer.
3337
3338 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3339
3340         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3341         Don't validate the payload if there isn't any.
3342         Fixes #525915
3343
3344 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3347         Use g_atomic_int_set() instead of gst_atomic_int_set().
3348
3349 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3352         Return NULL instead of a gchar * array with one NULL element if we
3353         don't get any supported URI schemes from GIO.
3354
3355 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3356
3357         * gst/audiotestsrc/gstaudiotestsrc.c:
3358           Remove cpp style commented old code.
3359
3360 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3361
3362         * gst/playback/gstdecodebin2.c:
3363           Fix signal docs.
3364
3365 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3368           (gst_text_overlay_init):
3369           Fix textoverlay unit test again by making the supposed default
3370           value for the wait-text property the actual default value.
3371           Also fix Since: tag for new property.
3372
3373 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3374
3375         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3376           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3377           (gst_video_format_get_pixel_stride),
3378           (gst_video_format_get_component_width),
3379           (gst_video_format_get_component_height),
3380           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3381           (gst_video_format_convert):
3382           Add guards to these functions to ensure sane input values.
3383
3384         * tests/check/libs/video.c:
3385           Fix unit test not to create caps with width=0 and height=0.
3386
3387 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3388
3389         * docs/design/draft-keyframe-force.txt:
3390         Fix typo.
3391
3392         * gst/playback/gstqueue2.c: (update_buffering),
3393         (gst_queue_handle_src_query):
3394         Set buffering mode in the messages.
3395         Set buffering percent in the query.
3396
3397         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3398         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3399         Do some more fancy things based on the buffering method in use.
3400
3401 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3402
3403         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3404         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3405         (msg_buffering), (main):
3406         Add basic download reports to seek using the new buffering API.
3407
3408 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3409
3410         * gst/playback/gstqueue2.c: (update_buffering),
3411         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3412         (gst_queue_src_checkgetrange_function):
3413         Include extra buffering stats in the buffering message.
3414         Implement BUFFERING query.
3415
3416         * gst/playback/gsturidecodebin.c: (do_async_start),
3417         (do_async_done), (type_found), (setup_streaming), (setup_source),
3418         (gst_uri_decode_bin_change_state):
3419         Only add decodebin2 when the type is found in streaming mode.
3420         Make uridecodebin async to PAUSED even when we don't have decodebin2
3421         added yet.
3422
3423 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3424
3425         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3426         Filter cdda from the supported URI schemes. We can't support
3427         musicbrainz tags and everything else one expects from a cdda source
3428         with GIO. Fixes bug #526794.
3429
3430 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3431
3432         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3433         (gst_xvimagesink_buffer_alloc):
3434         Fix calculation of 'expected size' for YV12 buffers.
3435         Be a little more verbose in the debug output for buffer-alloc'ed
3436         buffers which turn out to have the wrong size.
3437
3438 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * NEWS:
3441         * RELEASE:
3442         * gst-plugins-base.doap:
3443           Merge other changes from 0.10.19 release branch.
3444
3445 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3446
3447         * gst-libs/gst/audio/gstbaseaudiosink.c:
3448           (gst_base_audio_sink_class_init):
3449         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3450           (gst_base_audio_src_class_init):
3451         * gst/playback/gstplayback.c: (plugin_init):
3452         * gst/volume/gstvolume.c: (plugin_init):
3453           Work around missing bits of thread-safety on older GLibs some
3454           more to avoid assertions when starting up multiple playbin
3455           objects concurrently (see #512382).
3456
3457 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3460           Remove some more fields.
3461
3462 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3463
3464         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3465
3466         * configure.ac:
3467         Actually build dlls when cross-compiling with mingw32.
3468         Fixes bug #526247.
3469
3470 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3471
3472         * configure.ac:
3473           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3474
3475 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3476
3477         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3478         (msg_buffering), (connect_bus_signals), (main):
3479         Add statusbar.
3480         Add buffering support with feedback in the statusbar.
3481
3482 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * ext/ogg/gstoggmux.c:
3485           Fix sample pipeline description.
3486
3487 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3488
3489         * docs/plugins/Makefile.am:
3490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3491         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3493           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3494
3495         * docs/plugins/gst-plugins-base-plugins.args:
3496         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3497         * docs/plugins/gst-plugins-base-plugins.interfaces:
3498         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3499         * docs/plugins/inspect/plugin-adder.xml:
3500         * docs/plugins/inspect/plugin-alsa.xml:
3501         * docs/plugins/inspect/plugin-audioconvert.xml:
3502         * docs/plugins/inspect/plugin-audiorate.xml:
3503         * docs/plugins/inspect/plugin-audioresample.xml:
3504         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3505         * docs/plugins/inspect/plugin-cdparanoia.xml:
3506         * docs/plugins/inspect/plugin-decodebin.xml:
3507         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3508         * docs/plugins/inspect/plugin-gdp.xml:
3509         * docs/plugins/inspect/plugin-gnomevfs.xml:
3510         * docs/plugins/inspect/plugin-libvisual.xml:
3511         * docs/plugins/inspect/plugin-ogg.xml:
3512         * docs/plugins/inspect/plugin-pango.xml:
3513         * docs/plugins/inspect/plugin-playback.xml:
3514         * docs/plugins/inspect/plugin-queue2.xml:
3515         * docs/plugins/inspect/plugin-subparse.xml:
3516         * docs/plugins/inspect/plugin-tcp.xml:
3517         * docs/plugins/inspect/plugin-theora.xml:
3518         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3519         * docs/plugins/inspect/plugin-uridecodebin.xml:
3520         * docs/plugins/inspect/plugin-video4linux.xml:
3521         * docs/plugins/inspect/plugin-videorate.xml:
3522         * docs/plugins/inspect/plugin-videoscale.xml:
3523         * docs/plugins/inspect/plugin-videotestsrc.xml:
3524         * docs/plugins/inspect/plugin-volume.xml:
3525         * docs/plugins/inspect/plugin-vorbis.xml:
3526         * docs/plugins/inspect/plugin-ximagesink.xml:
3527         * docs/plugins/inspect/plugin-xvimagesink.xml:
3528           Update introspection data.
3529
3530         * ext/ogg/gstoggmux.c:
3531           Document oggmux.
3532
3533         * gst/playback/gstdecodebin2.c:
3534           Don't use gtk-doc style comment start for private stuff, but make it
3535           formatted like this for consistency.
3536
3537 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3538
3539         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3540         (gst_decode_bin_init), (gst_decode_bin_dispose),
3541         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3542         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3543         (analyze_new_pad), (connect_pad), (expose_pad),
3544         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3545         (gst_decode_group_expose), (gst_decode_group_free),
3546         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3547         Remove fakesink hack, we can now implement this more elegantly.
3548         Added property to bypass typefinding.
3549         Removed underrun callback and demuxer pad probe, we now use the srcpad
3550         probe to expose groups.
3551         API::sink-caps property
3552
3553         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3554         Guard against multiple emissions of the no_more_pads signal, which
3555         happens when we are dealing with chained oggs.
3556
3557         * gst/playback/gsturidecodebin.c: (remove_decoders),
3558         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3559         (setup_source):
3560         For streams, use our own typefind element and plug our queue after it.
3561         We will need this to determine the type of buffering to use for the
3562         queue soon.
3563
3564 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         * gst-libs/gst/audio/gstbaseaudiosink.c:
3567         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3568         Guard against over and underflows because of clock slaving.
3569         When we are using our own clock, still compensate for any calibrations
3570         that we might have done to our clock.
3571
3572 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3573
3574         * ext/theora/theoradec.c: (theora_handle_type_packet),
3575         (theora_dec_chain):
3576         Don't try to do anything fancy with the return code from pushing an
3577         event, it does not have enough information to turn it into a
3578         GST_FLOW_ERROR.
3579
3580 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3583         (gst_ogg_demux_chain_elem_pad):
3584         Add small debug line.
3585         Pass return code from the internal decoder instead of the too generic
3586         GST_FLOW_ERROR.
3587
3588 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3589
3590         * gst-libs/gst/cdda/Makefile.am:
3591         * gst-libs/gst/cdda/base64.c:
3592         * gst-libs/gst/cdda/base64.h:
3593         * gst-libs/gst/cdda/gstcddabasesrc.c:
3594         (gst_cddabasesrc_calculate_musicbrainz_discid):
3595         Use GLib's base64 implementation instead of our own.
3596
3597 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3598
3599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3600         (gst_ogg_demux_read_chain):
3601         Refix oggdemux, we only have a problem if we failed to find a chain and
3602         we are not EOF.
3603
3604 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3605
3606         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3607
3608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3609         (gst_ogg_demux_read_chain):
3610         When we fail to find a BOS page and we and up with no chain, error out
3611         properly instead of segfaulting. Fixes #525665.
3612
3613 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3616         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3617         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3618         no-more-pads...
3619
3620 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3621
3622         * gst/playback/gstqueue2.c: (update_out_rates),
3623         (gst_queue_open_temp_location_file),
3624         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3625         (gst_queue_handle_src_query), (gst_queue_set_property):
3626         Update the estimated input data when we push out a buffer.
3627         Add some debug info about the temp file.
3628         Only forward src events when we are not using a temp file.
3629         Don't block the duration query, we need to find something better.
3630         Don't leak the temp filename.
3631
3632 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3633
3634         * configure.ac:
3635         Require GLib 2.12 and liboil 0.3.14.
3636
3637         * gst/volume/gstvolume.c: (volume_process_double):
3638         Unconditionally use liboil 0.3.14 function.
3639
3640 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3643         ms-gsm can have arbitrarty sample rates. See #481354.
3644
3645 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3648         MP4S is generic MPEG-4, not a microsoft variant.
3649
3650 2008-03-27  Michael Smith <msmith@fluendo.com>
3651
3652         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3653           Check the body CRC (if set) when depayloading.
3654           Fixes #522401.
3655
3656 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3657
3658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3659           Fix Since: version for new property.
3660
3661 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3662
3663         * gst-libs/gst/rtsp/gstrtspconnection.c:
3664         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3665         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3666         Don't error when poll_wait returns EAGAIN.
3667
3668 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3669
3670         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3671         The queue is never filled when there are no buffers in the queue at all.
3672         Fixes #523993.
3673
3674 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3677         (init_group), (free_group), (gst_play_bin_init),
3678         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3679         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3680         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3681         (gst_play_bin_set_current_video_stream),
3682         (gst_play_bin_set_current_audio_stream),
3683         (gst_play_bin_set_current_text_stream),
3684         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3685         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3686         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3687         (activate_group), (deactivate_group), (setup_next_source),
3688         (save_current_group), (gst_play_bin_change_state):
3689         Update some docs.
3690         Add new locks and conds to protect pipeline creation and group
3691         switching.
3692         Implement the sub-uri property.
3693         Keep track of pending uridecodebin creation and configure the output
3694         pipeline after all streams are configured.
3695         Propagate subtitle encoding to the uridecodebins.
3696         Implement getting the video/audio/visualisation elements.
3697         Use input-selector for stream switching.
3698         If we are asked to do visualisation, prefer to autoplug raw sinks
3699         instead of sinks that accept encoded data.
3700
3701 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3704         (gst_play_sink_init), (gst_play_sink_dispose),
3705         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3706         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3707         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3708         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3709         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3710         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3711         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3712         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3713         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3714         * gst/playback/gstplaysink.h:
3715         Add methods to get audio/video/vis elements.
3716         Add methods to set the font description for the overlay.
3717         Remove properties, we're using this element with its methods only.
3718         Add support for subtitles.
3719         Rearrange the locking a bit to not use the object lock for protecting
3720         the pipeline construction.
3721         Try to use the volume and mute property on the sink when its available.
3722         Implement the mute option with volume when the sink does not have a mute
3723         property.
3724         Only add volume element when the sink has no volume property.
3725         Only do visualisations with raw audio pads.
3726
3727 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3730         (gst_text_overlay_init), (gst_text_overlay_set_property),
3731         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3732         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3733         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3734         (gst_text_overlay_change_state):
3735         * ext/pango/gsttextoverlay.h:
3736         Add property to configure waiting for text on the textpad or not, with
3737         the default behaviour being the old one (always wait for text before
3738         rendering the video). This default behaviour is usually not the best one
3739         because the text stream can very sparse and could require queueing a lot
3740         of video.
3741         Fix the flushing and EOS handing so that we don't mix up their meaning.
3742
3743 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         * gst/playback/gsturidecodebin.c:
3746         (gst_uri_decode_bin_autoplug_factories),
3747         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3748         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3749         (gst_uri_decode_bin_set_property),
3750         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3751         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3752         (proxy_autoplug_factories_signal), (make_decoder),
3753         (source_new_pad), (setup_source):
3754         Add a readonly source property and notify.
3755         Add new lock for protecting the construction of the pipeline.
3756         Keep track of the decodebins we plugged.
3757         Correctly proxy the autoplug signal so that it actually continues.
3758         Proxy subtitle-encoding to the decodebins.
3759
3760 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3761
3762         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3763         (text_toggle_cb), (update_streams), (main):
3764         Rearrange some buttons in playbin2 and make some other boxes insensitive
3765         when needed.
3766         Add language codes to subtitle selection boxes when we gind the right
3767         tags for the streams.
3768
3769 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3772         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3773         (gst_decode_bin_set_subs_encoding),
3774         (gst_decode_bin_get_subs_encoding),
3775         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3776         (deactivate_free_recursive):
3777         Protect caps property with the object lock.
3778         Protect encoding property with the object lock.
3779         Keep list of elements we added that have the subtitle-encoding property.
3780         Distribute the subtitle-encoding to all of the elements when it
3781         changes.
3782
3783 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3786         Small debug improvement.
3787
3788         * gst-libs/gst/audio/gstbaseaudiosink.c:
3789         (gst_base_audio_sink_render):
3790         Fix bug in determining the sample start/stop position, we want to base
3791         this decision on the fact that we are going forwards or backwards, not
3792         slower or faster. This fixes some ugly resync warnings when playing at
3793         very slow speeds.
3794
3795 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3796
3797         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3798         Correctly set the supported URI schemes and don't leave
3799         some schemes in the middle or at the start at NULL.
3800
3801 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         * tests/check/elements/gdpdepay.c:
3804           Make test compile without unused function/variable warnings on PPC.
3805  
3806 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3807
3808         * configure.ac:
3809         * ext/alsa/gstalsamixerelement.c:
3810         (gst_alsa_mixer_element_class_init):
3811         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3812         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3813         * ext/cdparanoia/gstcdparanoiasrc.c:
3814         (gst_cd_paranoia_src_class_init):
3815         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3816         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3817         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3818         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3823         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3824         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3825         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3826         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3827         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3828         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3829         (gst_audio_filter_template_class_init):
3830         * gst-libs/gst/audio/gstbaseaudiosink.c:
3831         (gst_base_audio_sink_class_init):
3832         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3833         (gst_base_audio_src_class_init):
3834         * gst-libs/gst/cdda/gstcddabasesrc.c:
3835         (gst_cdda_base_src_class_init):
3836         * gst-libs/gst/interfaces/mixertrack.c:
3837         (gst_mixer_track_class_init):
3838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3839         (gst_base_rtp_depayload_class_init):
3840         * gst-libs/gst/rtp/gstbasertppayload.c:
3841         (gst_basertppayload_class_init):
3842         * gst/audioconvert/gstaudioconvert.c:
3843         (gst_audio_convert_class_init):
3844         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3845         * gst/audioresample/gstaudioresample.c:
3846         (gst_audioresample_class_init):
3847         * gst/audiotestsrc/gstaudiotestsrc.c:
3848         (gst_audio_test_src_class_init):
3849         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3850         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3852         (preroll_unlinked):
3853         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3854         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3855         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3856         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3857         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3858         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3859         (gst_stream_selector_class_init):
3860         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3861         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3863         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3864         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3865         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3866         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3867         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3868         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3869         * gst/videotestsrc/gstvideotestsrc.c:
3870         (gst_video_test_src_class_init):
3871         * gst/volume/gstvolume.c: (gst_volume_class_init):
3872         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3873         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3876         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3878         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3879         static strings (i.e. all). This gives us less memory usage,
3880         fewer allocations and thus less memory defragmentation. Depend
3881         on core CVS for this. Fixes bug #523806.
3882
3883 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3884
3885         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3886         Filter http and https protocols. GIO/GVfs handles them but it's
3887         impossible to implement iradio/icecast with it. Better use
3888         souphttpsrc or something else for this.
3889
3890         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3891         If getting the file informations by a query fails try it with the
3892         seek-to-end trick too.
3893
3894 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3895
3896         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3897         (gst_volume_base_init), (gst_volume_class_init),
3898         (volume_process_double), (volume_process_float),
3899         (volume_transform_ip), (plugin_init):
3900         memset buffers to zero if we get a GAP buffer. We usually see a
3901         buffer as one unit so let's handle it as one and don't care about
3902         volume changes while processing one buffer.
3903         Also clean up some stuff a bit.
3904
3905 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3906
3907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3908         (gst_audio_convert_create_silence_buffer),
3909         (gst_audio_convert_transform):
3910         Make audioconvert GAP-aware by outputting silence buffers when the
3911         input has the GAP flag set. This is up to 8x faster.
3912         Based on a patch by Stefan Kost. Fixes bug #517813.
3913
3914 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3915
3916         * gst/volume/gstvolume.c: (volume_process_double):
3917         Use oil_scalarmultiply_f64_ns() for double processing when it's
3918         available at compile time.
3919
3920 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3921
3922         * configure.ac:
3923         Fix lrint/lrintf checks to actually work. These functions are
3924         in libm on Linux at least so try to link to it.
3925
3926 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3927
3928         * configure.ac:
3929         Back to development - 0.10.18.1
3930
3931 === release 0.10.18 ===
3932
3933 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3934
3935         * configure.ac:
3936           releasing 0.10.18, "I will follow"
3937
3938 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3939
3940         * configure.ac:
3941         * win32/common/config.h:
3942         0.10.17.4 pre-release
3943
3944 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3947         Use GST_STR_NULL when trying to print strings that could be NULL because
3948         this might crash on some platforms. See #520808.
3949
3950 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3951
3952         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3953
3954         * gst-libs/gst/rtsp/gstrtspconnection.c:
3955         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3956         (read_line), (gst_rtsp_connection_read_internal):
3957         Generic Windows fixes that makes libgstrtsp work on Windows when
3958         coupled with the new GstPoll API. See #520808.
3959
3960 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3963
3964         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3965           If seeking to a new position succeeds don't simply return from
3966           create() without creating a buffer. Do this only in the case
3967           seeking to the new position fails. Fixes bug #523054.
3968
3969 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3970
3971         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3972           (gst_video_format_from_rgba32_masks):
3973           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3974           (#522635).
3975
3976         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3977           Add unit test for the RGB caps parsing and creation, checking for
3978           internal consistency of the new API and consistency of the API with
3979           the old GST_VIDEO_CAPS_* defines.
3980
3981 2008-03-14  David Schleef  <ds@schleef.org>
3982
3983         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3984           because -base is in freeze.
3985
3986 2008-03-14  David Schleef  <ds@schleef.org>
3987
3988         Patch by: William M. Brack
3989
3990         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3991
3992 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3993
3994         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3995         (gst_selector_pad_chain):
3996         * gst/playback/gststreamselector.h:
3997         Revert change that caused regression until a real fix is found.
3998         Fixes #522203.
3999
4000 2008-03-12  Michael Smith <msmith@fluendo.com>
4001
4002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4003         * gst-libs/gst/audio/gstringbuffer.h:
4004           Rename recently added buffer types to make more sense.
4005         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4006         (gst_alsasink_write):
4007           Adapt for above API changes.
4008           Fixes bug #520523.
4009
4010 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         * win32/common/libgstnetbuffer.def:
4013         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4014
4015 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4016
4017         * configure.ac:
4018         * win32/common/config.h:
4019         0.10.17.3 pre-release
4020
4021 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4022
4023         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4024         (gst_base_audio_src_create):
4025         Fix duration when no clock was provided. Fixes #520300.
4026
4027 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         Patch by: Olivier Crete  <tester at tester ca>
4030
4031         * docs/libs/gst-plugins-base-libs-sections.txt:
4032         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4033         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4034         Add trivial function to compare GstNetAddress. See #520626.
4035         API: GstNetBuffer::gst_netaddress_equal
4036
4037 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4038
4039         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4040         Update mode property docs, it's deprecated now.
4041
4042 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4043
4044         * gst-libs/gst/rtsp/gstrtspconnection.c:
4045         (gst_rtsp_connection_create):
4046         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4047         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4048         * gst/tcp/gstmultifdsink.h:
4049         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4050         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4051         Remove GstPollMode from gstpoll constructor.
4052
4053 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4054
4055         * configure.ac:
4056         * win32/common/config.h:
4057         0.10.17.2 pre-release
4058
4059 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4060
4061         * gst/Makefile.am:
4062         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4063         them twice
4064
4065         * win32/common/libgstinterfaces.def:
4066         * win32/common/libgstrtp.def:
4067         Add new API to the defs
4068
4069 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4070
4071         Patch by: Mersad Jelacic  <mersad at axis dot com>
4072
4073         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4074         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4075         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4076         possible to specify the sample size in bits. (#509637)
4077
4078 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * tests/check/libs/mixer.c:
4081           Add a few simple checks for the new message types.
4082
4083 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4084
4085         * docs/libs/gst-plugins-base-libs-sections.txt:
4086         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4087           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4088           (gst_mixer_message_get_type),
4089           (gst_mixer_message_parse_option_changed),
4090           (gst_mixer_message_parse_options_list_changed):
4091         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4092           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4093           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4094           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4095           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4096           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4097
4098 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4101           (gst_mixer_options_get_values):
4102         * gst-libs/gst/interfaces/mixeroptions.h:
4103           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4104           (_GstMixerOptions), (_GstMixerOptionsClass):
4105           API: add GstMixerOptions::get_values vfunc (#519906)
4106
4107 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4108
4109         * configure.ac:
4110         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4111         plug-ins are included/excluded. (#498222)
4112
4113 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4114
4115         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4116         Add typefinder for IMelody files, using audio/x-imelody.
4117         See bug #519516.
4118
4119 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4120
4121         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4122         * ext/alsa/gstalsasink.c: (set_hwparams):
4123         * ext/alsa/gstalsasrc.c: (set_hwparams):
4124         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4125         * ext/ogg/gstoggmux.h:
4126         * ext/ogg/gstogmparse.c:
4127         * gst-libs/gst/audio/audio.c:
4128         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4129         * gst-libs/gst/pbutils/missing-plugins.c:
4130         (gst_missing_uri_sink_message_new),
4131         (gst_missing_element_message_new),
4132         (gst_missing_decoder_message_new),
4133         (gst_missing_encoder_message_new):
4134         * gst-libs/gst/rtp/gstbasertppayload.c:
4135         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4136         (gst_rtcp_packet_bye_get_reason):
4137         * gst/audioconvert/gstaudioconvert.c:
4138         * gst/audioresample/gstaudioresample.c:
4139         * gst/ffmpegcolorspace/imgconvert.c:
4140         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4141         * gst/typefind/gsttypefindfunctions.c:
4142         * gst/videoscale/vs_4tap.c:
4143         * gst/videoscale/vs_4tap.h:
4144         * sys/v4l/gstv4lelement.c:
4145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4146         * sys/v4l/v4l_calls.c:
4147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4148         (gst_v4lsrc_try_capture):
4149         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4150         (gst_ximagesink_ximage_new):
4151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4152         (gst_xvimagesink_xvimage_new):
4153         * tests/check/elements/audioconvert.c:
4154         * tests/check/elements/audioresample.c:
4155         (fail_unless_perfect_stream):
4156         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4157         * tests/check/elements/decodebin.c:
4158         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4159         (setup_gdpdepay_streamheader):
4160         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4161         (setup_gdppay_streamheader):
4162         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4163         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4164         * tests/check/elements/textoverlay.c:
4165         * tests/check/elements/videorate.c: (setup_videorate):
4166         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4167         * tests/check/elements/volume.c: (setup_volume):
4168         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4169         * tests/check/elements/vorbistag.c:
4170         * tests/check/generic/clock-selection.c:
4171         * tests/check/generic/states.c: (setup), (teardown):
4172         * tests/check/libs/cddabasesrc.c:
4173         * tests/check/libs/video.c:
4174         * tests/check/pipelines/gio.c:
4175         * tests/check/pipelines/oggmux.c:
4176         * tests/check/pipelines/simple-launch-lines.c:
4177         (simple_launch_lines_suite):
4178         * tests/check/pipelines/streamheader.c:
4179         * tests/check/pipelines/theoraenc.c:
4180         * tests/check/pipelines/vorbisdec.c:
4181         * tests/check/pipelines/vorbisenc.c:
4182         * tests/examples/seek/scrubby.c:
4183         * tests/examples/seek/seek.c: (query_positions_elems),
4184         (query_positions_pads):
4185         * tests/icles/stress-xoverlay.c: (myclock):
4186         Correct all relevant warnings found by the sparse semantic code
4187         analyzer. This include marking several symbols static, using
4188         NULL instead of 0 for pointers and using "foo (void)" instead
4189         of "foo ()" for declarations.
4190
4191         * win32/common/libgstrtp.def:
4192         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4193
4194 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         Patch by: José Alburquerque <jaalburqu svn gnome org>
4197
4198         * gst/playback/gstplaybin2.c:
4199           Make the function signature of the _get_*_tags() functions match
4200           the signature of the vfuncs they implement, ie. return a
4201           GstTagList rather than a GstStructure, which is more correct,
4202           even if one is typedef'ed to the other (#518940).
4203
4204 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * gst-libs/gst/rtsp/gstrtspconnection.c:
4207           Don't include unix headers unconditionally (fixes #518037).
4208
4209 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4212           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4213           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4214           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4215           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4216           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4217           (gst_video_format_is_packed), (video_format_is_packed):
4218           Add unit test that makes sure that the strides, offsets and
4219           sizes returned for the various YUV formats by the new video API
4220           match the old reference implementation in videotestsrc.
4221
4222 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4225           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4226           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4227           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4228           (gst_video_format_get_pixel_stride),
4229           (gst_video_format_get_component_width),
4230           (gst_video_format_get_component_height),
4231           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4232         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4233           (GST_VIDEO_FORMAT_Y42B):
4234           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4235
4236 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4239           YV12 is I420 with swapped components 1 and 2, so the offset of
4240           component 1 for I420 should be the offset for component 2 for YV12
4241           and vice versa.
4242
4243 2008-02-29  Rene Stadler  <mail@renestadler.de>
4244
4245         * sys/v4l/gstv4lelement.c:
4246         Add missing semicolon to fix indentation.
4247
4248 2008-02-29  Julien Moutte  <julien@fluendo.com>
4249
4250         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4251         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4252         if we can do SPDIF output.
4253         * ext/alsa/gstalsa.h:
4254         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4255         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4256         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4258         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4259         to support AC3, EC3 and IEC958 buffers.
4260
4261 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4264           (gst_mixer_message_parse_mute_toggled),
4265           (gst_mixer_message_parse_record_toggled),
4266           (gst_mixer_message_parse_volume_changed),
4267           (gst_mixer_message_parse_option_changed):
4268           De-cruft and fix message type assertions (NULL is not a really
4269           valid mixer message type string).
4270
4271 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4272
4273         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4274         When negotiating, actually start from a format that we can support
4275         instead of from the too generic template.
4276
4277 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4280         Enable vis setting.
4281
4282         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4283         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4284         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4285         (gen_vis_chain):
4286         Implement vis switching while playing.
4287
4288 2008-02-28  David Schleef  <ds@schleef.org>
4289
4290         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4291
4292 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         Patch by: Peter Kjellerstedt  <pkj at axis com>
4295
4296         * gst/tcp/Makefile.am:
4297         * gst/tcp/fdsetstress.c:
4298         * gst/tcp/gstfdset.c:
4299         * gst/tcp/gstfdset.h:
4300         Removed fdset and stress test, they are now known as GstPoll in
4301         core. 
4302
4303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4304         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4305         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4306         (gst_multi_fd_sink_handle_client_write),
4307         (gst_multi_fd_sink_queue_buffer),
4308         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4309         (gst_multi_fd_sink_stop):
4310         * gst/tcp/gstmultifdsink.h:
4311         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4312         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4313         (gst_tcp_gdp_read_caps):
4314         * gst/tcp/gsttcp.h:
4315         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4316         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4317         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4318         * gst/tcp/gsttcpclientsink.h:
4319         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4320         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4321         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4322         * gst/tcp/gsttcpclientsrc.h:
4323         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4324         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4325         * gst/tcp/gsttcpserversink.h:
4326         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4327         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4328         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4329         * gst/tcp/gsttcpserversrc.h:
4330         Port to GstPoll. See #505417.
4331
4332 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4333
4334         Patch by: Peter Kjellerstedt  <pkj at axis com>
4335
4336         * gst-libs/gst/rtsp/gstrtspconnection.c:
4337         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4338         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4339         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4340         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4341         (gst_rtsp_connection_flush):
4342         * gst-libs/gst/rtsp/gstrtspconnection.h:
4343         Use GstPoll for the rtsp connection. See #505417.
4344
4345 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4346
4347         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4348         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4349         Add combo box for visualisations, populate it with a factory list
4350         of all visualisation plugins, configure vis plugin instance in
4351         playbin2. 
4352
4353 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4354
4355         * tests/check/libs/rtp.c: (GST_START_TEST):
4356         Add check for RTP buffer defaults, padding and marker bit API.
4357
4358 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4361         Use memcpy() instead of upcasting a byte array to long *. This
4362         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4363         This should be ported to GCheckSum once we can use GLib 2.16.
4364         Partially fixes bug #500833.
4365
4366 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4369           Push tag event after the newsegment event. Log the pointer of
4370           the buffer we're actually going to push rather than the buffer
4371           we're feeding to _make_metadata_writable().
4372
4373 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4374
4375         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4376         Comment smoke typefinder for now. The smokedec plugin needs one
4377         frame per buffer but we have no parser yet, thus it simply crashes
4378         in most situations.
4379
4380 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4383         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4384
4385 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4386
4387         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4388         (plugin_init):
4389         Add midi typefinder, copied from the timidity plugin.
4390
4391 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4394
4395         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4396         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4397           (subparse_suite):
4398           Forward slashes at the beginning and end of a line also signify
4399           italics (Fixes: #518162).
4400
4401 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * tests/check/gst-plugins-base.supp:
4404         Add a suppression for a cached value in GIO that wasn't moved
4405         while moving gio from -bad to -base.
4406
4407 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4410
4411         * configure.ac:
4412         Don't hardcode -Wall and -Werror for configure checks, this fails
4413         with non-GCC compilers. Fixes bug #517991.
4414
4415 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4416
4417         * gst/audioconvert/gstaudioconvert.c:
4418         * gst/audioconvert/gstaudioquantize.c:
4419         * gst/audioconvert/gstaudioquantize.h:
4420           Make audioconvert gap aware. If noiseshaping is used, wait for
4421           noiseshaping to converge before marking as GAP. Fixes #517813.
4422
4423 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4424
4425         * gst/audiotestsrc/gstaudiotestsrc.c:
4426           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4427
4428 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4429
4430         * ext/gnomevfs/gstgnomevfssink.c:
4431         (gst_gnome_vfs_sink_handle_event):
4432         Return FALSE when seeking for a new segment fails instead
4433         of silently ignoring the failure and appending every buffer
4434         that comes for the new segment.
4435
4436 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4437
4438         * gst/playback/gstplaysink.c: (find_property),
4439         (gst_play_sink_find_property), (gen_video_chain),
4440         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4441         Recursively search the sink element for a last-frame property so that we
4442         can also find the property in autovideosink and friends that don't
4443         always proxy the internal sink properties.
4444
4445 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * gst-libs/gst/audio/multichannel.c:
4448           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4449           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4450           (gst_audio_set_structure_channel_positions_list),
4451           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4452           (gst_audio_fixate_channel_positions):
4453           Fix confusing terminology in docs and code: structure fields are
4454           'fields' and not 'properties'.
4455
4456 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst-libs/gst/audio/multichannel.c:
4459           (gst_audio_check_channel_positions), (add_list_to_struct):
4460           Give more useful warning messages if one of the channel
4461           layout enums passed to us is invalid and if the "channels"
4462           field in the caps has a GType we don't expect.
4463
4464 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * gst-libs/gst/audio/multichannel.c:
4467           Fix typo in docs blurb.
4468
4469 2008-02-19  Julien Moutte  <julien@fluendo.com>
4470
4471         Patch by: Josep Torra Valles <josep@fluendo.com>
4472
4473         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4474         typefind lookup to fix typefinding on HD clips.
4475
4476 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4477
4478         * gst/playback/gstscreenshot.c:
4479         * gst/playback/gstscreenshot.h:
4480           Fix up copyright (I rewrote the GStreamer-0.10 code for
4481           this from scratch back in the days).
4482
4483 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4484
4485         * gst/playback/Makefile.am:
4486         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4487         (create_element), (gst_play_frame_conv_convert):
4488         * gst/playback/gstscreenshot.h:
4489         Add screenshot conversion code from totem.
4490
4491         * gst/playback/gstplay-marshal.list:
4492         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4493         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4494         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4495         Implement frame property to get a color-unconverted snapshot.
4496         Implement convert-frame action signal to get a converted snapshot image.
4497         Configure connection speed in uridecodebin.
4498         Document some more properties.
4499
4500         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4501         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4502         (gst_play_sink_get_last_frame):
4503         * gst/playback/gstplaysink.h:
4504         Use last-buffer property of the video sink to get a video snapshot.
4505
4506         * tests/examples/seek/seek.c: (shot_cb), (main):
4507         Add snapshot button for playbin2 and use the frame property to save the
4508         frame as a png in the current directory.
4509
4510 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4511
4512         Patch by: Josep Torra Valles <josep at fluendo dot com>
4513
4514         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4515         (plugin_init):
4516         Add typefinding support for h264 elementary streams.
4517         Fixes bug #517420.
4518
4519 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4520
4521         * configure.ac:
4522           Require CVS of core for new API in collectpads.
4523
4524         * gst/adder/gstadder.c:
4525           Use new API to make adder sparse stream aware.
4526
4527 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4528
4529         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4530         (no_more_pads_cb):
4531         Get the object data correct so that we can remove our channels
4532         correctly.
4533
4534         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4535         (gen_vis_chain), (gst_play_sink_reconfigure),
4536         (gst_play_sink_request_pad):
4537         Add option to disable async behaviour in the sinks when possible. This
4538         makes it possible to avoid an audio queue when dealing with
4539         visualisations.
4540         Add option to add a queue for the audio path.
4541
4542         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4543         (main):
4544         Disable the vis checkbox to match the defaults of playbin2.
4545         Only get the stream info when we need to.
4546
4547 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4548
4549         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4550         (gst_gio_base_sink_set_stream):
4551         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4552         (gst_gio_base_src_set_stream):
4553         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4554         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4555         Don't use async operations as they require a running main loop.
4556         This makes us block again when closing streams and unable
4557         to mount the enclosing volume of an URI if it isn't yet.
4558
4559 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4560
4561         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4562         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4563         (gen_vis_chain), (gst_play_sink_reconfigure),
4564         (gst_play_sink_request_pad):
4565         Move tee in front of the audio and vis pipelines.
4566         Add queue for audio for now.
4567         Add visualisation support.
4568
4569         * tests/examples/seek/seek.c: (main):
4570         Visualisation is by default disabled.
4571
4572 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4575         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4576         Improve debugging a bit.
4577
4578         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4579         * ext/gio/gstgiosink.h:
4580         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4581         * ext/gio/gstgiosrc.h:
4582         Try to mount the enclosing volume of a GFile if it isn't mounted
4583         yet. This requires us to wait for an async operation to finish, done
4584         with an nested GMainLoop. Authentication is not supported yet, will
4585         come later.
4586
4587 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4590         (gst_play_bin_set_property), (gst_play_bin_get_property),
4591         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4592         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4593         (gst_play_sink_get_mute), (gen_audio_chain):
4594         * gst/playback/gstplaysink.h:
4595         Add mute property.
4596
4597         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4598         (gst_selector_pad_chain):
4599         * gst/playback/gststreamselector.h:
4600         Make sure we forward the event only once.
4601
4602         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4603         Add and implement the mute button for playbin2.
4604
4605 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4606
4607         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4608
4609         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4610         Add some more debug info.
4611         Make sure we never return a negative delay. Fixes #516246.
4612
4613 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4616           Revert patch that makes the sink hold the object lock when
4617           calling snd_pcm_delay(), since it breaks playback for me.
4618
4619 2008-02-12  Julien Moutte  <julien@fluendo.com>
4620
4621         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4622         some seek flags when changing rate.
4623
4624 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4627         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4628         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4629         Fix potential leaks.
4630
4631         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4632         Fix leak when there is no function configured.
4633
4634 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4635
4636         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4637         (gst_v4lsrc_buffer_finalize):
4638         Correctly chain up the finalize method.
4639
4640 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4641
4642         * ext/gio/gstgiostreamsink.c:
4643         * ext/gio/gstgiostreamsrc.c:
4644         Add documentation and example code for giostreamsink/giostreamsrc.
4645
4646         * tests/check/pipelines/gio.c: (GST_START_TEST):
4647         Ask the GMemoryOutputStream for the data instead of assuming that
4648         the pointer to the data stayed the same. It could've been realloc'ed.
4649
4650 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4651
4652         * ext/gio/gstgiosink.c:
4653         * ext/gio/gstgiosrc.c:
4654         Make the documentation of giosink/giosrc complete, large parts
4655         are based on the gnomevfssink/gnomevfssrc docs.
4656
4657 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4658
4659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4661         * docs/plugins/gst-plugins-base-plugins.args:
4662         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4663         * docs/plugins/gst-plugins-base-plugins.interfaces:
4664         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4665         * docs/plugins/gst-plugins-base-plugins.signals:
4666         * docs/plugins/inspect/plugin-adder.xml:
4667         * docs/plugins/inspect/plugin-audioconvert.xml:
4668         * docs/plugins/inspect/plugin-audiorate.xml:
4669         * docs/plugins/inspect/plugin-audioresample.xml:
4670         * docs/plugins/inspect/plugin-decodebin.xml:
4671         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4672         * docs/plugins/inspect/plugin-gdp.xml:
4673         * docs/plugins/inspect/plugin-gio.xml:
4674         * docs/plugins/inspect/plugin-gnomevfs.xml:
4675         * docs/plugins/inspect/plugin-libvisual.xml:
4676         * docs/plugins/inspect/plugin-ogg.xml:
4677         * docs/plugins/inspect/plugin-pango.xml:
4678         * docs/plugins/inspect/plugin-playback.xml:
4679         * docs/plugins/inspect/plugin-queue2.xml:
4680         * docs/plugins/inspect/plugin-subparse.xml:
4681         * docs/plugins/inspect/plugin-theora.xml:
4682         * docs/plugins/inspect/plugin-uridecodebin.xml:
4683         * docs/plugins/inspect/plugin-videorate.xml:
4684         * docs/plugins/inspect/plugin-videoscale.xml:
4685         * docs/plugins/inspect/plugin-volume.xml:
4686         * docs/plugins/inspect/plugin-vorbis.xml:
4687         Add the GIO documentation again and while at that run make update.
4688
4689 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4692         * ext/alsa/gstalsasink.c: (set_swparams):
4693         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4694           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4695           against libasound >= 1.0.16, since it's been deprecated in
4696           0.10.16, and alignment is always 1 then, apparently. (#512899)
4697
4698 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         * gst/playback/gstplaybin.c: (gen_audio_element):
4701         * gst/playback/gstplaysink.c: (gen_audio_chain):
4702           Handle case where we can't create the volume element a bit
4703           better (#514307).
4704
4705 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4706
4707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4708         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4709           Add support for https protocol. Fixes #510229.
4710
4711 2008-02-11  Julien Moutte  <julien@fluendo.com>
4712         
4713         Patch by: Alan Peevers <peeves@pacbell.net>
4714
4715         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4716         lock when calling alsa methods.
4717
4718 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst/typefind/gsttypefindfunctions.c:
4721           Bump rank of jpeg and png typefinders, which will return maximum
4722           probability in the most common cases (thus short-circuiting more
4723           expensive typefinders like the mp3 one for these two quite common
4724           image types).
4725
4726 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4727
4728         * ext/theora/theoraparse.c:
4729         Fix long description of the theora parser to be more verbose than just
4730         the type name.
4731
4732 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4733
4734         Patch by: Branko Čibej <brane at xbc dot nu>
4735
4736         * sys/xvimage/xvimagesink.c:
4737         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4738         Fixes bug #515654.
4739
4740 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4741
4742         * gst/playback/gstplaybasebin.c:
4743         Set is_dynamic as True if there are elements with both request
4744         and sometimes src pad templates instead of breaking out when it
4745         finds the first pad template that is a src.
4746
4747 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4750         (update_streams), (video_combo_cb), (audio_combo_cb),
4751         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4752         Add some stream switching and volume gui for playbin2.
4753
4754 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4755
4756         * gst/playback/gstplay-marshal.list:
4757         Added marshal for streamselector Tags.
4758
4759         * gst/playback/gstplaybasebin.c: (set_active_source):
4760         Streamselector now selects pads based on the pad object instead of its
4761         name.
4762
4763         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4764         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4765         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4766         (gst_play_bin_get_text_tags),
4767         (gst_play_bin_set_current_video_stream),
4768         (gst_play_bin_set_current_audio_stream),
4769         (gst_play_bin_set_current_text_stream),
4770         (gst_play_bin_set_property), (gst_play_bin_get_property),
4771         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4772         Remove option to mute streams with the current-a/v/t property, we have
4773         this functionality in the flags.
4774         Add signals to notify when the number of A/V/T channels changed.
4775         Add action signals to get tags for the A/V/T streams.
4776         Implement setting the current A/V/T stream.
4777         Rearrange some things to simplify stream selection.
4778         Implement volume.
4779
4780         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4781         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4782         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4783         (activate_vis), (gst_play_sink_reconfigure):
4784         * gst/playback/gstplaysink.h:
4785         Add and implement volume setting methods.
4786
4787         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4788         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4789         (gst_selector_pad_event), (gst_stream_selector_class_init),
4790         (gst_stream_selector_init), (gst_stream_selector_finalize),
4791         (gst_stream_selector_set_property),
4792         (gst_stream_selector_get_property),
4793         (gst_stream_selector_get_linked_pad),
4794         (gst_stream_selector_request_new_pad):
4795         * gst/playback/gststreamselector.h:
4796         Add pad properties for tags and status of pads.
4797         Keep tags on pads.
4798         Make active pad selection based on pad object instead of name.
4799
4800 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4801
4802         * configure.ac:
4803           Revert last change as we now check in gtk-doc.m4 for sed.
4804
4805 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4806
4807         * configure.ac:
4808         Find and subst SED when building the docs.
4809
4810 2008-02-08  Julien Moutte  <julien@fluendo.com>
4811
4812         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4813         (main): Make sure bus signals are reconnected when pressing STOP
4814         and then PLAY again for a parse launch pipeline. Fix a ref leak
4815         on the bus.
4816         * win32/common/config.h: Updated.
4817
4818 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4819
4820         * configure.ac:
4821         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4822         pre-releases or releases.
4823
4824 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4825
4826         * configure.ac:
4827         * ext/gio/Makefile.am:
4828         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4829         reporting
4830
4831 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4832
4833         * docs/plugins/Makefile.am:
4834         Add the headers which need scanning for the GIO plugin. The rest of
4835         the docs still need migrating.
4836
4837 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4838
4839         * ext/Makefile.am:
4840         * tests/check/Makefile.am:
4841         * tests/check/pipelines/.cvsignore:
4842         Add gio in a few more places.
4843
4844 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4845
4846         * configure.ac:
4847         * ext/Makefile.am:
4848         * tests/check/Makefile.am:
4849         Move gio plugin from -bad and mark as experimental.
4850
4851 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4852
4853         * gst-libs/gst/interfaces/mixeroptions.c:
4854         * gst-libs/gst/interfaces/mixertrack.c:
4855         Comment out a couple of other things which break the build when
4856         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4857
4858 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * docs/libs/gst-plugins-base-libs-sections.txt:
4861           Fix pbutils header.
4862
4863 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4864
4865         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4866         Fix compiler warning.
4867
4868 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4869
4870         Patch by: Peter Kjellerstedt  <pkj at axis com>
4871
4872         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4873         Clear the addrinfo struct using memset. Fixes #514937.
4874
4875 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4876
4877         * gst/tcp/gstfdset.h:
4878         Remove unused field to same some memory.
4879
4880         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4881         Mark action signals as such.
4882
4883 2008-02-06  Michael Smith <msmith@fluendo.com>
4884
4885         * ext/theora/theoradec.c: (_theora_granule_frame),
4886         (_inc_granulepos):
4887           Increment granulepos for new-bitstream versions appropriately.
4888           Fixes #514623.
4889
4890 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4891
4892         * tests/examples/seek/seek.c: (do_seek),
4893         (rate_spinbutton_changed_cb), (update_streams), (main):
4894         Remove obsolete stream_time reset after flushing seek, core does that
4895         automatically now.
4896         Improve accuracy of speed spinbutton.
4897         Only do playbin2 stuff when we actually use it.
4898
4899 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * tests/check/Makefile.am:
4902           Revert previous change of the test environment's GST_PLUGIN_PATH.
4903           The problem is not with the plugins, but with element factories
4904           and only occurs if elements are split out from existing plugins
4905           or if plugins change name (see #512740).
4906
4907 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * tests/check/Makefile.am:
4910           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4911           with the core's plugins first and our local build directories last,
4912           since we might be building against an installed core, and that
4913           core's plugin directory may contain older or other versions of
4914           our own -base plugins, but we really do want to test our local
4915           ones (if there are multiple plugins or element factories with the
4916           same name, those inspected last will trump those read in earlier).
4917           Fixes #512740 for the most part.
4918
4919 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4920
4921         * configure.ac:
4922         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4923         Use gmtime_r if available as gmtime is not MT-safe.
4924         Fixes bug #511810.
4925
4926 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4927
4928         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4929         Cast glong to time_t as time_t might have a different type on
4930         other platforms, like FreeBSD, and we get a compiler warning
4931         otherwise. Fixes bug #511825.
4932
4933 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4934
4935         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4936         (get_group), (get_n_pads), (gst_play_bin_get_property),
4937         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4938         (autoplug_select_cb), (deactivate_group):
4939         Remove stream-info, we going for something easier.
4940         Refactor getting the current group.
4941         Implement getting the number of audio/video/text streams.
4942
4943         * gst/playback/gststreamselector.c:
4944         (gst_stream_selector_class_init), (gst_stream_selector_init),
4945         (gst_stream_selector_get_property),
4946         (gst_stream_selector_request_new_pad),
4947         (gst_stream_selector_release_pad):
4948         * gst/playback/gststreamselector.h:
4949         Add property for number of pads.
4950
4951         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4952         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4953         (text_toggle_cb), (update_streams), (msg_async_done),
4954         (msg_state_changed), (main):
4955         Block slider callback when updating the slider position.
4956         Add gui elements for controlling playbin2.
4957         Add callback for async_done that updates position/duration.
4958
4959 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4960
4961         * docs/plugins/Makefile.am:
4962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4964         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4965         * docs/plugins/gst-plugins-base-plugins.interfaces:
4966         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4967           First round of plugin docs cleansups.
4968
4969         * docs/plugins/inspect/plugin-adder.xml:
4970         * docs/plugins/inspect/plugin-alsa.xml:
4971         * docs/plugins/inspect/plugin-audioconvert.xml:
4972         * docs/plugins/inspect/plugin-audiorate.xml:
4973         * docs/plugins/inspect/plugin-audioresample.xml:
4974         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4975         * docs/plugins/inspect/plugin-cdparanoia.xml:
4976         * docs/plugins/inspect/plugin-decodebin.xml:
4977         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4978         * docs/plugins/inspect/plugin-gdp.xml:
4979         * docs/plugins/inspect/plugin-gnomevfs.xml:
4980         * docs/plugins/inspect/plugin-libvisual.xml:
4981         * docs/plugins/inspect/plugin-ogg.xml:
4982         * docs/plugins/inspect/plugin-pango.xml:
4983         * docs/plugins/inspect/plugin-subparse.xml:
4984         * docs/plugins/inspect/plugin-tcp.xml:
4985         * docs/plugins/inspect/plugin-theora.xml:
4986         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4987         * docs/plugins/inspect/plugin-video4linux.xml:
4988         * docs/plugins/inspect/plugin-videorate.xml:
4989         * docs/plugins/inspect/plugin-videoscale.xml:
4990         * docs/plugins/inspect/plugin-videotestsrc.xml:
4991         * docs/plugins/inspect/plugin-volume.xml:
4992         * docs/plugins/inspect/plugin-vorbis.xml:
4993         * docs/plugins/inspect/plugin-ximagesink.xml:
4994         * docs/plugins/inspect/plugin-xvimagesink.xml:
4995           Regenerate.
4996
4997         * ext/ogg/Makefile.am:
4998         * ext/ogg/gstoggmux.c:
4999         * ext/ogg/gstoggmux.h:
5000           Add header for oggmux. the c-file needs a doc blob still.
5001
5002 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5005
5006         * gst-libs/gst/rtp/gstrtpbuffer.c:
5007         (gst_rtp_buffer_set_extension_data):
5008         * gst-libs/gst/rtp/gstrtpbuffer.h:
5009         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5010         Add gst_rtp_buffer_set_extension_data() 
5011         Add a unit test for this addition. Fixes #511478.
5012         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5013
5014 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5015
5016         * configure.ac:
5017         Back to CVS
5018
5019 === release 0.10.17 ===
5020
5021 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5022
5023         * configure.ac:
5024           releasing 0.10.17, "Peanut Butter and Jelly"
5025
5026 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5027
5028         * gst-libs/gst/interfaces/mixeroptions.c:
5029         * gst-libs/gst/interfaces/mixertrack.c:
5030         Also remove the conditional registration of the signals
5031         that disappeared with the ABI change in 0.10.14
5032
5033 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5034
5035         * gst-libs/gst/rtsp/gstrtspconnection.c:
5036         Revert patch to gstrtspconnection.c for brown paper bag
5037         release of -base. Re-opens: #511825
5038
5039 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5040
5041         * gst-libs/gst/interfaces/mixeroptions.h:
5042         * gst-libs/gst/interfaces/mixertrack.h:
5043         Change the way these deprecated function pointers are removed
5044         so that the compiled ABI is unconditionally smaller. This 
5045         sets in stone an ABI break that actually occurred when the
5046         things were deprecated in 0.10.14, which seems to be the best
5047         fix as the only known users are oss-mixer and sunaudio-mixer in 
5048         gst-plugins-good.
5049         Fixes: #513018
5050
5051 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * win32/common/libgstpbutils.def:
5054           Export the two new _get_type() functions which are needed
5055           by the python bindings.
5056
5057 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5058
5059         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5060         Cast glong to time_t as time_t might have a different type on
5061         other platforms, like FreeBSD, and we get a compiler warning
5062         otherwise. Fixes bug #511825.
5063
5064 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5065
5066         * gst-libs/gst/audio/gstaudiofilter.c:
5067         (gst_audio_filter_class_init):
5068         Initialize the GstRingerBuffer class to get it's debug category
5069         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5070         category and otherwise we get some g_critical(). Fixes bug #512334.
5071
5072 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5073
5074         * configure.ac:
5075         Back to CVS
5076
5077 === release 0.10.16 ===
5078
5079 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5080
5081         * configure.ac:
5082           releasing 0.10.16, "Scheduled Interruption"
5083
5084 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5085
5086         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5087
5088         * gst-libs/gst/rtp/gstrtpbuffer.c:
5089         (gst_rtp_buffer_get_extension_data):
5090         Fix typos and wrong extension check. Fixes #511274.
5091
5092 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5093
5094         * po/sk.po:
5095         Oops - add new sk.po mentioned in the LINGUAS I just committed
5096
5097 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5098
5099         * po/LINGUAS:
5100         Add ca translation to the disted list.
5101
5102         * win32/vs6/libgstsdp.dsp:
5103         Convert line endings to CRLF
5104
5105 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5106
5107         * win32/MANIFEST:
5108         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5109
5110 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5111
5112         * win32/common/libgstsdp.def:
5113         * win32/common/libgstvideo.def:
5114         Add new API declarations
5115
5116 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5117
5118         * ext/theora/gsttheoradec.h:
5119         * ext/theora/gsttheoraparse.h:
5120         * ext/theora/theoradec.c:
5121         * ext/theora/theoraparse.c:
5122         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5123         and parser by inspecting the bitstream version of the incoming data.
5124
5125 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5126
5127         * configure.ac:
5128         * pkgconfig/Makefile.am:
5129         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5130         * pkgconfig/gstreamer-audio.pc.in:
5131         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5132         * pkgconfig/gstreamer-cdda.pc.in:
5133         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5134         * pkgconfig/gstreamer-fft.pc.in:
5135         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5136         * pkgconfig/gstreamer-floatcast.pc.in:
5137         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5138         * pkgconfig/gstreamer-interfaces.pc.in:
5139         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5140         * pkgconfig/gstreamer-netbuffer.pc.in:
5141         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5142         * pkgconfig/gstreamer-pbutils.pc.in:
5143         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5144         * pkgconfig/gstreamer-riff.pc.in:
5145         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5146         * pkgconfig/gstreamer-rtp.pc.in:
5147         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5148         * pkgconfig/gstreamer-rtsp.pc.in:
5149         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5150         * pkgconfig/gstreamer-sdp.pc.in:
5151         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5152         * pkgconfig/gstreamer-tag.pc.in:
5153         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5154         * pkgconfig/gstreamer-video.pc.in:
5155         Provide one pkg-config file for every gst-plugins-base library.
5156         This makes linking to those libraries much more intuitive and
5157         provides standard pkg-config behaviour for them. Fixes bug #499697.
5158
5159 2008-01-13  David Schleef  <ds@schleef.org>
5160
5161         * gst/videoscale/vs_4tap.c:
5162           Fix valgrind error on 4tap scaling method.
5163
5164 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5165
5166         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5167         Include Winsock2.h for VS6 and use a different way initialize
5168         hints structure so it can build with VS6.
5169         * win32/MANIFEST:
5170         * win32/vs6/libgstsdp.dsp:
5171         * win32/common/libgstsdp.def:
5172         Add new files for libgstsdp.
5173         * win32/vs6/grammar.dsp:
5174         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5175         * win32/vs6/gst_plugins_base.dsw:
5176         * win32/vs6/libgstdecodebin.dsp:
5177         * win32/vs6/libgstdecodebin2.dsp:
5178         * win32/vs6/libgstplaybin.dsp:
5179         * win32/vs6/libgstvolume.dsp:
5180         Add new dependencies to the link list.
5181
5182 2008-01-13  Julien Moutte  <julien@fluendo.com>
5183
5184         * win32/common/config.h:
5185         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5186         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5187         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5188         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5189         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5190         * win32/common/interfaces-enumtypes.c:
5191         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5192         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5193         (gst_mixer_track_flags_get_type),
5194         (gst_tuner_channel_flags_get_type):
5195         * win32/common/multichannel-enumtypes.c:
5196         (gst_audio_channel_position_get_type):
5197         * win32/common/pbutils-enumtypes.c:
5198         (gst_install_plugins_return_get_type):
5199         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5200         in the win32 build directory.
5201
5202 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5203
5204         * tests/check/Makefile.am:
5205         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5206
5207         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5208         * tests/check/elements/playbin.c:
5209         * tests/check/libs/mixer.c: (test_element_interface_supported),
5210         (gst_implements_interface_init):
5211         * tests/check/libs/rtp.c: (GST_START_TEST):
5212         Fix various assignment type mismatches.
5213
5214 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5215
5216         * configure.ac:
5217         * gst-libs/gst/rtsp/Makefile.am:
5218         Add test to see if hstrerror is available or if we need libresolv
5219         (Solaris) for it, then use it in libgstrtsp.
5220
5221 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5222
5223         * gst-libs/gst/tag/Makefile.am:
5224         Fix include path order
5225
5226 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5227
5228         * gst-libs/gst/pbutils/install-plugins.c:
5229         (gst_install_plugins_context_copy),
5230         (gst_install_plugins_context_get_type):
5231         * gst-libs/gst/pbutils/install-plugins.h:
5232         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5233         for bindings.
5234
5235 2008-01-11  Michael Smith <msmith@fluendo.com>
5236
5237         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5238         (_theora_granule_frame), (_theora_granule_start_time),
5239         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5240           Adapt for post-alpha meaning of granulepos, when we
5241           have a newer version of libtheora.
5242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5243         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5244         (theora_enc_is_discontinuous), (theora_enc_chain):
5245           Likewise.
5246         * tests/check/Makefile.am:
5247           Link libtheora into theoraenc test so we can check which version of
5248           libtheora we're testing against.
5249         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5250         (check_buffer_granulepos),
5251         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5252         (theoraenc_suite):
5253           Adapt tests to check the values that are now defined for theora; make
5254           the tests backwards-adapt the passed values if we're running against an
5255           old libtheora.
5256           Fixes #497964
5257
5258 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * gst-libs/gst/audio/gstbaseaudiosink.c:
5261           (gst_base_audio_sink_class_init):
5262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5263           (gst_base_audio_src_class_init):
5264           Ref audio clock class from a thread-safe context to make sure
5265           we're not bit by GObjects lack of thread-safety here (#349410),
5266            however unlikely that may be in practice.
5267
5268 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * autogen.sh:
5271           Add -Wno-portability to the automake parameters to stop warnings
5272           about GNU make extensions being used. We require GNU make in almost
5273           every Makefile anyway.
5274           
5275         * configure.ac:
5276           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5277           at the same time is required for per target flags.
5278
5279 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5282           Post an error message if we can't pull as many bytes as we need
5283           for the tag. This makes sure the user gets to see a proper error
5284           message if a file with a partial ID3 tag is fed to decodebin, and
5285           not a 'no ID3 tag demuxer' error, which would be confusing
5286           (see #508138).
5287
5288 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst-libs/gst/pbutils/descriptions.c: (formats):
5291           Add description strings for ID3, APE, and ICY tags.
5292
5293 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * gst/playback/gstdecodebin.c: (try_to_link_1):
5296           Make sure we error out correctly if we can't activate one of
5297           the elements we've added.  Fixes #508138.
5298           
5299 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5300
5301         Patch by: Bastien Nocera <hadess at hadess net>
5302
5303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5304           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5305           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5306           the volume is the same for all channels. This works around
5307           some problem in alsa that leaves us with inconsistent state
5308           for some reason (#486840).
5309
5310 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         Patch by: Jerone Young <jerone at gmail com>
5313
5314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5315           If there's no mixer track by the name of 'Master' or 'Front',
5316           check if there's one called 'PCM' before trying the generic
5317           fallback logic (fixes #506928, where we pick 'Mic' as master
5318           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5319
5320 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5321
5322         * gst/playback/gstplay-enum.c:
5323         (register_gst_autoplug_select_result),
5324         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5325         (gst_play_flags_get_type):
5326         * gst/playback/gstplay-enum.h:
5327         Add enums for configuration flags.
5328
5329         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5330         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5331         (gst_play_bin_get_property), (no_more_pads_cb),
5332         (autoplug_select_cb), (gst_play_bin_change_state):
5333         Merge mode with flags.
5334         Add more property getters/setters, defaults and docs.
5335         Add properties to get number of audio/video/text streams.
5336         Create sink object in _init so that we can always rely on it being
5337         there.
5338
5339         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5340         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5341         (activate_vis), (gst_play_sink_reconfigure),
5342         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5343         (gst_play_sink_change_state):
5344         * gst/playback/gstplaysink.h:
5345         Use flags to configure the sink pipelines.
5346         Add tee before audio pipeline so that we can use it for visualisations.
5347         Start working on integrating visualisations.
5348         Remove mode, we can do everything with the flags now.
5349         Add method to configue the sink pipeline.
5350
5351 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5354           (check_buffer_timestamp), (check_buffer_duration):
5355           Turn these functions into macros so we can see right away
5356           where the failure occured.
5357
5358 2008-01-05  Julien Moutte  <julien@fluendo.com>
5359
5360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5361         debugging information to understand how X calculates the stride
5362         for XvImages.
5363
5364 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         * gst/volume/Makefile.am:
5367         * gst/volume/gstvolume.c: (volume_choose_func),
5368         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5369         (volume_setup):
5370         * gst/volume/gstvolume.h:
5371         Use GstAudioFilter as base class for the volume element instead of
5372         plain GstBaseTransform.
5373
5374 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5375
5376         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5377         Don't set element details for the abstract GstAudioFilter class.
5378
5379 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5380
5381         * gst-libs/gst/audio/gstaudiofilter.c:
5382         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5383         Implement get_unit_size() vmethod of GstBaseTransform.
5384
5385 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5386
5387         * gst-libs/gst/pbutils/Makefile.am:
5388         * gst-libs/gst/pbutils/pbutils.h:
5389         Use glib-enum generator to have a proper enum GType for
5390         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5391
5392 2007-12-31  David Schleef  <ds@schleef.org>
5393
5394         * tests/check/Makefile.am:
5395         * tests/check/pipelines/theoraenc.c:
5396           Reenable theoraenc test, which fails on the buildbot but
5397           not locally.
5398
5399 2007-12-31  David Schleef  <ds@schleef.org>
5400
5401         * docs/libs/.cvsignore:
5402         * docs/plugins/.cvsignore:
5403           Add *-undeclared.txt to fix buildbot.
5404
5405 2007-12-31  David Schleef  <ds@schleef.org>
5406
5407         * tests/check/Makefile.am:
5408           Second attempt at disabling theoraenc test long enough to
5409           get buildbot to compile -base.
5410
5411 2007-12-31  David Schleef  <ds@schleef.org>
5412
5413         * tests/check/pipelines/theoraenc.c:
5414           Disable theoraenc test long enough to get the buildbot to
5415           compile a recent -base.
5416
5417 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5418
5419         * tests/examples/seek/seek.c: (stop_cb):
5420         Make sure we reset the slider value to 0.0 without racing against a
5421         possible g_idle that sets it to something else.
5422
5423 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5424
5425         * sys/ximage/ximagesink.c:
5426         fix typo
5427
5428 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5429
5430         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5431         * gst-libs/gst/rtsp/gstrtspdefs.h:
5432         Add Location header so that we can start implementing redirects.
5433         See #506025.
5434
5435 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5436
5437         * gst/subparse/gstssaparse.c:
5438         combine if's
5439
5440 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5441
5442         * gst/subparse/gstssaparse.c:
5443         remove duplicate log message
5444
5445 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5446
5447         * ext/libvisual/visual.c: (gst_visual_chain):
5448         Fix 'xyz may be used uninitialized' compiler warnings caused
5449         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5450         abort() in any case but properly report the error.
5451
5452 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5453
5454         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5455         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5456         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5457         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5458         (autoplug_select_cb), (activate_group), (deactivate_group),
5459         (setup_next_source), (save_current_group),
5460         (gst_play_bin_change_state):
5461         Code cleanups.
5462         Remove next-uri, we can use the uri property just fine.
5463         Fix some crasher.
5464         Unref uridecodebin when switching.
5465         Fix going to READY.
5466
5467         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5468         (gst_play_sink_init), (gst_play_sink_dispose),
5469         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5470         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5471         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5472         (gst_play_sink_set_property), (gst_play_sink_get_property),
5473         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5474         (gen_vis_element), (gst_play_sink_get_mode),
5475         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5476         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5477         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5478         (gst_play_sink_change_state):
5479         * gst/playback/gstplaysink.h:
5480         Add some locking to make things threadsafe.
5481
5482         * gst/playback/test7.c: (about_to_finish_cb):
5483         Fix test.
5484
5485 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5488           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5489           (gst_video_scale_transform):
5490           Don't claim to be able to handle/transform caps that can't really
5491           be handled by the currently selected scaling method (here: RGB or
5492           packed YUV with 4-tap method). Also add locking to method property.
5493
5494         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5495           (test_basetransform_based):
5496           Some test pipelines for the above (not entirely valgrind clean yet
5497           apparently).
5498
5499 2007-12-21  David Schleef  <ds@schleef.org>
5500
5501         * gst-libs/gst/video/video.c:
5502         * gst-libs/gst/video/video.h:
5503           Add additional RGBA and RGB-24 video formats.
5504
5505 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5508           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5509           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5510         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5511           (cddabasesrc_suite):
5512           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5513           deprecated in the future (see #498924).
5514
5515 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5518           Don't leak event.
5519
5520 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5521
5522         * gst-libs/gst/riff/riff-read.c:
5523         Use GST_ROUND_UP_2 macro
5524
5525 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * gst/playback/.cvsignore:
5528           Ignore more.
5529
5530 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5533         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5534           (set_active_source):
5535         * gst/playback/gstplaybasebin.h:
5536         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5537           (setup_sinks), (playbin_set_subtitles_visible):
5538           Make switching off of subtitles work. To avoid all kind of
5539           problems with unlinking of the subtitle input, we just keep
5540           the subtitle inputs linked as they are and tell textoverlay
5541           not to render them. Fixes #373011.
5542           Other subtitle switching issues (esp. when there are both
5543           external and in-stream subtitles) remain. They'll be solved
5544           in playbin2.
5545
5546 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5547
5548         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5549         Init the pad segment too.
5550
5551 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5552
5553         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5554         (gst_audioringbuffer_open_device),
5555         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5556         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5557         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5558         (gst_audio_sink_create_ringbuffer):
5559         Improve debug output.
5560
5561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5562         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5563         Prevent some functions from doing things and failing when the
5564         ringbuffer is not yet acquired.
5565
5566 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5567
5568         * gst-libs/gst/interfaces/interfaces.h:
5569           Also remove interfaces.h from CVS as it is not needed anymore.
5570
5571 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5572
5573         * gst-libs/gst/interfaces/Makefile.am:
5574           interfaces.h is not used anymore so remove it from the build
5575           process.
5576
5577 2007-12-17  David Schleef  <ds@schleef.org>
5578
5579         * gst/videotestsrc/gstvideotestsrc.c:
5580         * gst/videotestsrc/gstvideotestsrc.h:
5581           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5582           for testing vertical refresh synchronization.
5583
5584 2007-12-17  David Schleef  <ds@schleef.org>
5585
5586         * docs/libs/gst-plugins-base-libs-sections.txt:
5587         * gst-libs/gst/video/video.c:
5588         * gst-libs/gst/video/video.h:
5589           Add new GstVideFormat enum and write a bunch of helper functions
5590           based around it.
5591
5592 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5593
5594         * Makefile.am:
5595           Use new common/win32.mak.
5596
5597 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5598
5599         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5600         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5601         Add debug info.
5602         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5603         the parent state change function, just like the audiosink, because the
5604         parent waits for the element to finish its processing before completing
5605         the state change. This makes going to PAUSED a lot snappier.
5606         When going from READY to PAUSED, don't allow the ringbuffer to start
5607         yet.
5608
5609 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5610
5611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5612         Yet another fix for broken software that produce files with an empty
5613         blockalign field. Instead of completely failing, make a second attempt
5614         at guessing the width/depth by looking at strf->size.
5615
5616 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5617
5618         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5619           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5620         * gst-libs/gst/pbutils/install-plugins.c:
5621           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5622         * gst-libs/gst/pbutils/missing-plugins.c:
5623           (gst_missing_plugin_message_get_installer_detail),
5624           (gst_missing_encoder_installer_detail_new):
5625         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5626         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5627           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5628           avoid compiler warnings (#503930).
5629
5630 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5631
5632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5633         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5634         for jpeg video streams.
5635         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5636         for the above modification.
5637
5638 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5641           (gst_x_overlay_handle_events):
5642           More guards (we don't want klass to end up being NULL).
5643
5644 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5645
5646         * configure.ac:
5647         * gst/volume/gstvolume.c: (gst_volume_init):
5648           Use new gst_base_transform_set_gap_aware() function as volume
5649           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5650           for this.
5651
5652 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5653
5654         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5655         Don't go to READY on EOS as this avoids testing of seeking and
5656         restarting after EOS, use the stop button when you want to READY.
5657         Don't try to do a flushing seek in segment-done, it does not make
5658         sense to use this for gapless playback and is not needed.
5659
5660 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5661
5662         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5663         (reset_rate_timer), (update_in_rates), (update_out_rates),
5664         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5665         (gst_queue_chain), (gst_queue_loop):
5666         Use separate timers for input and output rates.
5667         Pause measuring the output rate when we block for more data.
5668         See #503262.
5669
5670 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5671
5672         * gst/playback/gstqueue2.c: (gst_queue_chain):
5673         Pause the timer to measure the input rate when we block because the
5674         queue is filled. See #503262.
5675
5676 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5677
5678         Patch by: Peter Kjellerstedt  <pkj at axis com>
5679
5680         * gst-libs/gst/rtsp/gstrtspconnection.c:
5681         (gst_rtsp_connection_free):
5682         Close control sockets. Fixes #503440.
5683
5684 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5685
5686         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5687         Expose the right pad in the right place with the right element.
5688
5689 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * gst-libs/gst/pbutils/descriptions.c: (formats):
5692           Add description for 'private' dts caps (who come up with that name?).
5693
5694 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         * Makefile.am:
5697           Add check-exports target and run it with 'make check'.
5698
5699         * configure.ac:
5700           Be stricter about what we export in our libraries: change regexp so that
5701           we only export _gst_foo(), but not __gst_foo().
5702
5703         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5704         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5705           Change internal functions to __gst_foo so they dont' get exported.
5706
5707         * win32/common/libgstaudio.def:
5708           Add missing symbols.
5709
5710 2007-12-11  David Schleef  <ds@schleef.org>
5711
5712         * ChangeLog: remove conflict markers
5713
5714 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * ext/gnomevfs/Makefile.am:
5717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5718           Use gst_tag_freeform_string_to_utf8() here, which also takes
5719           into account any character sets specified by the user via
5720           environment variables.
5721
5722 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5723
5724         * gst/audioconvert/Makefile.am:
5725         Also link to libm.
5726
5727 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5728
5729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5730         No need for floating point operations here. avoids having to link
5731         against the math library too.
5732
5733 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst-libs/gst/pbutils/descriptions.c: (formats),
5736           (format_info_get_desc):
5737         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5738           (GST_START_TEST):
5739           Add one or two missing formats.  Generate ADPCM description
5740           dynamically depending on layout/format.
5741
5742 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5743
5744         * configure.ac:
5745           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5746
5747 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5750
5751         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5752           Some .srt files start with chunk number 0 and not chunk number 1,
5753           recognise and accept those as well (fixes #502497).
5754
5755         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5756           (test_src):
5757           Add unit test for the above.
5758
5759 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5760
5761         * gst/playback/gstplay-enum.c:
5762         (register_gst_autoplug_select_result),
5763         (gst_autoplug_select_result_get_type):
5764         * gst/playback/gstplay-enum.h:
5765         Add missing files.
5766
5767 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5768
5769         * gst/playback/Makefile.am:
5770         Group decodebin2 and uridecodebin into the same plugin so that they
5771         can share the GEnumType.
5772
5773         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5774         (_gst_select_accumulator), (gst_decode_bin_class_init),
5775         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5776         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5777         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5778         Add signal to sort factories instead of the more awkward autoplug-select
5779         signal.
5780         Modify autoplug_select so that we can try, skip or expose the
5781         autopluggin of an element on a pad.
5782
5783         * gst/playback/gstfactorylists.c: (compare_ranks),
5784         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5785         (element_filter), (gst_factory_list_get_elements),
5786         (gst_factory_list_debug), (gst_factory_list_filter):
5787         * gst/playback/gstfactorylists.h:
5788         Simplify the API, allow getting elements based on mask.
5789
5790         * gst/playback/gstplay-marshal.list:
5791         Add some more marshallers.
5792
5793         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5794         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5795         (autoplug_select_cb), (activate_group):
5796         Add support for managing non-raw sinks by providing a custom element and
5797         sink list to decodebin2.
5798         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5799         decodebin2.
5800
5801         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5802         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5803         * gst/playback/gstplaysink.h:
5804         Add support for raw and non-raw sinks. 
5805         Add support to force sinks selected by playbin2.
5806         Don't plug raw converters for non-raw sinks.
5807
5808         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5809         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5810         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5811         (plugin_init):
5812         Use right accumulators.
5813         Proxy new signal.
5814
5815 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5816
5817         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5818         Use runnning time as the base time instead of the timestamp.
5819         Spotted by Saur on IRC.
5820
5821 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5822
5823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5824         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5825
5826 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5827
5828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5829         (gst_ogg_demux_read_chain):
5830         If we find a new serial number but it does not contain a BOS page, make
5831         sure we initialize the chain to NULL because else we will try to scan it
5832         and crash. Fixes #500763
5833
5834 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5835
5836         * gst/playback/Makefile.am:
5837         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5838         (get_feature_array), (decoders_filter), (sinks_filter),
5839         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5840         (gst_factory_list_filter):
5841         * gst/playback/gstfactorylists.h:
5842         Refactor some common code to filter factories and check caps compat.
5843
5844         * gst/playback/gstdecodebin.c:
5845         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5846         (gst_decode_bin_init), (gst_decode_bin_dispose),
5847         (gst_decode_bin_autoplug_continue),
5848         (gst_decode_bin_autoplug_factories),
5849         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5850         (find_compatibles):
5851         * gst/playback/gstplaybin.c:
5852         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5853         (gst_play_bin_init), (gst_play_bin_finalize),
5854         (autoplug_factories_cb), (activate_group):
5855         * gst/playback/gstqueue2.c:
5856         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5857         (proxy_autoplug_continue_signal),
5858         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5859         (proxy_drained_signal):
5860         Add some more debug info and use factor filtering code.
5861
5862 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * gst/audiotestsrc/gstaudiotestsrc.c:
5865         * gst/volume/gstvolume.c:
5866         * gst/volume/gstvolume.h:
5867           Add GAP-flag support.
5868
5869 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5870
5871         * tests/examples/seek/seek.c: (main): Increase the range of the
5872         rate selector as I would like to test QOS behavior at higher
5873         forward and reverse playback speed like say 64x.
5874
5875 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5876
5877         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5878         (audioresample_query), (audioresample_query_type),
5879         (gst_audioresample_set_property):
5880         Implement latency query.
5881
5882 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5883
5884         * gst-libs/gst/audio/gstbaseaudiosink.c:
5885         (gst_base_audio_sink_drain):
5886         Our EOS time contains the base_time, _wait_eos() expects a running_time
5887         so we have to subtract the base_time again before calling the function.
5888         This fixes an EOS regression where the base_time was added twice and EOS
5889         took longer and longer in certain situations.
5890         Fixes #498767.
5891
5892 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5893
5894         * docs/libs/gst-plugins-base-libs-sections.txt:
5895         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5896         (gst_base_audio_sink_set_provide_clock),
5897         (gst_base_audio_sink_get_provide_clock),
5898         (gst_base_audio_sink_set_slave_method),
5899         (gst_base_audio_sink_get_slave_method),
5900         (gst_base_audio_sink_set_property),
5901         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5902         (gst_base_audio_sink_none_slaving),
5903         (gst_base_audio_sink_handle_slaving):
5904         * gst-libs/gst/audio/gstbaseaudiosink.h:
5905         Expose methods for some object properties so that subclasses can more
5906         easily configure them.
5907         Added slave method none, that completely disables slaving to the
5908         internal clock.
5909         API: gst_base_audio_sink_set_provide_clock()
5910         API: gst_base_audio_sink_get_provide_clock()
5911         API: gst_base_audio_sink_set_slave_method()
5912         API: gst_base_audio_sink_get_slave_method()
5913
5914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5915         (gst_base_audio_src_set_provide_clock),
5916         (gst_base_audio_src_get_provide_clock),
5917         (gst_base_audio_src_set_property),
5918         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5919         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5920         Expose methods for some object properties so that subclasses can more
5921         easily configure them.
5922         API: gst_base_audio_src_set_provide_clock()
5923         API: gst_base_audio_src_get_provide_clock()
5924
5925 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5926
5927         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5928
5929         * gst-libs/gst/sdp/gstsdpmessage.c:
5930         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5931
5932 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5933
5934         * tests/check/libs/fft.c: (GST_START_TEST):
5935         Fix scaling to really have dB instead of something else.
5936
5937 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5938
5939         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5940         GTK version, use it.
5941
5942 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5943
5944         * tests/examples/seek/seek.c: (main): Try to support stable version
5945         of GTK.
5946
5947 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5948
5949         * gst/playback/README:
5950         * gst/playback/test7.c:
5951           Fix the build + little README update.
5952
5953 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5954
5955         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5956         Add playbin2 seek pipeline.
5957
5958 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5959
5960         * gst/playback/Makefile.am:
5961         * gst/playback/gstplayback.c: (plugin_init):
5962         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5963         (eos_cb), (about_to_finish_cb), (main):
5964         Add playbin2.
5965         Added gapless playback example.
5966
5967         * gst/playback/gstplaybasebin.c:
5968         * gst/playback/gstplaybasebin.h:
5969         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5970         * gst/playback/gstqueue2.c:
5971         * gst/playback/test.c:
5972         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5973         (pad_removed_cb):
5974         * gst/playback/gststreaminfo.h:
5975         Change email.
5976
5977         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5978         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5979         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5980         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5981         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5982         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5983         (drained_cb), (unlink_group), (activate_group),
5984         (setup_next_source), (gst_play_bin_change_state),
5985         (gst_play_bin2_plugin_init):
5986         Added raw first version of playbin2. Does chained oggs and gapless
5987         playback fine. No support for raw sinks yet. No visualisations or
5988         subtitles yet.
5989
5990         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5991         (gst_play_sink_class_init), (gst_play_sink_init),
5992         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5993         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5994         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5995         (gst_play_sink_set_property), (gst_play_sink_get_property),
5996         (post_missing_element_message), (free_chain), (add_chain),
5997         (activate_chain), (gen_video_chain), (gen_text_element),
5998         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5999         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6000         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6001         (gst_play_sink_send_event), (gst_play_sink_change_state):
6002         * gst/playback/gstplaysink.h:
6003         Added Element that abstracts the sinks and their pipelines for playbin2.
6004
6005 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6006
6007         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6008         (gst_selector_pad_class_init), (gst_selector_pad_init),
6009         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6010         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6011         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6012         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6013         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6014         (gst_stream_selector_init), (gst_stream_selector_set_property),
6015         (gst_stream_selector_get_linked_pad),
6016         (gst_stream_selector_getcaps),
6017         (gst_stream_selector_is_active_sinkpad),
6018         (gst_stream_selector_activate_sinkpad),
6019         (gst_stream_selector_get_linked_pads),
6020         (gst_stream_selector_request_new_pad),
6021         (gst_stream_selector_release_pad):
6022         * gst/playback/gststreamselector.h:
6023         Improve streamselector, make it select and unselect the current pad more
6024         intelligently. 
6025         Subclass GstPad for the sinkpads of the selector.
6026         Handle segments more correctly.
6027         Fix caps negotiation.
6028         Implement release_pad.
6029
6030 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6031
6032         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6033         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6034         (remove_fakesink):
6035         Add drained signal fired when decodebin finishes decoding the data.
6036         Remove deprecated STATE_DIRTY message.
6037
6038         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6039         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6040         (analyse_source), (proxy_drained_signal), (make_decoder),
6041         (source_new_pad), (value_list_append_structure_list),
6042         (handle_redirect_message), (handle_message):
6043         Proxy the new drained signal.
6044         Handle pad removed from decodebin.
6045         Handle redirect messages by sorting multiple redirections based on the
6046         connection speed.
6047
6048 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6049
6050         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6051
6052         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6053         Fix leaking headers. Fixes #496761.
6054
6055 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6056
6057         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6058
6059         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6060         (gst_ximagesink_change_state):
6061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6062         Don't leak the PAR on errors. Fixes #496731.
6063
6064 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6067           (gst_tag_from_id3_user_tag):
6068           Add mapping for audio cd discid tags, so we can extract
6069           them from tags as well (see #347848). Also compare identifiers
6070           in ID3v2 TXXX frames in a case-insensitive way to increase
6071           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6072
6073 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6074
6075         * gst-plugins-base.doap:
6076         Oops, fix the release name.
6077
6078 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6079
6080         * gst-plugins-base.doap:
6081         Add 0.10.15 release
6082
6083 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6084
6085         * configure.ac:
6086         Back to CVS
6087
6088 === release 0.10.15 ===
6089
6090 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6091
6092         * configure.ac:
6093           releasing 0.10.15, "No need to argue"
6094
6095 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6096
6097         * win32/vs6/libgstfft.dsp:
6098         Convert line endings to DOS.
6099
6100 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6101
6102         * win32/vs6/gst_plugins_base.dsw:
6103         * win32/vs6/libgstfft.dsp:
6104         * win32/MANIFEST:
6105         Add a project file for fft plugin and remove socket
6106         based plugin which don't build from the workspace.
6107         * win32/vs6/libgstaudio.dsp:
6108         * win32/vs6/libgstrtp.dsp:
6109         * win32/vs6/libgsttag.dsp:
6110         Convert line endings back to DOS.
6111         Fixes #496724
6112
6113 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6114
6115         * win32/vs6/libgstinterfaces.dsp:
6116         * win32/vs6/libgstrtsp.dsp:
6117         Convert line endings back to DOS
6118
6119 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6120
6121         * gst-libs/gst/fft/kiss_fft_f32.h:
6122         * gst-libs/gst/fft/kiss_fft_f64.h:
6123         * gst-libs/gst/fft/kiss_fft_s16.h:
6124         * gst-libs/gst/fft/kiss_fft_s32.h:
6125         Don't include malloc.h which doesn't exist on Mac OSX.
6126         Instead, pull in glib.h and use g_malloc/g_free for 
6127         consistency. Fixes: #496548
6128
6129 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6130
6131         * gst/playback/gstdecodebin2.c:
6132           Dont leak ghostpad. Fixes #475451.
6133
6134 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6135
6136         * docs/design/design-decodebin.txt:
6137         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6138         Update some more docs and comments.
6139
6140 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         Patch by: Sebastien Moutte  <sebastien moutte net>
6143
6144         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6145           (gst_rtcp_unix_to_ntp):
6146         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6147           Fix some C99-isms and and a missing function that some versions of
6148           MSVC don't like too much (#494346).
6149
6150         * win32/vs6/gst_plugins_base.dsw:
6151         * win32/vs6/libgstaudio.dsp:
6152         * win32/vs6/libgstrtp.dsp:
6153         * win32/vs6/libgsttag.dsp:
6154           Update vs6 projects files (#494346).
6155
6156 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6159
6160         * win32/common/libgstaudio.def:
6161         * win32/common/libgstcdda.def:
6162         * win32/common/libgstinterfaces.def:
6163         * win32/common/libgstnetbuffer.def:
6164         * win32/common/libgstpbutils.def:
6165         * win32/common/libgstrtp.def:
6166         * win32/common/libgstrtsp.def:
6167         * win32/common/libgsttag.def:
6168         * win32/common/libgstvideo.def:
6169           More missing symbols to export (fixes #493986).
6170
6171 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6172
6173         * docs/libs/gst-plugins-base-libs-sections.txt:
6174         * gst-libs/gst/fft/gstfftf32.c:
6175         * gst-libs/gst/fft/gstfftf32.h:
6176         * gst-libs/gst/fft/gstfftf64.c:
6177         * gst-libs/gst/fft/gstfftf64.h:
6178         * gst-libs/gst/fft/gstffts16.c:
6179         * gst-libs/gst/fft/gstffts16.h:
6180         * gst-libs/gst/fft/gstffts32.c:
6181         * gst-libs/gst/fft/gstffts32.h:
6182         * tests/check/libs/fft.c: (GST_START_TEST):
6183         Remove the magnitude and phase calculation functions as these have
6184         very special use cases and can't even be used for the spectrum
6185         element. Also adjust the docs to mention some properties of the used
6186         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6187
6188 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6191           (finish_source):
6192           Avoid crash when there are external subtitles (fixes #491722).
6193
6194 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6197         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6198           'Could not open resource for writing' is not an acceptable
6199           error message when we can't open the audio device (see #492334),
6200           even less so when we're trying to open it to record something.
6201
6202 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6205
6206         * win32/common/libgstrtp.def:
6207           Add some more missing symbols (#492813).
6208
6209 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6210
6211         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6212
6213         * tests/check/elements/audioconvert.c: (verify_convert):
6214           Add check to make sure that the out caps have a channel layout
6215           set on them where they should have one.
6216
6217 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6220
6221         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6222         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6223           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6224           (#492306).
6225
6226         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6227           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6228           (it disappeared in GLib 2.14.0) (#492306).
6229
6230         * gst-libs/gst/sdp/Makefile.am:
6231         * gst-libs/gst/sdp/gstsdpmessage.c:
6232           Fix includes and LIBS for win32/Mingw (#492306).
6233
6234         * tests/examples/dynamic/addstream.c (pause_play_stream):
6235           Use more portable g_usleep() instead of sleep() (#492306).
6236
6237 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6238
6239         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6240
6241         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6242           (gst_ring_buffer_parse_caps):
6243           Return NULL instead of an enum that happens to be 0, fixes warning
6244           on MSVC (#492114).
6245
6246         * gst-libs/gst/audio/gstringbuffer.h:
6247           No trailing commas in enum list (for gcc-2.9x).
6248
6249         * gst/videotestsrc/videotestsrc.c: (random_char):
6250           Make information loss explicit instead of implicitly truncating to
6251           eight bits via the return value.  Fixes runtime error on MSVC when
6252           using the debug CRT (#492114).
6253
6254         * win32/common/config.h.in:
6255           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6256
6257         * win32/common/libgstinterfaces.def:
6258         * win32/common/libgstrtp.def:
6259           Export a few more symbols (#492114).
6260
6261 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6262
6263         * gst-libs/gst/audio/audio.c:
6264         * gst-libs/gst/audio/audio.h:
6265           Readd the deprecation guards, but preserve compilability.
6266
6267 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6270           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6271           Preserve channel layout when fixating the number of channels in the
6272           output caps, or make sure there's a suitable channel position layout
6273           set on the caps if required. Fixes #430677.
6274
6275 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6278           Make sure the pipeline really operates in push mode as it should
6279           in this case.
6280
6281 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6282
6283         * gst-libs/gst/audio/audio.h:
6284           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6285           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6286           (ie. normal cvs builds) will fail.
6287
6288 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * docs/libs/Makefile.am:
6291         * gst-libs/gst/audio/audio.c:
6292         * gst-libs/gst/audio/audio.h:
6293         * gst-libs/gst/interfaces/mixer.c:
6294           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6295
6296 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6299           (test_channel_layout_value_intersect), (audio_suite):
6300           Add simple unit test to make sure GstValue intersection
6301           of channel layouts works the way I think it does.
6302
6303 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6304
6305         * docs/libs/gst-plugins-base-libs-sections.txt:
6306         * gst-libs/gst/audio/gstaudiofilter.h:
6307         * gst-libs/gst/interfaces/mixer.h:
6308         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6309         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6310         * gst-libs/gst/sdp/gstsdpmessage.c:
6311           Fix the docs according to what gtk-doc complained about.
6312
6313 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6314
6315         * tests/icles/stress-playbin.c:
6316           Fix the build.
6317
6318 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6321         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6322           Post nice/more useful error message if we don't have a decoder for
6323           the primary type.
6324
6325 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6328         Be a bit more useful, unblock the pads after we fired the no-more-pads
6329         signal so that we can use the signal to inspect and connect all pads
6330         without having to keep extra state outside of decodebin.
6331
6332 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6333
6334         * gst/playback/gsturidecodebin.c:
6335         (gst_uri_decode_bin_autoplug_continue),
6336         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6337         Implement default signal handler so that we return TRUE when nothing is
6338         connected.
6339
6340 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6341
6342         * gst-libs/gst/riff/riff-media.c:
6343         (gst_riff_wavext_add_channel_layout),
6344         (gst_riff_wave_add_default_channel_layout),
6345         (gst_riff_wavext_get_default_channel_mask),
6346         (gst_riff_create_audio_caps):
6347         Use the ALSA channel layout as default for wav files without channel
6348         layout information. This fixes playback of chan-id.wav on 5.1 systems
6349         for example. Also refactor the channel layout setting a bit and add
6350         more default channel orders. Fixes #489010.
6351
6352 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6355           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6356           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6357           instead.
6358
6359 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6360
6361         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6362         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6363         (gst_decode_bin_set_subs_encoding),
6364         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6365         (gst_decode_bin_get_property), (analyze_new_pad):
6366         Move subtitle encoding property to decodebin2 so that it can set the
6367         property value on all elements that it autoplugs and that require it.
6368         Make caps refcounting more consistent in get/set.
6369
6370         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6371         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6372         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6373         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6374         (proxy_autoplug_continue_signal),
6375         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6376         (make_decoder):
6377         Proxy properties and relevant signals from the internal decodebin.
6378         Make properties MT safe.
6379
6380 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6381
6382         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6383         * gst-libs/gst/tag/tags.c:
6384           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6385           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6386
6387         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6388           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6389
6390         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6391           (gst_tag_to_vorbis_comments):
6392           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6393           just mapping everything I found in the wild) (#414539).
6394
6395 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6396
6397         Inspired by patch of: René Stadler <mail at renestadler dot de>
6398
6399         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6400         (gst_decode_bin_autoplug_continue),
6401         (gst_decode_bin_autoplug_factories),
6402         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6403         (find_compatibles):
6404         * gst/playback/gstplay-marshal.list:
6405         Remove the autoplug-sort signal and replace it with a binding friendly
6406         autoplug-select signal.
6407         Add an autoplug-factories signal that can be used to generate a list of
6408         factories to try to autoplug.
6409         Add the GstPad to the autoplugging signal args as it might be needed to
6410         make a good factory selection.
6411         Fix up the marshallers for this. Fixes #407282.
6412
6413 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6414
6415         * gst-libs/gst/tag/gsttagdemux.c:
6416           Don't abort with an assertion if we receive a seek event with
6417           a start type of NONE (see launchpad bug #155878).
6418
6419 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6420
6421         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6422         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6423         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6425         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6426         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6427         Make sure that before we clean up the X resources, we shutdown and join
6428         the event thread.
6429         Also make sure the event thread does not shut down immediatly after
6430         startup because the running variable is not yet correctly set.
6431         Fixes #378770. 
6432
6433 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6436         Make the window for a race in typefind and shutting down smaller until
6437         we figure out the right locking here. Avoids #485753 usually.
6438
6439         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6440         Remove unneeded lock causing a race in typefind and shutting down.
6441         Fixes #485753.
6442
6443         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6444         Also remove sinks when going to NULL because we might not complete the
6445         state change to PAUSED, causing the PAUSED->READY state change not to
6446         happen.
6447
6448 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6449
6450         * gst-libs/gst/audio/gstbaseaudiosink.c:
6451         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6452         Also explicitly release the ringbuffer when going to NULL because it
6453         is required in the setcaps function, before the state change to PAUSED
6454         completes.
6455
6456 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * tests/icles/.cvsignore:
6459         * tests/icles/Makefile.am:
6460         * tests/icles/stress-playbin.c:
6461           Does what it says on the tin.
6462
6463 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6464
6465         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6466         Fix queue negotiation. See #486758.
6467
6468 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6469
6470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6471         (gst_xvimagesink_xwindow_new),
6472         (gst_xvimagesink_update_colorbalance),
6473         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6474
6475         Fix handling of some of the X atoms. If the last parameter is True,
6476         XInternAtom won't create the atom if it doesn't exist, and therefore
6477         might return None. This causes X errors on Xv implementations that
6478         don't provide the colour balance attributes.
6479
6480 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * gst-libs/gst/tag/gstvorbistag.c:
6483         * tests/check/libs/tag.c:
6484           Extract vorbis comment LICENSE tags correctly.
6485
6486 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6487
6488         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6489
6490         * gst-libs/gst/tag/gstid3tag.c:
6491         * tests/check/libs/tag.c:
6492           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6493
6494 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         * gst-libs/gst/tag/gsttagdemux.c:
6497           Don't error out when a buggy downstream element doesn't
6498           handle the newsegment event we send properly (especially
6499           not without posting a meaningful error message on the
6500           bus). See bug #471370 and launchpad bug #136264.
6501
6502 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6503
6504         * gst-libs/gst/audio/gstbaseaudiosink.c:
6505         (gst_base_audio_sink_drain):
6506         Use new basesink method to make our EOS drain interruptable.
6507
6508 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6509
6510         * gst-libs/gst/rtp/gstrtppayloads.c:
6511         Fix silly search-replace oversight.
6512
6513 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6514
6515         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6516
6517         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6518         (gst_basertppayload_set_outcaps):
6519         Fix caps memleak. Fixes #484989.
6520
6521
6522 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6523
6524         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6525         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6526         Fix debug output.
6527
6528 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6529
6530         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6531         (gst_base_audio_src_create):
6532         Also handle the case where there is no clock set on the audio source,
6533         like in the unit tests.
6534
6535 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6536
6537         * gst-libs/gst/rtp/gstrtppayloads.c:
6538         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6539         to avoid compiler warnings
6540
6541 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6542
6543         * gst/playback/gstdecodebin.c: (type_found),
6544         (gst_decode_bin_change_state):
6545         * gst/playback/gstdecodebin2.c: (type_found),
6546         (gst_decode_bin_change_state):
6547         Don't disconnect the have_type signal because we never reconnect it
6548         later on. Instead keep a variable to see if we already detected a type.
6549
6550 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6553         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6554         (type_found):
6555         Unlink the signal handler when we found the type, we're not going to do
6556         anything sensible with more type_found signals anyway.
6557
6558 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * gst-libs/gst/tag/gsttagdemux.c:
6561           Don't leak caps.
6562
6563 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * gst-libs/gst/tag/Makefile.am:
6566         * gst-libs/gst/tag/gsttagdemux.c:
6567         * gst-libs/gst/tag/gsttagdemux.h:
6568           API: add GstTagDemux base class for simple tag demuxers.
6569
6570         * docs/libs/gst-plugins-base-libs-docs.sgml:
6571         * docs/libs/gst-plugins-base-libs-sections.txt:
6572           Add GstTagDemux to docs.
6573
6574 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6575
6576         * gst-libs/gst/rtp/gstrtpbuffer.c:
6577         (gst_rtp_buffer_get_payload_subbuffer):
6578         Fix bug introduced with last commit which inverted the logic and
6579         caused all buffers to be dropped. Fixes #483620.
6580         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6581
6582 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6583
6584         * gst-libs/gst/rtp/gstrtpbuffer.c:
6585           Replace g_return_if_val (as it could be disabled), with regular return
6586           and warning.
6587
6588 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * tests/check/pipelines/simple-launch-lines.c:
6591           Print message name and not just number.
6592
6593 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6594
6595         * gst-libs/gst/audio/gstbaseaudiosink.c:
6596         (gst_base_audio_sink_async_play):
6597         When slaved to the clock, don't try to align a sample with the previous
6598         one when going to PLAYING again.
6599
6600 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * tests/examples/snapshot/snapshot.c:
6603           Fix the build.
6604
6605 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         * gst-libs/gst/sdp/gstsdpmessage.h:
6608         Add RFC 3556 bandwidth modifiers.
6609
6610 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6611
6612         * docs/libs/gst-plugins-base-libs-docs.sgml:
6613         * docs/libs/gst-plugins-base-libs-sections.txt:
6614         * gst-libs/gst/rtp/gstrtppayloads.c:
6615         Update documentation.
6616
6617 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6618
6619         * gst-libs/gst/rtp/Makefile.am:
6620         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6621         (gst_rtp_payload_info_for_name):
6622         * gst-libs/gst/rtp/gstrtppayloads.h:
6623         Added new file and header to deal with payload info.
6624
6625         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6626         (gst_rtp_buffer_default_clock_rate):
6627         * gst-libs/gst/rtp/gstrtpbuffer.h:
6628         Payload specific stuff is move to new headers.
6629         Implement _default_clock rate using the new payload function.
6630
6631         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6632         (gst_sdp_parse_line):
6633         * gst-libs/gst/sdp/gstsdpmessage.h:
6634         Add some more comments.
6635
6636 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6639         (sdp_check_header), (sdp_type_find), (plugin_init):
6640         Add typefind function for application/sdp.
6641         Remove some old dirac typefind code that was ifdeffed out.
6642
6643 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6644
6645         * win32/common/libgstaudio.def:
6646         Add new exported functions.
6647         * win32/vs6/grammar.dsp:
6648         Add autogeneration and copy of some autegenerated files from win32/common
6649         for rtsp library.
6650         * win32/vs6/libgstaudioconvert.dsp:
6651         Add gstaudioquantize.c to the build.
6652         * win32/vs6/libgstinterfaces.dsp:
6653         Add videoorientation.c to the build.
6654         * win32/vs6/libgstriff.dsp:
6655         Add libgsttag to the link libraries list.
6656         * win32/vs6/libgstvolume.dsp:
6657         Add liboil to the link.
6658         * win32/vs6/gst_plugins_base.dsw:
6659         * win32/vs6/libgstrtsp.dsp:
6660         * win32/common/libgstrtsp.def:
6661         Add files to build libgstrtsp library.
6662         
6663 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6664
6665         * tests/examples/snapshot/snapshot.c: (main):
6666         Print error when pipeline failed to construct.
6667
6668 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         * configure.ac:
6671         * gst-libs/gst/tag/gstid3tag.c:
6672         * gst-libs/gst/tag/gstvorbistag.c:
6673           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6674           and ID3v2 tags.
6675
6676 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         * gst-libs/gst/floatcast/floatcast.h:
6679           Don't include config.h in an installed public header, this
6680           might break compilation of applications that don't have such
6681           a header and doesn't necessarily do what it's supposed to do
6682           anyway (ie. check for the lrint/lrintf defines) (#442065).
6683           Add docs for the various macros and document how this header
6684           has to be used (link against libm, etc.); add a few FIXMEs;
6685           include math.h for non-c99 code path.  Based on patch by
6686           Jan Schmidt.
6687           
6688 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6689
6690         * configure.ac:
6691         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6692         of duplicating these macros in configure.ac.
6693
6694 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6695
6696         * po/hu.po:
6697         * po/sv.po:
6698         * po/uk.po:
6699           Updated translations to 0.10.14
6700
6701 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6702
6703         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6704
6705         * po/pl.po:
6706           Added Polish translation.
6707
6708 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6709
6710         translated by: Ilkka Tuohela <hile@iki.fi>
6711
6712         * po/fi.po:
6713           Added Finnish translation.
6714
6715 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6716
6717         translated by: Jorge González González <aloriel@gmail.com>
6718
6719         * po/es.po:
6720           Added Spanish translation.
6721
6722 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6723
6724         translated by: Mogens Jaeger <mogens@jaeger.tf>
6725
6726         * po/da.po:
6727           Added Danish translation.
6728
6729 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6730
6731         translated by: Funda Wang <fundawang@linux.net.cn>
6732
6733         * po/zh_CN.po:
6734           Added Chinese (simplified) translation.
6735
6736 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6737
6738         translated by: Alexander Shopov <ash@contact.bg>
6739
6740         * po/bg.po:
6741           Added Bulgarian translation.
6742
6743 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6744
6745         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6746         Fix compilation wrt printf arguments.
6747
6748 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * configure.ac:
6751         * tests/examples/Makefile.am:
6752         * tests/examples/snapshot/.cvsignore:
6753         * tests/examples/snapshot/Makefile.am:
6754         * tests/examples/snapshot/snapshot.c: (main):
6755         Add simple snapshot example program using appsink.
6756
6757 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6758
6759         * tests/check/generic/states.c:
6760           Improved state change unit test.
6761
6762 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6763
6764         * docs/plugins/.cvsignore:
6765         * tests/check/.cvsignore:
6766           Ignore registries in any format.
6767
6768 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6769
6770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6771         (gst_base_rtp_depayload_chain),
6772         (gst_base_rtp_depayload_set_gst_timestamp):
6773         Only copy timestamp on outgoing packets if the depayloader did not set
6774         one.
6775         Also copy duration on outgoing packets.
6776
6777 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6778
6779         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6780         (gst_basertppayload_set_outcaps):
6781         Fix compilation because of missing %d in printf.
6782         When fixating caps, fixate what we can and throw away all remaining
6783         unfixed caps, subclasses should do something smart if they need to.
6784
6785 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6786
6787         * ext/gnomevfs/gstgnomevfssrc.c:
6788           Improve debug logs a bit and be more verbose if things go wrong.
6789
6790 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6791
6792         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6793         (gst_text_overlay_set_property):
6794         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6795         * gst-libs/gst/audio/gstbaseaudiosink.c:
6796         (gst_base_audio_sink_render):
6797         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6798         (gst_rtcp_unix_to_ntp):
6799         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6800         * gst/playback/gstqueue2.c:
6801         * tests/examples/seek/seek.c: (set_scale):
6802         Fix a bunch of compile warnings shown with Forte.
6803
6804         * gst/audiorate/gstaudiorate.c:
6805         Always pull in config.h before including any system headers.
6806
6807 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6808
6809         * gst/playback/gstqueue2.c: (update_buffering),
6810         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6811         (gst_queue_handle_sink_event), (gst_queue_chain),
6812         (gst_queue_push_one), (gst_queue_sink_activate_push),
6813         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6814         Also fix #476514 for queue2.
6815
6816 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6817
6818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6819         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6820         (gst_base_rtp_depayload_chain),
6821         (gst_base_rtp_depayload_handle_sink_event),
6822         (gst_base_rtp_depayload_push_full),
6823         (gst_base_rtp_depayload_set_gst_timestamp),
6824         (gst_base_rtp_depayload_change_state):
6825         Remove code to deal with RTP to GST time conversion, we now just copy
6826         the GST timestamp we receive to the outgoing buffers.
6827         Handle segment and flushes correctly.
6828
6829         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6830         When we have no valid input timestamp, use the previous rtp timestamp on
6831         the outgoing RTP packet instead of the RTP base time.
6832
6833 2007-09-15  David Schleef  <ds@schleef.org>
6834
6835         * ext/alsa/gstalsa.c:
6836         * ext/alsa/gstalsadeviceprobe.c:
6837         * ext/alsa/gstalsamixer.c:
6838         * ext/alsa/gstalsasink.c:
6839         * ext/alsa/gstalsasrc.c:
6840           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6841
6842 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         * gst-libs/gst/rtp/gstbasertppayload.c:
6845         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6846         Add some debug info when negotiating caps.
6847
6848 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6849
6850         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6851         A buffer with an empty payload is also a valid buffer.
6852
6853 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6854
6855         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6856         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6857         (gst_basertppayload_change_state):
6858         Make sure we start our RTP timestamp from the random base RTP
6859         timestamp even if the buffer timestamp starts from some random value.
6860
6861 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * configure.ac:
6864         * tests/examples/Makefile.am:
6865         * tests/examples/dynamic/.cvsignore:
6866         * tests/examples/dynamic/Makefile.am:
6867         * tests/examples/dynamic/addstream.c: (create_stream),
6868         (pause_play_stream), (message_received), (eos_message_received),
6869         (perform_step), (main):
6870         Add simple exmple app to demonstrate starting and pausing live and
6871         non-live bins in a PLAYING pipeline.
6872
6873 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6874
6875         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6876         typefind for QCP files (RFC #3625)
6877
6878 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6879
6880         * gst-libs/gst/audio/gstbaseaudiosink.c:
6881         (gst_base_audio_sink_init):
6882         Disable pull mode scheduling, we're not ready for it yet and it subtly
6883         breaks a lot of things.
6884
6885 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * tests/check/elements/libvisual.c:
6888           Test all libvisual plugins, not just the first one; this reproduces
6889           bug #450336 quite easily.  Looks like a problem with the 'jess'
6890           visualisation.
6891
6892 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * tests/check/Makefile.am:
6895         * tests/check/elements/.cvsignore:
6896         * tests/check/elements/libvisual.c:
6897           Add basic libvisual test case in an attempt to reproduce bug #450336.
6898           Doesn't reproduce that bug, but some other crasher instead (invalid
6899           free), at least with make elements/libvisual.forever and the bumscope
6900           plugin on x86-64/gutsy. Leaving test disabled for now.
6901
6902 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6905
6906         * gst-libs/gst/rtsp/gstrtspconnection.c:
6907         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6908         (read_body), (gst_rtsp_connection_receive):
6909         Make sure we can not cancel in the middle of receiving a message.
6910         Fixes #475731.
6911
6912 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         Patch by: Josep Torra Valles <josep@fluendo.com>
6915
6916         * gst/playback/gstplaybasebin.c:
6917           Increase upper limit for audio queue a bit; fixes preroll problem
6918           with playbin and decodebin2 when playing a quicktime trailer with
6919           multichannel audio via http (#464666).
6920
6921 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6922
6923         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6924         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6925         (gst_base_audio_src_provide_clock),
6926         (gst_base_audio_src_set_property),
6927         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6928         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6929         Allow othe clocks than the internal clock to be used for the pipeline.
6930         Add property to disable clock provide.
6931         API: GstBaseAudioSrc::provide-clock
6932
6933 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6934
6935         * gst/playback/gstdecodebin2.c:
6936           Don't leak request pads. Fixes #475395.
6937
6938 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6939
6940         Patch by: René Stadler <mail at renestadler dot de>
6941
6942         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6943         (gst_ximage_buffer_class_init):
6944         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6945         (gst_xvimage_buffer_class_init):
6946         Correctly chain up finalize with the parent class to prevent
6947         memory leaks. Fixes #474880.
6948
6949 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6950
6951         * gst/volume/gstvolume.c: (volume_choose_func):
6952         * tests/check/elements/volume.c: (GST_START_TEST):
6953         Revert the latest change: floating point samples are allowed to
6954         have any value, not only values in the range [-1,1]. Thanks to Andy
6955         Wingo for noticing.
6956         Also fix processing of int32 samples with volumes > 4 by making the
6957         unity value smaller which prevents overflows.
6958
6959 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         * gst-libs/gst/rtp/gstrtpbuffer.c:
6962         * tests/check/libs/rtp.c:
6963           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6964
6965 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6968
6969         * gst-libs/gst/rtp/gstrtpbuffer.c:
6970           Fix up GstRTPHeader helper struct so that compilers will not under
6971           any circumstances add padding in between our fields, as currently
6972           happens with MSVC on win32, because that would lead to us sending
6973           out RTP payloads with broken RTP headers (#471194).
6974           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6975           
6976         * tests/check/Makefile.am:
6977         * tests/check/libs/.cvsignore:
6978         * tests/check/libs/rtp.c:
6979           Add some simple unit tests for GstRTPBuffer. Some are disabled
6980           because the code tested still needs fixing (set_csrc() does not work).
6981
6982 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         * win32/MANIFEST:
6985         * win32/common/gstrtsp-enumtypes.c:
6986         * win32/common/gstrtsp-enumtypes.h:
6987         * win32/common/interfaces-enumtypes.c:
6988         * win32/common/interfaces-enumtypes.h:
6989         * win32/common/multichannel-enumtypes.c:
6990           Add rtsp enumtypes (#474384) and update others.
6991
6992 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6993
6994         * configure.ac:
6995           Fix configure check for HAVE_LIBXML_HTML.
6996
6997 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6998
6999         * tests/check/libs/.cvsignore:
7000           Ignore more, in case the build bots work again one day.
7001
7002 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7003
7004         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7005
7006         * configure.ac:
7007         * gst-libs/gst/Makefile.am:
7008         * gst-libs/gst/fft/Makefile.am:
7009         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7010         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7011         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7012         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7013         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7014         * gst-libs/gst/fft/gstfft.h:
7015         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7016         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7017         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7018         * gst-libs/gst/fft/gstfftf32.h:
7019         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7020         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7021         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7022         * gst-libs/gst/fft/gstfftf64.h:
7023         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7024         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7025         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7026         * gst-libs/gst/fft/gstffts16.h:
7027         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7028         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7029         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7030         * gst-libs/gst/fft/gstffts32.h:
7031         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7032         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7033         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7034         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7035         * gst-libs/gst/fft/kiss_fft_f32.h:
7036         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7037         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7038         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7039         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7040         * gst-libs/gst/fft/kiss_fft_f64.h:
7041         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7042         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7043         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7044         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7045         * gst-libs/gst/fft/kiss_fft_s16.h:
7046         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7047         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7048         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7049         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7050         * gst-libs/gst/fft/kiss_fft_s32.h:
7051         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7052         (kiss_fftr_f32), (kiss_fftri_f32):
7053         * gst-libs/gst/fft/kiss_fftr_f32.h:
7054         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7055         (kiss_fftr_f64), (kiss_fftri_f64):
7056         * gst-libs/gst/fft/kiss_fftr_f64.h:
7057         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7058         (kiss_fftr_s16), (kiss_fftri_s16):
7059         * gst-libs/gst/fft/kiss_fftr_s16.h:
7060         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7061         (kiss_fftr_s32), (kiss_fftri_s32):
7062         * gst-libs/gst/fft/kiss_fftr_s32.h:
7063         * gst-libs/gst/fft/kiss_version:
7064         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7065         * pkgconfig/gstreamer-plugins-base.pc.in:
7066         Add libgstfft, a FFT library based on Kiss FFT which is
7067         BSD licensed. Supported sample formats are int16, int32,
7068         float and double. For those formats a real FFT and IFFT
7069         can be done, different windowing functions can be applied
7070         and functions for extracting the magnitude and phase exist.
7071         Fixes #468619.
7072
7073         * docs/libs/Makefile.am:
7074         * docs/libs/gst-plugins-base-libs-docs.sgml:
7075         * docs/libs/gst-plugins-base-libs-sections.txt:
7076         Integrate libgstfft into the docs.
7077
7078         * tests/check/Makefile.am:
7079         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7080         Add unit tests for libgstfft, currently only testing the FFT.
7081         Unit tests for IFFT will follow soon.
7082
7083 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7084
7085         Patch by: Peter Kjellerstedt  <pkj at axis com>
7086
7087         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7088         (gst_sdp_message_init), (gst_sdp_message_uninit),
7089         (is_multicast_address), (gst_sdp_message_as_text),
7090         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7091         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7092         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7093         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7094         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7095         (gst_sdp_media_init), (gst_sdp_media_uninit),
7096         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7097         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7098         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7099         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7100         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7101         * gst-libs/gst/sdp/gstsdpmessage.h:
7102         Separate INIT_ARRAY() and related macros into two versions, one for
7103         structures and one for pointers (e.g., INIT_ARRAY() and
7104         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7105         lists of emails and phone numbers.
7106         Add missing const as appropriate.
7107         Change all gint to guint since they all actually represent unsigned
7108         values.
7109         Do not use time as a variable name as it shadows the global time().
7110         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7111         Actually implement gst_sdp_message_add_time().
7112         Make gst_sdp_message_add_time() take repeat times as an argument.
7113         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7114         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7115         misspelled as badwidth).
7116         gst-indented and a little clean up. Fixes #471067.
7117
7118 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7119
7120         * gst/volume/gstvolume.c: (volume_choose_func),
7121         (volume_process_double), (volume_process_double_clamp),
7122         (volume_process_float_clamp):
7123         Correctly clamp float/double samples in the [-1.0,1.0] range to
7124         prevent weird effects.
7125         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7126         Add unit tests for all samples types that had none before.
7127
7128 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7129
7130         * gst-libs/gst/rtp/gstrtpbuffer.c:
7131           Need to include stdlib.h for abs() here too.
7132
7133 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst/playback/gststreaminfo.c:
7136           Fix build.
7137
7138 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7139
7140         * gst/playback/gststreaminfo.c:
7141           Clean up some half-disabled code and comment.
7142
7143 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7144
7145         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7146
7147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7148         (gst_base_rtp_payload_audio_handle_event):
7149         Return FALSE from the event handler to let the parent class handle the
7150         event. Fixes #446766.
7151
7152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7153         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7154         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7155
7156         * gst-libs/gst/rtp/gstbasertppayload.c:
7157         Bump the MTU to 1400.
7158
7159 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7160
7161         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7162         Add an audio/x-nsf typefind function for the nsfdec element.
7163
7164 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7165         * gst/playback/gstplaybasebin.c:
7166         Included "myth://" on stream_uris list for enable buffering to mythtv files
7167
7168 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * docs/libs/gst-plugins-base-libs-sections.txt:
7171         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7172         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7173         (gst_rtcp_unix_to_ntp):
7174         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7175         Fix parsing of RB blocks.
7176         Fix docs.
7177         Added helper functions to convert to/from UNIX and NTP time.
7178         API: gst_rtcp_ntp_to_unix()
7179         API: gst_rtcp_unix_to_ntp()
7180
7181         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7182         (gst_rtp_buffer_get_header_len),
7183         (gst_rtp_buffer_get_extension_data),
7184         (gst_rtp_buffer_get_payload_subbuffer),
7185         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7186         (gst_rtp_buffer_ext_timestamp):
7187         * gst-libs/gst/rtp/gstrtpbuffer.h:
7188         Fix some more docs.
7189         Implement handling of packets with extensions.
7190         Fix padding check in _validate().
7191         Added function to get extension data.
7192         API: gst_rtp_buffer_get_header_len()
7193         API: gst_rtp_buffer_get_extension_data()
7194
7195 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7198         (gst_base_rtp_depayload_class_init),
7199         (gst_base_rtp_depayload_set_gst_timestamp):
7200         Add some more docs for the queue-delay property and fix a typo in a
7201         comment.
7202
7203         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7204         Fix typo.
7205
7206 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7207
7208         * gst-libs/gst/audio/gstbaseaudiosink.c:
7209         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7210         (gst_base_audio_sink_change_state):
7211         When skew slaving, try to hover around the middle of a segment so that
7212         we at most drift by half a segment.
7213         If we are aligning in the oposite direction of the clock skew, we don't
7214         have to resync.
7215
7216 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7217
7218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7219         (gst_base_rtp_depayload_setcaps),
7220         (gst_base_rtp_depayload_set_gst_timestamp):
7221         Be less silly with the segment start, just apply the clock-base to the
7222         timestamp.
7223
7224 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7225
7226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7227         (gst_base_rtp_depayload_class_init),
7228         (gst_base_rtp_depayload_finalize),
7229         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7230         (gst_base_rtp_depayload_handle_sink_event),
7231         (gst_base_rtp_depayload_set_gst_timestamp),
7232         (gst_base_rtp_depayload_change_state):
7233         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7234         Deprecate the queue handling thread thing and remove the code.
7235         Use new method to calculate the extended timestamp.
7236
7237 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7238
7239         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7240         (gst_rtcp_packet_sdes_copy_entry):
7241         Use g_strndup which does exactly what we want.
7242
7243         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7244         (gst_rtp_buffer_ext_timestamp):
7245         * gst-libs/gst/rtp/gstrtpbuffer.h:
7246         Add helper function to compare seqnums.
7247         Add helper function to calculate extended timestamps.
7248         API: gst_rtp_buffer_compare_seqnum()
7249         API: gst_rtp_buffer_ext_timestamp()
7250
7251 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7252
7253         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7254         (gst_rtcp_packet_sdes_get_entry),
7255         (gst_rtcp_packet_sdes_copy_entry):
7256         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7257         Fix and document SDES item data function.
7258         Add new function that makes a proper copy of SDES item data.
7259         API: gst_rtcp_packet_sdes_copy_entry()
7260
7261 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7262
7263         * configure.ac:
7264         * gst/Makefile.am:
7265           The tcp and subparse plugins are under gst, but not totaly free of
7266           dependencies. Handle selection inconfigure.ac, so that they show up
7267           on the final list of what is build and what is not. Maybe they should
7268           better be moved to ext.
7269
7270 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7271
7272         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7273
7274         * configure.ac:
7275         * gst/Makefile.am:
7276           Check if libxml provides HTML parser which subparse needs.
7277           Fixes #451970.
7278
7279 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * ext/alsa/gstalsa.c:
7282           Fix typo and compilation on big endian systems.
7283
7284 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * gst/subparse/gstssaparse.c:
7287           Convert SSA newline codes into actual newline characters (#470766).
7288
7289 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * docs/libs/gst-plugins-base-libs-sections.txt:
7292         * gst-libs/gst/pbutils/install-plugins.c:
7293         * gst-libs/gst/pbutils/install-plugins.h:
7294         * tests/check/libs/pbutils.c:
7295           API: also add gst_install_plugins_supported() while we're at it
7296           (see #470456).
7297
7298 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * docs/libs/gst-plugins-base-libs-sections.txt:
7301         * gst-libs/gst/pbutils/missing-plugins.c:
7302         * gst-libs/gst/pbutils/missing-plugins.h:
7303         * tests/check/libs/pbutils.c:
7304           API: add gst_missing_*_installer_detail_new() convenience API so
7305           that applications that know exactly what they're missing can request
7306           installer detail strings for those items directly instead of having
7307           to first create a dummy missing-plugin message and then get the
7308           installer detail string from that.  Fixes #470456.
7309
7310 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7311
7312         * gst/playback/gstdecodebin.c: (close_pad_link):
7313         We need to set up delayed-linking whenever the caps are non-fixed,
7314         not just when there are multiple types - use gst_pad_is_fixed()
7315         to test.
7316
7317 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * gst-libs/gst/pbutils/missing-plugins.c:
7320           (gst_missing_plugin_message_get_installer_detail):
7321           Add missing separator in PID fallback case.
7322
7323 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7324
7325         * ext/alsa/Makefile.am:
7326         There is no GST_PLUGINS_BASE_LIBS defined.
7327         
7328         * ext/alsa/gstalsa.c:
7329         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7330         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7331         Add support for ALSA 24-bit formats.
7332         snd_pcm_delay can return an error code, especially
7333         during XRUNS. In that case, the best we can do is assume
7334         delay = 0.
7335
7336         * gst/audioconvert/Makefile.am:
7337         Add flags from -base before any more-remote dependencies.
7338
7339 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7340
7341         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7342
7343         * gst/volume/gstvolume.c: (volume_choose_func),
7344         (volume_update_real_volume), (gst_volume_set_volume),
7345         (gst_volume_init), (volume_process_int32),
7346         (volume_process_int32_clamp), (volume_process_int24),
7347         (volume_process_int24_clamp), (volume_process_int16),
7348         (volume_process_int16_clamp), (volume_process_int8),
7349         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7350         * gst/volume/gstvolume.h:
7351         Add support for int32, int24 and int8 to the volume element.
7352         Fixes #445529.
7353
7354 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * tests/examples/Makefile.am:
7357           Fix even more.
7358
7359 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7360
7361         * configure.ac:
7362         * docs/libs/Makefile.am:
7363         * docs/libs/gst-plugins-base-libs-docs.sgml:
7364         * docs/libs/gst-plugins-base-libs-sections.txt:
7365         * ext/gnomevfs/gstgnomevfssrc.c:
7366         * ext/gnomevfs/gstgnomevfssrc.h:
7367         * gst-libs/gst/Makefile.am:
7368         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7369         * pkgconfig/gstreamer-plugins-base.pc.in:
7370         * sys/v4l/v4lsrc_calls.c:
7371         * tests/examples/Makefile.am:
7372         * win32/common/config.h:
7373           Revert unwanted commit. many thanks to moap. I want a fix for 
7374           https://thomas.apestaart.org/moap/trac/ticket/239
7375
7376 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * gst/volume/gstvolume.c:
7379           Move passthrough below gst_object_sync_values(). Fixes #442654.
7380
7381 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7382
7383         * gst-libs/gst/audio/audio.c:
7384         Clarify the docs a little.
7385
7386 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7387
7388         * gst/volume/gstvolume.c:
7389           Enable liboil for float and add more details about problems with
7390           int16.
7391
7392 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7393
7394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7395         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7396
7397 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7398
7399         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7400         When calculating the first timestamp of the buffers, don't go below 0
7401         and clip the samples because the offset was on the eos page.
7402         Fixes #466717.
7403
7404 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7407         (gst_ogg_demux_collect_chain_info):
7408         Also submit the eos page when trying to find the first timestamp.
7409         See #466717.
7410
7411 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7412
7413         * gst-libs/gst/audio/audio.h:
7414         Use gst_util_uint64_scale() instead of doing the math
7415         with double for GST_FRAMES_TO_CLOCK_TIME() and
7416         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7417         prevents rounding errors. Fixes #467667.
7418
7419 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         * gst-libs/gst/rtsp/gstrtspconnection.c:
7422         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7423         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7424         * gst-libs/gst/rtsp/gstrtspconnection.h:
7425         Small cleanups.
7426         On shutdown, don't read the control socket yet.
7427         Set timeout value correctly in all cases.
7428         Add function to check if the server accepts reads or writes.
7429         API: gst_rtsp_connection_poll()
7430
7431         * gst-libs/gst/rtsp/gstrtspdefs.h:
7432         Fix compilation with -pedantic.
7433         Add enum for _poll.
7434
7435 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         Patch by: Olivier Crete  <tester at tester ca>
7438
7439         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7440         (gst_basertppayload_getcaps):
7441         * gst-libs/gst/rtp/gstbasertppayload.h:
7442         Add getcaps vfunc to basertppayload. See #465146.
7443
7444 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7445
7446         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7447         Only post buffering messages when we are a stream.
7448
7449 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * gst-libs/gst/pbutils/install-plugins.c:
7452         * gst-libs/gst/pbutils/missing-plugins.c:
7453           Small docs fix and addition.
7454
7455 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         * tests/icles/.cvsignore:
7458         * tests/icles/Makefile.am:
7459         * tests/icles/test-textoverlay.c:
7460           Add a dumb little test for textoverlay alignments.
7461
7462 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         Patch by: Dan Williams  <dcbw redhat com>
7465
7466         * ext/pango/gsttextoverlay.c:
7467         * ext/pango/gsttextoverlay.h:
7468           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7469           "silent" property so there's a Since tag in the API reference.
7470
7471 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7472
7473         * gst-libs/gst/rtp/gstbasertppayload.c:
7474         (gst_basertppayload_set_outcaps):
7475         * gst-libs/gst/rtp/gstbasertppayload.h:
7476         Improve caps negotiation so that downstream elements can confiure
7477         certain RTP properties by fixing them on the caps. See #465146.
7478         Add docs.
7479
7480 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * docs/libs/gst-plugins-base-libs-sections.txt:
7483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7485           Mark as deprecated some macros which were presumably meant to be
7486           private API and accidentally exposed in the public header file.
7487           Also actually _init() lock (only works at the moment because the
7488           struct is zeroed out when created and the initial values in the
7489           mutex struct are zeroes too). (#459585)
7490
7491 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7492
7493         * docs/libs/Makefile.am:
7494           Remove cruft and do some cleanups.
7495
7496         * docs/libs/gst-plugins-base-libs-docs.sgml:
7497           Prepare for comming gtkdoc features (rebase against online docs).
7498
7499 2007-08-10  Michael Smith <msmith@fluendo.com>
7500
7501         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7502           Debug output fixes.
7503         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7504         (GST_START_TEST):
7505           Change the number of buffers used; 500 is too many and leads to
7506           timeouts.
7507
7508 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * gst/playback/gstqueue2.c:
7511         * gst/videorate/gstvideorate.c:
7512           Printf format fixes (#465028).
7513
7514 2007-08-09  Michael Smith <msmith@fluendo.com>
7515
7516         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7517           If we have a large (> 1 second) discontinuity, push a series of
7518           smaller buffers rather than a single very large buffer. Avoids
7519           unreasonably large single buffer allocations when encountering a
7520           large gap.
7521         * tests/check/elements/audiorate.c: (GST_START_TEST),
7522         (audiorate_suite):
7523           Add a test for this.
7524
7525 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7526
7527         * gst/playback/gstplaybasebin.c: (group_commit),
7528         (queue_remove_probe), (queue_threshold_reached):
7529
7530         Patch by: Josep Torra Valles <josep@fluendo.com>
7531         Fixes: #465015
7532         Make sure we remove the check_queues buffer probe from the 
7533         correct queue to avoid racily going back to "buffering 99%" when
7534         buffering is actually complete.
7535
7536         Also, fix the spelling of Josep's surname in the ChangeLog.
7537
7538 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7539
7540         * ext/ogg/gstoggmux.c:
7541           Do not leak oggmux instance.
7542         
7543         * ext/vorbis/vorbisenc.c:
7544           Also log values.
7545
7546 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7547
7548         * po/hu.po:
7549         * po/it.po:
7550         * po/nl.po:
7551         * po/uk.po:
7552         * po/vi.po:
7553           Updated translations.
7554
7555 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7556
7557         patch by: Yang Hong <hongyang@redflag-linux.com>
7558
7559         * ext/pango/gsttextoverlay.c:
7560         * ext/pango/gsttextoverlay.h:
7561           Add 'silent' property to GstTimeOverlay. Fixes #462979
7562
7563 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7564
7565         Patch by: Josep Torra Valles <josep@fluendo.com>
7566
7567         * docs/plugins/gst-plugins-base-plugins.args:
7568         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7569         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7570         (gst_uri_decode_bin_get_property), (gen_source_element):
7571         Add connection-speed property. Fixes #464690.
7572
7573 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7576
7577         * configure.ac:
7578         * gst-libs/gst/rtsp/Makefile.am:
7579         * gst-libs/gst/rtsp/gstrtspconnection.c:
7580         (gst_rtsp_connection_connect):
7581         Fix compilation on windows. Fixes #464320.
7582
7583 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7584
7585         Patch by: Josep Torra Valles <josep@fluendo.com>
7586
7587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7588         (gst_play_base_bin_init), (queue_threshold_reached),
7589         (gen_source_element), (setup_substreams),
7590         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7591         (gst_play_base_bin_get_streaminfo_value_array):
7592         * gst/playback/gstplaybasebin.h:
7593         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7594         (gst_play_bin_set_property), (gst_play_bin_get_property),
7595         (gst_play_bin_handle_redirect_message):
7596         Move connection-speed property from playbin to playbasebin so that we
7597         can also configure it in source elements that have the connection-speed
7598         property. Fixes #464028.
7599         Add some debug info here and there.
7600
7601 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7602
7603         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7604         Properly respond to conversion queries. Fixes #464079.
7605
7606 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7607
7608         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7609         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7610         (gst_audio_test_src_init_sine_table),
7611         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7612         * gst/audiotestsrc/gstaudiotestsrc.h:
7613         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7614         Also set the default volume to the default value specified in the
7615         GParamSpec.
7616
7617 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7618
7619         Patch by: Jens Granseuer <jensgr at gmx dot net>
7620
7621         * gst/audioconvert/gstaudioquantize.c:
7622         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7623
7624 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7625
7626         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7627         Add rdt manager for rdt transport.
7628         Fix parsing of RDT transport.
7629
7630 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7631
7632         * configure.ac:
7633         Back to CVS
7634
7635 === release 0.10.14 ===
7636
7637 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7638
7639         * configure.ac:
7640           releasing 0.10.14, "Light Years Ahead"
7641
7642 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7643
7644         * tests/check/libs/audio.c: (GST_START_TEST):
7645         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7646
7647 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7648
7649         * gst-libs/gst/audio/audio.c:
7650         When clipping a buffer with no timestamp, assume it is
7651         within the segment without warnings.
7652
7653         Fixes: #460978
7654
7655 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7656
7657         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7658         Fire the signal on the object, not the interface.
7659
7660 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7661
7662         * gst-libs/gst/rtsp/.cvsignore:
7663         Ber. Don't include the full path, idiot.
7664
7665 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7666
7667         * gst-libs/gst/rtsp/.cvsignore:
7668         Ignore generated files.
7669
7670 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7671
7672         * gst-libs/gst/interfaces/Makefile.am:
7673         * gst-libs/gst/interfaces/interfaces-marshal.list:
7674         * gst-libs/gst/interfaces/rtspextension.c:
7675         * gst-libs/gst/interfaces/rtspextension.h:
7676         * gst-libs/gst/rtsp/Makefile.am:
7677         * gst-libs/gst/rtsp/gstrtsp.h:
7678         * gst-libs/gst/rtsp/gstrtspextension.c:
7679         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7680         (gst_rtsp_extension_detect_server),
7681         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7682         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7683         (gst_rtsp_extension_configure_stream),
7684         (gst_rtsp_extension_get_transports),
7685         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7686         * gst-libs/gst/rtsp/gstrtspextension.h:
7687         * gst-libs/gst/rtsp/rtsp-marshal.list:
7688         Move the rtspextension.h interface into gstrtspextension.h
7689         as part of libgstrtsp instead of libgstinterfaces, because it's
7690         only for use within plugins, not applications. 
7691         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7692         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7693         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7694         is abstract.
7695
7696 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7697
7698         * gst-libs/gst/interfaces/Makefile.am:
7699         * gst-libs/gst/interfaces/interfaces-marshal.list:
7700         * gst-libs/gst/interfaces/rtspextension.c:
7701         (gst_rtsp_extension_iface_init),
7702         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7703         * gst-libs/gst/interfaces/rtspextension.h:
7704         Fix marshaller for the send signal.
7705         Add URL to stream selection interface method.
7706
7707 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * gst-libs/gst/riff/Makefile.am:
7710         Pull in our dependencies from -base before those from outside.
7711
7712 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7713
7714         * docs/libs/gst-plugins-base-libs-sections.txt:
7715         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7716         * gst-libs/gst/rtsp/gstrtspbase64.h:
7717         API: gst_rtsp_base64_decode_ip()
7718         Added function to decode Base64 in-place.
7719
7720 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7721
7722         * tests/check/libs/.cvsignore:
7723         Ignore the mixer test binary.
7724
7725 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7726
7727         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7728         Gratuitous comment change to trigger a rebuild on the buildbots.
7729
7730 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7733         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7734         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7735         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7736         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7737         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7738         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7739         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7740         (gst_sdp_media_get_attribute_val):
7741         * gst-libs/gst/sdp/gstsdpmessage.h:
7742         Constify args where we can.
7743
7744 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7745
7746         * gst-libs/gst/interfaces/Makefile.am:
7747         * gst-libs/gst/interfaces/rtspextension.c:
7748         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7749         (gst_rtsp_extension_detect_server),
7750         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7751         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7752         (gst_rtsp_extension_configure_stream),
7753         (gst_rtsp_extension_get_transports),
7754         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7755         * gst-libs/gst/interfaces/rtspextension.h:
7756         Move interface for RTSP extensions from -good to here.
7757         Added helper methods to invoke interface methods.
7758
7759 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7760
7761         * docs/libs/gst-plugins-base-libs-sections.txt:
7762         * gst-libs/gst/rtsp/gstrtspdefs.h:
7763         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7764         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7765         (gst_rtsp_message_init_response),
7766         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7767         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7768         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7769         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7770         (gst_rtsp_message_get_body), (dump_key_value):
7771         * gst-libs/gst/rtsp/gstrtspmessage.h:
7772         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7773         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7774         (gst_rtsp_range_parse):
7775         * gst-libs/gst/rtsp/gstrtsprange.h:
7776         * gst-libs/gst/rtsp/gstrtsptransport.c:
7777         * gst-libs/gst/rtsp/gstrtspurl.c:
7778         Fix some more RTSP docs.
7779         Add some missing methods for dealing with messages.
7780
7781 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7782
7783         * docs/libs/gst-plugins-base-libs-docs.sgml:
7784         * docs/libs/gst-plugins-base-libs-sections.txt:
7785         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7786         * gst-libs/gst/rtsp/gstrtspbase64.h:
7787         * gst-libs/gst/rtsp/gstrtspconnection.c:
7788         (gst_rtsp_connection_connect), (add_auth_header),
7789         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7790         (read_body), (gst_rtsp_connection_receive),
7791         (gst_rtsp_connection_next_timeout),
7792         (gst_rtsp_connection_reset_timeout),
7793         (gst_rtsp_connection_set_auth):
7794         * gst-libs/gst/rtsp/gstrtspconnection.h:
7795         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7796         * gst-libs/gst/rtsp/gstrtspdefs.h:
7797         * gst-libs/gst/rtsp/gstrtspmessage.h:
7798         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7799         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7800         (gst_rtsp_range_parse):
7801         * gst-libs/gst/rtsp/gstrtspurl.h:
7802         Added beginnings of RTSP documentation.
7803
7804 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * docs/libs/Makefile.am:
7807         * docs/libs/gst-plugins-base-libs-docs.sgml:
7808         * docs/libs/gst-plugins-base-libs-sections.txt:
7809         * gst-libs/gst/sdp/gstsdp.h:
7810         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7811         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7812         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7813         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7814         (gst_sdp_message_get_attribute_val),
7815         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7816         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7817         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7818         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7819         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7820         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7821         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7822         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7823         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7824         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7825         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7826         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7827         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7828         (gst_sdp_media_get_attribute_val_n),
7829         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7830         (print_media), (gst_sdp_message_dump):
7831         * gst-libs/gst/sdp/gstsdpmessage.h:
7832         Document the SDP library.
7833         Add some of the missing SDPMedia methods.
7834
7835 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7836
7837         * configure.ac:
7838         * gst-libs/gst/Makefile.am:
7839         * gst-libs/gst/rtsp/Makefile.am:
7840         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7841         * gst-libs/gst/rtsp/gstrtspbase64.h:
7842         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7843         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7844         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7845         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7846         (parse_response_status), (parse_request_line), (parse_line),
7847         (gst_rtsp_connection_read), (read_body),
7848         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7849         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7850         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7851         (gst_rtsp_connection_set_auth):
7852         * gst-libs/gst/rtsp/gstrtspconnection.h:
7853         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7854         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7855         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7856         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7857         (gst_rtsp_find_method):
7858         * gst-libs/gst/rtsp/gstrtspdefs.h:
7859         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7860         (gst_rtsp_message_new), (gst_rtsp_message_init),
7861         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7862         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7863         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7864         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7865         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7866         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7867         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7868         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7869         (gst_rtsp_message_dump):
7870         * gst-libs/gst/rtsp/gstrtspmessage.h:
7871         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7872         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7873         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7874         * gst-libs/gst/rtsp/gstrtsprange.h:
7875         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7876         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7877         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7878         (range_as_text), (rtsp_transport_mode_as_text),
7879         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7880         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7881         (gst_rtsp_transport_free):
7882         * gst-libs/gst/rtsp/gstrtsptransport.h:
7883         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7884         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7885         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7886         * gst-libs/gst/rtsp/gstrtspurl.h:
7887         * gst-libs/gst/sdp/Makefile.am:
7888         * gst-libs/gst/sdp/gstsdp.h:
7889         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7890         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7891         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7892         (gst_sdp_attribute_init), (gst_sdp_message_new),
7893         (gst_sdp_message_init), (gst_sdp_message_uninit),
7894         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7895         (gst_sdp_media_uninit), (gst_sdp_media_free),
7896         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7897         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7898         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7899         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7900         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7901         (gst_sdp_message_get_attribute_val),
7902         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7903         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7904         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7905         (gst_sdp_media_get_attribute_val_n),
7906         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7907         (read_string), (read_string_del), (gst_sdp_parse_line),
7908         (gst_sdp_message_parse_buffer), (print_media),
7909         (gst_sdp_message_dump):
7910         * gst-libs/gst/sdp/gstsdpmessage.h:
7911         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7912         Move SDP and RTSP from helper objects in -good to a reusable library.
7913         Use a proper gst_ namespace.
7914
7915 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7916
7917         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7918         (vorbis_dec_flush_decode):
7919         Use the new buffer clipping function from gstaudio here.
7920
7921 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7922
7923         * docs/libs/gst-plugins-base-libs-sections.txt:
7924         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7925         * gst-libs/gst/audio/audio.h:
7926         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7927         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7928         Also add deprecation guards for gst_audio_structure_set_int() to the
7929         header.
7930
7931 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7932
7933         * docs/libs/gst-plugins-base-libs-sections.txt:
7934           Cleanup the docs.
7935
7936 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7937
7938         Patch by: Dan Williams <dcbw at redhat dot com>
7939
7940         * gst/playback/gstplaybasebin.c:
7941         (gst_play_base_bin_get_streaminfo_value_array):
7942         Don't return NULL when querying the stream info value array but instead
7943         return an empty array. Fixes #459204.
7944
7945 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/playback/gsturidecodebin.c:
7948           Init debug category before using it.
7949
7950 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7951
7952         * gst-libs/gst/interfaces/mixer.h:
7953         Add padding vars in place of the signal pointers
7954         when building with DISABLE_DEPRECATED so that the
7955         interface structure doesn't change size.
7956
7957 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7958
7959         * docs/libs/gst-plugins-base-libs-sections.txt:
7960         * ext/alsa/gstalsamixer.c:
7961         * ext/alsa/gstalsamixer.h:
7962         * ext/alsa/gstalsamixerelement.c:
7963         * ext/alsa/gstalsamixertrack.c:
7964         * gst-libs/gst/interfaces/mixer.c:
7965         * gst-libs/gst/interfaces/mixer.h:
7966         * gst-libs/gst/interfaces/mixeroptions.c:
7967         * gst-libs/gst/interfaces/mixeroptions.h:
7968         * gst-libs/gst/interfaces/mixertrack.c:
7969         * gst-libs/gst/interfaces/mixertrack.h:
7970         * tests/check/Makefile.am:
7971         * tests/check/libs/mixer.c:
7972
7973         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7974         Fixes: #152864 
7975
7976         Add support for notifying mixer changes on the message bus, and
7977         implement it in alsamixer.
7978
7979         API: gst_mixer_get_mixer_flags
7980         API: gst_mixer_message_parse_mute_toggled
7981         API: gst_mixer_message_parse_record_toggled
7982         API: gst_mixer_message_parse_volume_changed
7983         API: gst_mixer_message_parse_option_changed
7984         API: GstMixerMessageType
7985         API: GstMixerFlags
7986
7987 2007-07-20  Michael Smith <msmith@fluendo.com>
7988
7989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7990         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7991           xcontext->im_format is only for testing XShm support (as the header
7992           file comments document). Use xvimage->im_format for everything else.
7993           Avoids spurious warnings on buffer allocation before setcaps.
7994
7995 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * tests/examples/volume/Makefile.am:
7998         * tests/icles/Makefile.am:
7999           We should use $(LIBM).
8000
8001 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8002
8003         * tests/icles/Makefile.am:
8004           This needs -lm.
8005
8006 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * gst-libs/gst/rtp/gstbasertppayload.c:
8009         (gst_basertppayload_class_init), (gst_basertppayload_init),
8010         (gst_basertppayload_set_property),
8011         (gst_basertppayload_get_property):
8012         Don't break ABI, restore previous ranges. Keep the default random
8013         selection of timestamp and seqnum offset but as soon as the app sets a
8014         specific value, use that one.
8015
8016 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8017
8018         Patch by: Bastien Nocera <hadess at hadess dot net>
8019
8020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8021         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8022         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8023         * sys/xvimage/xvimagesink.h:
8024         Add option to turn off double-buffering for debugging purposes.
8025         Fixes #437169.
8026
8027 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         Patch by: Jorn Baayen <jorn at openedhand dot com>
8030
8031         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8032         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8033         (gst_ximagesink_init), (gst_ximagesink_class_init):
8034         * sys/ximage/ximagesink.h:
8035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8036         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8037         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8038         * sys/xvimage/xvimagesink.h:
8039         add 'handle-expose' property. Useful for video widgets which may want to
8040         be in control of Expose behaviour. Fixes #380625
8041
8042 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8043
8044         * gst-libs/gst/rtp/gstbasertppayload.c:
8045         (gst_basertppayload_class_init), (gst_basertppayload_init),
8046         (gst_basertppayload_event), (gst_basertppayload_push),
8047         (gst_basertppayload_set_property),
8048         (gst_basertppayload_get_property),
8049         (gst_basertppayload_change_state):
8050         * gst-libs/gst/rtp/gstbasertppayload.h:
8051         Fix ranges of rtp payloader properties so that the full range can be
8052         used in addition to -1 (random).
8053         Fix wrong seqnum reporting in caps.
8054         Fixes #420326.
8055
8056 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8057
8058         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8059         (gst_video_rate_query):
8060         Use boilerplate.
8061         Add latency query, might not be perfect yet but already works a lot
8062         better. Fixes #442557.
8063
8064 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8065
8066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8067         (gst_xvimagesink_setcaps):
8068         * sys/xvimage/xvimagesink.h:
8069         After a caps change, redraw our borders to avoid garbage left there
8070         when the image format changes to a smaller size, like 16:9 -> 4:3
8071         Also, hold the flow_lock a bit longer in the set_caps while we're
8072         fiddling with the xcontext.
8073
8074 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8075
8076         * Makefile.am:
8077         * configure.ac:
8078         * tests/Makefile.am:
8079         Remove bogus check for libcheck, since we check for
8080         gstreamer-check and it pulls in the required info from there, and we
8081         weren't actually _using_ the information for libcheck ourselves
8082         anyway.
8083
8084 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8085
8086         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8087         (gst_ffmpeg_caps_to_pixfmt):
8088         Fix the r_mask test for RGBA32 on little-endian.
8089         Fix a stupid typo that would have obviously broken 
8090         compilation on big-endian, if anyone was testing.
8091
8092 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8093
8094         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8095         (paint_hline_str4):
8096         * gst/videotestsrc/videotestsrc.h:
8097         Add alpha to the color struct.
8098         Use a default alpha value of 255 instead of 128.
8099
8100 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8101
8102         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8103         (setup_source):
8104         Clear the dynamic pads counter when starting a new uri. This makes
8105         reusing playbin work again.
8106         Fixes #454264.
8107
8108 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8109
8110         * configure.ac:
8111           Use pkg-config to locate check.
8112
8113 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * configure.ac:
8116         * tests/check/elements/volume.c: (GST_START_TEST):
8117           Fix 'make check' build against core CVS.
8118
8119 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8120
8121         * gst-libs/gst/interfaces/propertyprobe.c:
8122         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8123         * gst-libs/gst/tag/gstvorbistag.c:
8124           Make gtk-doc happy.
8125
8126 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8127
8128         * gst-libs/gst/audio/gstbaseaudiosink.c:
8129         (gst_base_audio_sink_callback):
8130           Quick hack to make audiosinks stop at EOS when operating in
8131           pull-mode; needs to be fixed properly some day.
8132
8133 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8134
8135         * docs/libs/gst-plugins-base-libs-sections.txt:
8136           Fix location of includes in the docs.
8137
8138 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8139
8140         * gst/ffmpegcolorspace/avcodec.h:
8141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8142         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8143         (gst_ffmpegcsp_avpicture_fill):
8144         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8145         (img_get_alpha_info):
8146         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8147         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8148         end of the word. Partially fixes #451908
8149
8150 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8151
8152         * docs/libs/Makefile.am:
8153         * docs/plugins/Makefile.am:
8154           Simplify --extra-dir as gtkdoc scans recursively.
8155
8156 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8157
8158         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8159         (gst_adder_request_new_pad):
8160         Make getcaps more robust by not using the proxycaps function. This makes
8161         sure that we don't end up recursively calling getcaps upstream.
8162         See #316248.
8163
8164 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8165
8166         * gst/audioconvert/audioconvert.c:
8167         Include math.h to fix compilation.
8168
8169 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8170
8171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8172         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8173         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8174         format, as produced by some dc1394 cameras like the iSight.
8175         See http://www.fourcc.org/yuv.php#IYU1
8176
8177 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8178
8179         * gst/audioconvert/Makefile.am:
8180         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8181         (check_default), (audio_convert_prepare_context),
8182         (audio_convert_clean_context), (audio_convert_convert):
8183         * gst/audioconvert/audioconvert.h:
8184         * gst/audioconvert/gstaudioconvert.c:
8185         (gst_audio_convert_dithering_get_type),
8186         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8187         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8188         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8189         * gst/audioconvert/gstaudioconvert.h:
8190         * gst/audioconvert/gstaudioquantize.c:
8191         (gst_audio_quantize_setup_noise_shaping),
8192         (gst_audio_quantize_free_noise_shaping),
8193         (gst_audio_quantize_setup_dither),
8194         (gst_audio_quantize_free_dither),
8195         (gst_audio_quantize_setup_quantize_func),
8196         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8197         * gst/audioconvert/gstaudioquantize.h:
8198         Implement dithering and noise shaping in audioconvert. By default now
8199         TPDF dithering (and no noise shaping) will be used when converting
8200         from a higher bit depth to 20 bit depth or smaller, otherwise
8201         everything will be as it is now.
8202         For the last audioconvert in a pipeline it would make sense to
8203         use some kind of noise shaping, enabling it by default for all
8204         conversions would give undesired results though. Fixes #360246.
8205         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8206         (GST_START_TEST):
8207         Adjust unit test for the new audioconvert.
8208
8209 2007-06-28  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8212         Use other metrics as well when estimating the buffer level.
8213
8214 2007-06-28  Wim Taymans  <wim@fluendo.com>
8215
8216         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8217         Small debug improvement.
8218
8219         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8220         (plugin_init):
8221         Tweak the rate estimation period.
8222         When calculating the buffer filledness in rate estimation mode, don't
8223         mix it with other metrics.
8224
8225 2007-06-28  Wim Taymans  <wim@fluendo.com>
8226
8227         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8228         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8229         When creating the groups, allow for a 5 second, unlimited buffers
8230         preroll phase after which we expose the group.
8231         When the group is exposed, use a small number of buffers up to a 2
8232         second limit. Also disconnect the overrun signal from multiqueue when we
8233         exposed the group because it is not needed anymore.
8234
8235 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8236
8237         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8238           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8239           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8240           (#451707); also, output some debugging info when dealing with
8241           freeform strings.
8242
8243         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8244           Add unit test for the above.
8245
8246 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8247
8248         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8249           Add description for Windows Media RTP caps.
8250
8251         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8252           Remove RTP fields that don't define the format from caps.
8253
8254 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8257           Skip empty buffers, but not empty header buffers. That way the original
8258           vorbisdec unit test still passes (#451145); also, take into account
8259           that those empty packets might carry a granulepos.
8260
8261         * tests/check/Makefile.am:
8262         * tests/check/elements/vorbisdec.c:
8263         (_create_codebook_header_buffer), (_create_audio_buffer),
8264         (GST_START_TEST), (vorbisdec_suite):
8265           Add unit test that sends an empty packet.
8266
8267 2007-06-27  Wim Taymans  <wim@fluendo.com>
8268
8269         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8270         Don't error out on 0-sized packets, just emit a warning because this is
8271         not a fatal error. Fixes #451145.
8272
8273 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8274
8275         * docs/plugins/gst-plugins-base-plugins.args:
8276         * docs/plugins/gst-plugins-base-plugins.signals:
8277         * docs/plugins/inspect/plugin-adder.xml:
8278         * docs/plugins/inspect/plugin-alsa.xml:
8279         * docs/plugins/inspect/plugin-audioconvert.xml:
8280         * docs/plugins/inspect/plugin-audiorate.xml:
8281         * docs/plugins/inspect/plugin-audioresample.xml:
8282         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8283         * docs/plugins/inspect/plugin-cdparanoia.xml:
8284         * docs/plugins/inspect/plugin-decodebin.xml:
8285         * docs/plugins/inspect/plugin-decodebin2.xml:
8286         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8287         * docs/plugins/inspect/plugin-gdp.xml:
8288         * docs/plugins/inspect/plugin-gnomevfs.xml:
8289         * docs/plugins/inspect/plugin-libvisual.xml:
8290         * docs/plugins/inspect/plugin-ogg.xml:
8291         * docs/plugins/inspect/plugin-pango.xml:
8292         * docs/plugins/inspect/plugin-playbin.xml:
8293         * docs/plugins/inspect/plugin-subparse.xml:
8294         * docs/plugins/inspect/plugin-tcp.xml:
8295         * docs/plugins/inspect/plugin-theora.xml:
8296         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8297         * docs/plugins/inspect/plugin-video4linux.xml:
8298         * docs/plugins/inspect/plugin-videorate.xml:
8299         * docs/plugins/inspect/plugin-videoscale.xml:
8300         * docs/plugins/inspect/plugin-videotestsrc.xml:
8301         * docs/plugins/inspect/plugin-volume.xml:
8302         * docs/plugins/inspect/plugin-vorbis.xml:
8303         * docs/plugins/inspect/plugin-ximagesink.xml:
8304         * docs/plugins/inspect/plugin-xvimagesink.xml:
8305           Update docs with caps info.
8306
8307 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * po/POTFILES.in:
8310           Add more files with translatable strings (#450875).
8311
8312 2007-06-23  Edward Hervey  <edward@fluendo.com>
8313
8314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8315         The chain should be freed if we error out here, else it will leak.
8316         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8317         (cleanup_decodebin):
8318         Don't forget to *properly* remove the signals, else it will leak.
8319
8320 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8321
8322         * MAINTAINERS:
8323         Updating all the maintainers files
8324
8325 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8326
8327         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8328         (main):
8329           Destroy and recreate parse-launch based pipeline after stop to be able
8330           to play again. Reorder some code and add more comments.
8331
8332 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8333
8334         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8335         When handling a delayed-caps notification case, mark
8336         the group as dynamic so that the nbdynamic count is
8337         incremented and decremented correctly. Fixes: #449156
8338         Patch by: Wim Taymans <wim@fluendo.com>
8339
8340 2007-06-19  Andy Wingo  <wingo@pobox.com>
8341
8342         * gst-libs/gst/audio/gstbaseaudiosink.c
8343         (gst_base_audio_sink_init): Enable pull-mode operation.
8344
8345 2007-06-19  Michael Smith <msmith@fluendo.com>
8346
8347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8348           Change minimum rate back to 1000 to allow low-sample-rate wav files
8349           to play back.
8350
8351 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8352
8353         * po/vi.po:
8354           Update translations.
8355
8356 2007-06-15  David Schleef  <ds@schleef.org>
8357
8358         * gst/playback/gstqueue2.c:
8359           Fix compile error from ignored return value.
8360
8361 2007-06-15  Michael Smith <msmith@fluendo.com>
8362
8363         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8364           Update tmpbuf for all neccesary rows, not just one, as is required
8365           when downscaling.
8366           Fixes #402076.
8367
8368 2007-06-15  Michael Smith <msmith@fluendo.com>
8369
8370         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8371         (eos_buffer_probe):
8372           Add a test that ensures we set DELTA_UNIT on all non-header,
8373           non-video buffers, if we have a video stream.
8374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8375         (gst_ogg_mux_process_best_pad):
8376           Move setting delta_pad to earlier, where we inspect all pads, so
8377           that leading audio pages don't get DELTA_UNIT unset if they come
8378           before the first DELTA_UNIT from video pages. Fixes the newly-added
8379           test. Fixes #385527.
8380
8381 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8384           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8385           fails on the p5-ppc64 build bot and the failure looks like it is due
8386           to the same issue as #348114, ie. a compiler bug.
8387
8388 2007-06-13  Edward Hervey  <edward@fluendo.com>
8389
8390         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8391         Fix build on MacOSX.
8392
8393 2007-06-13  Wim Taymans  <wim@fluendo.com>
8394
8395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8396         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8397         Fix compilation on mingw. Fixes #446972.
8398
8399 2007-06-12  Wim Taymans  <wim@fluendo.com>
8400
8401         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8402
8403         * gst/playback/gstqueue2.c: (update_buffering),
8404         (gst_queue_locked_enqueue):
8405         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8406         also update the buffering status when receiving events. Fixes #446551.
8407
8408 2007-06-11  Wim Taymans  <wim@fluendo.com>
8409
8410         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8411
8412         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8413         (gst_queue_handle_src_query):
8414         Wait for preroll before attempting to forward a duration query upstream.
8415         Fixes #445505.
8416
8417 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8418
8419         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8420         (gst_base_rtp_depayload_set_gst_timestamp):
8421         Use G_GINT64_CONSTANT macro for int64 constant.
8422         * win32/common/libgstinterfaces.def:
8423         * win32/common/libgsttag.def:
8424         Add new exported functions.
8425
8426 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8427
8428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8429           The BOS page of the first Dirac video stream needs to come before
8430           the BOS page of any Vorbis streams or other audio streams, just like
8431           it is with Theora.
8432
8433 2007-06-07  Wim Taymans  <wim@fluendo.com>
8434
8435         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8436         Fix compilation.
8437
8438 2007-06-06  Wim Taymans  <wim@fluendo.com>
8439
8440         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8441
8442         * gst/playback/gstqueue2.c: (gst_queue_init),
8443         (gst_queue_handle_sink_event), (gst_queue_chain),
8444         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8445         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8446         (gst_queue_src_activate_pull):
8447         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8448         Does not yet completely work because duration queries upstream won't
8449         block yet.
8450
8451 2007-06-06  Wim Taymans  <wim@fluendo.com>
8452
8453         * configure.ac:
8454         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8455         Some more fseeko checks.
8456
8457 2007-06-06  Wim Taymans  <wim@fluendo.com>
8458
8459         * configure.ac:
8460         check for large file support.
8461
8462 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8463
8464         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8465
8466         * gst/subparse/gstsubparse.c: (parse_subrip),
8467         (subviewer_unescape_newlines), (parse_subviewer),
8468         (gst_sub_parse_data_format_autodetect),
8469         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8470         * gst/subparse/gstsubparse.h:
8471         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8472         * tests/check/elements/subparse.c: (GST_START_TEST),
8473         (subparse_suite):
8474         Add a unit test for both SubViewer formats.
8475
8476 2007-06-01  Michael Smith <msmith@fluendo.com>
8477
8478         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8479           Don't overflow intermediate values when seeking to large time values
8480           in audiotestsrc.
8481
8482 2007-06-05  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8485         (gst_queue_create_read), (gst_queue_read_item_from_file),
8486         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8487         Include stdio to define fseeko.
8488
8489 2007-06-05  Wim Taymans  <wim@fluendo.com>
8490
8491         Patch by: Edward Hervey  <edward@fluendo.com>
8492
8493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8494         (gst_v4lsrc_query):
8495         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8496
8497 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * gst-libs/gst/riff/Makefile.am:
8500         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8501           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8502           our own implementation.
8503
8504 2007-06-05  Wim Taymans  <wim@fluendo.com>
8505
8506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8507         (gst_base_rtp_depayload_setcaps),
8508         (gst_base_rtp_depayload_set_gst_timestamp),
8509         (gst_base_rtp_depayload_change_state):
8510         Handle timestamp wraparound.
8511
8512 2007-06-05  Wim Taymans  <wim@fluendo.com>
8513
8514         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8515         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8516         (gst_uri_decode_bin_change_state):
8517         Make sure we name srcpads uniquely even when using different internal
8518         decodebins.
8519         Signal no-more-pads when no more dynamic elements exist.
8520         Remove pads on cleanup.
8521
8522 2007-06-05  Wim Taymans  <wim@fluendo.com>
8523
8524         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8525
8526         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8527         (gst_queue_init), (gst_queue_finalize),
8528         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8529         (gst_queue_create_read), (gst_queue_read_item_from_file),
8530         (gst_queue_open_temp_location_file),
8531         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8532         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8533         (gst_queue_is_empty), (gst_queue_is_filled),
8534         (gst_queue_change_state), (gst_queue_set_temp_location),
8535         (gst_queue_set_property):
8536         Add support for filebased buffering. Fixes #441264.
8537
8538 2007-06-05  Wim Taymans  <wim@fluendo.com>
8539
8540         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8541         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8542         (caps_notify_group_cb), (gst_decode_group_new),
8543         (gst_decode_group_free):
8544         Add support for delayed caps fixation when autoplugging.
8545         Optimize cases where a multiqueue is not needed/wanted, like right after
8546         anything that is not a demuxer.
8547
8548 2007-06-05  Wim Taymans  <wim@fluendo.com>
8549
8550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8551         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8552         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8553         consideratly speedup ogg chain detection by not trying to find a base
8554         timestamp for skeleton streams. 
8555
8556 2007-06-05  Wim Taymans  <wim@fluendo.com>
8557
8558         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8559         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8560         (gst_multi_fd_sink_remove_flush),
8561         (gst_multi_fd_sink_remove_client_link),
8562         (gst_multi_fd_sink_handle_client_write),
8563         (gst_multi_fd_sink_handle_clients):
8564         * gst/tcp/gstmultifdsink.h:
8565         Add support for remove_flush.
8566
8567 2007-06-05  Wim Taymans  <wim@fluendo.com>
8568
8569         * docs/design/draft-keyframe-force.txt:
8570         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8571         (theora_enc_chain):
8572         Add draft design for forcing keyframes in encoders and implement in
8573         theoraenc.
8574
8575 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8576
8577         * configure.ac:
8578           Back to CVS
8579
8580 === release 0.10.13 ===
8581
8582 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8583
8584         * configure.ac:
8585           releasing 0.10.13, "What's Going on?"
8586
8587 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8588
8589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8590         In riff, the depth is stored in the size field but it just means that
8591         the least significant bits are cleared. We can therefore just play
8592         the sample as if it had a depth == width. Fixes: #440997
8593
8594         Patch by: Wim Taymans <wim@fluendo.com> 
8595         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8596
8597 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8598
8599         * gst-libs/gst/floatcast/floatcast.h:
8600         Define inline when needed on win32 builds. Fixes: #441295
8601         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8602
8603 2007-05-29  Wim Taymans  <wim@fluendo.com>
8604
8605         * gst/playback/gstplaybasebin.c: (queue_overrun),
8606         (no_more_pads_full):
8607         Stop buffering when the group is commited because the queues filled up.
8608         Fixes #442024.
8609
8610 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8611
8612         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8613         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8614         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8615         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8616         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8617         * ext/alsa/gstalsamixer.h:
8618         * ext/alsa/gstalsamixerelement.c:
8619         (gst_alsa_mixer_element_interface_supported),
8620         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8621         (gst_alsa_mixer_element_set_property),
8622         (gst_alsa_mixer_element_get_property),
8623         (gst_alsa_mixer_element_change_state):
8624         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8625         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8626         (gst_mixer_option_changed):
8627         * gst-libs/gst/interfaces/mixer.h:
8628         Revert commits towards #152864 made so far. We'll pick it up again
8629         after the 0.10.13 release.
8630
8631 2007-05-24  Wim Taymans  <wim@fluendo.com>
8632
8633         * gst-libs/gst/audio/gstbaseaudiosink.c:
8634         (gst_base_audio_sink_render):
8635         After an interrupt (PAUSED/flush) assume that the next sample should not
8636         be aligned to the previous sample. Fixes #417992.
8637
8638 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8641           Don't add channels and rate fields to the template caps for
8642           audio/x-dts, as wavparse might not always be able to set them,
8643           which would then lead to 'caps are not a real subset of the
8644           template caps' warnings.
8645
8646 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8647
8648         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8649         Handle unknown or invalid pads without crashing, as might occur if
8650         a media file like an mp3 is specified as a subtitle file.
8651         Fixes: #410039
8652
8653 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8654
8655         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8656         (setup_sinks):
8657         Block the subtitle bin output queue before ghosting it and linking,
8658         then unblock after. This avoids spurious not-linked errors caused 
8659         by the queue starting up (because it gets linked when it is ghosted). 
8660         Fixes: #350299
8661
8662 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8663
8664         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8665         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8666         file. Avoids flukes where the input gets typefound to some valid but
8667         useless type.
8668
8669 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * tests/check/Makefile.am:
8672         * tests/check/elements/.cvsignore:
8673         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8674         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8675           Add unit test for gnomevfssink seeking and position reporting for
8676           file:// URIs.
8677
8678 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         Patch by: Mark Nauwelaerts <manauw at skynet be>
8681
8682         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8683         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8684         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8685         * ext/gnomevfs/gstgnomevfssink.h:
8686           Fix position reporting, especially after a seek (from upstream),
8687           see #412648.
8688
8689 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * ext/cdparanoia/gstcdparanoiasrc.c:
8692           Repair umlaut.
8693
8694 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8697         Specify the full valid range for MP3 samplerates. Fixes a regression
8698         caused by extra header checks since the last release.
8699
8700 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8701
8702         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8704         Fix a locking-order bug I introduced with my changes the other day.
8705         Patch by Mike Smith.
8706
8707 2007-05-21  Michael Smith <msmith@fluendo.com>
8708
8709         * ext/theora/theoradec.c: (theora_handle_data_packet):
8710           Don't look inside 0-length packets (which indicate duplicated
8711           frames)
8712
8713 2007-05-21  Wim Taymans  <wim@fluendo.com>
8714
8715         * ext/cdparanoia/gstcdparanoiasrc.c:
8716         (gst_cd_paranoia_src_read_sector):
8717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8718         (gst_base_audio_src_create):
8719         Small cleanups.
8720
8721         * ext/theora/theoradec.c: (theora_dec_sink_event):
8722         Fix typo.
8723
8724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8725         (gst_base_rtp_depayload_set_gst_timestamp):
8726         Add some FIXME
8727
8728         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8729         And some debug info when a FIXME path is hit.
8730
8731 2007-05-21  Wim Taymans  <wim@fluendo.com>
8732
8733         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8734         (gst_base_rtp_audio_payload_class_init),
8735         (gst_base_rtp_audio_payload_init),
8736         (gst_base_rtp_audio_payload_finalize),
8737         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8738         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8739         (gst_base_rtp_payload_audio_handle_event):
8740         Some cleanups, remove minptime property as it is now in the parent
8741         class.
8742         Override parent class event function.
8743
8744         * gst-libs/gst/rtp/gstbasertppayload.c:
8745         (gst_basertppayload_class_init), (gst_basertppayload_init),
8746         (gst_basertppayload_event), (gst_basertppayload_set_property),
8747         (gst_basertppayload_get_property):
8748         * gst-libs/gst/rtp/gstbasertppayload.h:
8749         Add min-ptime property.
8750         Add handle-event vmethod. Fixes #415001.
8751
8752 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8753
8754         * gst-libs/gst/audio/gstbaseaudiosink.c
8755           (gst_base_audio_sink_change_state):
8756           Fix typo in comment.
8757
8758         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8759           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8760           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8761           close_link):
8762         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8763           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8764           Remove trailing whitespaces in comments.
8765
8766         * gst/volume/Makefile.am:
8767           Fix tabs.
8768
8769 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8770
8771         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8772
8773         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8774           set_option, get_option, _gst_reserved):
8775           Revert reordering functions (keep ABI).
8776
8777 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8778
8779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8780         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8781         (gst_ximagesink_show_frame):
8782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8783         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8784         (gst_xvimagesink_show_frame):
8785         When we create our own window, indicate that we handle the 
8786         WM_DELETE client message from the window manager, so that it won't 
8787         kill our window (and our app) along with it. Handle ClientMessage,
8788         post an error on the bus, and close the window. Further buffers
8789         arriving will result in a FlowError because the window has been
8790         destroyed.
8791
8792         Fixes: #393975
8793
8794         Clean up the X event handling loop and make them the same for
8795         both xvimagesink and ximagesink while I'm at it.
8796
8797 2007-05-17  Wim Taymans  <wim@fluendo.com>
8798
8799         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8800         Make decodebin2 autoplug depayloaders too.
8801
8802         * gst/playback/gsturidecodebin.c: (source_new_pad):
8803         Set the newly created decoder in a usable state when autoplugging a
8804         dynamic source such as RTSP.
8805
8806 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * gst/playback/gststreaminfo.c: (cb_probe):
8809           Ignore video-codec tag for audio streams and ignore audio-codec tags
8810           for video streams. Should make codec name collection a bit more
8811           robust against sloppy demuxers that send tag events containing both
8812           tags down each pad.
8813
8814 2007-05-17  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/playback/gstqueue2.c: (update_rates):
8817         Tweak the buffering thresholds a little.
8818         Update the buffer size with the previously calculate rate instead of
8819         only when we calculate a new rate so that we get smoother buffering
8820         updates.
8821
8822         * gst/playback/Makefile.am:
8823         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8824         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8825         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8826         (gst_uri_decode_bin_get_property), (unknown_type),
8827         (add_element_stream), (no_more_pads_full), (no_more_pads),
8828         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8829         (gen_source_element), (has_all_raw_caps), (analyse_source),
8830         (remove_decoders), (make_decoder), (remove_source),
8831         (source_new_pad), (setup_source), (decoder_query_init),
8832         (decoder_query_duration_fold), (decoder_query_duration_done),
8833         (decoder_query_position_fold), (decoder_query_position_done),
8834         (decoder_query_latency_fold), (decoder_query_latency_done),
8835         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8836         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8837         (gst_uri_decode_bin_change_state), (plugin_init):
8838         New element that intergrates a source, optional buffering element and
8839         decodebin.
8840
8841 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8842
8843         * configure.ac:
8844           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8845           (also has a .pc file, so we don't need the fallback check any
8846           longer). Fixes #438840.
8847
8848 2007-05-17  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8851         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8852         (apply_segment), (apply_buffer), (update_buffering),
8853         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8854         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8855         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8856         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8857         (plugin_init):
8858         fix build.
8859
8860 2007-05-17  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst/playback/Makefile.am:
8863         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8864         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8865         (gst_queue_getcaps), (gst_queue_bufferalloc),
8866         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8867         (apply_buffer), (update_buffering), (reset_rate_timer),
8868         (update_rates), (gst_queue_locked_flush),
8869         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8870         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8871         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8872         (gst_queue_loop), (gst_queue_handle_src_event),
8873         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8874         (gst_queue_src_activate_push), (gst_queue_change_state),
8875         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8876         On our way to playbin2 this is the new network queue that does buffering
8877         all by itself using high and low watermarks. It can also measure up and
8878         downstream bandwidth to optimally size the queue.
8879
8880 2007-05-17  Michael Smith <msmith@fluendo.com>
8881
8882         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8883         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8884           Use the segment->last_stop value to calculate the next timestamp to
8885           generate after a seek; not the segment->start value.
8886
8887 2007-05-15  David Schleef  <ds@schleef.org>
8888
8889         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8890           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8891
8892 2007-05-15  Wim Taymans  <wim@fluendo.com>
8893
8894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8895         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8896         Some more chained streaming ogg timestamp fixes.
8897
8898 2007-05-15  Wim Taymans  <wim@fluendo.com>
8899
8900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8901         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8902         (gst_ogg_demux_handle_page):
8903         Add some FIXMEs.
8904         Fix chain start/stop segment handling based on patch by
8905         <ahalda at cs dot mcgill dot ca> see #320984.
8906
8907 2007-05-15  Michael Smith <msmith@fluendo.com>
8908
8909         * configure.ac:
8910           We don't require a C++ compiler. So don't require one.
8911
8912 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8913
8914         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8915           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8916           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8917           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8918           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8919           gst_alsa_mixer_update_track):
8920           Apply some of the cleanup Tim suggested in #152864 afterwards.
8921
8922 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8923
8924         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8925
8926         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8927           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8928           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8929           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8930           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8931           gst_alsa_mixer_handle_source_callback,
8932           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8933           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8934           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8935           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8936           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8937           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8938         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8939         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8940           gst_alsa_mixer_element_interface_supported,
8941           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8942           gst_alsa_mixer_element_set_property,
8943           gst_alsa_mixer_element_get_property,
8944           gst_alsa_mixer_element_change_state):
8945         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8946         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8947           gst_mixer_option_changed):
8948         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8949           volume_changed, option_changed, _gst_reserved):
8950           Implement notification for alsamixer. Fixes #152864
8951
8952 2007-05-14  David Schleef  <ds@schleef.org>
8953
8954         * gst/videotestsrc/videotestsrc.c:
8955         * gst/videotestsrc/videotestsrc.h:
8956           Add support for video/x-raw-bayer.
8957
8958 2007-05-12  David Schleef  <ds@schleef.org>
8959
8960         * sys/xvimage/xvimagesink.c:
8961           Add some sanity checking for the XVImage size returned by X.
8962           Related to #377400.
8963
8964 2007-05-12  Wim Taymans  <wim@fluendo.com>
8965
8966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8967         (gst_base_rtp_depayload_setcaps),
8968         (gst_base_rtp_depayload_set_gst_timestamp):
8969         Parse and use additional caps fields as described in updated
8970         application/x-rtp caps spec.
8971
8972 2007-05-12  Wim Taymans  <wim@fluendo.com>
8973
8974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8975         (gst_ogg_demux_collect_chain_info):
8976         If there is a stream in a chain without any data packets, ignore the
8977         stream in the total length calculations. Might be related to #436820.
8978
8979 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8980
8981         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8982         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8983         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8984         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8985         (plugin_init):
8986
8987         Consolidate and re-work our mpeg system stream detection to probe
8988         more packets and produce a higher confidence result. Fixes a
8989         regression caused by lowering the typefind probability last year
8990         - related to bug #397810. Remove the redundant MPEG-1 specific 
8991         typefind function, as the new one detects both MPEG-1 & MPEG-2
8992         happily.
8993
8994         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8995         little. 
8996
8997         Tested against my media test directory, with some improvements and
8998         no regressions.
8999
9000 2007-05-10  Wim Taymans  <wim@fluendo.com>
9001
9002         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9003         (queue_out_of_data):
9004         Connect to the new queue "pushing" signal instead of the broken
9005         "running" one.
9006
9007 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9008
9009         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9010         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9011         Move variable declaration before the first instruction.
9012         * gst/videotestsrc/videotestsrc.c:
9013         Define M_PI if it's not defined yet.
9014         * win32/common/libgstrtp.def:
9015         Add new exported functions.
9016
9017 2007-05-09  Michael Smith <msmith@fluendo.com>
9018
9019         * ext/theora/theoradec.c: (theora_handle_type_packet):
9020           gst_pad_push_event() does not return a GstFlowReturn!
9021
9022 2007-05-09  Wim Taymans  <wim@fluendo.com>
9023
9024         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9025         * tests/examples/seek/seek.c: (do_seek):
9026         Some small cosmetic changes.
9027
9028 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9029
9030         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9031           gst_adder_change_state):
9032         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9033           segment_pending, segment_position, segment_rate):
9034           Handle playback-rate on adder.
9035
9036 2007-05-07  Michael Smith <msmith@fluendo.com>
9037
9038         * ext/theora/gsttheoradec.h:
9039         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9040         (theora_dec_sink_event), (theora_handle_comment_packet),
9041         (theora_handle_type_packet), (theora_dec_change_state):
9042           Don't push events (newsegment, tags) before initialising the
9043           decoder.
9044           This is neccesary for seeking to work correctly in gnonlin.
9045
9046 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9047
9048         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9049         * gst/adder/gstadder.c:
9050         * gst/audiotestsrc/gstaudiotestsrc.c
9051           (gst_audio_test_src_create_white_noise):
9052         * gst/videotestsrc/gstvideotestsrc.c:
9053         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9054           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9055           volume_sink_template, volume_src_template, gst_volume_init,
9056           volume_process_double, volume_process_int16,
9057           volume_process_int16_clamp):
9058           Doc fixes and formatting.
9059
9060 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * tests/check/Makefile.am:
9063         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9064           Minimal check for volume's GstController usability; also another
9065           test for #422295.
9066
9067 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * gst-libs/gst/cdda/gstcddabasesrc.c:
9070         (gst_cdda_base_src_add_track):
9071           Fix it so that it (a) makes sense and (b) doesn't break
9072           everything cdda-related including the unit test.
9073
9074 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9075
9076         * gst-libs/gst/cdda/gstcddabasesrc.c:
9077         (gst_cdda_base_src_add_track):
9078           Fix build when disabling asserts.
9079
9080 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9081
9082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9083           When XShm is not available, we might get row strides that are not
9084           rounded up to multiples of four; this is bad, because virtually
9085           every RGB-processing element in GStreamer assumes rowstrides are
9086           rounded up to multiples of four, so let's allocate at least enough
9087           memory to avoid crashes in this case. The image will still be
9088           displayed distorted though if this happens, so that still needs
9089           fixing (maybe by allocating a bigger image with an 'even' width
9090           and then clipping it appropriately when rendering - something for
9091           Xlib aficionados in any case).
9092
9093 2007-05-03  Michael Smith <msmith@fluendo.com>
9094
9095         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9096           If a buffer doesn't have a timestamp, assume it's contiguous with
9097           the previous buffer, and synthesise timestamps appropriately.
9098
9099 2007-05-03  Edward Hervey  <edward@fluendo.com>
9100
9101         * tests/check/elements/videorate.c: (GST_START_TEST):
9102         Set buffer timestamp to a valid value in order to test the buffer
9103         really does stay in videorate.
9104
9105 2007-05-03  Edward Hervey  <edward@fluendo.com>
9106
9107         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9108         There is no sensible way to handle incoming buffers which don't have a
9109         valid timestamp. We therefore discard them and wait for the next one.
9110
9111 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9114         * gst/playback/gstdecodebin2.c: (plugin_init):
9115           Better error message for text files.
9116
9117 2007-04-29  Wim Taymans  <wim@fluendo.com>
9118
9119         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9120         Fix offset bug in generation RR packets.
9121
9122 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9123
9124         * ext/theora/theoradec.c: (_theora_granule_time),
9125         (theora_dec_push_forward), (theora_handle_data_packet),
9126         (theora_dec_decode_buffer): Calculate buffer duration correctly
9127         to generate a perfect stream (#433888).
9128         * gst/audioresample/gstaudioresample.c:
9129         (audioresample_check_discont): Glib provides ABS.
9130
9131 2007-04-27  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9134         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9135         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9136         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9137         (gst_rtcp_packet_bye_set_reason):
9138         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9139         Fix RB block parsing and writing.
9140         Add support for constructing BYE packets.
9141
9142 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9143
9144         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9145         (gst_base_audio_src_create):
9146         * po/POTFILES.in:
9147           When posting a warning message because samples were dropped, post
9148           something more intelligible than he default error message for clock
9149           errors which is just confusing in this context (#432984).
9150
9151 2007-04-25  Wim Taymans  <wim@fluendo.com>
9152
9153         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9154         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9155         (read_packet_header), (gst_rtcp_packet_move_to_next),
9156         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9157         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9158         (gst_rtcp_packet_sdes_get_item_count),
9159         (gst_rtcp_packet_sdes_first_item),
9160         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9161         (gst_rtcp_packet_sdes_first_entry),
9162         (gst_rtcp_packet_sdes_next_entry),
9163         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9164         (gst_rtcp_packet_sdes_add_entry):
9165         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9166         Implement code to write SR, RR and SDES packets.
9167
9168 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9171
9172         * sys/ximage/ximagesink.c:
9173           Fix build if XShm is not available (#432362).
9174
9175 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9176
9177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9178         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9179         pointers to random memory which are passed to g_free() when
9180         audio_convert_prepare_context() is called the first time.
9181
9182 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         Patch by: Dan Williams <dcbw redhat com>
9185
9186         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9187           Don't leak incoming buffer if gst_pad_push() returns a
9188           non-OK flow. Fixes #432755.
9189          
9190         * tests/check/elements/videorate.c: (GST_START_TEST),
9191         (videorate_suite):
9192           Unit test for the above by Yours Truly.
9193
9194 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9195
9196         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9197         (gst_adder_sink_event), (gst_adder_collected):
9198           Fix non-flushing segmented seeks, Fixes #340060 for me
9199
9200 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9201
9202         Patch by: Olivier Crete  <tester at tester ca>
9203
9204         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9205         (gst_base_rtp_audio_payload_class_init),
9206         (gst_base_rtp_audio_payload_init),
9207         (gst_base_rtp_audio_payload_dispose):
9208           Chain up to parent class in dispose function; get rid of
9209           unnecessary 'diposed' flag in private structure (#415001).
9210
9211 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         * docs/libs/gst-plugins-base-libs.types:
9214         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9215         (gst_base_rtp_audio_payload_class_init):
9216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9217         * gst-libs/gst/rtp/gstbasertppayload.c:
9218           Some minor docs fixes and additions; also add missing 'Since' bits.
9219
9220 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         Patch by: Zeeshan Ali  <zeenix gmail com>
9223
9224         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9225         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9226         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9227         (gst_base_rtp_audio_payload_push):
9228         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9229           The recently-added gst_base_rtp_audio_payload_push() should take an
9230           object of type GstBaseRTPAudioPayload as first argument (#431672).
9231
9232 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * gst/audioresample/gstaudioresample.c:
9235           Make more functions static, just because we can.
9236
9237 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * tests/check/elements/audioresample.c:
9240           Add unit test for audioresample shutdown crasher (#420106).
9241
9242 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9243
9244         * gst/subparse/gstsubparse.c:
9245         * gst/subparse/samiparse.c:
9246           Use GST_DISABLE_XML here
9247
9248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9249         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9250         (gst_xvimagesink_buffer_alloc),
9251         (gst_xvimagesink_navigation_send_event):
9252         * sys/xvimage/xvimagesink.h:
9253           Include stdlib.h when using atoi.
9254           
9255         * tests/check/elements/playbin.c: (playbin_suite):
9256           Use GST_DISABLE_REGISTRY here
9257
9258 2007-04-19  Michael Smith  <msmith@fluendo.com>
9259
9260         * ext/theora/gsttheoraenc.h:
9261         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9262         (theora_enc_sink_event), (theora_enc_change_state):
9263           Track initialisation state; don't try to use encoder state if we're
9264           not initialised (it'll segfault).
9265
9266 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9267
9268         * tests/check/pipelines/.cvsignore:
9269         Fix build.
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         Allow random depths between 1 and 32 instead of only multiplies of 8.
9275
9276 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9279         Set the maximum number of channels for PCM and float in the correct
9280         place to have it also used when creating the template caps.
9281
9282 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9283
9284         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9285         Correctly support 4, 6 and 8 channels with normal PCM and float
9286         wav files.
9287
9288         Fix the depth and signedness calculation in extensible wav files and
9289         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9290         mask is found.
9291
9292         Add support for float, alaw and mulaw in extensible wav files.
9293
9294         This allows correct playback of all but 5 files from
9295         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9296         
9297         (gst_riff_create_audio_template_caps):
9298         Add voxware and float formats to the template caps.     
9299
9300 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9301
9302         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9303
9304         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9305         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9306
9307         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9308         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9309         Use the correct format strings for integer formats.
9310
9311 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9312
9313         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9314           Don't use pad_alloc_buffer_and_set_caps to create a small header
9315           packet, or, worse, to create a big temporary video buffer using the
9316           src pad.
9317
9318 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9319
9320         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9321         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9322           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9323           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9324
9325 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9326
9327         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9328           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9329           streamheader_suite):
9330           Add another test set up for failure
9331
9332 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9333
9334         * tests/check/Makefile.am:
9335         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9336           GST_START_TEST, streamheader_suite, main):
9337           Add a test for the streamheader bug Wim fixed.
9338
9339 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9340
9341         * ext/theora/theoradec.c: (theora_dec_sink_event):
9342         Fix misleading comment.
9343
9344 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9345
9346         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9347           More sanity checks for the header fields.
9348
9349 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9352           Try encodings from all environment variables, not just those in the
9353           first environment variable that is set.
9354
9355 2007-04-12  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9358         (gst_video_rate_chain):
9359         Add some debug.
9360
9361         * tests/check/elements/videorate.c: (GST_START_TEST),
9362         (videorate_suite):
9363         Added check for videorate changing caps handling. Closes #421834.
9364
9365 2007-04-12  Michael Smith  <msmith@fluendo.com>
9366
9367         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9368           Use scale functions to avoid overflow when calculating duration of 
9369           vorbis buffers.
9370
9371 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         * docs/libs/gst-plugins-base-libs-sections.txt:
9374         * gst-libs/gst/tag/tag.h:
9375         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9376           API: add gst_tag_freeform_string_to_utf8() (#405072).
9377
9378         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9379           Use gst_tag_freeform_string_to_utf8() here.
9380
9381 2007-04-12  Wim Taymans  <wim@fluendo.com>
9382
9383         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9384         (gst_gdp_pay_sink_event):
9385         Make sure we set the IN_CAPS flag correctly.
9386
9387         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9388         Get the IN_CAPS flag before we call functions that mess with the flags.
9389
9390 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9391
9392         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9393           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9394           Only stamp buffers with offset/offset_end right before they get
9395           pushed.  This ensures offset continuity, which was not the case
9396           before as shown by
9397           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9398
9399 2007-04-06  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst/playback/gstplaybin.c: (add_sink),
9402         (gst_play_bin_change_state):
9403         Activate sync in playbin, we are ready to handle it for live streams.
9404
9405 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * tests/check/elements/playbin.c:
9408         (test_sink_usage_video_only_stream), (playbin_suite):
9409           Add small test for stream-info-value-array code paths.
9410
9411 2007-04-05  Wim Taymans  <wim@fluendo.com>
9412
9413         * gst-libs/gst/audio/gstbaseaudiosink.c:
9414         (gst_base_audio_sink_skew_slaving):
9415         Don't try to create invalid calibration parameters by making the
9416         internal time go backwards, instead make external time go forward.
9417
9418 2007-04-05  Wim Taymans  <wim@fluendo.com>
9419
9420         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9421
9422         * gst/playback/gstplaybasebin.c: (add_stream):
9423         Fix leak in add_stream(), when g_value_set_object() increases the
9424         refcount of streaminfo object. Fixes #426250.
9425
9426 2007-04-03  David Schleef  <ds@schleef.org>
9427
9428         * gst/videotestsrc/gstvideotestsrc.c:
9429         * gst/videotestsrc/gstvideotestsrc.h:
9430         * gst/videotestsrc/videotestsrc.c:
9431         * gst/videotestsrc/videotestsrc.h:
9432           Add a test pattern called "circular", which has concentric
9433           rings with varying radial frequency.  The main purpose of this
9434           pattern is to test fidelity loss in a filter or scaler element.
9435           Notably, this pattern is scale invariant, and is optimally viewed
9436           with a width (and height) of 400.
9437
9438 2007-04-03  Wim Taymans  <wim@fluendo.com>
9439
9440         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9441
9442         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9443         (deactivate_free_recursive):
9444         Decodebin2 doesn't unref pads it obtains in some occasions:
9445         - multiqueue src pads, when either connecting further or exposing
9446         - sink pads of new autoplugged elements
9447         - peer pads when recursively freeing elements
9448         Fixes #425455.
9449
9450 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9451
9452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9453         Add audio/x-raw-float support, now that audioconvert support
9454         non-native endianness floats.
9455
9456 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * docs/libs/gst-plugins-base-libs-docs.sgml:
9459           gstreamer-plugins-base.pc doesn't exist, it's
9460           gstreamer-plugins-base-0.10.pc.
9461
9462 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9463
9464         Patch by: René Stadler <mail at renestadler dot de>
9465         with some minor changes
9466
9467         * gst-libs/gst/floatcast/floatcast.h:
9468         Use more efficient float endianness conversion functions that don't
9469         involve 2 function calls per value.
9470         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9471         (check_default), (audio_convert_prepare_context):
9472         * gst/audioconvert/gstaudioconvert.c:
9473         (gst_audio_convert_parse_caps), (make_lossless_changes):
9474         Support non-native endianness floats as input and output.
9475         Fixes #339838.
9476         * tests/check/elements/audioconvert.c: (verify_convert),
9477         (GST_START_TEST):
9478         Add unit tests for the non-native endianness float conversions.
9479
9480 2007-03-29  Wim Taymans  <wim@fluendo.com>
9481
9482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9483         (gst_base_rtp_depayload_base_init),
9484         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9485         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9486         (gst_base_rtp_depayload_set_gst_timestamp),
9487         (gst_base_rtp_depayload_change_state),
9488         (gst_base_rtp_depayload_set_property),
9489         (gst_base_rtp_depayload_get_property):
9490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9491         Add Private structure.
9492         Bring element code to 2007.
9493         Parse clock-base caps param and use it when generating the
9494         newsegment.
9495         Reset variables before going to PAUSED.
9496         Fix some docs.
9497
9498 2007-03-29  Wim Taymans  <wim@fluendo.com>
9499
9500         * docs/libs/gst-plugins-base-libs-docs.sgml:
9501         * docs/libs/gst-plugins-base-libs-sections.txt:
9502         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9503         (gst_base_rtp_audio_payload_get_adapter):
9504         Add RTCP docs.
9505         Fix some more docs.
9506
9507         * gst-libs/gst/rtp/Makefile.am:
9508         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9509         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9510         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9511         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9512         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9513         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9514         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9515         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9516         (gst_rtcp_packet_sr_get_sender_info),
9517         (gst_rtcp_packet_sr_set_sender_info),
9518         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9519         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9520         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9521         (gst_rtcp_packet_sdes_get_chunk_count),
9522         (gst_rtcp_packet_sdes_first_chunk),
9523         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9524         (gst_rtcp_packet_sdes_first_item),
9525         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9526         (gst_rtcp_packet_bye_get_ssrc_count),
9527         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9528         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9529         (gst_rtcp_packet_bye_get_reason_len),
9530         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9531         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9532         Add new helper object for parsing and creating RTCP messages.
9533
9534 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9535
9536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9537         PCM samples with width=8 must be always unsigned, no matter what
9538         depth they have.
9539
9540 2007-03-29  Andy Wingo  <wingo@pobox.com>
9541
9542         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9543         perfect offsets also, not just timestamps.
9544
9545         * tests/check/elements/videorate.c (test_more): Test that given
9546         any incoming offsets, that videorate produces perfect offsets.
9547
9548 2007-03-29  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst-libs/gst/riff/riff-ids.h:
9551         Add some more RIFF formats.
9552
9553 2007-03-29  Wim Taymans  <wim@fluendo.com>
9554
9555         * gst-libs/gst/rtp/gstrtpbuffer.c:
9556         (gst_rtp_buffer_default_clock_rate):
9557         * gst-libs/gst/rtp/gstrtpbuffer.h:
9558         Fix fixed payload names and docs.
9559         Added method to get the default clock rates of fixed payload types.
9560         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9561
9562 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9563
9564         * tests/check/pipelines/.cvsignore:
9565         Add new vorbisdec test to cvsignore.
9566
9567 2007-03-28  Wim Taymans  <wim@fluendo.com>
9568
9569         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9570         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9571         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9572         (gst_base_audio_sink_set_property),
9573         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9574         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9575         (gst_base_audio_sink_skew_slaving),
9576         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9577         (gst_base_audio_sink_async_play):
9578         * gst-libs/gst/audio/gstbaseaudiosink.h:
9579         Store private stuff in GstBaseAudioSinkPrivate.
9580         Add configurable clock slaving modes property.
9581         API:: GstBaseAudioSink::slave-method property
9582         Some more latency reporting tweaks.
9583         Added skew based clock slaving correction and make it the default until
9584         the resampling method is more robust.
9585
9586 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9587
9588         * gst/audioconvert/audioconvert.c:
9589         Add docs to the integer pack functions and implement proper
9590         rounding. Before we had rounding towards negative infinity, i.e.
9591         always the smaller number was taken. Now we use natural rounding,
9592         i.e. rounding to the nearest integer and to the one with the largest
9593         absolute value for X.5. The old rounding introduced some minor
9594         distortions. Fixes #420079
9595         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9596         Fix one unit test that assumed the old rounding and added unit tests
9597         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9598         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9599         rounding from signed int32 to signed/unsigned int16.
9600
9601 2007-03-27  Michael Smith  <msmith@fluendo.com>
9602
9603         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9604         (gst_audio_convert_transform_caps):
9605           Fix typo in debug line introduced recently, as pointed out on irc.
9606
9607 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9610         * tests/check/libs/tag.c: (GST_START_TEST):
9611           Make sure we parse floating-point numbers in vorbis comments
9612           correctly with either '.' or ',' as separator, no matter what
9613           the current locale is. Add unit test for this too.
9614
9615 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         Patch by: René Stadler  <mail at renestadler de>
9618
9619         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9620           When writing out floating-point numbers to vorbis comment tags, always
9621           use the same character as separator no matter what the current locale is
9622           (fixes #423051).
9623
9624         * tests/check/libs/tag.c: (GST_START_TEST):
9625           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9626
9627 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9628
9629         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9630           vorbis_handle_data_packet):
9631           Correctly set DURATION to generate a timestamp-continuous stream.
9632           One bug left at the end; see
9633           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9634         * tests/check/Makefile.am:
9635         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9636           Add a test to check this.  Without the above patch this test fails.
9637
9638 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9639
9640         * gst-libs/gst/rtp/Makefile.am:
9641         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9642
9643 2007-03-23  Michael Smith  <msmith@fluendo.com>
9644
9645         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9646         (gst_video_rate_reset), (gst_video_rate_chain):
9647           If videorate changes caps, we can no longer use the old buffer
9648           (which may have a different size, incompatible with our caps).
9649           So don't do that; just duplicate the new frame more times.
9650
9651 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9652
9653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9654         Remove playbin's override of the set_clock vmethod. It's irrelevant
9655         after Wim's commit on the 19th.
9656
9657 2007-03-22  Wim Taymans  <wim@fluendo.com>
9658
9659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9660         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9661         * ext/gnomevfs/gstgnomevfssrc.h:
9662         Don't cache file sizes. Fixes #341078.
9663
9664 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         * gst/playback/gstplaybin.c: (add_sink):
9667           Use GST_PTR_FORMAT to log caps. 
9668
9669 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         Patch by: Young-Ho Cha <ganadist at chollian net>
9672
9673         * gst/subparse/samiparse.c: (handle_start_font):
9674           Special-case some more colour names that pango doesn't handle by
9675           default. Fixes #420578.
9676
9677 2007-03-20  Michael Smith  <msmith@fluendo.com>
9678
9679         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9680           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9681           that marks EOS internally. After that, libvorbis will buffer all
9682           input data, and encode none of it, eventually leading to memory
9683           exhaustion.
9684
9685 2007-03-19  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst/playback/gstdecodebin.c: (remove_fakesink):
9688         Don't post STATE_DIRTY anymore.
9689
9690         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9691         (gst_play_bin_change_state):
9692         Remove stream_time reset in seek handling, core does that now.
9693         Disable clocking for live pipelines by forcing a NULL clock to the
9694         complete pipeline, core is too smart now for our previous hack.
9695         We can always autoplug in PAUSED now.
9696
9697 2007-03-17  David Schleef  <ds@schleef.org>
9698
9699         * REQUIREMENTS:  Update this file, change the formatting to make
9700         it more consistent, plus more machine readable.
9701
9702 2007-03-16  Michael Smith  <msmith@fluendo.com>
9703
9704         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9705         (strip_width_64), (append_with_other_format):
9706           Previous fix was too simplistic, and broke the tests. Use a better
9707           approach; only strip 64 from widths for integer audio.
9708
9709 2007-03-16  Michael Smith  <msmith@fluendo.com>
9710
9711         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9712         (gst_audio_convert_transform_caps):
9713           We don't support 64 bit integer audio, so don't try to claim we can.
9714           Stops us producing caps don't match our template caps.
9715           Update comments.
9716
9717 2007-03-15  Michael Smith  <msmith@fluendo.com>
9718
9719         * gst/audioresample/gstaudioresample.c:
9720         (audioresample_check_discont), (audioresample_transform):
9721           Don't trigger discontinuities for very small imperfections; a filter
9722           flush will sound bad, and many plugins have rounding errors leading
9723           to these.
9724
9725 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9726
9727         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9728
9729         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9730         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9731         API: add "min-ptime" property to RTP base audio payloader.
9732         API: add gst_base_rtp_audio_payload_push().
9733         API: add gst_base_rtp_audio_payload_get_adapter().
9734         Fixes #415001
9735         Indentation/whitespace/documentation fixes.
9736
9737 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9738
9739         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9740         (audioresample_transform_size), (audioresample_do_output),
9741         (audioresample_transform), (audioresample_pushthrough): Handle
9742         discontinuous streams.
9743         * gst/audioresample/gstaudioresample.h:
9744         * tests/check/elements/audioresample.c:
9745         (test_discont_stream_instance), (GST_START_TEST),
9746         (audioresample_suite): Add a test for discontinuous streams.
9747         * win32/common/config.h: Updated.
9748
9749 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9750
9751         * po/af.po:
9752         * po/az.po:
9753         * po/cs.po:
9754         * po/en_GB.po:
9755         * po/it.po:
9756         * po/nb.po:
9757         * po/nl.po:
9758         * po/or.po:
9759         * po/sq.po:
9760         * po/sr.po:
9761         * po/sv.po:
9762         * po/uk.po:
9763         * po/vi.po:
9764           Update translations from translation project.
9765
9766 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9767
9768         * gst/audioresample/debug.h:
9769         * gst/audioresample/resample.c: (resample_init):
9770           Since I really am not interested in a debug line for each sample
9771           being processed, move the library's debugging to its own category,
9772           libaudioresample
9773
9774 2007-03-13  Michael Smith  <msmith@fluendo.com>
9775
9776         * ext/theora/theoradec.c: (theora_handle_type_packet):
9777           Since the plugin doesn't support anything other than 4:2:0 right
9778           now, post an error and fail if we get something else. Won't matter
9779           until libtheora supports the other pixel formats, but hopefully
9780           that'll be soon...
9781
9782 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9783
9784         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9785         Use gst_guint64_to_gdouble for conversion.
9786         * win32/MANIFEST:
9787         Add new files to the win32 MANIFEST.
9788         * win32/common/libgstaudio.def:
9789         * win32/common/libgstpbutils.def:
9790         Add new exported functions.
9791         * win32/vs6/gst_plugins_base.dsw:
9792         * win32/vs6/libgstdecodebin.dsp:
9793         * win32/vs6/libgstplaybin.dsp:
9794         Change the link to libgstpbutils.lib.
9795         * win32/vs6/libgstdecodebin2.dsp:
9796         Add a new project for decodebin2.
9797         * win32/vs6/libgstpbutils.dsp:
9798         Add a new project for pbutils.
9799
9800 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9801
9802         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9803           Also accept partial dates with only year and month,
9804           like 1999-12-00 (fixes #410396 even more).
9805
9806         * tests/check/libs/tag.c: (GST_START_TEST):
9807           Add unit test for the above.
9808
9809 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * tests/check/elements/subparse.c: (GST_START_TEST),
9812         (subparse_suite):
9813           Add unit test for MPL2 subtitle format (#413799).
9814
9815 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9816
9817         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9818
9819         * gst/subparse/Makefile.am:
9820         * gst/subparse/gstsubparse.c:
9821         (gst_sub_parse_data_format_autodetect),
9822         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9823         (gst_subparse_type_find):
9824         * gst/subparse/gstsubparse.h:
9825         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9826         * gst/subparse/mpl2parse.h:
9827           Add support for MPL2 subtitle format (#413799).
9828
9829 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9830
9831         * configure.ac:
9832           We require core CVS for the new buffer metadata copy functions.
9833
9834 2007-03-09  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst-libs/gst/tag/gstid3tag.c:
9837         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9838         Fixes #414496.
9839
9840         Patch by: Alex Lancaster <alexl at users sourceforge net>
9841
9842 2007-03-09  Wim Taymans  <wim@fluendo.com>
9843
9844         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9845         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9846         Improve adapter usage and comments.
9847
9848 2007-03-09  Wim Taymans  <wim@fluendo.com>
9849
9850         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9851         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9852         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9853         Use new metadata copy function.
9854
9855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9856         (gst_ffmpegcsp_transform):
9857         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9858         Basetransform copied the metadata for us.
9859
9860 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9863         (gst_text_overlay_video_event):
9864           Some more logging. Only accept newsegment events in TIME format and
9865           send a WARNING message if they are not in TIME format.
9866
9867         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9868         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9869         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9870         * gst/subparse/gstsubparse.h:
9871           No need to allocate GstSegment structure dynamically, just put it
9872           into the instance structure; ignore newsegment events in BYTE
9873           format and in particular don't let it overwrite our saved TIME
9874           segment from the last seek.
9875
9876 2007-03-09  Michael Smith  <msmith@fluendo.com>
9877
9878         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9879           Replace AC3 typefinder with one that isn't terrible, and actually
9880           works usefully.
9881
9882 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9883
9884         * gst/audioconvert/gstaudioconvert.c:
9885         (gst_audio_convert_transform):
9886           fix error category and translatable string
9887           
9888
9889 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9892         * pkgconfig/gstreamer-plugins-base.pc.in:
9893           Fix up utils => pbutils here too.
9894
9895 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         * gst/subparse/gstsubparse.c: (handle_buffer):
9898           Break out of loop in chain function as soon as possible if we get
9899           a non-OK flow return.
9900
9901 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9902
9903         * tests/check/elements/alsa.c: (GST_START_TEST):
9904         Unref the mixer if the state change fails too (if the
9905         alsa devices are inaccessible, for example)
9906
9907 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9908
9909         * tests/check/Makefile.am:
9910         Don't test libvisual elements in the states check, because libvisual
9911         seems to leak internally.
9912
9913         Re-enable the alsa and states tests now that there's new suppressions
9914         in gst.supp.
9915
9916         * tests/check/elements/alsa.c: (GST_START_TEST):
9917         Don't leak the alsamixer we instantiated.
9918
9919 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9920
9921         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9922         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9923         (gst_ximagesink_finalize):
9924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9925         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9926         Move some cleanup stuff from the state change handler into a _reset()
9927         function that can be called from _finalize(). This ensures that things
9928         get freed even if (for some reason) the NULL->READY state transition
9929         fails in the parent class.
9930         Even if a parent state change fails, process our downward state change
9931         logic instead of bailing out early.
9932         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9933
9934 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9935
9936         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9937         Extra log line.
9938
9939         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9940         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9941         Use pango_font_description_set_family_static instead of 
9942         pango_font_description_set_family to save a string copy (it was
9943         leaking due to the strdup anyway)
9944
9945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9946         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9947         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9948         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9949         Chain up in finalize.
9950
9951 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9952
9953         * gst-libs/gst/interfaces/mixertrack.c:
9954         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9955         (gst_mixer_track_set_property):
9956           API: add "untranslated-label" property which should be set by
9957           implementations at construct time (#414645).
9958
9959         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9960         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9961           Set "untranslated-label" when constructing mixer track objects.
9962
9963         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9964           Unit test to check the above.
9965
9966 2007-03-07  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9969         Fix confusing debug message.
9970
9971 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * gst-plugins-base.doap:
9974         update doap file with new version
9975
9976 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9977
9978         * configure.ac:
9979         Back to CVS
9980
9981 === release 0.10.12 ===
9982
9983 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9984
9985         * configure.ac:
9986           releasing 0.10.12, "Zombie Horde"
9987
9988 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9989
9990         * configure.ac:
9991         Bump version to 0.10.11.4 pre-release
9992
9993 2007-03-06  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst-libs/gst/audio/gstbaseaudiosink.c:
9996         (gst_base_audio_sink_async_play):
9997         Fix regression that made GStreamer skip the first samples of audio.
9998         Fixes #414684.
9999
10000 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10001
10002         * configure.ac:
10003         Bump version to 0.10.11.3 pre-release
10004
10005 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10006
10007         * po/POTFILES.in:
10008           Update paths for the rename from utils to pbutils to fix the build.
10009
10010 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         * gst-libs/gst/pbutils/Makefile.am:
10013           Change directory to install headers in from gst/utils to gst/pbutils
10014           as well.
10015
10016 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10017
10018         * configure.ac:
10019         * docs/libs/gst-plugins-base-libs-docs.sgml:
10020         * docs/libs/gst-plugins-base-libs-sections.txt:
10021         * gst-libs/gst/Makefile.am:
10022         * gst-libs/gst/interfaces/mixer.c:
10023         * gst-libs/gst/pbutils/Makefile.am:
10024         * gst-libs/gst/pbutils/descriptions.c:
10025         (gst_pb_utils_get_source_description),
10026         (gst_pb_utils_get_sink_description),
10027         (gst_pb_utils_get_decoder_description),
10028         (gst_pb_utils_get_encoder_description),
10029         (gst_pb_utils_get_element_description),
10030         (gst_pb_utils_add_codec_description_to_tag_list),
10031         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10032         * gst-libs/gst/pbutils/descriptions.h:
10033         * gst-libs/gst/pbutils/install-plugins.c:
10034         * gst-libs/gst/pbutils/install-plugins.h:
10035         * gst-libs/gst/pbutils/missing-plugins.c:
10036         (gst_missing_uri_source_message_new),
10037         (gst_missing_uri_sink_message_new),
10038         (gst_missing_element_message_new),
10039         (gst_missing_decoder_message_new),
10040         (gst_missing_encoder_message_new),
10041         (gst_missing_plugin_message_get_description):
10042         * gst-libs/gst/pbutils/missing-plugins.h:
10043         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10044         * gst-libs/gst/pbutils/pbutils.h:
10045         * gst-libs/gst/utils/Makefile.am:
10046         * gst-libs/gst/utils/base-utils.c:
10047         * gst-libs/gst/utils/base-utils.h:
10048         * gst-libs/gst/utils/descriptions.c:
10049         * gst-libs/gst/utils/descriptions.h:
10050         * gst-libs/gst/utils/install-plugins.c:
10051         * gst-libs/gst/utils/install-plugins.h:
10052         * gst-libs/gst/utils/missing-plugins.c:
10053         * gst-libs/gst/utils/missing-plugins.h:
10054         * gst-plugins-base.spec.in:
10055         * gst/playback/Makefile.am:
10056         * gst/playback/gstdecodebin.c:
10057         * gst/playback/gstdecodebin2.c:
10058         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10059         (gen_source_element):
10060         * gst/playback/gstplaybin.c: (plugin_init):
10061         * tests/check/Makefile.am:
10062         * tests/check/libs/pbutils.c: (GST_START_TEST),
10063         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10064         * tests/check/libs/utils.c:
10065           rename utils to pbutils
10066
10067 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10068
10069         * docs/plugins/Makefile.am:
10070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10072         * docs/plugins/inspect/plugin-decodebin2.xml:
10073         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10074         Add documentation for decodebin2 that indicates that the API
10075         is still unstable.
10076
10077 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10078
10079         * configure.ac:
10080         Update to 0.10.11.2 (0.10.12 pre-release)
10081
10082 2007-03-01  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst-libs/gst/audio/gstbaseaudiosink.c:
10085         (gst_base_audio_sink_async_play):
10086         base time is irrelevant here.
10087
10088 2007-03-01  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10091         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10092         Improve debugging.
10093
10094         * gst-libs/gst/audio/gstbaseaudiosink.c:
10095         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10096         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10097         Improve latency and clock slaving calculations.
10098         Improve slave clock calibration.
10099
10100         * gst-libs/gst/audio/gstringbuffer.c:
10101         (gst_ring_buffer_commit_full):
10102         When we are asked to render N sample to 0 bytes, return N.
10103
10104 2007-03-01  Wim Taymans  <wim@fluendo.com>
10105
10106         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10107         (gst_alsasink_write), (gst_alsasink_reset):
10108         * ext/alsa/gstalsasink.h:
10109         Remove unused dispose function.
10110         Rename lock to not interfere with alsasrc lock.
10111
10112         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10113         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10114         (gst_alsasrc_read), (gst_alsasrc_reset):
10115         * ext/alsa/gstalsasrc.h:
10116         Implement finalize function.
10117         Use lock to protect alsa access.
10118         Implement _reset.
10119         Fine tune sw params.
10120
10121 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10122
10123         * configure.ac:
10124           Convert to new AG_GST style.
10125
10126 2007-02-28  Wim Taymans  <wim@fluendo.com>
10127
10128         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10129
10130         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10131         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10132         Fix race condition when rapidly switching visualisations in playbin.
10133         Fixes #401029.
10134
10135 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10136
10137         * tests/check/Makefile.am:
10138         Include local stuff before system installed things in LDFLAGS and
10139         CFLAGS.
10140
10141 2007-02-28  Wim Taymans  <wim@fluendo.com>
10142
10143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10144         Improve debugging.
10145
10146 2007-02-28  Wim Taymans  <wim@fluendo.com>
10147
10148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10149         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10150         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10151         Fix duration and timestamping, taking latency into account.
10152         Implement latency query.
10153
10154 2007-02-28  Wim Taymans  <wim@fluendo.com>
10155
10156         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10157         (gst_audio_clock_new):
10158         Fix clock name.
10159
10160         * gst-libs/gst/audio/gstbaseaudiosink.c:
10161         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10162         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10163         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10164         (gst_base_audio_src_create):
10165         Improve latency query code.
10166         Use proper clock names.
10167
10168 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10169
10170         * tests/check/generic/states.c: (GST_START_TEST):
10171           Copy the states.c test from core again
10172         * tests/check/Makefile.am:
10173           ignore cdio and cdparanoiasrc
10174
10175 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10176
10177         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10178         (double_hq), (audio_convert_get_func_index), (check_default),
10179         (audio_convert_prepare_context), (audio_convert_convert):
10180           Also make valgrind happy and avoid copying data in some cases.
10181
10182 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10183
10184         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10185         (double_hq), (audio_convert_get_func_index),
10186         (audio_convert_prepare_context), (audio_convert_convert):
10187         * gst/audioconvert/gstaudioconvert.c:
10188         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10189         (gst_audio_convert_transform_caps):
10190         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10191         (audioconvert_suite):
10192           Don't run inplace if that overwrites source data as we go. Add more
10193           tests. Fixes #339837 even more.
10194
10195 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10196
10197         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10198         (msg_segment_done): Fix various seeking bugs (Slider was not
10199         updating when doing a non flushing seek, Reverse playback 
10200         on segment seek was wrong).
10201
10202 2007-02-26  Wim Taymans  <wim@fluendo.com>
10203
10204         * tests/examples/seek/seek.c: (stop_seek):
10205         When we stop scrubbing, don't leave the pipeline PLAYING when we
10206         requested a PAUSED state.
10207
10208 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         Patch by: René Stadler <mail at renestadler de>
10211
10212         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10213           Parse date strings in vorbis comments that have an invalid (zero)
10214           month or day (#410396).
10215
10216         * tests/check/libs/tag.c: (GST_START_TEST):
10217           Test case for the above.
10218
10219 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10222
10223         * configure.ac:
10224         * ext/alsa/Makefile.am:
10225         * gst/audiotestsrc/Makefile.am:
10226           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10227
10228 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * gst/playback/gstplaybin.c:
10231           Improve docs: point out that the application needs to assist playbin
10232           with buffering.
10233
10234 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst-libs/gst/utils/install-plugins.c:
10237         * gst-libs/gst/utils/missing-plugins.c:
10238         * tests/check/libs/utils.c: (missing_msg_check_getters):
10239           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10240           to just 'gstreamer'. Document the caps string component of the
10241           decoder/encoder detail a bit better, since not everyone will be
10242           familiar with the GStreamer media type/caps system (but they better
10243           enjoy nested itemized lists).
10244
10245 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10248         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10249           Fix copying of GstNetBuffer (would crash before, or at least lead to
10250           invalid memory access, #410772), for now by copying the GstBuffer copy
10251           code from the core over here so we can copy the GstBuffer fields on a
10252           provided buffer instance (of type GstNetBuffer in this case). Would be
10253           better to fix this with some support by the core though (and in the long
10254           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10255
10256         * tests/check/Makefile.am:
10257           Enable unit test for GstNetBuffer.
10258
10259 2007-02-22  Andy Wingo  <wingo@pobox.com>
10260
10261         * gst-libs/gst/audio/gstbaseaudiosink.c
10262         (gst_base_audio_sink_init): Disable pull-mode activation until we
10263         figure out how to make audio sinks go to PLAYING.
10264
10265 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10266
10267         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10268         (double_hq), (audio_convert_get_func_index),
10269         (audio_convert_prepare_context), (audio_convert_convert):
10270         * gst/audioconvert/audioconvert.h:
10271         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10272         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10273         * gst/audioconvert/gstchannelmix.h:
10274         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10275           Add float as an intermediate format, as well as float mixing. Enable
10276           test that was failing before. Fixes #339837
10277
10278 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10279
10280         * tests/examples/seek/seek.c: (do_seek):
10281         Undo the previous commit: -1 as a stop time implies that the stop
10282         time is the end of file, clearing any previously configured segment.
10283
10284 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10285
10286         * tests/examples/seek/seek.c: (do_seek):
10287         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10288
10289 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10290
10291         * gst/volume/gstvolume.c: (volume_process_int16),
10292         (volume_process_int16_clamp), (volume_set_caps):
10293           Unbreak volume, value remains gint.
10294
10295 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10296
10297         * gst/volume/gstvolume.c: (volume_choose_func),
10298         (volume_update_real_volume), (gst_volume_set_volume),
10299         (gst_volume_init), (volume_process_double), (volume_process_float),
10300         (volume_process_int16), (volume_process_int16_clamp),
10301         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10302         * gst/volume/gstvolume.h:
10303           Extend float audio support (double) and some int->uint cleanups.
10304
10305 2007-02-20  Edward Hervey  <edward@fluendo.com>
10306
10307         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10308         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10309         (sort_end_pads), (gst_decode_group_expose),
10310         (gst_decode_group_hide):
10311         Don't free groups from the streaming threads. Just put them aside and
10312         free them in dispose.
10313
10314 2007-02-20  Edward Hervey  <edward@fluendo.com>
10315
10316         * gst/playback/gstdecodebin2.c: (connect_element),
10317         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10318         (sort_end_pads), (gst_decode_group_expose):
10319         Handle dynamic pads within groups.
10320         Sort pads before exposing them in order to make playbin happy.
10321         There still is a race with the multiqueue filling up. This should be
10322         solved separately.
10323         Fixes #398721
10324
10325 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * gst-libs/gst/utils/base-utils.c:
10328         * gst-libs/gst/utils/descriptions.c:
10329         * gst-libs/gst/utils/install-plugins.c:
10330         * gst-libs/gst/utils/missing-plugins.c:
10331           Some more docs (and descriptions for two subtitle formats).
10332
10333 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * gst-libs/gst/audio/audio.c:
10336           Fix documentation.
10337
10338 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10339
10340         Patch by: Yves Lefebvre  <ivanohe abacom com>
10341
10342         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10343           Don't leak caps. Fixes #408278.
10344
10345 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * ext/cdparanoia/gstcdparanoiasrc.h:
10348         * ext/ogg/gstoggdemux.h:
10349         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10350         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10351         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10352         * gst-libs/gst/audio/audio.h:
10353         * gst-libs/gst/audio/gstaudiofilter.h:
10354         * gst-libs/gst/interfaces/videoorientation.h:
10355         * gst/adder/gstadder.h:
10356           More docs coverage and some ChangeLog surgery (add missing names)
10357
10358 2007-02-15  Wim Taymans  <wim@fluendo.com>
10359
10360         * sys/ximage/ximagesink.c:
10361         (gst_ximagesink_calculate_pixel_aspect_ratio):
10362         * sys/xvimage/xvimagesink.c:
10363         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10364         Small constifications.
10365
10366 2007-02-15  Wim Taymans  <wim@fluendo.com>
10367
10368         * gst-libs/gst/audio/gstbaseaudiosink.c:
10369         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10370         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10371         (gst_base_audio_sink_async_play),
10372         (gst_base_audio_sink_change_state):
10373         Answer latency query.
10374         Use configured latency when syncing.
10375         Fix clock slaving.
10376
10377         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10378         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10379         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10380         Fix possible memleak.
10381         Implement latency query.
10382         Small cleanups.
10383
10384 2007-02-15  Wim Taymans  <wim@fluendo.com>
10385
10386         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10387         Ignore errors in reset, these are not fatal. They also grab the element
10388         lock which is already taking when this function is called. Fixes
10389         #405451.
10390
10391 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10392
10393         * configure.ac:
10394           Remove 'tests/examples/xerror/Makefile' from output files again.
10395
10396 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10397
10398         * configure.ac:
10399         * docs/plugins/Makefile.am:
10400           Also crossref against gst-plugins-base-libs.
10401
10402 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10403
10404         * configure.ac:
10405         * docs/libs/Makefile.am:
10406         * docs/plugins/Makefile.am:
10407           Add crossreferences to glib/gobject/gstream docs.
10408
10409         * gst-libs/gst/audio/audio.h:
10410           Source formatting.
10411
10412         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10413           Add own debug category.
10414
10415 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10416
10417         Patch by: René Stadler <mail at renestadler de>
10418
10419         * gst-libs/gst/tag/gstvorbistag.c:
10420           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10421           (#403597).
10422
10423 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         * gst/playback/gstplaybasebin.c: (setup_source):
10426           When we have external subtitles and wait for the subtitle decodebin
10427           to get up and running, we set up a (sync) bus handler for the
10428           subtitle decodebin, so we can stop waiting when it posts an error
10429           message. However, we should do that before we set the subtitle
10430           decodebin's state to playing, otherwise things are racy and we might
10431           miss error messages posted before we had a chance to set up the bus.
10432           This should finally fix totem hanging on .txt pseudo-subtitle files.
10433           
10434 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10435
10436         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10437           Use gst_gdouble_to_guint64 for conversions.
10438         * win32/common/config.h.in:
10439           Add a define for GST_INSTALL_PLUGINS_HELPER
10440         * win32/common/libgstaudio.def:
10441         * win32/common/libgstcdda.def:
10442         * win32/common/libgstnetbuffer.def:
10443         * win32/common/libgstrtp.def:
10444         * win32/common/libgutils.def:
10445           Add new exported functions.
10446         * win32/vs6/gst_plugins_base.dsw:
10447         * win32/vs6/libgstdecodebin.dsp:
10448         * win32/vs6/libgstnetbuffer.dsp:
10449         * win32/vs6/libgstplaybin.dsp:
10450         * win32/vs6/libgstrtp.dsp:
10451         * win32/vs6/libgstvorbis.dsp:
10452         * win32/vs6/libgstcdda.dsp:
10453         * win32/vs6/libgstgdp.dsp:
10454         * win32/vs6/libgstutils.dsp:
10455           Update and add new project files.
10456
10457 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10460         (subrip_remove_unhandled_tags), (parse_subrip):
10461           For SubRip (.srt) subtitles, ignore all markup tags we don't
10462           handle (like font tags, for example).
10463
10464         * tests/check/elements/subparse.c:
10465           Add test for this.
10466
10467 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * gst/playback/gstdecodebin.c: (add_fakesink),
10470         (gst_decode_bin_change_state):
10471         * gst/playback/gstdecodebin2.c: (add_fakesink),
10472         (gst_decode_bin_change_state):
10473           Don't error out if there is no fakesink in the NULL to READY state
10474           change, since when decodebin is re-used, we're only adding the
10475           fakesink element in READY to PAUSED.
10476
10477         * tests/check/elements/decodebin.c:
10478         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10479         (decodebin_suite):
10480           Minimal unit test to make sure we can use the same decodebin
10481           instance twice (at least with audiotestsrc input).
10482
10483 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10486           Try to get devic-name from device string first, and from handle only
10487           as fallback (seems to yield better results and is more robust
10488           against buggy probing code on the application side).
10489
10490 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10493
10494         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10495         (gst_alsa_find_device_name):
10496         * ext/alsa/gstalsa.h:
10497         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10498         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10499           Improve device-name detection a bit, especially in the case where
10500           the device is not actually open (#405020, #405024). Move common code
10501           into gstalsa.c instead of duplicating it.
10502
10503 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * gst/audioconvert/gstaudioconvert.c:
10506           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10507
10508 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10509
10510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10511         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10512         (gst_xvimagesink_interface_supported),
10513         (gst_xvimagesink_probe_get_properties),
10514         (gst_xvimagesink_probe_probe_property),
10515         (gst_xvimagesink_probe_needs_probe),
10516         (gst_xvimagesink_probe_get_values),
10517         (gst_xvimagesink_property_probe_interface_init),
10518         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10519         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10520         (gst_xvimagesink_get_type):
10521         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10522         for XVAdaptors so that one can choose the adaptor to use with 
10523         gstreamer-properties.
10524
10525 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10526
10527         * gst/audioconvert/gstaudioconvert.c:
10528           Also mention that a conversion from double to float is suboptimal still.
10529
10530 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10531
10532         * gst-libs/gst/audio/gstaudiofilter.c:
10533         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10534           Clear our formats structure and free the caps contained in it when
10535           shutting down.
10536
10537 2007-02-05  Andy Wingo  <wingo@pobox.com>
10538
10539         * gst-libs/gst/audio/gstbaseaudiosink.c
10540         (gst_base_audio_sink_callback): Update basesink->offset so that we
10541         pull monotonically increasing offsets instead of, um, seeking back
10542         to 0 each time. Fixes alsasrc ! alsasink!
10543
10544 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * gst/videoscale/gstvideoscale.c:
10547           A width and height of 1 makes us crash, so increase minimum size to
10548           2x2 pixels until someone feels like fixing this (#404512).
10549
10550 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10553           Add small test to make sure request pads are cleaned up properly
10554           even if oggmux never changes state out of NULL.
10555
10556 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10557
10558         * tests/check/libs/utils.c: (GST_START_TEST):
10559           Fix unit test. Turns out things work much better when you
10560           NULL-terminate string arrays. Should make p5 build bot happy again.
10561
10562 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * gst-libs/gst/audio/Makefile.am:
10565         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10566         (gst_audio_filter_template_base_init),
10567         (gst_audio_filter_template_class_init),
10568         (gst_audio_filter_template_init),
10569         (gst_audio_filter_template_set_property),
10570         (gst_audio_filter_template_get_property),
10571         (gst_audio_filter_template_setup),
10572         (gst_audio_filter_template_filter),
10573         (gst_audio_filter_template_filter_inplace), (plugin_init):
10574           Oops, forgot to commit fixed-up example.
10575
10576 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * docs/libs/gst-plugins-base-libs-sections.txt:
10579         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10580         (gst_audio_filter_class_init), (gst_audio_filter_init),
10581         (gst_audio_filter_set_caps),
10582         (gst_audio_filter_class_add_pad_templates):
10583         * gst-libs/gst/audio/gstaudiofilter.h:
10584           Port GstAudioFilter to 0.10. This change technically breaks
10585           API and ABI (and thus also every library developer's heart),
10586           but seems justifiable on the grounds that the base class was
10587           completely unusable before (ie. would crash immediately when
10588           actually used). Fixes #403963 (and eventually also #403572).
10589           Also document all of this a bit.
10590
10591 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst-libs/gst/utils/install-plugins.c:
10594         (gst_install_plugins_spawn_child):
10595         * tests/check/libs/utils.c:
10596         (test_base_utils_install_plugins_do_callout):
10597           Lowering log level to see why things fail on the p5 build bot;
10598           fix some typos in unit test messages.
10599
10600 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         * tests/check/libs/utils.c:
10603         (test_base_utils_install_plugins_do_callout):
10604           Don't hard-code temp directory for test helper; use GLib functions
10605           to write out file and do error checking etc.
10606
10607 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * gst-libs/gst/utils/Makefile.am:
10610         * gst-libs/gst/utils/base-utils.h:
10611         * gst-libs/gst/utils/install-plugins.c:
10612         (gst_install_plugins_context_set_xid),
10613         (gst_install_plugins_context_new),
10614         (gst_install_plugins_context_free),
10615         (gst_install_plugins_get_helper),
10616         (gst_install_plugins_spawn_child),
10617         (gst_install_plugins_return_from_status),
10618         (gst_install_plugins_installer_exited),
10619         (gst_install_plugins_async), (gst_install_plugins_sync),
10620         (gst_install_plugins_return_get_name),
10621         (gst_install_plugins_installation_in_progress):
10622         * gst-libs/gst/utils/install-plugins.h:
10623           API: add API for applications to initiate installation of missing
10624           plugins, ie. gst_install_plugins_async() primarily.
10625           Based on libgimme-codec by Ryan Lortie.
10626
10627         * configure.ac:
10628           Add --with-install-plugins-helper configure option so distros can specify
10629           the path of the helper script or program to call when plugin installation
10630           is requested (distros: please do any argument munging in this helper
10631           script instead of patching GStreamer to pass arguments differently
10632           to another program directly).
10633
10634         * docs/libs/gst-plugins-base-libs-docs.sgml:
10635         * docs/libs/gst-plugins-base-libs-sections.txt:
10636           Build and document new API.
10637
10638         * tests/check/libs/utils.c: (result_cb),
10639         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10640         (libgstbaseutils_suite):
10641           Some simple checks for the new API.
10642
10643 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * tests/check/elements/audioconvert.c: (test_float_conversion):
10646           Add small test for 32bit float <=> 64bit float conversion (works
10647           only one way so far, 32=>64 produces structured noise).
10648
10649 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/audioconvert/gstaudioconvert.c:
10652         (set_structure_widths_32_and_64), (make_lossless_changes):
10653           We don't support floats with a width of 40, 48 or 56 bits.
10654
10655 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * gst/audioconvert/audioconvert.c: (float), (double),
10658         (audio_convert_get_func_index):
10659         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10660         (make_lossless_changes):
10661           Support for 64-bit float audio in audioconvert (#339837)
10662
10663 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         Patch by: Holger Wansing  <linux wansing-online de>
10666
10667         * po/LINGUAS:
10668         * po/de.po:
10669           Add German translation (#352069).
10670
10671 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10672
10673         reviewed by: Wim Taymans <wim@fluendo.com>
10674
10675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10676         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10677         Use newly added GstCollectPads API to free the allocated resources in
10678         the GstOggPad structures (#402393).
10679
10680 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10681
10682         * gst/playback/gstplaybin.c: (gen_vis_element):
10683           Add audioresample+audioconvert in front of the visualisation
10684           element, so that elements like libvisual 0.4 that don't support all
10685           samplerates can work.
10686
10687           Fixes: #402505
10688
10689 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10692         (gst_play_base_bin_get_streaminfo_value_array):
10693           Take some locks and make a copy of the streaminfo value array we
10694           maintain while holding the lock, so that the application can
10695           retrieve the stream-info as a value array in a thread-safe way.
10696
10697 2007-01-30  Wim Taymans  <wim@fluendo.com>
10698
10699         * gst/audioconvert/gstaudioconvert.c:
10700         Don't fail on 0 sized buffers. Fixes #396835.
10701
10702 2007-01-29  David Schleef  <ds@schleef.org>
10703
10704         * gst/typefind/gsttypefindfunctions.c:
10705           Detect BBCD as video/x-dirac, so we can play raw dirac
10706           streams.
10707
10708 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * ext/theora/theoraenc.c: (theora_enc_chain):
10711           Check return value of theora_encode_header(), or we might try to
10712           allocate a random number of bytes. theora_encode_header() can fail
10713           if libtheora has been compiled with encoding support disabled.
10714           Fixes #398110.
10715
10716 2007-01-29  Wim Taymans  <wim@fluendo.com>
10717
10718         * tests/check/gst/.cvsignore:
10719         Do as buildbot says.
10720
10721 2007-01-29  Wim Taymans  <wim@fluendo.com>
10722
10723         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10724         Fix strides in libvisual. Gst uses X strides.
10725         Inspired by: <ed at catmur dot co dot uk> and 
10726         <tim at centricular dot net>
10727         Fixes #401118.
10728
10729 2007-01-27  Wim Taymans  <wim@fluendo.com>
10730
10731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10732         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10733         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10734         (gst_ogg_demux_perform_seek),
10735         (gst_ogg_demux_bisect_forward_serialno),
10736         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10737         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10738         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10739         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10740         * ext/ogg/gstoggdemux.h:
10741         Properly propagate streaming errors when we are scanning the file for
10742         chains so that we don't crash when shut down. Might fix some crashers
10743         when quickly switching oggs in RB such as #332503 and #378436.
10744
10745 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10748           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10749           error code as well.
10750
10751 2007-01-25  Wim Taymans  <wim@fluendo.com>
10752
10753         * gst/playback/gstplaybasebin.c: (remove_source):
10754         Don't try to disconnect a signal from a finalized object.
10755
10756 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10759           Cast lock macro parameters to make sure we're actually accessing the
10760           lock member at the right class level. Free list itself in _dispose()
10761           as well and NULL it in case dispose gets called multiple times.
10762
10763 2007-01-25  Edward Hervey  <edward@fluendo.com>
10764
10765         * gst/playback/gstdecodebin2.c:
10766         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10767         Free GstDecodeGroups no longer used.
10768         (gst_decode_group_expose):
10769         Don't unlock too many times !
10770         (deactivate_free_recursive):
10771         Free iterator once we're done with it.
10772         Fix for recursively deactivating elements (stop at ghostpads).
10773
10774 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * gst/playback/gstplaybin.c: (handoff):
10777           Fix up caps on the frame buffer before we save it and potentially
10778           make it accessible to other threads via g_object_get; also use
10779           gst_buffer_replace() instead of gst_mini_object_replace().
10780
10781 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10784           Make getting the current frame thread-safe.
10785
10786 2007-01-25  Edward Hervey  <edward@fluendo.com>
10787
10788         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10789         (gst_decode_group_new), (gst_decode_group_free):
10790         Set queues to bigger sizes to cope with HD contents.
10791         Fix some mutex freeing and add comment about MT safe methods.
10792
10793 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10796         (gst_text_overlay_text_event):
10797           Don't unnecessarily ref (and then leak) upstream events if the text
10798           pad is not linked. Fixes #399948.
10799
10800         * tests/check/gst-plugins-base.supp:
10801           Add suppression for pango on edgy/x86 for textoverlay test.
10802
10803 2007-01-24  Wim Taymans  <wim@fluendo.com>
10804
10805         * gst-libs/gst/rtp/gstrtpbuffer.h:
10806         Add some more fixed payloads.
10807
10808 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10811           Error out properly if we get an error from libogg while reading the
10812           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10813
10814 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10817           Don't leak mutex.
10818
10819         * tests/check/elements/playbin.c:
10820         (test_sink_usage_video_only_stream),
10821         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10822         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10823         (test_missing_suburisource_handler),
10824         (test_missing_primary_decoder), (playbin_suite):
10825           Run all tests once with decodebin and once with decodebin2.
10826           One test does not pass yet with decodebin2.
10827
10828 2007-01-23  Edward Hervey  <edward@fluendo.com>
10829
10830         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10831         Fix the cases where oggmux doesn't properly figure out that all
10832         sinkpads have gone EOS, and therefore doesn't push out the remaining
10833         buffers and the final EOS event.
10834         Fixes #363379
10835
10836 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10837
10838         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10840         Don't lock on navigation event push, just on keysym to string.
10841         Fixes #397673 again.
10842
10843 2007-01-22  Edward Hervey  <edward@fluendo.com>
10844
10845         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10846         (get_current_group), (group_demuxer_event_probe),
10847         (gst_decode_group_expose), (deactivate_free_recursive),
10848         (gst_decode_group_free):
10849         Cleanups.
10850         Don't forget to emit 'no-more-pads' once a group is exposed.
10851         Cleanup elements from a DecodeGroup once we remove it.
10852         Protect call to gst_decode_group_expose() with the decodebin lock.
10853
10854 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10855
10856         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10858         Looking at Xorg code i can't figure out if that XKeysymToString
10859         function is thread sensible or not. Lock it just in case as
10860         recommended by Radek Doulik <rodo at ximian dot com>.
10861
10862 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10863
10864         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10866         Lock that X Call as well. Fixes #397673.
10867
10868 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10871           Don't go into an endless loop if the file starts with 00 00 01 2X,
10872           like quicktime redirect files might. Fixes #396042.
10873
10874         * tests/check/Makefile.am:
10875         * tests/check/gst/.cvsignore:
10876         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10877         (typefindfunctions_suite):
10878           Add unit test for the above.
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           On second thought, use "depth" field rather than "bpp" field.
10884
10885 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10888           Camtasia caps apparently need a bpp field (#398875).
10889
10890 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10893         (gen_source_element), (gst_play_base_bin_change_state):
10894           Attempt at a better error message in case we don't have the required
10895           URI handler installed; post missing-plugin message also when we're
10896           missing an URI handler for the subtitle URI; clean up properly also
10897           when an error occurs and we never made it to PAUSED state.
10898
10899         * tests/check/elements/playbin.c: (GST_START_TEST),
10900         (playbin_suite):
10901           Check that we're also getting a missing-plugin messsage for a
10902           missing subtitle URI handler (and clean up properly).
10903
10904 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10907           Plug a few reference leaks.
10908
10909 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10912           Lower probability a bit if the marker isn't right at the start,
10913           to decrease the chance of false positives.
10914
10915 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10916
10917         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10918           Small mpeg2 system stream typefinding improvement: make typefinder
10919           probe a bit into the stream instead of just looking for a marker
10920           at the beginning. Fixes #397810.
10921
10922 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/audioconvert/gstchannelmix.c:
10925           Remove compatibility cruft for prehistoric GLib versions.
10926
10927 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * gst/playback/Makefile.am:
10930         * gst/playback/gstdecodebin.c: (close_pad_link):
10931         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10933         (gst_play_base_bin_handle_message_func), (unknown_type):
10934           Let decodebin be the element to post missing-plugin messages for
10935           missing decoders (rather than playbin); make playbin implement
10936           GstBin::handle_message so we can suppress missing-plugin messages
10937           for types we're not handling on purpose (don't want to bring up an
10938           installer in those cases).
10939
10940 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10943         * gst-libs/gst/tag/gstvorbistag.c:
10944         (gst_tag_list_to_vorbiscomment_buffer):
10945         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10946           Fix potentially unaligned access (#397207).
10947
10948 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10949
10950         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10951         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10952         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10953         (main):
10954           Allow to toggle looping while it plays. Fix callback prototype. Clean
10955           up code a bit more. Add copyright header.
10956
10957 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10958
10959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10960           Red and blue mask was swapped (spotted by Dan Williams).
10961
10962 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10963
10964         * gst-libs/gst/tag/gstid3tag.c:
10965         * gst-libs/gst/tag/gstvorbistag.c:
10966           Use new beats-per-minute tag from core.
10967
10968 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * po/POTFILES.in:
10971           Add new files with translatable strings, so they actually make it
10972           into the template file one day.
10973
10974 2007-01-12  Andy Wingo  <wingo@pobox.com>
10975
10976         * gst-libs/gst/audio/gstbaseaudiosink.c
10977         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10978         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10979         stuff, as the base class handles this now. Actually tell the ring
10980         buffer to start.
10981         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10982         How did this work before? Maybe I'm not as awesome a programmer as
10983         I think.
10984
10985         * gst-libs/gst/audio/gstbaseaudiosrc.c
10986         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10987         of a pad function.
10988
10989 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10992           Remove more fields so that the application can better blacklist
10993           formats that have been tried before.
10994
10995 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * gst-libs/gst/audio/mixerutils.h:
10998           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10999           used when compiling with c++ compilers as well.
11000
11001 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/typefind/gsttypefindfunctions.c:
11004           Fix comment.
11005
11006 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * gst/playback/gstplaybin.c: (post_missing_element_message),
11009         (gen_video_element), (gen_text_element), (gen_audio_element),
11010         (gen_vis_element):
11011           Post missing-plugin messages also when we error out because
11012           converters, textoverlay or auto*sinks are missing (#161922).
11013
11014 2007-01-10  Wim Taymans  <wim@fluendo.com>
11015
11016         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11017         (is_demuxer_element), (new_caps):
11018         * gst/playback/gstplaybasebin.c: (source_new_pad):
11019         Fix the case where we try to ref a NULL element when we delay a link
11020         because of unfixed caps.
11021         Set the state of autoplugged decodebins to PAUSED.
11022         RTSP now works in playbin, we can remove it from the blacklist.
11023
11024 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/playback/Makefile.am:
11027         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11028         (unknown_type), (setup_subtitle), (gen_source_element):
11029         * gst/playback/gstplaybin.c: (plugin_init):
11030           Post missing-plugin messages on the bus for missing sources and
11031           missing decoders/demuxers/depayloaders; fix error code used when
11032           we're missing an URI handler source; for media types that we are not
11033           handling on purpose at the moment, don't print "don't know how to
11034           handle xyz" messages to the terminal or post missing-plugin
11035           messages on the bus.
11036
11037         * tests/check/elements/playbin.c: (create_playbin),
11038         (GST_START_TEST), (gst_codec_src_uri_get_type),
11039         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11040         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11041         (gst_codec_src_init_type), (gst_codec_src_base_init),
11042         (gst_codec_src_create), (gst_codec_src_class_init),
11043         (gst_codec_src_init), (plugin_init), (playbin_suite):
11044           Add some tests for the missing-plugin stuff.
11045
11046 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11047
11048         * configure.ac:
11049         * gst-libs/gst/Makefile.am:
11050         * gst-libs/gst/utils/Makefile.am:
11051         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11052         * gst-libs/gst/utils/base-utils.h:
11053         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11054         (find_format_info), (caps_are_rtp_caps),
11055         (gst_base_utils_get_source_description),
11056         (gst_base_utils_get_sink_description),
11057         (gst_base_utils_get_decoder_description),
11058         (gst_base_utils_get_encoder_description),
11059         (gst_base_utils_get_element_description),
11060         (gst_base_utils_add_codec_description_to_tag_list),
11061         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11062         * gst-libs/gst/utils/descriptions.h:
11063         * gst-libs/gst/utils/missing-plugins.c:
11064         (missing_structure_get_type), (copy_and_clean_caps),
11065         (gst_missing_uri_source_message_new),
11066         (gst_missing_uri_sink_message_new),
11067         (gst_missing_element_message_new),
11068         (gst_missing_decoder_message_new),
11069         (gst_missing_encoder_message_new),
11070         (missing_structure_get_string_detail),
11071         (missing_structure_get_caps_detail),
11072         (gst_missing_plugin_message_get_installer_detail),
11073         (gst_missing_plugin_message_get_description),
11074         (gst_is_missing_plugin_message):
11075         * gst-libs/gst/utils/missing-plugins.h:
11076           API: add new libgstbaseutils library with functions
11077           - to create and parse missing-plugins messages
11078           - that provide (translated) descriptions for caps/decoders/sources/etc.
11079           Closes #392393.
11080
11081         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11082         * pkgconfig/gstreamer-plugins-base.pc.in:
11083           Add new lib.
11084
11085         * docs/libs/gst-plugins-base-libs-docs.sgml:
11086         * docs/libs/gst-plugins-base-libs-sections.txt:
11087           Generate docs for new lib and API.
11088
11089         * tests/check/Makefile.am:
11090         * tests/check/libs/.cvsignore:
11091         * tests/check/libs/utils.c: (missing_msg_check_getters),
11092         (GST_START_TEST), (libgstbaseutils_suite):
11093           Add some basic unit tests.
11094
11095 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * ext/ogg/Makefile.am:
11098           Dist gstoggdemux.h to fix 'make distcheck'.
11099
11100         * sys/v4l/Makefile.am:
11101           Fix 'make distcheck' even more.
11102
11103 2007-01-09  Wim Taymans  <wim@fluendo.com>
11104
11105         * docs/plugins/Makefile.am:
11106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11108         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11109         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11110         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11111         (gst_ogg_demux_perform_seek):
11112         * ext/ogg/gstoggdemux.h:
11113         Added docs.
11114         Add some more comments.
11115         Small cleanups.
11116
11117 2007-01-09  Wim Taymans  <wim@fluendo.com>
11118
11119         * ext/theora/theoradec.c:
11120         * ext/vorbis/vorbisdec.c:
11121         * gst-libs/gst/audio/gstringbuffer.c:
11122         (gst_ring_buffer_commit_full):
11123         * gst-libs/gst/audio/gstringbuffer.h:
11124         * gst-libs/gst/rtp/gstrtpbuffer.c:
11125         * gst-libs/gst/tag/gstvorbistag.c:
11126         Small documentation updates/fixes
11127
11128 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * configure.ac:
11131           Require core CVS HEAD for Andy's basesrc/sink API additions.
11132
11133 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11136
11137         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11138         (plugin_init):
11139           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11140           on flac.sf.net (there appear to be other versions of the first
11141           ogg page in the wild) (#391365).
11142
11143 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * configure.ac:
11146           Check if localtime_r() is available.
11147
11148         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11149           If localtime_r() is not available, fall back to localtime(). Should
11150           fix build on MingW (#393310).
11151
11152 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11155         * gst/subparse/gstsubparse.h:
11156           Remove spurious 1000 subtrahend when calculating the timestamp from
11157           the frame number and the frame rate . Also, use the frames/second
11158           value specified in the first line of the file, if one is specified
11159           there. Should fix #357503.
11160
11161         * tests/check/elements/subparse.c: (do_test),
11162         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11163         (subparse_suite):
11164           Add some basic unit tests for the microdvd subtitle format.
11165
11166 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11167
11168         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11169
11170         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11171         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11172         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11173         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11174         (gst_xvimagesink_set_xwindow_id),
11175         (gst_xvimagesink_set_event_handling),
11176         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11177         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11178         Fixes: #390076.
11179         Add an adaptor property to select a specific XV adaptor.
11180         * sys/xvimage/xvimagesink.h:
11181
11182 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11183
11184         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11185         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11186         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11187         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11188         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11189         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11190         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11191         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11192         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11193         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11194         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11195         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11196         Use flow_lock much more to protect every access to xwindow.
11197         Try to catch erros while creating images in case some drivers are
11198         just generating an XError when the requested image is too big.
11199         Should fix : #354698, #384008, #384060.
11200         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11201         Implement some stress testing of setting window xid.
11202
11203 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11204
11205         * win32/common/libgsaudio.def:
11206           Add new exported function.
11207         * win32/common/libgstogg.dsp:
11208           Add gstoggaviparse.c to the build.
11209         * win32/common/libgstvideoscale.dsp:
11210           Add vs_4tap.c to the build.
11211         * win32/common/libgstvorbis.dsp:
11212           Add vorbistag.c to the build.
11213         
11214 2007-01-06  Andy Wingo  <wingo@pobox.com>
11215
11216         * gst-libs/gst/audio/gstbaseaudiosink.c
11217         (gst_base_audio_sink_class_init)
11218         (gst_base_audio_sink_init): 
11219         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11220         to baseaudiosink, and tell basesink that we can work in pull mode.
11221         This way the ring buffer thread drives the pipeline directly, if
11222         pull mode is possible. There is some lingering nastiness regarding
11223         capsnego, however.
11224         (gst_base_audio_sink_callback): Implement the callback to pull
11225         data. This interface is a bit light, though -- it should get a
11226         GstFlowReturn return value at least.
11227
11228 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11231         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11232         * gst/playback/gstdecodebin2.c:
11233         (gst_decode_group_check_if_blocked):
11234           Printf format and missing argument fixes.
11235
11236 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11237
11238         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11239         (gst_ogm_parse_change_state):
11240         Activate pads before adding them to the element.
11241
11242 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * tests/examples/seek/scrubby.c: (main):
11245         * tests/examples/seek/seek.c: (main):
11246           Call g_thread_init() first thing in main() (see #391278).
11247
11248 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * tests/check/Makefile.am:
11251         * tests/check/libs/.cvsignore:
11252         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11253         (netbuffer_suite):
11254           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11255           for the time being, since it's broken, see #393099.
11256
11257 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * tests/check/Makefile.am:
11260           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11261
11262 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11263
11264         * configure.ac:
11265           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11266           so that GST_BASE_CFLAGS can go inbetween them, making sure
11267           we use uninstalled gst-libs headers
11268         * docs/libs/Makefile.am:
11269         * ext/alsa/Makefile.am:
11270         * ext/cdparanoia/Makefile.am:
11271         * ext/gnomevfs/Makefile.am:
11272         * ext/libvisual/Makefile.am:
11273         * ext/ogg/Makefile.am:
11274         * ext/theora/Makefile.am:
11275         * ext/vorbis/Makefile.am:
11276         * gst-libs/gst/audio/Makefile.am:
11277         * gst-libs/gst/cdda/Makefile.am:
11278         * gst-libs/gst/interfaces/Makefile.am:
11279         * gst-libs/gst/riff/Makefile.am:
11280         * gst-libs/gst/rtp/Makefile.am:
11281         * gst-libs/gst/tag/Makefile.am:
11282         * gst/adder/Makefile.am:
11283         * gst/audioconvert/Makefile.am:
11284         * gst/audiorate/Makefile.am:
11285         * gst/audioresample/Makefile.am:
11286         * gst/playback/Makefile.am:
11287         * gst/tcp/Makefile.am:
11288         * gst/videoscale/Makefile.am:
11289         * gst/volume/Makefile.am:
11290         * sys/ximage/Makefile.am:
11291         * sys/xvimage/Makefile.am:
11292         * tests/icles/Makefile.am:
11293           adapt
11294
11295 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11296
11297         * gst-libs/gst/interfaces/xoverlay.c:
11298         (gst_x_overlay_handle_events):
11299         * gst-libs/gst/interfaces/xoverlay.h:
11300         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11301         (gst_ximagesink_set_xwindow_id),
11302         (gst_ximagesink_set_event_handling),
11303         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11304         (gst_ximagesink_get_property), (gst_ximagesink_init),
11305         (gst_ximagesink_class_init):
11306         * sys/ximage/ximagesink.h:
11307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11308         (gst_xvimagesink_set_xwindow_id),
11309         (gst_xvimagesink_set_event_handling),
11310         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11311         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11312         (gst_xvimagesink_class_init):
11313         * sys/xvimage/xvimagesink.h:
11314         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11315         Add a method to the XOverlay interface to allow disabling of 
11316         event handling in x[v]imagesink elements. This will let X events
11317         propagate to parent windows which can be usefull in some cases.
11318         Be carefull that the application is then responsible of pushing
11319         navigation events and expose events to the video sink.
11320         Fixes: #387138.
11321
11322 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst-libs/gst/tag/gstvorbistag.c:
11325         * tests/check/libs/tag.c: (GST_START_TEST):
11326           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11327           (fixes #392070).
11328
11329 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * configure.ac:
11332         * docs/Makefile.am:
11333         * docs/design/Makefile.am:
11334           Dist design docs.
11335
11336 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11337
11338         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11339         typo. Fixes: #390063.
11340
11341 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11342
11343         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11345         caps leak.
11346         * win32/common/config.h: Updated.
11347
11348 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11349
11350         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11351         (setup_gdpdepay_streamheader):
11352         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11353         (setup_gdppay_streamheader):
11354           Fix the dp tests, but activating the pads for the streamheader tests
11355           too and cleaning up conditionaly
11356
11357 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11358
11359         * gst/ffmpegcolorspace/avcodec.h:
11360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11361         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11362         (gst_ffmpegcsp_avpicture_fill):
11363         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11364         (img_get_alpha_info):
11365         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11366         other end of the word. Fixes: #387073.
11367
11368         Add some inconsequential branch hints in a couple of places.
11369
11370 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11373         (gst_ffmpeg_caps_to_smpfmt):
11374           The "signed" field in raw audio caps is of boolean type, trying to
11375           extract the value with _get_int() will fail (fix to keep in sync with
11376           the copy in gst-ffmpeg)
11377
11378 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11379
11380         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11381         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11382         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11383         (cleanup_gdpdepay):
11384         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11385         * tests/check/elements/subparse.c: (teardown_subparse):
11386         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11387         * tests/check/elements/videorate.c: (cleanup_videorate):
11388         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11389         * tests/check/elements/volume.c: (cleanup_volume):
11390         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11391         (cleanup_vorbisdec):
11392         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11393         (cleanup_vorbistag):
11394           consistent pad (de)activation
11395
11396 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11399           Forgot to register the extensions.
11400
11401 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11404         (plugin_init):
11405           Add typefinder for VIVO files (my christmas present to the 90s).
11406
11407 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * gst/playback/gstdecodebin.c: (type_found):
11410           Special-case the text/plain media type: we only want to recognise it
11411           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11412           parser, but not if the entire stream is of text/plain type. If the
11413           entire stream is text/plain, we should just error out.
11414
11415           This fixes playback of audio files with lyrics in totem. Totem can't
11416           distinguish between text files and subtitle files and passes any
11417           .txt file with the same basename as the main file to playbin as
11418           suburi, and playbin will then throw a 'subtitle found, but no video
11419           stream' error, which isn't entirely helpful. See #380342.
11420
11421           Also, with this change we'll show a slightly more correct error
11422           message in case totem passes a playlist file to us (although a
11423           custom error message wording instead of the default text would
11424           probably not be a bad idea either).
11425
11426           Same problem also needs to be fixed for playbin+decodebin2.
11427
11428         * tests/check/Makefile.am:
11429         * tests/check/elements/decodebin.c: (src_handoff_cb),
11430         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11431         (decodebin_suite):
11432           Add simple unit test for decodebin for the above.
11433
11434 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11437         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11438           Refuse to change state to READY when we failed to create any of the
11439           required elements in our instance init function.
11440
11441 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * docs/libs/gst-plugins-base-libs-sections.txt:
11444           Small docs fixes/updates.
11445
11446         * gst-libs/gst/video/gstvideosink.h:
11447           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11448           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11449           removed from the base sink API between 0.9.6 and 0.9.7).
11450           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11451           accessor macros, so we don't do a runtime GObject type check every
11452           time we use them.
11453
11454 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11455
11456         * Makefile.am:
11457         * gst-plugins-base.doap:
11458         * gst-plugins-base.spec.in:
11459           add doap file
11460
11461 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         Patch by: Jens Granseuer <jensgr at gmx net>
11464
11465         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11467         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11468         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11470           Declare variables at the beginning of a block. Fixes #383195.
11471
11472 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11473
11474         * configure.ac:
11475         Bump version nano - back to CVS.
11476
11477
11478 === release 0.10.11 ===
11479
11480 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11481
11482         * configure.ac:
11483           releasing 0.10.11, "Dumb things"
11484
11485 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11486
11487         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11488         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11489         Handle the case where an element has multiple pads with 
11490         unfixed caps as well as still possibly producing more dynamic 
11491         pads by storing each case as a distinct entry in the dynamic list.
11492         Fixes #38223 again.
11493
11494 2006-12-04  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst/playback/gstdecodebin.c: (close_pad_link):
11497         Fix #382223, add more dynamic caps handling.
11498
11499 2006-12-04  Wim Taymans  <wim@fluendo.com>
11500
11501         * gst-libs/gst/audio/gstringbuffer.h:
11502         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11503         (gst_netaddress_set_ip4_interface),
11504         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11505         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11506         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11507         (gst_netaddress_get_ttl):
11508         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11509         * gst/playback/gstdecodebin.c: (close_pad_link):
11510         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11511         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11512         * win32/common/config.h:
11513
11514 2006-12-01  Michael Smith  <msmith@fluendo.com>
11515
11516         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11517           Delete bad debug code.
11518           Fixes #381219
11519
11520 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11521
11522         * gst/videoscale/vs_4tap.c:
11523         * win32/MANIFEST:
11524         * win32/common/config.h:
11525         * win32/vs8/libgstvideoscale.vcproj:
11526         Fix compilation on win32 under VS8
11527         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11528         Partially fixes #381175
11529
11530 2006-11-30  Michael Smith  <msmith@fluendo.com>
11531
11532         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11533         (GST_START_TEST):
11534           It would be very bad if, after a discont buffer, we thought every
11535           single following buffer was also discont. So, add to the test to
11536           ensure that this isn't the case.
11537           
11538         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11539           ... it was the case. So fix it.
11540
11541 2006-11-28  Wim Taymans  <wim@fluendo.com>
11542
11543         * gst/playback/gstplaybasebin.c: (check_queue_event):
11544         Improve debug.
11545
11546         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11547         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11548         padtemplate caps. Refixes #357577.
11549
11550 2006-11-28  Wim Taymans  <wim@fluendo.com>
11551
11552         * gst/playback/gstplaybasebin.c: (check_queue_event),
11553         (queue_threshold_reached), (queue_out_of_data),
11554         (gen_preroll_element):
11555         Add event probe to see when EOS is in a queue and we can disable the
11556         underrun signals. Fixes #357577.
11557
11558 2006-11-28  Edward Hervey  <edward@fluendo.com>
11559
11560         * gst/playback/Makefile.am:
11561         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11562         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11563         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11564         (gst_decode_bin_init), (gst_decode_bin_dispose),
11565         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11566         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11567         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11568         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11569         (connect_element), (expose_pad), (type_found),
11570         (pad_added_group_cb), (pad_removed_group_cb),
11571         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11572         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11573         (are_raw_caps), (multi_queue_overrun_cb),
11574         (multi_queue_underrun_cb), (gst_decode_group_new),
11575         (get_current_group), (group_demuxer_event_probe),
11576         (gst_decode_group_control_demuxer_pad),
11577         (gst_decode_group_control_source_pad),
11578         (gst_decode_group_check_if_blocked),
11579         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11580         (gst_decode_group_hide), (gst_decode_group_free),
11581         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11582         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11583         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11584         (plugin_init):
11585         New decodebin2 element.
11586         Closes #370092
11587         * gst/playback/gstplay-marshal.list:
11588         Added marshallers for new signals in decodebin2
11589         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11590         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11591         is set.
11592
11593 2006-11-28  Wim Taymans  <wim@fluendo.com>
11594
11595         * gst/playback/gstplaybasebin.c: (setup_source),
11596         (gst_play_base_bin_change_state):
11597         Disable rtsp:// uris for the release, it's not good enough yet.
11598         Remove unused var.
11599
11600 2006-11-26  Wim Taymans  <wim@fluendo.com>
11601
11602         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11603         (theora_dec_push_forward), (theora_dec_push_reverse),
11604         (theora_handle_data_packet), (theora_dec_decode_buffer),
11605         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11606         (theora_dec_chain_forward), (theora_dec_chain):
11607         Implement reverse playback.
11608
11609         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11610         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11611         (vorbis_dec_chain_forward):
11612         Clear buffers used for reverse playback in _reset.
11613         No need to set the eos flag, we clip samples using the segment.
11614
11615 2006-11-24  Wim Taymans  <wim@fluendo.com>
11616
11617         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11618         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11619         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11620         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11621         Some cleanups.
11622         Handle continued pages in reverse mode.
11623
11624 2006-11-24  Wim Taymans  <wim@fluendo.com>
11625
11626         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11627         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11628         (vorbis_dec_flush_decode):
11629         Small cleanups.
11630         Don't try to add invalid timestamps.
11631         Clipping will unref the buffer.
11632
11633 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11634
11635         * gst/adder/gstadder.h:
11636         * gst/audiotestsrc/gstaudiotestsrc.h:
11637           remove obsolete _factory_init protos
11638
11639 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11640
11641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11642           Fix spacing in debug message.
11643
11644 2006-11-23  Wim Taymans  <wim@fluendo.com>
11645
11646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11647         (gst_ogg_demux_chain):
11648         Don't just ignore return values from _pad_push().
11649         Small debug improvements.
11650
11651 2006-11-23  Michael Smith  <msmith@fluendo.com>
11652
11653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11654           If our incoming buffer is marked as DISCONT, then increment the page
11655           number (so that the discontinuity is marked in the final ogg
11656           bitstream) and flush the previous page.
11657
11658 2006-11-22  Michael Smith  <msmith@fluendo.com>
11659
11660         * ext/theora/gsttheoraenc.h:
11661         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11662         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11663         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11664         (theora_enc_chain), (theora_enc_change_state):
11665           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11666
11667         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11668         (GST_START_TEST), (theoraenc_suite):
11669           Enable discontinuity test, fix it.
11670
11671 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11674         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11675         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11676         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11677         (gst_text_overlay_change_state):
11678         * ext/pango/gsttextoverlay.h:
11679           Some textoverlay fixes: for one, in the video chain function,
11680           actually wait for a text buffer to come in if there is none at the
11681           moment and there should be one; also, deal more gracefully with
11682           incoming buffers that do not have a timestamp or duration; discard
11683           text buffer when not needed any longer. Fixes #341681.
11684
11685         * tests/check/Makefile.am:
11686         * tests/check/elements/.cvsignore:
11687         * tests/check/elements/textoverlay.c:
11688         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11689         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11690         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11691         (test_video_waits_for_text_send_text_newsegment_thread),
11692         (test_video_waits_for_text_shutdown_element),
11693         (test_render_continuity_push_video_buffers_thread),
11694         (textoverlay_suite):
11695           Add some unit tests for textoverlay.
11696
11697 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11700           Avoid integer underflow when the found probability for mp3 is
11701           smaller than the 'penalty' we subtract if there's not a clean
11702           mp3 header sync at offset 0.
11703
11704 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * docs/libs/gst-plugins-base-libs-sections.txt:
11707           Add some new symbols to the docs
11708
11709 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11710
11711         * tests/check/Makefile.am:
11712         * tests/check/elements/ffmpegcolorspace.c:
11713         (ffmpegcolorspace_suite):
11714           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11715           (for now not for valgrinding though, since it takes too long).
11716
11717 2006-11-20  Wim Taymans  <wim@fluendo.com>
11718
11719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11720         (gst_ffmpeg_pixfmt_to_caps):
11721         Fix RGBA32 caps. Fixes #357038.
11722
11723 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * gst-libs/gst/interfaces/mixertrack.h:
11726           Add FIXME so we can add some padding here in 0.11
11727
11728 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11731           Fix GstBaseRTPAudioPayload structure so the whole GObject
11732           inheritance business actually works (parent class instance structure
11733           must always come first in the derived class instance structure).
11734
11735 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * gst/videotestsrc/Makefile.am:
11738         * tests/check/Makefile.am:
11739           Make sure our checks and the videotestsrc plugin link against the
11740           local uninstalled gst libs and not any installed gst libs that
11741           might happen to exist as well.
11742
11743         * tests/check/elements/adder.c: (message_received),
11744         (test_event_message_received), (test_play_twice_message_received):
11745         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11746           Fix compiler warnings when compiling against core with disabled
11747           debugging system.
11748
11749 2006-11-16  Michael Smith  <msmith@fluendo.com>
11750
11751         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11752         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11753           Fix audiorate, so that it accurately sets offsets and timestamps.
11754           Doesn't change the fundamental algorithmic decisions; so should be
11755           safe.
11756
11757         * tests/check/Makefile.am:
11758           Enable audiorate test now that it passes.
11759
11760 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11761
11762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11763           clear xv when going to NULL, remove // commented non-existant proto
11764
11765         * tests/examples/seek/seek.c: (main):
11766           add missing tooltip description for scrub and play_scrub
11767
11768 2006-11-14  David Schleef  <ds@schleef.org>
11769
11770         * configure.ac:
11771           Bump liboil requirement to 0.3.8.
11772         * gst-libs/gst/riff/riff-media.c:
11773           Add Dirac fourcc.
11774         * gst/videoscale/vs_image.h:
11775         * gst/videoscale/vs_scanline.h:
11776           Use liboil's stdint.h.
11777         * gst/videotestsrc/videotestsrc.c:
11778           Remove liboil related ifdef's, since they aren't needed now, and
11779           won't work with future versions.
11780
11781 2006-11-14  David Schleef  <ds@schleef.org>
11782
11783         * gst/videoscale/Makefile.am:
11784         * gst/videoscale/gstvideoscale.c:
11785         * gst/videoscale/gstvideoscale.h:
11786         * gst/videoscale/vs_4tap.c:
11787         * gst/videoscale/vs_4tap.h:
11788         * gst/videoscale/vs_image.c:
11789         * gst/videoscale/vs_image.h:
11790         * gst/videoscale/vs_scanline.c:
11791         * gst/videoscale/vs_scanline.h:
11792           Add a 4-tap image scaler.  Theoretically looks much prettier.
11793           The tap calculation could use some improvement.
11794
11795 2006-11-14  Wim Taymans  <wim@fluendo.com>
11796
11797         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11798
11799         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11800         (gst_riff_parse_strf_iavs):
11801         * gst/subparse/gstsubparse.c: (convert_encoding):
11802         * gst/tcp/gstmultifdsink.c:
11803         (gst_multi_fd_sink_handle_client_write):
11804         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11805         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11806         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11807         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11808         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11809         (gst_ximagesink_ximage_new):
11810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11811         Various gsize and gssize printf fixes. Fixes #372507.
11812
11813 2006-11-13  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11816         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11817         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11818         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11819         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11820         * ext/vorbis/vorbisdec.h:
11821         First stab at vorbis reverse playback.
11822
11823 2006-11-13  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst-libs/gst/audio/gstbaseaudiosink.c:
11826         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11827         * gst-libs/gst/audio/gstbaseaudiosink.h:
11828         Make the clock sync code more accurate wrt resampling and playback
11829         at different rates.
11830         
11831         * gst-libs/gst/audio/gstringbuffer.c:
11832         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11833         * gst-libs/gst/audio/gstringbuffer.h:
11834         Use better algorithm to interpolate sample rates. 
11835
11836 2006-11-13  Michael Smith  <msmith@fluendo.com>
11837
11838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11839           Improve a debug line slightly.
11840
11841         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11842           Call gst_riff_init() in plugin_init, to avoid getting errors from
11843           the debug system (unrelated changes to another plugin made this turn
11844           up; not sure why).
11845
11846 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11849
11850         * win32/common/libgsttag.def:
11851           Add missing symbol (#366492).
11852
11853 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11856           Don't unref a NULL pad.
11857
11858 2006-11-09  Wim Taymans  <wim@fluendo.com>
11859
11860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11861         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11862         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11863         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11864         (gst_ogg_demux_loop):
11865         Implement first stab at reverse playback.
11866
11867 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11868
11869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11870         (gst_riff_create_video_template_caps):
11871           add h263/h264 variants to the caps, Fixes #363118
11872
11873 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11876         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11877           Use g_strerror instead of strerror so we get UTF-8.
11878
11879 2006-11-03  David Schleef  <ds@schleef.org>
11880
11881         * ext/ogg/gstoggdemux.c:
11882         * ext/ogg/gstoggmux.c:
11883           Add/remove KW-DIRAC header here, since it is ogg-specific.
11884
11885 2006-11-03  Michael Smith  <msmith@fluendo.com>
11886
11887         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11888           Recognise more mpeg4 elementary video streams.
11889
11890 2006-11-02  Edward Hervey  <edward@fluendo.com>
11891
11892         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11893         Lower the probability of mp3 typefinding functions if we don't find a
11894         valid mp3 header at the start of the file.
11895         Closes #369482
11896
11897 2006-11-02  Wim Taymans  <wim@fluendo.com>
11898
11899         * ext/theora/gsttheoradec.h:
11900         * ext/theora/theoradec.c: (gst_theora_dec_init),
11901         (theora_dec_sink_event), (theora_dec_chain_forward),
11902         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11903         (theora_dec_chain):
11904         Document and partially implement an algorithm for doing reverse playback
11905         of theora video.
11906
11907 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11910
11911         * win32/common/config.h:
11912         * win32/common/interfaces-enumtypes.c:
11913         * win32/common/libgsttag.def:
11914         * win32/vs8/gst-plugins-base.sln:
11915         * win32/vs8/libgstaudioresample.vcproj:
11916         * win32/vs8/libgstinterfaces.vcproj:
11917         * win32/vs8/libgstogg.vcproj:
11918         * win32/vs8/libgstriff.vcproj:
11919         * win32/vs8/libgsttag.vcproj:
11920         * win32/vs8/libgsttheora.vcproj:
11921         * win32/vs8/libgstvideoscale.vcproj:
11922         * win32/vs8/libgstvorbis.vcproj:
11923           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11924           to libgsttag.def; add missing dependencies for some vs8 projects;
11925           re-arrange placement of .def files in vs8 projects (#366334).
11926
11927 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * ext/ogg/gstogg.c:
11930           Remove unused variable.
11931
11932         * ext/ogg/gstoggdemux.c:
11933           Fix Wim's surname in plugin description.
11934
11935 2006-10-31  Wim Taymans  <wim@fluendo.com>
11936
11937         * gst-plugins-base.spec.in:
11938         spec new .h file. Fixes #368310.
11939
11940 2006-10-31  Michael Smith  <msmith@fluendo.com>
11941
11942         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11943         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11944         (gst_multi_fd_sink_get_stats),
11945         (gst_multi_fd_sink_remove_client_link),
11946         (gst_multi_fd_sink_queue_buffer),
11947         (gst_multi_fd_sink_handle_clients):
11948         * gst/tcp/gstmultifdsink.h:
11949           Make using the remove or clear signals threadsafe.
11950           Make calling get-stats with an invalid fd not segfault.
11951           Fixes 368273.
11952
11953 2006-10-31  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst-libs/gst/rtp/Makefile.am:
11956         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11957         (gst_base_rtp_audio_payload_init):
11958         Fix and activate base audio payloader.
11959
11960 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11963         (plugin_init):
11964           Add typefinder for QuickTime Image Files (see #366156).
11965
11966 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11969           Another typo fix (#366212).
11970
11971 2006-10-27  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst/volume/gstvolume.c: (volume_transform_ip):
11974         Use stream time to synchronize volume property instead of rather random
11975         timestamps. This is needed when gnonlin does its time shifting.
11976
11977 2006-10-27  Wim Taymans  <wim@fluendo.com>
11978
11979         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11980
11981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11982         Remove the pad from the element in release_pad. Fixes #364812.
11983
11984 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11988           Explicitly create our custom buffer classes at a thread-safe
11989           location as well, since g_type_class_ref() doesn't seem to be
11990           entirely thread-safe either (#365501; also see #349410).
11991
11992 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11995         (gst_riff_parse_info):
11996           If strings in INFO chunk are not UTF-8, do something similar to
11997           what we do for ID3v1 tags: check a number of environment variables
11998           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11999           character sets to try, otherwise try the current locale and/or fall
12000           back on ISO-8859-1. Fixes #360552.
12001
12002 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/videotestsrc/gstvideotestsrc.c:
12005         (gst_video_test_src_pattern_get_type),
12006         (gst_video_test_src_set_pattern):
12007         * gst/videotestsrc/gstvideotestsrc.h:
12008         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12009         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12010         (gst_video_test_src_checkers8):
12011         * gst/videotestsrc/videotestsrc.h:
12012           Add a bunch of exciting new checkers patterns.
12013
12014 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12015
12016         * gst/subparse/Makefile.am:
12017         * gst/subparse/gstsubparse.c:
12018         (gst_sub_parse_data_format_autodetect),
12019         (gst_sub_parse_format_autodetect), (handle_buffer),
12020         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12021         * gst/subparse/gstsubparse.h:
12022         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12023         (parse_tmplayer):
12024         * gst/subparse/tmplayerparse.h:
12025           Add support for TMPlayer-type subtitles (#362845).
12026
12027         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12028         (GST_START_TEST), (subparse_suite):
12029           Add some basic unit tests for the above.
12030
12031 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12032
12033         * tests/check/elements/audiorate.c: (test_injector_base_init),
12034         (test_injector_class_init), (test_injector_chain),
12035         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12036         (GST_START_TEST), (audiorate_suite):
12037           More tests for audiorate: inject buffers to check behaviour when
12038           buffers overlap.
12039
12040 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * tests/check/Makefile.am:
12043         * tests/check/elements/.cvsignore:
12044         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12045         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12046           Add some basic unit tests for audiorate. Disabled at the moment
12047           since it doesn't pass yet (see bug #363119).
12048
12049 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12052         (parse_subrip), (handle_buffer):
12053           Add missing closing tags for markup and fix broken markup,
12054           otherwise pango won't render anything (fixes #357531). Also,
12055           make sure the text we send out is always NUL-terminated
12056           (better safe than sorry etc.).
12057
12058         * tests/check/elements/subparse.c: (test_srt_do_test),
12059         (test_srt):
12060           Some more tests for .srt incl. tests for the above stuff.
12061
12062 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12063
12064         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12066         Patch by: Stefan Kost  <ensonic@users.sf.net>
12067         Try to redraw borders only when needed. Apparently this consumes
12068         resources on small devices... :-O (#363607)
12069
12070 2006-10-20  Michael Smith  <msmith@fluendo.com>
12071
12072         * gst/tcp/gstmultifdsink.c:
12073         (gst_multi_fd_sink_client_queue_buffer):
12074           If caps change, then update the client's idea of the caps so that we
12075           don't end up re-sending streamheaders for every single buffer after
12076           the caps change.
12077
12078 2006-10-20  Michael Smith  <msmith@fluendo.com>
12079
12080         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12081         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12082           Set caps on pushed buffers; fix up refcounting of caps objects.
12083
12084 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12085
12086         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12087         (plugin_init):
12088           Typefind mmsh header data packet to application/x-mmsh (#362625).
12089
12090 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * tests/check/Makefile.am:
12093         * tests/check/elements/.cvsignore:
12094         * tests/check/elements/subparse.c: (buffer_from_static_string),
12095         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12096         (GST_START_TEST), (subparse_suite):
12097           Add very simple unit test for subparse.
12098
12099 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12102         (parse_subrip):
12103           Strip trailing newlines from subtitle text output.
12104
12105 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12108         (gst_sub_parse_change_state):
12109           Fix memleak; clear subparse->textbuf n state change function.
12110
12111 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * gst/subparse/gstsubparse.c:
12114         (gst_sub_parse_data_format_autodetect):
12115           Don't require subrip (.srt) files to start with a chunk number of 1.
12116
12117 2006-10-18  Wim Taymans  <wim@fluendo.com>
12118
12119         * gst-libs/gst/audio/gstbaseaudiosink.c:
12120         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12121         * gst-libs/gst/audio/gstbaseaudiosink.h:
12122         Extract rate from the NEWSEGMENT event.
12123         Use commit_full to also take rate adjustment into account when writing
12124         samples to the ringbuffer.
12125         
12126         * gst-libs/gst/audio/gstringbuffer.c:
12127         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12128         (gst_ring_buffer_read):
12129         * gst-libs/gst/audio/gstringbuffer.h:
12130         Added _commit_full() to also take rate into account.
12131         Use simple interpolation algorithm to resample audio.
12132         API: gst_ring_buffer_commit_full()
12133
12134         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12135         * tests/examples/seek/seek.c: (segment_done):
12136         Don't try to seek with 0.0 rate, just pause instead.
12137         Remove bogus debug line.
12138
12139 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12142         (setup_source):
12143           Catch async errors when starting up the subtitle bin, so we can
12144           stop waiting and continue with the main film instead of hanging
12145           forever. Fixes #339366.
12146
12147         * tests/check/elements/playbin.c: (playbin_suite):
12148           Enable unit test for the above.
12149
12150 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * tests/check/Makefile.am:
12153         * tests/check/elements/.cvsignore:
12154         * tests/check/elements/playbin.c: (GST_START_TEST),
12155         (gst_red_video_src_uri_get_type),
12156         (gst_red_video_src_uri_get_protocols),
12157         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12158         (gst_red_video_src_uri_handler_init),
12159         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12160         (gst_red_video_src_create), (gst_red_video_src_class_init),
12161         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12162           Some small and basic unit tests for playbin; not very useful yet,
12163           but at least a start.
12164
12165 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/playback/gstplaybin.c: (setup_sinks):
12168           The old pad activation spiel.
12169
12170 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * gst/playback/gstplaybasebin.c: (setup_source):
12173           Don't hang forever if the subbin already fails to start up in 
12174           the state change to PAUSED (#339366).
12175
12176 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12179         (gst_tuner_set_channel), (gst_tuner_get_channel),
12180         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12181         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12182         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12183         (gst_tuner_find_channel_by_name):
12184           Fix some function guards, add some more function guards.
12185
12186 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12187
12188         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12189         (remove_element_chain):
12190         Don't return a pad from get_our_ghost_pad unless it is actually the
12191         one we want.
12192         Change a cast in remove_element_chain slightly.
12193
12194 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12195
12196         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12197         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12198         Segment seeking needs to use the rate and set stop to -1.
12199
12200 2006-10-13  Wim Taymans  <wim@fluendo.com>
12201
12202         * gst-libs/gst/audio/gstbaseaudiosink.c:
12203         (gst_base_audio_sink_setcaps):
12204         Don't crash when ringbuffer is not yet created.
12205         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12206         Fixes #361634.
12207
12208         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12209         * gst/playback/gststreamselector.c:
12210         (gst_stream_selector_request_new_pad):
12211         Activate pads befre adding them to running elements.
12212
12213 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12214
12215         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12216         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12217         updater when we start grabing the slider. Don't wait for the
12218         pipeline to be PAUSED.
12219
12220 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12223         (gst_mixer_set_volume), (gst_mixer_get_volume),
12224         (gst_mixer_set_mute), (gst_mixer_set_option),
12225         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12226         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12227         (gst_mixer_option_changed):
12228           Guard mixer interface functions against bogus arguments.
12229
12230 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12231
12232         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12233         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12234         (msg_state_changed), (main): Use state-changed messages to trigger
12235         start/stop of scale update timer. Indeed the scale slider was
12236         jumping here and there because the update timer was activated 
12237         before seek completed. This fixes instant applying of rate changes
12238         by pressing the spinbutton like a crazy man !
12239
12240 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12243
12244         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12245         (gst_basertppayload_finalize):
12246           Fix two small memory leaks (#361456).
12247
12248 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12249
12250         * tests/examples/seek/seek.c: (do_seek),
12251         (rate_spinbutton_changed_cb): When changing spinbutton we try
12252         to change the rate on the fly.
12253
12254 2006-10-10  Wim Taymans  <wim@fluendo.com>
12255
12256         * gst-libs/gst/riff/riff-ids.h:
12257         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12258         (gst_riff_create_audio_template_caps):
12259         Add WMS caps.
12260
12261 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12262
12263         Patch by: Josep Torra Valles <josep@fluendo.com>
12264
12265         * ext/gnomevfs/gstgnomevfssink.c:
12266         * ext/gnomevfs/gstgnomevfssrc.c:
12267         Fix URI interface implementation return type.
12268         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12269         Fix what looks like a copy/paste issue when assigning values.
12270         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12271         (gst_audio_filter_template_get_type):
12272         Cast to prevent Forte warnings.
12273         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12274         Fix URI interface implementation return type.
12275         gst_pad_query_position requires a signed integer pointer as
12276         3rd parameter, GstClockTime is unsigned.
12277         * gst/audioconvert/audioconvert.c:
12278         Fix integer overflow when treated as signed.
12279         * gst/audioresample/resample.c: (resample_add_input_data):
12280         Cast to prevent warnings on Forte.
12281         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12282         Fix integer overflow when treated as signed.
12283         * gst/ffmpegcolorspace/imgconvert_template.h:
12284         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12285         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12286         (cleanup_decodebin):
12287         Who initialises a guint to -1!
12288         Cast function pointers to prevent warnings on Forte.
12289         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12290         (queue_threshold_reached):
12291         Cast function pointers correctly to prevent warnings on Forte.
12292         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12293         Cast function pointers correctly to prevent warnings on Forte.
12294         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12295         Obvious change to unsigned, 0xEF > max signed char.
12296         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12297         GstClockTime is unsigned, initialise correctly.
12298         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12299         Cast so pointer arithemetic doesn't cause warnings on Forte.
12300         * gst/videorate/gstvideorate.c:
12301         Use correct return value.
12302         * tests/examples/seek/scrubby.c:
12303         GstClockTime is unsigned, initialise correctly.
12304
12305 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12306
12307         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12308
12309         * gst/typefind/gsttypefindfunctions.c:
12310           Recognise XML files and XML-like files shorter than 256 bytes as
12311           well (fixes #359237).
12312
12313 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12314
12315         Patch by: Renato Filho <renato.filho@indt.org.br>
12316         
12317         * gst/typefind/gsttypefindfunctions.c:
12318         Added typefind functions to video/x-nuv media.
12319         
12320 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * gst-libs/gst/interfaces/xoverlay.c:
12323         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12324           Some more guards against invalid input.
12325
12326 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12327
12328         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12329         Useless goto.
12330         * tests/examples/seek/seek.c: (do_seek),
12331         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12332         seek example to experiment with rates != 1.0 (reverse playback !)
12333
12334 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12335
12336         * gst-libs/gst/interfaces/xoverlay.c:
12337           Unref message in doc-example (spotted by Robert McQueen)
12338
12339 2006-10-06  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12342         (mpeg1_parse_header), (mpeg1_sys_type_find):
12343         printf fix.
12344
12345 2006-10-06  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12348         (close_pad_link):
12349         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12350         Activate dynamic pads before adding them to the element.
12351
12352 2006-10-06  Michael Smith  <msmith@fluendo.com>
12353
12354         * gst-libs/gst/floatcast/floatcast.h:
12355           Fix obviously-bogus macros; use the correct types.
12356
12357 2006-10-06  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12360         (gst_base_rtp_depayload_change_state):
12361         Also call parent state change function to activate pads.
12362
12363         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12364         (mpeg1_parse_header), (mpeg1_sys_type_find):
12365         Add some more debug info in mpeg typefinding.
12366
12367 2006-10-06  Michael Smith  <msmith@fluendo.com>
12368
12369         * ext/theora/theoradec.c: (theora_dec_chain):
12370           Zero byte theora packets are valid and well-defined; don't warn on
12371           them.
12372
12373 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12376         (gst_multi_fd_sink_get_stats), (find_limits),
12377         (gst_multi_fd_sink_queue_buffer):
12378           API: add dropped_buffers to the get-stats GValueArray
12379
12380 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * ext/alsa/gstalsadeviceprobe.c:
12383         (gst_alsa_device_property_probe_get_values):
12384         * ext/alsa/gstalsasink.c: (set_hwparams):
12385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12386         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12388         (gst_ogg_mux_process_best_pad):
12389         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12390         (gst_ogg_parse_chain):
12391         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12392         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12393         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12394         (gst_vorbis_enc_buffer_check_discontinuous):
12395         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12396         * gst-libs/gst/audio/gstbaseaudiosink.c:
12397         (gst_base_audio_sink_render):
12398         * gst-libs/gst/cdda/gstcddabasesrc.c:
12399         (gst_cdda_base_src_handle_track_seek):
12400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12401         (gst_base_rtp_depayload_push_full):
12402         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12403         * gst/audioresample/resample.c: (resample_input_pushthrough):
12404         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12405         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12406         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12407         (wavpack_type_find):
12408         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12409         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12410         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12411         * tests/check/elements/volume.c: (GST_START_TEST):
12412           Printf format fixes.
12413
12414 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12415
12416         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12417           Fix a simple mistake (see the docs)
12418           Fixes #359580
12419
12420 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12421
12422         * docs/plugins/Makefile.am:
12423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12425         * docs/plugins/gst-plugins-base-plugins.args:
12426         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12427         * docs/plugins/inspect/plugin-adder.xml:
12428         * docs/plugins/inspect/plugin-alsa.xml:
12429         * docs/plugins/inspect/plugin-audioconvert.xml:
12430         * docs/plugins/inspect/plugin-audiorate.xml:
12431         * docs/plugins/inspect/plugin-audioresample.xml:
12432         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12433         * docs/plugins/inspect/plugin-cdparanoia.xml:
12434         * docs/plugins/inspect/plugin-decodebin.xml:
12435         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12436         * docs/plugins/inspect/plugin-gdp.xml:
12437         * docs/plugins/inspect/plugin-gnomevfs.xml:
12438         * docs/plugins/inspect/plugin-libvisual.xml:
12439         * docs/plugins/inspect/plugin-ogg.xml:
12440         * docs/plugins/inspect/plugin-pango.xml:
12441         * docs/plugins/inspect/plugin-playbin.xml:
12442         * docs/plugins/inspect/plugin-subparse.xml:
12443         * docs/plugins/inspect/plugin-tcp.xml:
12444         * docs/plugins/inspect/plugin-theora.xml:
12445         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12446         * docs/plugins/inspect/plugin-video4linux.xml:
12447         * docs/plugins/inspect/plugin-videorate.xml:
12448         * docs/plugins/inspect/plugin-videoscale.xml:
12449         * docs/plugins/inspect/plugin-videotestsrc.xml:
12450         * docs/plugins/inspect/plugin-volume.xml:
12451         * docs/plugins/inspect/plugin-vorbis.xml:
12452         * docs/plugins/inspect/plugin-ximagesink.xml:
12453         * docs/plugins/inspect/plugin-xvimagesink.xml:
12454           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12455
12456 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12459
12460         * ext/vorbis/Makefile.am:
12461         * ext/vorbis/vorbis.c: (plugin_init):
12462         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12463         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12464         * ext/vorbis/vorbisparse.h:
12465         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12466         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12467         (gst_vorbis_tag_parse_packet):
12468         * ext/vorbis/vorbistag.h:
12469           Add new vorbistag element which derives from vorbisparse
12470           and is essentially the same as well, only that it implements
12471           the GstTagSetter interface and can modify the stream's
12472           vorbiscomment on the fly (#335635).
12473
12474         * tests/check/Makefile.am:
12475         * tests/check/elements/.cvsignore:
12476         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12477         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12478         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12479         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12480           Add unit test for new vorbistag element.
12481
12482 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12485         (vorbis_parse_push_headers), (vorbis_parse_chain):
12486           Set BOS flag in packet structure to fix 'jump depends
12487           on unitialized value' errors in valgrind; various minor
12488           clean-ups.
12489
12490 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12491
12492         * gst/playback/gstdecodebin.c: (close_pad_link):
12493         Fix typo in a debug statement.
12494
12495         * gst/playback/gstplaybasebin.c: (probe_triggered),
12496         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12497         (gen_source_element), (source_new_pad), (analyse_source),
12498         (setup_source):
12499         When handling no_more_pads in new_decoded_pad, make sure to treat
12500         subtitle pads correctly. Fixes playback with subtitle files.
12501
12502         Move a recurring message to LOG level.
12503
12504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12505         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12506         which ends up as -1 when cast to an int. Make the logic handle the
12507         max value as an unsigned mask and only change the colorkey when it's
12508         a value we recognise.
12509
12510 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12511
12512         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12513         Removed empty * between paragraphs
12514
12515 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12516
12517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12518         * gst-libs/gst/rtp/README:
12519         Moved some documentation into .c file
12520
12521 2006-09-29  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst/playback/gstdecodebin.c: (no_more_pads):
12524         Fix compilation.
12525
12526 2006-09-29  Wim Taymans  <wim@fluendo.com>
12527
12528         * gst/playback/gstdecodebin.c: (new_caps):
12529         Remove g_print
12530
12531         * gst/playback/gstplaybin.c:
12532         Add some docs.
12533
12534 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * tests/check/Makefile.am:
12537           Re-enable cddabasesrc test to see if it works again
12538           now.
12539
12540 2006-09-29  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12543         (gen_source_element):
12544         Handle invalid URIs a bit more gracefully.
12545
12546 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12547
12548         * tests/check/pipelines/oggmux.c:
12549           Remove obsolete comment.
12550
12551 2006-09-29  Michael Smith  <msmith@fluendo.com>
12552
12553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12554         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12555         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12556         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12557         (gst_ogg_mux_collected):
12558           Commit patch from James "Doc" Livingston, adds proper EOS handling
12559           in oggmux. GStreamer can, for the first time ever, create a valid
12560           Ogg file! Yay!
12561
12562         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12563         (oggmux_suite):
12564           Reenable tests now that they pass.
12565
12566 2006-09-29  Wim Taymans  <wim@fluendo.com>
12567
12568         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12569         Stop reading commands when EOF (we read 0) as well.
12570
12571 2006-09-28  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12574         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12575         (find_dynamic), (unlinked), (close_link):
12576         Implement delayed caps linking needed for element with a lot of
12577         different caps on the src pads that get fixed at runtime.
12578         Improve management of dynamic elements.
12579
12580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12581         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12582         (gen_preroll_element), (remove_groups), (unknown_type),
12583         (add_element_stream), (no_more_pads_full), (no_more_pads),
12584         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12585         (new_decoded_pad), (setup_subtitle), (array_has_value),
12586         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12587         (analyse_source), (remove_decoders), (make_decoder),
12588         (remove_source), (setup_source), (finish_source), (prepare_output),
12589         (gst_play_base_bin_change_state):
12590         * gst/playback/gstplaybasebin.h:
12591         Use more _CAST instead of full type checking casts.
12592         Small cleanups, plug some leaks.
12593         Handle dynamic sources.
12594         Add some helper functions to create lists of strings used for
12595         blacklisting and other stuff.
12596         Refactor some code dealing with analysing the source.
12597         Re-enable sources without pads (like cd:// or other selfcontained
12598         elements).
12599
12600 2006-09-28  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst-libs/gst/audio/gstbaseaudiosink.c:
12603         (gst_base_audio_sink_render):
12604         When we have a timestamp, we can still perform clipping.
12605         When we have no clock, we must play the sample ASAP.
12606
12607 2006-09-28  Wim Taymans  <wim@fluendo.com>
12608
12609         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12610         Set caps on outgoing buffers.
12611
12612         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12613         (gst_video_rate_event), (gst_video_rate_chain):
12614         * gst/videorate/gstvideorate.h:
12615         Fix videorate some more. Fixes #357977
12616
12617 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * tests/check/elements/adder.c: (adder_suite):
12620           Don't set timeout to 6 seconds when we're running
12621           in valgrind ... (and how is 6 seconds longer than
12622           the default anyway?)
12623
12624 2006-09-28  Wim Taymans  <wim@fluendo.com>
12625
12626         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12627         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12628         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12629         Keep sink and src segment to keep track of time and support more
12630         input formats.
12631         Fix bogus next_offset and run_time calculation, don't understand how
12632         this could have worked before. Fixes #357976.
12633         Remove some unneeded vars.
12634
12635 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12636
12637         * gst/playback/gstplaybin.c: (remove_sinks):
12638           Only remove visualisation from visbin if there is a visbin (or:
12639           don't throw warnings when closing totem without playing a file).
12640
12641 2006-09-27  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst-libs/gst/audio/gstbaseaudiosink.c:
12644         (gst_base_audio_sink_render):
12645         Add some more info in a WARNING.
12646
12647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12648         (gst_base_audio_src_create):
12649         Handle PAUSE in create function, use new -core addition to
12650         wait for playing. Fixes pausing and resuming capture from an
12651         audiosrc.
12652
12653         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12654         (gst_ring_buffer_read):
12655         Constify some more.
12656         Caller supports interrupted reads now.
12657
12658 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12659
12660         * tests/check/Makefile.am:
12661           Another attempt to make the gen64 buildbot happy.
12662
12663 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12664
12665         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12666
12667         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12668         (gst_visual_chain), (gst_visual_change_state):
12669           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12670           correctly. Fixes #357800
12671
12672 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12673
12674         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12675           Add timeout to _get_state() so we see which pipeline it is
12676           that causes trouble on the gen64 build bot.
12677
12678 2006-09-27  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12681         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12682         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12683         (gst_base_rtp_depayload_set_gst_timestamp):
12684         the source pad always uses fixed caps.
12685
12686 2006-09-27  Wim Taymans  <wim@fluendo.com>
12687
12688         * docs/libs/gst-plugins-base-libs-docs.sgml:
12689         * docs/libs/gst-plugins-base-libs-sections.txt:
12690         * gst-libs/gst/audio/gstaudioclock.c:
12691         * gst-libs/gst/audio/gstaudioclock.h:
12692         * gst-libs/gst/audio/gstaudiosink.c:
12693         * gst-libs/gst/audio/gstaudiosink.h:
12694         * gst-libs/gst/audio/gstaudiosrc.c:
12695         * gst-libs/gst/audio/gstbaseaudiosink.c:
12696         (gst_base_audio_sink_render):
12697         * gst-libs/gst/audio/gstbaseaudiosink.h:
12698         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12699         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12700         * gst-libs/gst/audio/gstringbuffer.h:
12701         Added docs for the audio libs.
12702
12703 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * tests/check/Makefile.am:
12706           Temporarily disable test that fails on the bots for unknown reasons.
12707
12708 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12709
12710         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12711         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12712         Moved AudioCodecType into priv
12713         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12714
12715 2006-09-25  Wim Taymans  <wim@fluendo.com>
12716
12717         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12718         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12719         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12720         (new_pad):
12721         Cleanups and small leak fixes.
12722         Added Depayloaders to valid list of autopluggable elements.
12723
12724 2006-09-25  Wim Taymans  <wim@fluendo.com>
12725
12726         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12727         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12728         (gen_video_element), (gen_text_element), (gen_audio_element),
12729         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12730         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12731         Detect NO_PREROLL state change returns and disable clock distribution to
12732         the sinks so that sync is disabled.
12733         Avoid some type checking and do simple casts instead.
12734         Small cleanups, fix some FIXMEs.
12735         Be more robust when linking user specified elements, catch an report
12736         errors. Fixes #357404.
12737         Fix some leaks in the error paths.
12738
12739 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12740
12741         * ChangeLog:
12742           ChangeLog surgery for missing bug-number
12743
12744 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12745
12746         Patch by: Peter Kjellerstedt  <pkj at axis com>
12747
12748         * gst/playback/test.c:
12749           Fix compilation with uClibc and -Werror (#357591).
12750
12751 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12752
12753         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12754           Parse dates that are followed by a time as well (#357532).
12755
12756         * tests/check/libs/tag.c: (test_vorbis_tags):
12757           Add unit test for this.
12758
12759 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12762         (gst_audio_convert_transform_caps):
12763         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12764         * gst/videotestsrc/videotestsrc.h:
12765           A few array const-ifications.
12766
12767 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12768
12769         * tests/check/Makefile.am:
12770           See if this makes the build bots happy.
12771
12772         * tests/check/libs/cddabasesrc.c:
12773           UTF8-ise my name.
12774
12775 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12778
12779         * gst/subparse/samiparse.c: (handle_start_font),
12780         (fix_invalid_entities):
12781           More case-insensitivity for certain tags; recognise entities with
12782           decimal codes as special entities as well (#357330).
12783
12784 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * gst-libs/gst/Makefile.am:
12787           Need to build tag directory before cdda.
12788
12789 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * docs/libs/gst-plugins-base-libs-sections.txt:
12792         * gst-libs/gst/cdda/Makefile.am:
12793         * gst-libs/gst/cdda/gstcddabasesrc.c:
12794         (gst_cdda_base_src_base_init):
12795         * gst-libs/gst/cdda/gstcddabasesrc.h:
12796         * gst-libs/gst/tag/tag.h:
12797         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12798         (gst_tag_register_musicbrainz_tags):
12799           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12800           depend on libgsttag. This is required so we can extract/read tags like
12801           DISCID without depending on libgstcddabasesrc (which used to register
12802           them).
12803
12804         * gst-libs/gst/tag/gstvorbistag.c:
12805           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12806           tags (also see #347848).
12807
12808         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12809           Log vorbis comments we are actually writing. Const-ify array.
12810
12811 2006-09-23  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12814         Improve buffering a bit by avoiding a deadlock because we cannot assume
12815         the underrun is always called.
12816
12817 2006-09-23  Wim Taymans  <wim@fluendo.com>
12818
12819         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12820
12821         * gst-libs/gst/riff/riff-ids.h:
12822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12823         (gst_riff_create_audio_template_caps):
12824         Added MPEG-4 AAC and id and caps. Fixes #357289
12825         Added WMA9 Lossless id.
12826
12827 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         * ext/gnomevfs/gstgnomevfssrc.c:
12830           Fix misleading docs addition.
12831
12832         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12833           Get rid of compiler warning the right way.
12834
12835 2006-09-22  Wim Taymans  <wim@fluendo.com>
12836
12837         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12838         (gst_base_rtp_depayload_finalize),
12839         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12840         (gst_base_rtp_depayload_push_full),
12841         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12842         (gst_base_rtp_depayload_process),
12843         (gst_base_rtp_depayload_set_gst_timestamp),
12844         (gst_base_rtp_depayload_queue_release):
12845         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12846         Small cleanups.
12847         Fix some leaks.
12848         Refactored the process method and added methods to push from the process
12849         vmethod.
12850         Use _scale functions.
12851         API: gst_base_rtp_depayload_push_ts
12852         API: gst_base_rtp_depayload_push
12853
12854         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12855         timestamps are uint.
12856
12857 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12858
12859         * gst-libs/gst/interfaces/xoverlay.c:
12860           Remove unused statement from doc example.
12861
12862 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12863
12864         * gst-libs/gst/interfaces/videoorientation.c:
12865         (gst_video_orientation_iface_init),
12866         (gst_video_orientation_get_hflip),
12867         (gst_video_orientation_get_vflip),
12868         (gst_video_orientation_get_hcenter),
12869         (gst_video_orientation_get_vcenter),
12870         (gst_video_orientation_set_hflip),
12871         (gst_video_orientation_set_vflip),
12872         (gst_video_orientation_set_hcenter),
12873         (gst_video_orientation_set_vcenter):
12874           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12875           in ChangeLog)
12876
12877 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * tests/check/Makefile.am:
12880         * tests/check/elements/.cvsignore:
12881         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12882         (create_rgb_conversions), (rgb_conversion_free),
12883         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12884         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12885           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12886           but disable for now since it doesn't pass (something wrong with
12887           RGBA somewhere).
12888
12889 2006-09-21  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/playback/gstplaybasebin.c: (group_commit),
12892         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12893         (queue_out_of_data), (gen_preroll_element),
12894         (preroll_remove_overrun), (probe_triggered):
12895         Refactor handling of overrun detection.
12896         Separate handling of group completion and deadlock detection when doing
12897         network buffering. This should fix some deadlocks that were not detected
12898         because the group was completed.
12899         Add more comments, improve debugging.
12900
12901 2006-09-21  Wim Taymans  <wim@fluendo.com>
12902
12903         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12904         * tests/check/libs/audio.c:
12905         Some more compilation fixes.
12906
12907 2006-09-21  Wim Taymans  <wim@fluendo.com>
12908
12909         * gst-libs/gst/audio/gstringbuffer.c:
12910         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12911         (gst_ring_buffer_read):
12912         Early morning compilation fix.
12913
12914 2006-09-20  Wim Taymans  <wim@fluendo.com>
12915
12916         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12917         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12918         * tests/check/elements/videorate.c: (GST_START_TEST):
12919         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12920         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12921         Fix some warnings.
12922
12923 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12924
12925         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12926         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12927         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12928           Handcrafted merge to help CVS understanding what I changed and what
12929           not.
12930
12931 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12932
12933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12934         (gst_xvimagesink_get_times):
12935           change colorkey behaviour back according to #354773 comment 6/7
12936
12937 2006-09-19  Michael Smith  <msmith@fluendo.com>
12938
12939         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12940         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12941         (gst_multi_fd_sink_recover_client),
12942         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12943         (gst_multi_fd_sink_get_property):
12944         * gst/tcp/gstmultifdsink.h:
12945           Implement stubbed out properties unit-type, units-soft-max,
12946           units-max, to allow specifying maximum sizes in units other than
12947           buffers.
12948           Fixes #355935
12949
12950 2006-09-19  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12953         (gst_riff_create_audio_template_caps):
12954         Reorder the audio formats a bit for clarity.
12955         Detect and create caps for MSGSM and MSN (WAV49).
12956         Fixes #356596.
12957
12958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12959         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12960         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12961         Small cleanups, move error handling out of normal flow for clarity.
12962
12963 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * docs/libs/gst-plugins-base-libs-docs.sgml:
12966         * docs/libs/gst-plugins-base-libs.types:
12967         * gst-libs/gst/interfaces/Makefile.am:
12968         * gst-libs/gst/interfaces/videoorientation.c:
12969         (gst_video_orientation_get_type),
12970         (gst_video_orientation_iface_init),
12971         (gst_video_orientation_get_hflip),
12972         (gst_video_orientation_get_vflip),
12973         (gst_video_orientation_get_hcenter),
12974         (gst_video_orientation_get_vcenter),
12975         (gst_video_orientation_set_hflip),
12976         (gst_video_orientation_set_vflip),
12977         (gst_video_orientation_set_hcenter),
12978         (gst_video_orientation_set_vcenter):
12979         * gst-libs/gst/interfaces/videoorientation.h:
12980           API: Add new interface to control video orientation (fixes #354908)
12981
12982 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12983
12984         * gst/videotestsrc/gstvideotestsrc.c:
12985           Use G_UNLIKELY in _create and log one more detail.
12986           
12987         (gst_video_test_src_get_times), (gst_video_test_src_create):
12988         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12989           Use gst_util_uint64_scale_int in _get_times().
12990
12991 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12994           Give better warning message (add object and detail).
12995
12996 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12997
12998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12999         (gst_xvimagesink_get_times):
13000           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13001           #354773), use gst_util_uint64_scale_int in _get_times()
13002
13003 2006-09-18  Michael Smith  <msmith@fluendo.com>
13004
13005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13006           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13007           always true, leading to dropping all timestamps.
13008
13009 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13010
13011         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13012         (gst_visual_chain), (gst_visual_change_state):
13013           update to work also with libvisual 0.4 API, fix double unref (#355914)
13014           
13015         * tools/gst-launch-ext.1.in:
13016         * tools/gst-visualise.1.in:
13017           remove references to old man-pages
13018
13019         * tests/examples/seek/seek.c: (main):
13020           add real meadi-buttons, add tool-tips for the seek-options, arrange
13021           seek options in a table
13022
13023 2006-09-18  Michael Smith  <msmith@fluendo.com>
13024
13025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13026         (gst_ogg_mux_push_buffer):
13027           Don't generate out-of-order timestamps from oggmux, instead clamp
13028           output timestamps to be >= the previously output ts.
13029           Fixes #355595
13030
13031 2006-09-18  Michael Smith  <msmith@fluendo.com>
13032
13033         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13034         (gst_multi_fd_sink_class_init):
13035           Updates, fixes, and typo corrections for multifdsink. No functional
13036           changes.
13037
13038 2006-09-17  Michael Smith  <msmith@fluendo.com>
13039
13040         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13041           Don't crash on truncated files - check that we got an 8 byte buffer
13042           before trying to memcmp it.
13043
13044 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * gst/playback/gstplaybasebin.c: (get_active_source):
13047           Make stream-switching appear instant to the application
13048           (ie. make sure that a g_object_get on 'current-foo' returns
13049           the stream previously set with g_object_set(). Totem needs
13050           this to update stream-related meta-info (like audio-codec)
13051           correctly when switching streams.
13052
13053 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13056         (gst_alsa_mixer_ensure_track_list):
13057           Try harder to guess which mixer track is the master mixer
13058           track (instead of just taking the first one that has a pvolume).
13059           Fixes #342228.
13060
13061 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13062
13063         reviewed by: <delete if not using a buddy>
13064
13065         * gst-libs/gst/audio/audio.h:
13066         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13067
13068 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13069
13070         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13071         (gst_audio_convert_transform_caps):
13072           Get structure-name just once.
13073
13074 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13075
13076         * tests/check/elements/audioresample.c: (GST_START_TEST):
13077         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13078         * tests/check/elements/volume.c: (GST_START_TEST):
13079         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13080         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13081         (test_pipeline), (GST_START_TEST):
13082         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13083         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13084           Fix big batch of compiler warnings.
13085
13086 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13087
13088         * ext/gnomevfs/gstgnomevfssrc.c:
13089           Add docs about icydemux usage in connection with gnomevfssrc
13090
13091         * ext/libvisual/visual.c:
13092         * ext/ogg/gstoggaviparse.c:
13093         * ext/ogg/gstoggdemux.c:
13094         * ext/ogg/gstoggmux.c:
13095         * ext/ogg/gstoggparse.c:
13096         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13097         * gst-libs/gst/audio/gstaudiosink.c:
13098         * gst-libs/gst/audio/gstaudiosrc.c:
13099         * gst/audiorate/gstaudiorate.c:
13100           More G_OBJECT macro fixing.
13101
13102         * gst/audiotestsrc/gstaudiotestsrc.h:
13103           Fix wrong info in header due to copy & paste
13104
13105 2006-09-15  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst-libs/gst/audio/gstbaseaudiosink.c:
13108         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13109         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13110         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13111         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13112         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13113         Do the delay calculation in the source/sink base classes as this is
13114         specific for the capture/playback mode.
13115         Try to fixate a bit better, like round depth up to a multiple of 8
13116         bigger than width.
13117         Handle underruns correctly by marking DISCONT on buffers and adjusting
13118         timestamps to handle the gap.
13119         Set offset/offset_end correctly on buffers.
13120
13121         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13122         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13123         (gst_ring_buffer_read):
13124         Remove resync and underrun recovery from the ringbuffer.
13125         Fix ringbuffer read code on under/overrun.
13126
13127 2006-09-15  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13130         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13131         (queue_threshold_reached), (gst_play_base_bin_set_property),
13132         (gst_play_base_bin_get_property):
13133         * gst/playback/gstplaybasebin.h:
13134         Don't use a 0 low watermark when buffering, it is catching starvation
13135         way too late. Instead, use a 3 second queue with 30 and 95
13136         percent low/high watermarks. 
13137         Added queue-min-threshold property to configure low watermark.
13138         Use new _buffering message API.
13139         Make queue_threshold variable big enough to store a uint64 time value.
13140         API: playbin::queue-min-threshold property.
13141
13142 2006-09-15  Wim Taymans  <wim@fluendo.com>
13143
13144         * configure.ac:
13145         We require 0.10.10.1 now because of _wait_preroll().
13146
13147         * gst-libs/gst/audio/gstbaseaudiosink.c:
13148         (gst_base_audio_sink_render):
13149         Use gst_base_sink_wait_preroll().
13150
13151 2006-09-15  Wim Taymans  <wim@fluendo.com>
13152
13153         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13154         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13155         Use DEBUG_OBJECT more.
13156
13157 === release 0.10.10 ===
13158
13159 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13160
13161         patch by: Michael Smith <msmith at fluendo dot com>
13162
13163         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13164         (gst_multi_fd_sink_client_queue_buffer),
13165         (gst_multi_fd_sink_new_client):
13166         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13167         (multifdsink_suite):
13168           Fix implementation of sync-method 'next-keyframe'
13169           Closes #354594
13170
13171 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13172
13173         patch by: Wim Taymans <wim at fluendo dot com>
13174
13175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13176         This patch removes the RANDOM flag that was incorrectly introduced with
13177         revision 1.91.  Fixes #354590
13178
13179 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * tests/check/Makefile.am:
13182           Random variation in Makefile line to see if it makes the
13183           gen64-base-full bot any happier.
13184
13185 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13188           Disable test that fails at the moment (killed after timeout).
13189
13190 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13191
13192         Patch by: James Livingston  <doclivingston at gmail.com>
13193
13194         * tests/check/Makefile.am:
13195         * tests/check/pipelines/.cvsignore:
13196         * tests/check/pipelines/oggmux.c: (get_page_codec),
13197         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13198         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13199         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13200         (test_theora_vorbis), (oggmux_suite):
13201           Add simple unit test for oggmux from #337026 with checking for the
13202           EOS flags disabled for the time being.
13203
13204 2006-09-04  Wim Taymans  <wim@fluendo.com>
13205
13206         patch by: Alessandro Dessina <alessandro nnva org>
13207
13208         * ext/ogg/gstoggmux.c:
13209         Add cmml caps to oggmux. Fixes #353912
13210
13211 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13214           Returning a return value often helps. In this case, we
13215           don't need the return value anyway, so just get rid of it.
13216           Should make build bots much happier.
13217
13218 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13221         (paint_get_structure), (gst_video_test_src_get_size),
13222         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13223         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13224         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13225         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13226         * gst/videotestsrc/videotestsrc.h:
13227           Add support for AYUV and the various RGBA formats. Initialise
13228           fields of paintinfo structs allocated on the stack.
13229
13230         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13231         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13232         (check_rgb_buf), (videotestsrc_suite):
13233           Add unit tests for videotestsrc's RGB output.
13234
13235 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13236
13237         * gst/videotestsrc/gstvideotestsrc.c:
13238         (gst_video_test_src_pattern_get_type),
13239         (gst_video_test_src_set_pattern):
13240         * gst/videotestsrc/gstvideotestsrc.h:
13241         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13242         (gst_video_test_src_black), (gst_video_test_src_white),
13243         (gst_video_test_src_red), (gst_video_test_src_green),
13244         (gst_video_test_src_blue):
13245         * gst/videotestsrc/videotestsrc.h:
13246           Add more uni-colour patterns ("white", "red", "green", and "blue").
13247
13248 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13251           Fix stride for YVYU, should be word-aligned (#353658).
13252
13253 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * gst/adder/gstadder.c: (gst_adder_src_event):
13256           Fix build.
13257
13258 2006-08-31  Edward Hervey  <edward@fluendo.com>
13259
13260         * gst/adder/gstadder.c: (forward_event_func),
13261         (gst_adder_src_event), (gst_adder_collected),
13262         (gst_adder_change_state):
13263         * gst/adder/gstadder.h:
13264         Remember the start position asked in the incoming seeks, so we can
13265         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13266         of assuming it will always be 0).
13267
13268 2006-08-31  Edward Hervey  <edward@fluendo.com>
13269
13270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13271         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13272         (gst_ogg_demux_loop):
13273         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13274
13275 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13278         (gst_ffmpegcsp_get_unit_size):
13279           Return FALSE instead of returning a random false unit
13280           size when the format isn't known/supported (even if
13281           this shouldn't happen under normal circumstances).
13282
13283 2006-08-29  Wim Taymans  <wim@fluendo.com>
13284
13285         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13288         (gst_gnome_vfs_src_start):
13289         Try harder to get the size from a uri by using _info_uri() when
13290         _info_from_handle() does not give us enough info. 
13291         Also follow symlinks when getting the size.
13292         Partially Fixes #332864.
13293
13294 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13297
13298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13299         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13300         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13301         (gst_alsa_mixer_set_record):
13302         * ext/alsa/gstalsamixertrack.c:
13303         (gst_alsa_mixer_track_update_alsa_capabilities),
13304         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13305         (gst_alsa_mixer_track_update):
13306         * ext/alsa/gstalsamixertrack.h:
13307           Improve and fix mixer track handling, in particular better handling
13308           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13309           separate track objects for tracks that have both capture and playback
13310           volume (and label them differently as well so they're not mistakenly
13311           assumed to be duplicates); classify mixer tracks that only affect
13312           the audible volume of something (rather than the capture volume)
13313           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13314           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13315           (following the meaning documented in the mixer interface header
13316           file); add support for alsa's exclusive cswitch groups; update/sync
13317           state/flags better if mixer settings are changed by another
13318           application. Fixes #336075.
13319
13320 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * gst/playback/gstplaybin.c:
13323           Improve docs: add section about BUFFERING messages sent by playbin.
13324
13325 2006-08-29  Michael Smith  <msmith@fluendo.com>
13326
13327         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13328         (gst_vorbis_enc_buffer_check_discontinuous),
13329         (gst_vorbis_enc_chain):
13330           Ignore explicit DISCONT marked on buffers (which is often spurious,
13331           particularly when using multiple segments), in favour of solely
13332           using the timestamps/durations.
13333
13334 2006-08-29  Edward Hervey  <edward@fluendo.com>
13335
13336         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13337         Don't rely on incoming buffers offset anymore, since it is completely
13338         broken when using multiple segments.
13339         Instead convert the incoming buffers timestamp to running time, and
13340         then convert that value to the offsets.
13341         Also inform GstSegment of the last outputted stop position, which is
13342         needed if we received several segments with an unknown stop value.
13343
13344 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13345
13346         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13347           fix buffer unreffing on a header push failure
13348
13349 2006-08-28  Wim Taymans  <wim@fluendo.com>
13350
13351         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13352         (gst_audio_rate_chain):
13353         Make the metadata of the buffer writable before changing its
13354         flags.
13355
13356 2006-08-28  Wim Taymans  <wim@fluendo.com>
13357
13358         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13359         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13360         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13361         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13362         Fix audiorate some more.
13363         Reset and resync counters on flush and READY.
13364         Handle the DISCONT flag correctly.
13365         Use GstSegment to track position.
13366         Fail when not negotiated.
13367         Fixes #353234.
13368
13369 2006-08-25  Michael Smith  <msmith@fluendo.com>
13370
13371         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13372           Fix spelling.
13373           Remove accidently included debug line.
13374
13375 2006-08-25  Wim Taymans  <wim@fluendo.com>
13376
13377         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13378         Small cleanups.
13379         If a buffer is received with no caps, make the buffer metadata
13380         writable and set the caps, making sure that we don't screw up the
13381         refcounts.
13382
13383 2006-08-25  Michael Smith  <msmith@fluendo.com>
13384
13385         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13386         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13387           Fix memory leaks and misleading debug messages, add a couple of
13388           comments.
13389
13390         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13391         (gst_multi_fd_sink_render):
13392           Do not use gst_buffer_make_writable() in a basesink render method,
13393           as it may incorrectly unref the buffer. Instead, use convoluted
13394           dance to avoid copying the buffer except when we need to.
13395
13396 2006-08-25  Michael Smith  <msmith@fluendo.com>
13397
13398         * ext/vorbis/vorbisenc.c:
13399         (gst_vorbis_enc_buffer_check_discontinuous):
13400           Allow very small discontinuities in the timestamps. These we can't
13401           do anything useful with anyway (because vorbis's timestamps have
13402           only sample granularity), and are commonly produced by elements with
13403           minor bugs. Allow up to 1/2 a sample out.
13404           Fixes #351742.
13405
13406 2006-08-24  Wim Taymans  <wim@fluendo.com>
13407
13408         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13409         (play_scrub_toggle_cb), (main):
13410         Add a checkbox to enable play scrubbing. Makes it possible to disable
13411         normal scrubbing.
13412
13413 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13414
13415         * tests/check/elements/.cvsignore:
13416           make buildbot happy
13417
13418 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13421         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13422         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13423         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13424         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13425         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13426         (gst_ogm_text_parse_strip_trailing_zeroes),
13427         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13428         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13429           Refactor ogm parse, do better input checking, misc. clean-ups.
13430           Cache incoming events and push them once the source pad has
13431           been created. Don't pass unterminated strings to sscanf().
13432           Strip trailing zeroes from subtitle text output, since they
13433           are not valid UTF-8. Don't push vorbiscomment packets on
13434           the subtitle text pad. Output perfect streams if possible.
13435
13436 2006-08-23  Wim Taymans  <wim@fluendo.com>
13437
13438         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13439         Waits for tasks to settle down so that we clean up correctly for 
13440         valgrind.
13441
13442 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13443
13444         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13445           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13446           actually return return value in taglists_are_equal.
13447
13448 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13451           Fix crash due to broken bitstream parsing on x86-64: can't make
13452           any assumptions about sizeof(struct) due to alignment/packing
13453           differences on different architectures. Fixes #351790.
13454
13455 2006-08-22  Wim Taymans  <wim@fluendo.com>
13456
13457         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13458         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13459         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13460         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13461         (gst_riff_parse_info):
13462         Protect public functions against bad input.
13463         Do some cleanups.
13464         Fix documentation.
13465
13466 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * gst-libs/gst/riff/riff-ids.h:
13469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13470           Add voxware audio IDs (even if we can't play it) (#351795).
13471
13472 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * gst-libs/gst/riff/riff-media.c:
13475         (gst_riff_create_video_template_caps),
13476         (gst_riff_create_audio_template_caps),
13477         (gst_riff_create_iavs_template_caps):
13478           Const-ify some arrays and use G_N_ELEMENTS instead
13479           of wasting oodles of RAM on terminator bits.
13480
13481 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * gst-libs/gst/tag/gstvorbistag.c:
13484         (gst_tag_list_to_vorbiscomment_buffer):
13485         * tests/check/libs/tag.c: (GST_START_TEST):
13486           And the same for _to_vorbiscomment_buffer(): allow
13487           id_data_len == 0 for speex.
13488
13489 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13490
13491         * configure.ac:
13492         * docs/plugins/Makefile.am:
13493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13495         * docs/plugins/inspect/plugin-gdp.xml:
13496         * gst/gdp/Makefile.am:
13497         * tests/check/Makefile.am:
13498           Move GDP plugin to -base from -bad.  Closes #347783.
13499
13500 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         * gst-libs/gst/tag/gstvorbistag.c:
13503         (gst_tag_list_from_vorbiscomment_buffer):
13504           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13505           Also add some checks to make sure we don't memcmp() beyond the end of
13506           vorbiscomment buffer if the ID to check for is larger than the buffer.
13507
13508         * tests/check/libs/tag.c: (GST_START_TEST):
13509           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13510
13511 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13514         (gst_vorbis_enc_set_metadata):
13515           Use vorbis comment utility functions from libgsttag
13516           instead of re-inventing the wheel (partially fixes #347091).
13517
13518 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13519
13520         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13521         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13522         as some that won't.
13523
13524 2006-08-21  Wim Taymans  <wim@fluendo.com>
13525
13526         * docs/libs/Makefile.am:
13527         * docs/libs/gst-plugins-base-libs-sections.txt:
13528         * docs/libs/gst-plugins-base-libs.types:
13529         Don't try to GObject scan the netbuffer as it's not a GObject.
13530         Fixes #351308.
13531
13532         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13533         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13534         Document GstNetBuffer.
13535
13536 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13537
13538         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13539         (audioconvert_suite):
13540           Add testcase for caps-size-explosion
13541
13542 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13543
13544         * gst/audioconvert/gstaudioconvert.c:
13545         (gst_audio_convert_get_unit_size), (set_structure_widths):
13546           Lower debug, use g_assert in _get_unit_size
13547
13548         * gst/audioresample/gstaudioresample.c:
13549         (audioresample_get_unit_size):
13550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13551         (gst_ffmpegcsp_get_unit_size):
13552         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13553           use g_assert in _get_unit_size
13554
13555 2006-08-18  Wim Taymans  <wim@fluendo.com>
13556
13557         * docs/libs/gst-plugins-base-libs-sections.txt:
13558         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13559         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13560         (gst_rtp_buffer_get_payload_buffer):
13561         * gst-libs/gst/rtp/gstrtpbuffer.h:
13562         Document GstRTPBuffer.
13563         Added function to efficiently strip payload headers.
13564         API: gst_rtp_buffer_get_payload_subbuffer()
13565
13566 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13569         (gst_tag_to_vorbis_comments):
13570           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13571           tags and deserialise them properly as well (#347091).
13572           Add some more gtk-doc blurbs and also some g_return_if_fail().
13573
13574         * tests/check/libs/tag.c: (GST_START_TEST),
13575         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13576           More tests.
13577
13578 2006-08-17  Wim Taymans  <wim@fluendo.com>
13579
13580         * ext/ogg/Makefile.am:
13581         * ext/ogg/gstogg.c: (plugin_init):
13582         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13583         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13584         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13585         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13586         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13587         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13588         Added ogg-in-avi parser element. Fixes #140139.
13589
13590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13591         Fixed a bug in oggdemux debug code.
13592
13593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13594         (gst_riff_create_audio_template_caps):
13595         Recognise Ogg in the AVI extensible wave format.
13596
13597 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13598
13599         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13600           Make buffer durations add up (duration should be next_ts-ts for
13601           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13602           from CVS.
13603
13604         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13605         (test_buffer_timestamps), (cddabasesrc_suite):
13606           Add unit test for the above.
13607
13608         * tests/check/Makefile.am:
13609           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13610           to see what happens.
13611
13612 2006-08-16  Wim Taymans  <wim@fluendo.com>
13613
13614         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13615         (gst_alsasink_open):
13616         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13617         (gst_alsasrc_open):
13618         Avoid setting and using a NULL device name.
13619         Print more info when we fail to open a device.
13620
13621 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13622
13623         * docs/libs/gst-plugins-base-libs-sections.txt:
13624         * gst-libs/gst/tag/tag.h:
13625         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13626           API: add gst_tag_parse_extended_comment() (#351426).
13627
13628         * tests/check/Makefile.am:
13629         * tests/check/libs/.cvsignore:
13630         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13631           Add unit test for gst_tag_parse_extended_comment().
13632
13633 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13637           Fix leak (#351502).
13638
13639 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13640
13641         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13643         * docs/plugins/gst-plugins-base-plugins.args:
13644         * gst/playback/gstplaybin.c:
13645           Document playbin.
13646           
13647         * docs/plugins/inspect/plugin-adder.xml:
13648         * docs/plugins/inspect/plugin-alsa.xml:
13649         * docs/plugins/inspect/plugin-audioconvert.xml:
13650         * docs/plugins/inspect/plugin-audiorate.xml:
13651         * docs/plugins/inspect/plugin-audioresample.xml:
13652         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13653         * docs/plugins/inspect/plugin-cdparanoia.xml:
13654         * docs/plugins/inspect/plugin-decodebin.xml:
13655         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13656         * docs/plugins/inspect/plugin-gnomevfs.xml:
13657         * docs/plugins/inspect/plugin-ogg.xml:
13658         * docs/plugins/inspect/plugin-pango.xml:
13659         * docs/plugins/inspect/plugin-playbin.xml:
13660         * docs/plugins/inspect/plugin-subparse.xml:
13661         * docs/plugins/inspect/plugin-tcp.xml:
13662         * docs/plugins/inspect/plugin-theora.xml:
13663         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13664         * docs/plugins/inspect/plugin-video4linux.xml:
13665         * docs/plugins/inspect/plugin-videorate.xml:
13666         * docs/plugins/inspect/plugin-videoscale.xml:
13667         * docs/plugins/inspect/plugin-videotestsrc.xml:
13668         * docs/plugins/inspect/plugin-volume.xml:
13669         * docs/plugins/inspect/plugin-vorbis.xml:
13670         * docs/plugins/inspect/plugin-ximagesink.xml:
13671         * docs/plugins/inspect/plugin-xvimagesink.xml:
13672           Update to CVS version.
13673
13674 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13677         (gst_play_bin_set_property), (gst_play_bin_get_property),
13678         (value_list_append_structure_list),
13679         (gst_play_bin_handle_redirect_message),
13680         (gst_play_bin_handle_message):
13681           API: GstPlayBin::connection-speed
13682           Add "connection-speed" property; re-order redirect messages with
13683           multiple redirect locations depending on the minimum bitrate if
13684           that information is available and a connection speed is set
13685           (#350399).
13686
13687 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         * gst/playback/gstplaybin.c:
13690           Update max volume to the same value that the volume element uses.
13691
13692 2006-08-14  Wim Taymans  <wim@fluendo.com>
13693
13694         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13695         Less uglyness..
13696
13697 2006-08-14  Wim Taymans  <wim@fluendo.com>
13698
13699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13700         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13701         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13702         Add some more debug info.
13703         Don't crash when a seek failed.
13704         Actually return the result of the seek instead of TRUE.
13705         Ignore multiple BOS pages with the same serial so that we don't create
13706         the same stream multiple times.
13707         Post an error when we fail to do the initial seek.
13708
13709 2006-08-13  Wim Taymans  <wim@fluendo.com>
13710
13711         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13712         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13713         Small code cleanup.
13714
13715         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13716         (gst_alsa_mixer_new):
13717         Remove hack that always set the device to hw:0*.
13718         Properly find the card name for whatever device was configured.
13719         Do some better debugging.
13720         Fixes #350784.
13721
13722         * ext/alsa/gstalsamixerelement.c:
13723         (gst_alsa_mixer_element_set_property),
13724         (gst_alsa_mixer_element_change_state):
13725         Cleanups.
13726         Handle setting of a NULL device name better.
13727
13728 2006-08-11  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/adder/gstadder.c:
13731         Don't clip float values. Fixes #350900.
13732
13733 2006-08-11  Andy Wingo  <wingo@pobox.com>
13734
13735         * gst/tcp/gsttcp.c: Really fix the build?
13736
13737         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13738         fixes the build.
13739
13740 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13743           Float caps shouldn't have a "signed" field.
13744
13745 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13746
13747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13748           Implement SEEKING query in its most basic form, so that we can
13749           at least check if we're seekable or not (#350655).
13750
13751 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13752
13753         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13754           The checks here are not even close to anything that would
13755           justify MAXIMUM probability, lowering to POSSIBLE until someone
13756           fixes the checks (case at hand: quicktime redirection files
13757           might start with 00 00 01 XX and pass the checks here just
13758           fine, see #350399).
13759
13760 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13761
13762         Patch by: Sjoerd Simons  <sjoerd at luon net>
13763
13764         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13765           Better detection for multipart/x-mixed-replace: accept leading
13766           whitespaces before the boundary marker as well (as our very own
13767           multipartmux used to produce) (#349068).
13768
13769 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         Patch by: Young-Ho Cha  <ganadist at chollian net>
13772
13773         * gst-libs/gst/riff/riff-ids.h:
13774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13775         (gst_riff_create_audio_template_caps):
13776           Detect DTS audio streams (#350157).
13777
13778 2006-08-05  Andy Wingo  <wingo@pobox.com>
13779
13780         * ext/theora/gsttheoraparse.h:
13781         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13782         (theora_parse_dispose, theora_parse_set_property)
13783         (theora_parse_get_property, theora_parse_munge_granulepos)
13784         (theora_parse_push_buffer, theora_parse_change_state):
13785         API: GstTheoraParse::synchronization-points
13786         Add a property 'synchronization-points' to fix badly synchronized oggs.
13787
13788 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13789
13790         * tests/check/Makefile.am:
13791         * tests/check/libs/.cvsignore:
13792         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13793         (fixed_caps_have_channel_positions), (GST_START_TEST),
13794         (audio_suite), (main):
13795           Add a few tests for the channel position stuff in libgstaudio.
13796
13797 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13800         (gst_alsa_detect_channels):
13801         * ext/alsa/gstalsasink.c:
13802           Add support for cards that (only) do more than 8 channels,
13803           like the Delta 44 (#345188).
13804
13805         * gst-libs/gst/audio/multichannel.c:
13806         (gst_audio_check_channel_positions):
13807         * gst-libs/gst/audio/multichannel.h:
13808           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13809           unspecified channel position and cannot be combined with any
13810           of the other audio channel positions; adjust position layout
13811           checks accordingly (#345188).
13812
13813 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13814
13815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13816           Recognise ancient RealAudio files (see #349779).
13817
13818 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         Patch by: Jens Granseuer  <jensgr at gmx net>
13821
13822         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13823           Add typefinder for Interplay's MVE format (#348973).
13824
13825 2006-08-02  Wim Taymans  <wim@fluendo.com>
13826
13827         Patch by: Marcel Moreaux <marcelm at luon dot net>
13828
13829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13830         (gst_base_rtp_depayload_add_to_queue):
13831         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13832         Handle RTP sequence number rollover.
13833         Disable jitterbuffer by default.
13834
13835 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13836
13837         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13838         (audioresample_set_caps):
13839         Don't leak references to the incoming caps. Clean them up when
13840         stopping.
13841
13842         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13843         (gst_video_scale_finalize):
13844         Don't leak our temporary pixel buffer.
13845
13846         * tests/check/Makefile.am:
13847         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13848         (GST_START_TEST), (simple_launch_lines_suite):
13849
13850         Fix leaks and re-enable the test for valgrind checking.
13851
13852 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         Patch by: Sjoerd Simons  <sjoerd at luon net>
13855
13856         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13857         (plugin_init):
13858           Add typefind function for multipart/x-mixed-replace (#348916).
13859
13860 2006-07-28  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst/adder/gstadder.c: (gst_adder_setcaps),
13863         (gst_adder_query_duration):
13864         Fix leak in duration query.
13865         Reflow some docs and notes.
13866
13867 2006-07-28  Michael Smith  <msmith@fluendo.com>
13868
13869         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13870         (vorbisenc_suite):
13871           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13872           aspect of it.
13873
13874 2006-07-28  Michael Smith  <msmith@fluendo.com>
13875
13876         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13877         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13878         (gst_vorbis_enc_push_buffer),
13879         (gst_vorbis_enc_buffer_check_discontinuous),
13880         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13881         * ext/vorbis/vorbisenc.h:
13882           Handle discontinuities in the input vorbis stream correctly,
13883           so that the output is properly timestamped (and has good granulepos
13884           values). Needs some oggmux fixes too.
13885
13886 2006-07-27  Wim Taymans  <wim@fluendo.com>
13887
13888         patch by: Kai Vehmanen <kv2004 eca cx>
13889
13890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13891         (gst_base_rtp_depayload_chain),
13892         (gst_base_rtp_depayload_handle_sink_event),
13893         (gst_base_rtp_depayload_change_state):
13894         Don't send multiple newsegments with different formats.
13895         Fixes #348677.
13896
13897 2006-07-26  Wim Taymans  <wim@fluendo.com>
13898
13899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13900         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13901         Make seeking in ogg more accurate again by doing the more correct
13902         granuletime to stream time conversion.
13903
13904 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13905
13906         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13907         (gst_multi_fd_sink_new_client):
13908           debug a little more understandably
13909           do not use goto as a substitute for break, especially if
13910           break is also being used
13911
13912 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13915         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13916           Remove GLib-2.6 compatibility cruft.
13917
13918 2006-07-24  Wim Taymans  <wim@fluendo.com>
13919
13920         * gst-libs/gst/audio/gstbaseaudiosink.c:
13921         (gst_base_audio_sink_render):
13922         Don't try to align a sample to an unknown value.
13923
13924 2006-07-24  Wim Taymans  <wim@fluendo.com>
13925
13926         * gst-libs/gst/audio/gstbaseaudiosink.c:
13927         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13928         When the audio clock is slaved to another clock, never try to align
13929         samples but trust the rate interpolation algorithm.
13930
13931 2006-07-24  Wim Taymans  <wim@fluendo.com>
13932
13933         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13934         Don't try to calculate silence samples, base class does this much
13935         better now.
13936
13937         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13938         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13939         (gst_ring_buffer_acquire):
13940         Calculate silence samples correctly.
13941
13942         * gst-libs/gst/audio/gstringbuffer.h:
13943         Add _CAST macro.
13944
13945 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13946
13947         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13948           Limit search for the first markup tag to the first few kB of
13949           the file. If we don't find one there, it's highly unlikely that
13950           this is an XML(-ish) file.
13951
13952 2006-07-21  Andy Wingo  <wingo@pobox.com>
13953
13954         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13955         test to the one in vorbisenc. Also commented out.
13956
13957         * tests/check/pipelines/vorbisenc.c: 
13958         (test_discontinuity): New test, commented out until Mike lands
13959         some elite vorbisenc patches.
13960
13961         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13962         Bufferstraw was actually factored out of these tests. Now we share
13963         code yay.
13964
13965         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13966         for bufferstraw addition to gstcheck.
13967
13968 2006-07-21  Wim Taymans  <wim@fluendo.com>
13969
13970         * ext/theora/theoradec.c: (clip_buffer):
13971         Better clipping.
13972
13973 2006-07-21  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13976         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13977         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13978         Fix leak.
13979         Avoid type casting when we can.
13980
13981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13982         Fix mem leak.
13983
13984 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13985
13986         * ext/alsa/gstalsamixerelement.c:
13987         (gst_alsa_mixer_element_change_state):
13988           Make state change fail if the specified device can't be opened
13989           for some reason.
13990
13991 2006-07-20  Wim Taymans  <wim@fluendo.com>
13992
13993         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13994         (cb_newpad), (main):
13995         Example of a small audio/video player using decodebin.
13996
13997 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13998
13999         * gst-libs/gst/riff/riff-ids.h:
14000           Add 'fact' chunk id
14001
14002 2006-07-19  Wim Taymans  <wim@fluendo.com>
14003
14004         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14005         (gst_base_rtp_depayload_chain),
14006         (gst_base_rtp_depayload_change_state):
14007         Don't assert when not negotiated but post a meaningfull 
14008         error message. Fixes #347918.
14009
14010         * gst-libs/gst/rtp/gstbasertppayload.c:
14011         Add comment about better default MTU size.
14012
14013         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14014         Small cleanups, start docs.
14015
14016 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14017
14018         Patch by: Martin Szulecki
14019
14020         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14021           If "device-name" is requested and the device is not
14022           open, try to temporarily open it to obtain this
14023           information (#342494).
14024
14025 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14026
14027         * gst-libs/gst/tag/gstid3tag.c:
14028           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14029
14030         * gst-libs/gst/tag/gsttageditingprivate.h:
14031         * gst-libs/gst/tag/gstvorbistag.c:
14032           Some more random const-ifications.
14033
14034 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14035
14036         * gst-libs/gst/riff/riff-ids.h:
14037         * gst-libs/gst/riff/riff-media.c:
14038         (gst_riff_create_video_template_caps):
14039           Add more FOURCCs (sort list to make stuff easier to find),
14040           add comment what those 16 bytes in struct _gst_riff_strh according to
14041           one avi-dumper are
14042
14043 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14044
14045         * gst-libs/gst/audio/multichannel.c:
14046         (gst_audio_check_channel_positions),
14047         (gst_audio_fixate_channel_positions):
14048           Const-ify two arrays.
14049
14050 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14051
14052         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14053           Fix typo, so that alsasink also advertises 8 channels
14054           if that's supported (tags: can, worms, open, alsa, ph34r).
14055
14056 2006-07-17  Wim Taymans  <wim@fluendo.com>
14057
14058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14059         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14060         *sigh*, when is the compiler going to warn when the comments
14061         are out-of-sync with the code.. Refix case of busted theora
14062         headers with 0 granule pos.
14063
14064 2006-07-14  Wim Taymans  <wim@fluendo.com>
14065
14066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14067         (gst_base_rtp_depayload_wait),
14068         (gst_base_rtp_depayload_change_state),
14069         (gst_base_rtp_depayload_set_property),
14070         (gst_base_rtp_depayload_get_property):
14071         Fix 99% cpu load by waiting for absolute times on the
14072         clock. Fixes #347300.
14073
14074 2006-07-14  Andy Wingo  <wingo@pobox.com>
14075
14076         * ext/theora/gsttheoraparse.h: 
14077         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14078         (theora_parse_push_headers, theora_parse_clear_queue)
14079         (theora_parse_drain_queue_prematurely, )
14080         (theora_parse_sink_event, theora_parse_change_state): Queue events
14081         until we initialized our state, like in vorbisparse.
14082
14083         * ext/vorbis/vorbisparse.h: 
14084         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14085         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14086         (vorbis_parse_drain_queue_prematurely, )
14087         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14088         until we have initialized our state. Fixes seeking after an
14089         initial pad block.
14090
14091 2006-07-14  Andy Wingo  <wingo@pobox.com>
14092
14093         Patch by: Iain Holmes <iaingnome@gmail.com>
14094         
14095         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14096
14097 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14098
14099         * configure.ac:
14100         Bump nano back to CVS
14101
14102 === release 0.10.9 ===
14103
14104 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14105
14106         * configure.ac:
14107           releasing 0.10.9, "I walk the line"
14108
14109 2006-07-14  Michael Smith  <msmith@fluendo.com>
14110
14111         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14112           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14113           (commonly happens when running this test under valgrind) when trying
14114           to remove the buffer probe.
14115
14116 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14117
14118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14119         Fix missing g_unlock from the previous commit
14120
14121 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14122
14123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14124         (gst_ximagesink_change_state):
14125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14126         (gst_xvimagesink_change_state):
14127         Implement a locking order to ensure we always take the object lock
14128         before the x_lock and never vice-versa.
14129
14130 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14131
14132         * gst/playback/gstdecodebin.c: (find_compatibles):
14133         Fix a caps leak when linking (#347304)
14134
14135         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14136         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14137         (gst_ximagesink_change_state):
14138         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14139         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14140         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14141         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14142         Don't leak shared memory resources. Use the object lock to protect
14143         against the xcontext disappearing while returning a buffer from the
14144         pipeline. (#347304)
14145
14146 2006-07-12  Edward Hervey  <edward@fluendo.com>
14147
14148         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14149         (vorbis_handle_comment_packet):
14150         gst_tag_list_merge() returns a new object. Take that into account when
14151         using it. This avoids memleak.
14152         Revert previous commit which is not needed.
14153
14154 2006-07-12  Edward Hervey  <edward@fluendo.com>
14155
14156         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14157         Reset the decoder in finalize so that all fields get cleared.
14158
14159 2006-07-12  Wim Taymans  <wim@fluendo.com>
14160
14161         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14162         (gst_base_audio_src_set_clock),
14163         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14164         Don't try to post an error message when setting the clock fails
14165         as this can happen when adding an element to a bin which will then
14166         deadlock. Fixes #347296.
14167
14168 2006-07-12  Edward Hervey  <edward@fluendo.com>
14169
14170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14171         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14172         (vorbis_handle_type_packet):
14173         Post tag messages on the bus even if we're not initialized.
14174         If we're not initialized, we still postpone the event pushing of tags.
14175
14176 2006-07-12  Wim Taymans  <wim@fluendo.com>
14177
14178         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14179         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14180         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14181         Revert last two changes that broke the freeze.
14182
14183 2006-07-12  Wim Taymans  <wim@fluendo.com>
14184
14185         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14186         basesink calculates silence sample correctly for us.
14187
14188 2006-07-12  Wim Taymans  <wim@fluendo.com>
14189
14190         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14191         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14192         Calculate correct silence samples so we don't fill our ringbuffer
14193         with noise.
14194
14195 2006-07-12  Edward Hervey  <edward@fluendo.com>
14196
14197         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14198         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14199         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14200         * ext/vorbis/vorbisdec.h:
14201         Delay sending events (newsegment, tags) until the decoder is properly
14202         initialized.
14203         Fixes #347295
14204
14205 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14206
14207         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14208         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14209           Patch from #347221 adding a test for audioconvert
14210           channel remappings.
14211
14212 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14215         (gst_ssa_parse_parse_line):
14216           Don't include the terminating NUL in the buffer size,
14217           it's only there for extra paranoia (would add random
14218           '*' characters at the end of each subtitle since the
14219           terminator itself is not valid UTF-8 technically).
14220           Also fix indenting after boilerplate macro.
14221
14222 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14223
14224         * gst/playback/gstdecodebin.c: (close_pad_link):
14225           Also emit 'unknown-type' signal (which should really be
14226           called unhandled-type) if we found potential decoders/demuxers
14227           in the registry but none of them worked in the end (as in the
14228           case where the plugins don't exist any longer but are still
14229           listed in the registry). Fixes #329798.
14230
14231 2006-07-08  Andy Wingo  <wingo@pobox.com>
14232
14233         * theoraparse.c (theora_parse_push_buffer)
14234         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14235         Add some more debugging. Fix granulepos reconstruction in the face
14236         of discontinuities.
14237
14238 2006-07-06  Wim Taymans  <wim@fluendo.com>
14239
14240         * gst-libs/gst/audio/gstbaseaudiosink.c:
14241         (gst_base_audio_sink_class_init),
14242         (gst_base_audio_sink_provide_clock):
14243         Use gobject_class instead of G_OBJECT_CLASS (klass)
14244
14245         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14246         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14247         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14248         (gst_base_audio_src_get_time),
14249         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14250         (gst_base_audio_src_create_ringbuffer):
14251         Fix latency and buffer-time constants and properties ala basesink.
14252         Implement pull based scheduling. Fixes #346527.
14253         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14254         one segment.
14255         Refuse slaving to another clock instead of silently not working.
14256         Only provide a clock when we are actually able to do so.
14257         Various small cleanups and compiler hints.
14258
14259 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         Patch by: Lutz Mueller <lutz at topfrose de>
14262
14263         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14264         (plugin_init):
14265           Add typefinding for text/html (#346581).
14266
14267 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14268
14269         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14270         (xml_check_first_element), (xml_type_find), (smil_type_find):
14271           Fix SMIL typefinding, make xml_check_first_element() more
14272           useful.
14273
14274 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14277         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14278         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14279         * gst/playback/gstplaybasebin.h:
14280           Protect list of elements with a subtitle-encoding property and
14281           the subtitle encoding member itself with a lock of their own
14282           instead of using the object lock. This prevents a dead-lock in
14283           the element-remove callback in some circumstances when shutting
14284           down playbin.
14285
14286 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14287
14288         * win32/common/libgsttag.def:
14289         Export some new functions.
14290         * win32/vs6/libgstogg.dsp:
14291         Add a link to libgsttag-0.10.lib.
14292
14293 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14296           Some const-ification.
14297
14298 2006-07-04  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14301         Improve checking if we are dealing with a stream. Added some
14302         more uris that need buffering.
14303
14304 2006-07-03  Edward Hervey  <edward@fluendo.com>
14305
14306         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14307         Remove unused variable.
14308
14309 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14310
14311         * Makefile.am:
14312           include lcov.mak
14313         * configure.ac:
14314           add GCOV_LIBS to GST_LIBS
14315
14316 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14317
14318         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14319
14320         * ext/alsa/gstalsasrc.c:
14321           Add 32 bps to template caps and increase channels range
14322           from [1,2] to [1,MAX]. See #346326.
14323
14324 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14327           Recognise 'WMVA' video codec fourcc (#345879).
14328           
14329 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14330          
14331         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14332           Fixed nasty memory leak
14333
14334 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14335
14336         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14337         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14338           fix logging
14339
14340 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14341
14342         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14343         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14344         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14345         Protect remove_fakesink using a mutex, so that we don't try and
14346         remove the fakesink simultaneously from multiple threads.
14347
14348         When going from READY to PAUSED, restore the fakesink, so that
14349         it is there when decodebin gets reused.
14350
14351 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14352
14353         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14355         * gst-libs/gst/rtp/gstbasertppayload.c:
14356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14357         * gst/tcp/gstmultifdsink.c:
14358         * gst/tcp/gsttcpclientsink.c:
14359         * gst/tcp/gsttcpclientsrc.c:
14360         * gst/tcp/gsttcpserversink.c:
14361         * gst/tcp/gsttcpserversrc.c:
14362         * gst/videorate/gstvideorate.c:
14363         * gst/videotestsrc/gstvideotestsrc.c:
14364         * sys/v4l/gstv4ljpegsrc.c:
14365         * sys/v4l/gstv4lmjpegsink.c:
14366         * sys/v4l/gstv4lsrc.c:
14367         * tests/examples/seek/scrubby.c:
14368         * tests/examples/seek/seek.c:
14369           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14370
14371 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14372
14373         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14374           Second field in GEnumValue shouldn't be a description,
14375           but a stringified version of the enum value.
14376
14377 2006-06-22  Wim Taymans  <wim@fluendo.com>
14378
14379         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14380         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14381         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14382         Avoid type checking in buffer casts.
14383         Avoid caps copy in buffer_alloc when we can.
14384         Use pad_peer_accept.
14385
14386 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         * gst-libs/gst/tag/tag.h:
14389           Oops, make that 'Since: 0.10.9'.
14390
14391 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * docs/libs/gst-plugins-base-libs-sections.txt:
14394         * gst-libs/gst/tag/tag.h:
14395         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14396         (gst_tag_image_type_get_type):
14397           API: add GstTagImageType enum to describe images contained
14398           in image tags (#345641).
14399
14400 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14401
14402         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14403           Fix warnings with gst-inspect: "buffers-min" property
14404           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14405           typo in property description.
14406
14407 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         Patch by: Cody Russell <bratsche at gnome org>
14410
14411         * gst/audioresample/gstaudioresample.c:
14412         (gst_audioresample_class_init):
14413         * gst/playback/gststreamselector.c:
14414         (gst_stream_selector_class_init):
14415         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14416         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14417         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14418         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14419         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14420         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14421         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14422         * gst/videotestsrc/gstvideotestsrc.c:
14423         (gst_video_test_src_class_init):
14424         * gst/volume/gstvolume.c: (gst_volume_class_init):
14425           Avoid unnecessary class cast check in class_init
14426           functions (#337747).
14427
14428 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14429
14430         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14431         (gst_text_overlay_video_chain):
14432           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14433           and doesn't validate its input either (and neither did
14434           textoverlay it seems). Let's do that then and fix #345206.
14435
14436 2006-06-19  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14439         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14440         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14441         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14442         (find_syncframe), (find_limits), (assign_value),
14443         (count_burst_unit), (gst_multi_fd_sink_new_client),
14444         (gst_multi_fd_sink_handle_client_write),
14445         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14446         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14447         (gst_multi_fd_sink_change_state):
14448         * gst/tcp/gstmultifdsink.h:
14449         Added shiny new burst-on-connect methods.
14450         Add properties to control the minimal amount of data queued.
14451         Small cleanups.
14452         API: bytes-min property
14453         API: time-min property
14454         API: buffers-min property
14455         API: burst-unit property
14456         API: burst-value property
14457         API: add-full signal
14458
14459         * gst/tcp/gsttcp-marshal.list:
14460         Added new marshaller code for the new signal.
14461
14462         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14463         (multifdsink_suite):
14464         Added testcases for new burst methods.
14465
14466 2006-06-19  Edward Hervey  <edward@fluendo.com>
14467
14468         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14469         Implement clipping for accurate seeking.
14470         Closes #345225
14471
14472 2006-06-19  Wim Taymans  <wim@fluendo.com>
14473
14474         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14475
14476         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14477         (gst_video_scale_transform):
14478         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14479
14480 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * configure.ac:
14483           Fix --disable-external (can't set conditionals conditionally,
14484           #343602).
14485
14486 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14487
14488         * tests/check/elements/audioresample.c: (test_reuse),
14489         (audioresample_suite):
14490           Add test case for bug #342789 fixed below.
14491
14492 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * gst/audioresample/gstaudioresample.c:
14495         (gst_audioresample_class_init), (gst_audioresample_init),
14496         (audioresample_start), (audioresample_stop),
14497         (gst_audioresample_set_property), (gst_audioresample_get_property):
14498           Implement GstBaseTransform::start and ::stop so that audioresample
14499           can clear its internal state properly and be reused instead of
14500           causing non-negotiated errors with playbin under some circumstances
14501           (#342789).
14502
14503         * tests/check/elements/audioresample.c: (setup_audioresample),
14504         (cleanup_audioresample):
14505           Need to set element state here so that ::start and ::stop are
14506           called.
14507
14508 2006-06-16  Wim Taymans  <wim@fluendo.com>
14509
14510         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14511
14512         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14513         Parse extra data better, apparently it's right behind
14514         the normal strf header size. Fixes #343500.
14515
14516 2006-06-16  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/alsa/gstalsasink.c: (set_hwparams):
14519         If we fail to set the buffer_time and period_time alsa
14520         parameters, post a warning and leave alsa select a 
14521         default instead of failing. Fixes #342085
14522
14523 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * docs/libs/gst-plugins-base-libs-sections.txt:
14526         * gst-libs/gst/cdda/gstcddabasesrc.h:
14527           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14528           out in the header file and shouldn't be listed in the docs.
14529
14530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14531           Must dereference pointer to fourcc in the debug statement.
14532
14533 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14534
14535         * docs/libs/Makefile.am:
14536         * docs/libs/gst-plugins-base-libs-docs.sgml:
14537         * docs/libs/gst-plugins-base-libs-sections.txt:
14538         * docs/libs/gst-plugins-base-libs.types:
14539         add remaining symbols into correct setions
14540         
14541         * gst-libs/gst/audio/gstringbuffer.c:
14542         fix incomplete docs
14543         
14544         * gst-libs/gst/audio/gstringbuffer.h:
14545         comment out not yet implemented function
14546         
14547         
14548         * gst-libs/gst/floatcast/floatcast.h:
14549         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14550         add short descriptions
14551         
14552         
14553         * gst-libs/gst/interfaces/propertyprobe.c:
14554         fix return value docs   
14555         
14556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14557         simplify debug logging
14558         
14559         * gst-libs/gst/riff/riff-read.h:
14560         sync function prototype and docs
14561         
14562         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14563         remove left over symbol
14564
14565 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14566
14567         * autogen.sh:
14568         * configure.ac:
14569         * docs/Makefile.am:
14570           Use GST_PLUGIN_DOCS macro in configure.ac, add
14571           --enable-plugin-docs default to autogen.sh and use
14572           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14573
14574 2006-06-15  Wim Taymans  <wim@fluendo.com>
14575
14576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14577         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14578         (gst_ogg_demux_loop):
14579         Combine GstFlowReturn from the source pads to give a
14580         meaningfull result to the upstream peer or to stop the
14581         processing task in case of errors.
14582
14583 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * gst/playback/gststreaminfo.c: (cb_probe):
14586           Try GST_TAG_CODEC as fallback when extracting the
14587           codec name; more debug info.
14588
14589 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14590
14591         * ext/ogg/Makefile.am:
14592         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14593           Extract language tags from ogm subtitle streams, so that
14594           the subtitle menu choices are labelled correctly in
14595           Totem (fixes #344708).
14596
14597 2006-06-14  Wim Taymans  <wim@fluendo.com>
14598
14599         Patch by: Alessandro Decina <alessandro at nnva dot org>
14600
14601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14602         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14603         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14604         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14605         Fix various leaks. Fixes #343699.
14606         Add x-smoke mime type.
14607
14608 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * gst-libs/gst/riff/riff-ids.h:
14611           Add IDs for 'bext' chunks (see #343837).
14612
14613 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         Patch by: Young-Ho Cha  <ganadist at chollian net>
14616
14617         * gst/subparse/samiparse.c: (sami_context_pop_state),
14618         (handle_start_font), (end_sami_element):
14619           Honour font face tags in SAMI subtitles (#344503).
14620
14621 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14622
14623         * po/POTFILES.in:
14624           add missing files containing translatable strings
14625
14626 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14627
14628         * docs/libs/tmpl/.cvsignore:
14629           we don't want those *.sgml files in CVS either
14630
14631 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14632
14633         * docs/libs/.cvsignore:
14634         * tests/check/elements/.cvsignore:
14635         * tests/check/libs/.cvsignore:
14636           ignore more
14637
14638 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14639
14640         * docs/libs/Makefile.am:
14641           also commiting the changed Makefile.am (added more libs to the
14642           doc-build)
14643
14644 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14645
14646         * docs/libs/gst-plugins-base-libs-docs.sgml:
14647         * docs/libs/gst-plugins-base-libs-sections.txt:
14648         * docs/libs/gst-plugins-base-libs.types:
14649           first batch of reordering things, add index & hierarchy
14650
14651 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14652
14653         * configure.ac:
14654           use GST_PKG_CHECK_MODULES, cleans up output
14655
14656 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14657
14658         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14659           Add support for burn:// URIs (#343385); const-ify things a bit,
14660           use G_N_ELEMENTS instead of hard-coded array size.
14661
14662 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         Patch by: Young-Ho Cha  <ganadist at chollian net>
14665
14666         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14667           Fix up broken entities before passing them to libxml *sigh*.
14668           (#343303).
14669           
14670 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * configure.ac:
14673           back to TRUNK
14674
14675 === release 0.10.8 ===
14676
14677 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14678
14679         * configure.ac:
14680           releasing 0.10.8, "Moar gij ziet mij nie"
14681
14682 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14683
14684         * configure.ac:
14685         * po/af.po:
14686         * po/az.po:
14687         * po/cs.po:
14688         * po/en_GB.po:
14689         * po/hu.po:
14690         * po/it.po:
14691         * po/nb.po:
14692         * po/nl.po:
14693         * po/or.po:
14694         * po/sq.po:
14695         * po/sr.po:
14696         * po/sv.po:
14697         * po/uk.po:
14698         * po/vi.po:
14699         * win32/common/config.h:
14700           0.10.7.2 prerelease
14701
14702 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14703
14704         * docs/libs/tmpl/gstaudio.sgml:
14705         * docs/libs/tmpl/gstcolorbalance.sgml:
14706         * docs/libs/tmpl/gstmixer.sgml:
14707         * docs/libs/tmpl/gstringbuffer.sgml:
14708         * docs/libs/tmpl/gsttuner.sgml:
14709         * docs/libs/tmpl/gstxoverlay.sgml:
14710         * gst-libs/gst/audio/audio.c:
14711         * gst-libs/gst/audio/gstringbuffer.c:
14712         * gst-libs/gst/interfaces/colorbalance.c:
14713         * gst-libs/gst/interfaces/mixer.c:
14714         * gst-libs/gst/interfaces/tuner.c:
14715         * gst-libs/gst/interfaces/xoverlay.c:
14716           move last template doc snippets to source code and delete them
14717
14718 2006-06-06  Michael Smith  <msmith@fluendo.com>
14719
14720         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14721         (theora_parse_drain_queue):
14722           Mark DELTA_UNIT on non-keyframes.
14723
14724 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14725
14726         * gst-libs/gst/audio/gstbaseaudiosink.c:
14727         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14728         * gst-libs/gst/audio/gstbaseaudiosink.h:
14729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14730         (gst_ring_buffer_samples_done):
14731         * gst-libs/gst/audio/gstringbuffer.h:
14732         Document better the fact that latency_time and buffer_time are values
14733         stored in microseconds, and not the usual GStreamer nanoseconds.
14734         Change the variables (compatibly) that store them from GstClockTime 
14735         to guint64 to make it more clear that they're not storing clock times.
14736         Also, remove the bogus property description that says the user can
14737         specify -1 to get the default value, since that's never been the case.
14738
14739         When computing the default segment size for the ring buffer, make it
14740         an integer number of samples.
14741
14742         When the sub-class indicates a delay greater than the number of
14743         samples we've written return 0 from the audio sink get_time method.
14744
14745 2006-06-02  Michael Smith  <msmith@fluendo.com>
14746
14747         * tests/check/elements/audioconvert.c: (set_channel_positions),
14748         (get_float_mc_caps), (get_int_mc_caps):
14749         * tests/check/elements/audioresample.c:
14750         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14751         * tests/check/elements/videorate.c:
14752         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14753         * tests/check/elements/volume.c:
14754         * tests/check/elements/vorbisdec.c:
14755         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14756           Don't busy-wait in tests; this was causing test timeouts very
14757           frequently when running under valgrind.
14758
14759 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * gst/tcp/README:
14762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14763         (gst_multi_fd_sink_remove_client_link),
14764         (gst_multi_fd_sink_client_queue_caps),
14765         (gst_multi_fd_sink_client_queue_buffer),
14766         (gst_multi_fd_sink_handle_client_write),
14767         (gst_multi_fd_sink_render):
14768         * gst/tcp/gstmultifdsink.h:
14769           make multifdsink properly deal with streamheader:
14770           - streamheader is taken from caps
14771           - buffers marked with IN_CAPS are not sent
14772           - streamheaders are sent, on connection, from the caps of the
14773             buffer where the client gets positioned to
14774           - further streamheader changes are done every time the client
14775             will receive a buffer with different caps
14776         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14777         (gst_multifdsink_create_streamheader):
14778           add tests for this
14779
14780 2006-06-02  Michael Smith  <msmith@fluendo.com>
14781
14782         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14783           Reinstate limit on channel count. Vorbis does not define the meaning
14784           of > 6 channels, so they're just independent channels. Gstreamer
14785           currently has no mechanism to represent N independent channels.
14786
14787 2006-06-02  Michael Smith  <msmith@fluendo.com>
14788
14789         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14790           Don't arbitrarily restrict channel counts and rate in vorbis.
14791           In terms of effects likely on real-world files, this fixes 96kHz
14792           playback of vorbis.
14793
14794 2006-06-02  Michael Smith  <msmith@fluendo.com>
14795
14796         * gst/audioconvert/audioconvert.c: (float):
14797           More correct float->int conversion.
14798
14799 2006-06-02  Michael Smith  <msmith@fluendo.com>
14800
14801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14802           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14803           value. Fixes g-critical on trying to play back ogg containing
14804           unknown codec.
14805
14806 2006-06-02  Wim Taymans  <wim@fluendo.com>
14807
14808         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14809         (setup_source):
14810         * gst/playback/gstplaybasebin.h:
14811         Make the subtitle detection work from any thread so we don't
14812         deadlock. Fixes #343397.
14813
14814 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14815
14816         * gst/volume/Makefile.am:
14817           Seriously, it's not *that* hard to get compilation right.  Even
14818           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14819
14820 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14821
14822         * gst/volume/gstvolume.c: (volume_choose_func),
14823         (volume_update_real_volume), (gst_volume_class_init),
14824         (gst_volume_init), (volume_process_float), (volume_process_int16),
14825         (volume_process_int16_clamp), (volume_set_caps),
14826         (volume_transform_ip), (plugin_init):
14827         * gst/volume/gstvolume.h:
14828         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14829         another property desc., remove unused param from process function
14830         
14831         * tests/check/elements/volume.c: (volume_suite):
14832         reactivate the passthrough test
14833
14834 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14835
14836         * ext/alsa/gstalsamixerelement.h:
14837         * ext/alsa/gstalsamixeroptions.h:
14838         * ext/alsa/gstalsamixertrack.h:
14839         * ext/gnomevfs/gstgnomevfssink.h:
14840         * ext/gnomevfs/gstgnomevfssrc.h:
14841         * ext/theora/gsttheoradec.h:
14842         * ext/theora/gsttheoraenc.h:
14843         * ext/theora/gsttheoraparse.h:
14844         * ext/vorbis/vorbisparse.h:
14845         * gst-libs/gst/audio/gstaudioclock.h:
14846         * gst-libs/gst/audio/gstaudiofilter.h:
14847         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14848         * gst/audioconvert/gstaudioconvert.h:
14849         * gst/audioresample/gstaudioresample.h:
14850         * gst/audiotestsrc/gstaudiotestsrc.h:
14851         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14852         * gst/playback/gststreamselector.h:
14853         * gst/tcp/gstmultifdsink.h:
14854         * gst/tcp/gsttcpclientsink.h:
14855         * gst/tcp/gsttcpclientsrc.h:
14856         * gst/tcp/gsttcpserversink.h:
14857         * gst/tcp/gsttcpserversrc.h:
14858         * gst/videorate/gstvideorate.h:
14859         * gst/videoscale/gstvideoscale.h:
14860         * gst/videotestsrc/gstvideotestsrc.h:
14861         * gst/volume/gstvolume.h:
14862         * sys/v4l/gstv4ljpegsrc.h:
14863         * sys/v4l/gstv4lmjpegsink.h:
14864         * sys/v4l/gstv4lmjpegsrc.h:
14865         * sys/v4l/gstv4lsrc.h:
14866         * sys/ximage/ximagesink.h:
14867         * sys/xvimage/xvimagesink.h:
14868         * tests/old/testsuite/alsa/sinesrc.h:
14869         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14870
14871 2006-05-31  Wim Taymans  <wim@fluendo.com>
14872
14873         * ext/libvisual/visual.c: (gst_visual_reset),
14874         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14875         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14876         Handle DISCONT.
14877         Use running time before doing QoS.
14878         Handle mono too.
14879
14880 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14881
14882         * docs/libs/Makefile.am:
14883           set a magic variable to indicate we know the docs are incomplete
14884
14885 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14886
14887         * win32/common/libgstvideo.def:
14888           export gst_video_calculate_display_ratio
14889         * win32/vs6/libgstvideoscale.dsp:
14890           add link to libgstvideo-0.10.lib
14891
14892 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * gst/playback/gstplaybasebin.c: (gen_source_element):
14895           Throw a more comprehensible error for rtsp:// URIs (rather
14896           than erroring out with a negotiation error later on) until
14897           we fix playbin to handle rtspsrc etc.
14898
14899 2006-05-30  Wim Taymans  <wim@fluendo.com>
14900
14901         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14902         (gst_text_overlay_text_event):
14903         Added some FIXMEs.
14904
14905 2006-05-30  Wim Taymans  <wim@fluendo.com>
14906
14907         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14908         (gst_adder_request_new_pad), (gst_adder_release_pad):
14909         * gst/adder/gstadder.h:
14910         Implement release_request_pad.
14911         Make padcounter atomic.
14912
14913         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14914         Added check for release_pad in adder.
14915
14916 2006-05-30  Wim Taymans  <wim@fluendo.com>
14917
14918         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14919         Fix build again.
14920
14921 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14922
14923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14924         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14925         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14926         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14927         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14928         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14929         (gst_ogg_demux_bisect_forward_serialno),
14930         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14931         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14932           add more debugging
14933           clean up printf formats for granulepos and serialno
14934
14935 2006-05-30  Michael Smith  <msmith@fluendo.com>
14936
14937         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14938         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14939         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14940         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14941         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14942         * ext/vorbis/vorbisenc.h:
14943           Multi-channel caps negotiation, so we can do proper multichannel
14944           vorbis encoding, negotiated through audioconvert.
14945
14946 2006-05-30  Wim Taymans  <wim@fluendo.com>
14947
14948         * tests/check/elements/adder.c: (test_event_message_received),
14949         (test_play_twice_message_received), (GST_START_TEST),
14950         (adder_suite):
14951         Added check to show that #339935 is fixed with ongoing
14952         adder and collectpads fixes.
14953
14954 2006-05-29  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14957         Don't leak pad name.
14958
14959 2006-05-29  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/adder/gstadder.c: (gst_adder_query_duration),
14962         (forward_event_func), (forward_event), (gst_adder_src_event):
14963         Fix adder seeking.
14964         Make query/seeking code threadsafe.
14965
14966         * tests/check/Makefile.am:
14967         * tests/check/elements/adder.c: (test_event_message_received),
14968         (GST_START_TEST), (test_play_twice_message_received):
14969         Fix adder test case.
14970
14971 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         Patch by: Young-Ho Cha  <ganadist at chollian net>
14974
14975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14976         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14977         (set_encoding_element), (decodebin_element_added_cb),
14978         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14979         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14980         * gst/playback/gstplaybasebin.h:
14981           Add 'subtitle-encoding' property to playbin, so applications can
14982           force a subtitle encoding for non-UTF8 subtitles (#342268).
14983
14984         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14985         (gst_sub_parse_set_property):
14986           Rename recently-added 'encoding' property to 'subtitle-encoding'
14987           (so it can be proxied by playbin/decodebin in a generic way
14988           with less danger of false positives).
14989
14990 2006-05-29  Michael Smith  <msmith@fluendo.com>
14991
14992         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14993         (append_with_other_format), (set_structure_widths),
14994         (gst_audio_convert_transform_caps):
14995           Patch from #341562: give more specific audio caps in get_caps, so
14996           that basetransform  can make better decisions on what caps to
14997           negotiate.
14998
14999 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15000
15001         * tests/check/elements/volume.c:
15002         make it compile again
15003
15004 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15005
15006         * tests/check/elements/volume.c: (volume_suite):
15007         disable test until #343196 gets resolved
15008
15009 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15010
15011         * gst/adder/gstadder.c: (gst_adder_get_type):
15012         Make it easier to copy&paste
15013         
15014         * gst/volume/Makefile.am:
15015         * gst/volume/gstvolume.c: (volume_update_real_volume),
15016         (gst_volume_set_volume), (gst_volume_set_mute),
15017         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15018         (volume_transform_ip), (volume_update_mute),
15019         (volume_update_volume):
15020         * gst/volume/gstvolume.h:
15021         Add own debug category, move duplicate code to helper function, fix
15022         property texts, add more comments and prepare ffor liboil-goodness
15023         
15024         * tests/check/Makefile.am:
15025         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15026         add test for mute and passtrough case, be a bit more verbose to track
15027         failure
15028         
15029         * tests/check/generic/states.c: (GST_START_TEST):
15030         catch elements that fail to instantiate
15031
15032 2006-05-28  Edward Hervey  <edward@fluendo.com>
15033
15034         * tests/check/pipelines/simple-launch-lines.c:
15035         * tests/check/pipelines/theoraenc.c:
15036         * tests/check/pipelines/vorbisenc.c:
15037         Comment out tests using parse_launch() if core was built without
15038         parsing capabilities.
15039
15040 2006-05-27  Edward Hervey  <edward@fluendo.com>
15041
15042         * tests/check/Makefile.am:
15043         Extra bonus points for whoever explains to ensonic that you are meant
15044         to test unit tests thoroughly before commiting them, especially if
15045         you know it's going to break.
15046         De-activated element/adder tests.
15047
15048 2006-05-27  Edward Hervey  <edward@fluendo.com>
15049
15050         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15051         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15052         Marking caps conversion issues as GST_WARNING is way too verbose,
15053         Moving them to GST_LOG.
15054
15055 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         * README:
15058           Replace current README (containing the release notes from
15059           some 0.9.x version) with a proper README taken from the core.
15060
15061 2006-05-26  Wim Taymans  <wim@fluendo.com>
15062
15063         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15064         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15065         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15066         (vorbis_dec_change_state):
15067         Small cleanups.
15068         Add some FIXMEs
15069         Clip output samples to segment boundaries.
15070
15071 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15072
15073         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15074         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15075         Improve the errors produced on bad output, including some human
15076         readable description strings.
15077         Handle the (theoretical for ximagesink) case where the XServer 
15078         has a different idea about the size required for a particular 
15079         frame and gives us too small a memory allocation.
15080
15081 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15082
15083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15084         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15085         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15086         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15087         Improve the errors produced on bad output, including some human 
15088         readable description strings.
15089         Handle RGB Xv formats properly by transforming them into our 
15090         big-endian caps description.
15091         Use gst_caps_truncate to ensure that we never try and choose a
15092         non-fixed caps in buffer_alloc.
15093         Handle the case where the XServer has a different idea about the size
15094         required for a particular frame and gives us too small a memory
15095         allocation.
15096         Use -1 to indicate 'no image format', because 0 is a valid XServer
15097         image format number.
15098         Put RGB Xv formats at the end of the caps, so that we always prefer
15099         YUV format frames.
15100         Iterate the available Xv Encodings to determine the maximum width and
15101         height, and then return that in our caps.
15102         (Closes #315312, #337544)
15103
15104 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15105
15106         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15107         When there is only one unfinished pad and it receives an event that
15108         doesn't match our requirements, we need to set alldone=FALSE so that
15109         the fakesink is not removed yet.
15110
15111 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15112
15113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15114           Use gst_type_find_helper_for_buffer() to find the type
15115           of stream from the first packet.
15116
15117         * configure.ac:
15118           Bump requirements to core CVS (needed for vorbis
15119           typefinding to work).
15120
15121 2006-05-24  Edward Hervey  <edward@fluendo.com>
15122
15123         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15124         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15125         contain.  Else they play perfectly fine with qtdemux.
15126
15127 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15128
15129         * ext/theora/theoradec.c:
15130         * ext/theora/theoraenc.c:
15131         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15132         * gst/audiorate/gstaudiorate.c:
15133           make more debug catagories static
15134         
15135         * tests/check/Makefile.am:
15136         * tests/check/elements/adder.c: (message_received),
15137         (test_event_message_received), (GST_START_TEST),
15138         (test_play_twice_message_received), (adder_suite):
15139           added test case for using element twice, extra bonus points for anyone
15140           who can make these test run reliably
15141
15142 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         * ext/theora/theoradec.c: (theora_dec_chain):
15145           Make work with time-stamped input buffers that do not
15146           have a granulepos in BUFFER_OFFSET_END (like theora
15147           buffers coming from matroskademux). Fixes #342448.
15148
15149 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15150
15151         Patch by: Peter Kjellerstedt  <pkj at axis com>
15152
15153         * gst/tcp/Makefile.am:
15154           fdstresstest doesn't need Gtk+, fix compilation if 
15155           gtk is not available (#342566).
15156
15157 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15158          
15159         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15160           80 line columns
15161           Removed redundant floor()
15162
15163 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15166           On second thought, just skip JUNK chunks automatically, so
15167           the caller doesn't have to handle this. Fixes #342345.
15168           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15169           not GST_FLOW_ERROR.
15170
15171 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15174           Don't bail out on JUNK chunks with a size of 0 (would try to
15175           pull_range 0 bytes before, which sources don't like too much).
15176           See #342345.
15177
15178 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15179
15180         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15182         Use the gstutil scaling function to preserve 64 bits while calculating
15183         output width and height from the display-aspect-ratio. (A continuation
15184         of #341542)
15185
15186 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15187
15188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15189         (gst_xvimagesink_buffer_alloc):
15190         * sys/xvimage/xvimagesink.h:
15191         When performing buffer allocations, remember the caps and image format
15192         we return so that if the same caps are asked for next time we can
15193         return them immediately without doing any caps intersections.
15194
15195 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15196          
15197         * gst-libs/gst/rtp/README:
15198           Some new documentation
15199         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15200           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15202         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15203           New RTP audio base payloader class. Supports frame or sample based
15204           codecs.  Not enabled in Makefile.am until approved.
15205
15206 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * tests/check/elements/alsa.c: (test_device_property_probe):
15209           Fix test case: don't try to free NULL GValueArray when there
15210           are no devices.
15211
15212 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * tests/check/Makefile.am:
15215         * tests/check/elements/alsa.c: (test_device_property_probe),
15216         (alsa_suite), (main):
15217           Add simple test that runs a device property probe on alsasrc,
15218           alsasink and alsamixer. Disable valgrind check for now (too
15219           many leaks in libasound, and valgrind ignored my suppressions
15220           additions).
15221
15222 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15223
15224         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15225         (gst_alsa_device_property_probe_probe_property),
15226         (gst_alsa_device_property_probe_needs_probe),
15227         (gst_alsa_device_property_probe_get_values),
15228         (gst_alsa_type_add_device_property_probe_interface):
15229         * ext/alsa/gstalsadeviceprobe.h:
15230         * ext/alsa/gstalsamixerelement.c:
15231         (gst_alsa_mixer_element_init_interfaces):
15232         * ext/alsa/gstalsamixerelement.h:
15233           Clean up and simplify alsa device probing. Make it actually work
15234           for multiple classes. Don't cache results any longer.
15235
15236         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15237         (gst_alsasink_init):
15238         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15239         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15240         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15241           Make alsasink and alsasrc implement the GstPropertyProbe interface
15242           for device probing (#342181).
15243           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15244
15245 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         * gst/subparse/samiparse.c: (handle_start_font):
15248           Don't ignore return value of strtol (++compiler_happiness).
15249
15250 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15251
15252         Patch by: Young-Ho Cha  <ganadist chollian net>
15253
15254         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15255         (gst_sub_parse_class_init), (gst_sub_parse_init),
15256         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15257         (convert_encoding):
15258         * gst/subparse/gstsubparse.h:
15259           Add 'encoding' property (#341681).
15260
15261         * gst/subparse/samiparse.c: (characters_sami):
15262           Output is pango markup, so we need to escape text
15263           between tags (#342143).
15264
15265 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         * gst-libs/gst/audio/multichannel.c:
15268         (gst_audio_check_channel_positions):
15269           It's okay to have caps with channels=1 and a channel position
15270           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15271           (deinterleavers might want to keep the position in the caps,
15272           so that they can be re-interleaved again properly later).
15273           Leave check for unexpected 2-channel layouts intact for now.
15274
15275 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15276
15277         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15278         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15279         basesrc can do its job correctly.
15280
15281 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * ext/alsa/Makefile.am:
15284         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15285         (gst_alsa_detect_formats), (get_channel_free_structure),
15286         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15287         (gst_alsa_probe_supported_formats):
15288         * ext/alsa/gstalsa.h:
15289         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15290           Refactor and improve caps probing code: probe signedness
15291           when we probe the supported formats/widths; set endianness
15292           to the one we actually probed for (ie. cpu endianness).
15293           
15294         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15295         (gst_alsasrc_close):
15296         * ext/alsa/gstalsasrc.h:
15297           Implement caps probing for alsasrc.
15298
15299 2006-05-15  Wim Taymans  <wim@fluendo.com>
15300
15301         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15302         (theora_dec_src_query), (theora_dec_src_event),
15303         (theora_dec_sink_event), (theora_handle_comment_packet),
15304         (theora_handle_data_packet), (theora_dec_change_state):
15305         Cleanups, add some G_LIKELY.
15306         Use segment helpers instead of our own wrong code.
15307         Clear queued buffers on seek and READY.
15308
15309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15310         (vorbis_dec_convert), (vorbis_dec_src_query),
15311         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15312         (vorbis_handle_comment_packet), (vorbis_dec_push),
15313         (vorbis_handle_data_packet), (vorbis_dec_chain),
15314         (vorbis_dec_change_state):
15315         * ext/vorbis/vorbisdec.h:
15316         Remove old useless packetno variable.
15317         Do position query properly.
15318         Add some G_LIKELY.
15319         Do cleanup of queued buffers in new helper function
15320         and use it.
15321
15322 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15325           Query supported sample rates. Fixes #341732.
15326
15327 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15328
15329         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15330         (gst_decode_bin_change_state): Make decodebin reusable
15331         when going from PAUSE_TO_READY and then back to PAUSED.
15332         Fixes #331678.
15333
15334 2006-05-15  Wim Taymans  <wim@fluendo.com>
15335
15336         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15337         (vorbis_dec_convert), (vorbis_dec_src_query),
15338         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15339         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15340         (vorbis_dec_clean_queued), (vorbis_dec_push),
15341         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15342         Cleanups. Use refcounting and DEBUG_OBJECT.
15343         Reset segment on flush, use code methods instead of our
15344         own wrong version.
15345         Fix potential memleak.
15346
15347 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15350         (gst_alsasink_init):
15351         * ext/alsa/gstalsasink.h:
15352           Don't leak allocated snd_output_t structure if there's
15353           more than one alsasink instance at a time (#341873).
15354           Also fix GObject macros in header file.
15355           
15356 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * gst/subparse/gstsubparse.c:
15359         (gst_sub_parse_data_format_autodetect):
15360           Don't use libxml functions in the typefinding code.
15361
15362 2006-05-15  Wim Taymans  <wim@fluendo.com>
15363
15364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15365         Fix seeking performance in the case where a non-header 
15366         packet has a 0 granulepos (busted theora case). 
15367         Fixes #341719
15368         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15369          the first place, you limelight stealer you)
15370
15371 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15372
15373         * gst/subparse/gstsubparse.c:
15374         (gst_sub_parse_data_format_autodetect):
15375           Improve SAMI typefinding: handle case where there are
15376           whitespaces or newlines in front of the first <SAMI>
15377           tag (#169936).
15378
15379 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * configure.ac:
15382           Build video4linux plugin even if there's no XVIDEO, just
15383           without implementing the GstXOverlay interface (#334002).
15384          
15385 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15386
15387         * configure.ac:
15388         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15389         (plugin_init):
15390           Add tentative support for libvisual-0.4 (#336881).
15391
15392 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         Patch by: Young-Ho Cha <ganadist at chollian net>
15395
15396         * gst/subparse/samiparse.c: (handle_start_font):
15397           Need to map "silver" colour explicitly (#169936).
15398
15399 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         Patch by: Young-Ho Cha  <ganadist at chollian net>
15402
15403         * gst/subparse/Makefile.am:
15404         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15405         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15406         (gst_sub_parse_format_autodetect), (feed_textbuf),
15407         (gst_subparse_type_find), (plugin_init):
15408         * gst/subparse/gstsubparse.h:
15409         * gst/subparse/samiparse.c:
15410         * gst/subparse/samiparse.h:
15411           Add support for SAMI subtitles (#169936).
15412
15413 2006-05-14  Michael Smith  <msmith@fluendo.com>
15414
15415         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15416           Fix #341696: crash when mixing L+R+C to mono or stereo.
15417         * tests/check/Makefile.am:
15418         * tests/check/elements/audioconvert.c: (set_channel_positions),
15419         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15420         (audioconvert_suite):
15421           Add test for the above, including some generic framework bits for
15422           testing multichannel things.
15423
15424 === release 0.10.7 ===
15425
15426 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15427
15428         * configure.ac:
15429           releasing 0.10.7, "Leave the gun"
15430
15431 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15432
15433         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15435         Fix the build.
15436
15437 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15438
15439         * docs/libs/gst-plugins-base-libs-docs.sgml:
15440         * docs/libs/gst-plugins-base-libs-sections.txt:
15441         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15442         * gst-libs/gst/video/video.h:
15443         * gst/videoscale/Makefile.am:
15444         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15446         * tests/check/Makefile.am:
15447         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15448         (main):
15449           Fix integer overflow problem with pixel-aspect-ratio calculations
15450           in videoscale and xvimagesink (#341542)
15451
15452 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15453
15454         * gst-libs/gst/tag/gstid3tag.c:
15455           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15456
15457 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15458
15459         * win32/MANIFEST:
15460           update win32 files listing
15461
15462 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15463
15464         patch by: Sjoerd Simons (sjoerd@luon.net)
15465
15466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15467         (group_create), (group_destroy), (add_stream),
15468         (gst_play_base_bin_get_property),
15469         (gst_play_base_bin_get_streaminfo_value_array):
15470         * gst/playback/gstplaybasebin.h:
15471           API: GstPlayBaseBin::stream-info-value-array property
15472           use a more bindings-friendly way of exposing streaminfo
15473           using a GValueArray.  Tested in ipython.
15474           Closes #341114
15475
15476 2006-05-11  Wim Taymans  <wim@fluendo.com>
15477
15478         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15479         (queue_underrun_cb), (queue_filled_cb):
15480         Also catch queue underruns but don't do anything yet.
15481         Refactor and comment queue enlarging code a bit.
15482
15483         * gst/playback/gstplaybasebin.c: (queue_overrun),
15484         (queue_threshold_reached), (queue_out_of_data),
15485         (gen_preroll_element):
15486         If a queue over/underruns check that we don't create nasty
15487         deadlocks when the min-threshold is not reached but the
15488         max-bytes is. In those cases disable max-bytes when we
15489         know that the queue is fed timed data.
15490         Add more comments.
15491
15492 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         * gst/playback/gstplaybin.c: (gen_audio_element):
15495           Make playbin automatically plug an 'audioresample'
15496           element before the audio sink as well. This solves
15497           problems with sinks that only accept a very specific
15498           sample rate, like esdsink (e.g. #340379).
15499
15500 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         * gst/playback/gstplaybasebin.c: (gen_source_element):
15503           Make http sources send special headers so that we receive
15504           icecast metadata if the http stream is an icecast stream
15505           (otherwise the server will just ignore them). This also
15506           means that from now on users will need the 'icydemux'
15507           element from gst-plugins-good installed if they want to
15508           listen to icecast radio streams. (#341432, #333657).
15509
15510 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15513         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15514           remove stupid example from docs - it should come with a simple
15515           C program instead.
15516           Clean up/fix docs
15517         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15518         (fail_if_can_read), (GST_START_TEST),
15519         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15520           add a test for changing streamheader which exposes a bug in
15521           multifdsink
15522
15523 2006-05-11  Michael Smith  <msmith@fluendo.com>
15524
15525         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15526         (gst_gnome_vfs_src_received_headers_callback):
15527         * ext/gnomevfs/gstgnomevfssrc.h:
15528           Don't set icy-caps unless we have a sane interval value. Move
15529           interval to a local variable; we never use it outside this function.
15530
15531 2006-05-11  Wim Taymans  <wim@fluendo.com>
15532
15533         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15535         Register special buffer types along with the objects so
15536         that they are not registered at runtime from N different
15537         streaming threads since they are not threadsafe.
15538
15539 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15540
15541         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15542         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15543           add two more tests, one doing streamheader
15544
15545 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15548           clean up the bufqueue when shutting down
15549         * tests/check/Makefile.am:
15550         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15551         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15552         (main):
15553           add a test for the leak that was just fixed
15554
15555 2006-05-10  Wim Taymans  <wim@fluendo.com>
15556
15557         * gst/adder/gstadder.c: (gst_adder_setcaps),
15558         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15559         (gst_adder_src_event), (gst_adder_sink_event),
15560         (gst_adder_class_init), (gst_adder_finalize),
15561         (gst_adder_request_new_pad), (gst_adder_collected):
15562         * gst/adder/gstadder.h:
15563         Updated some docs. Added comments and FIXMEs all over the place.
15564         Improve debugging info.
15565         Fix leak on finalize by not calling the parent.
15566         Implement duration query.
15567         Make event forwarding threadsafe.
15568         Correctly send NEWSEGMENT at start and after flush.
15569         Handle EOS correctly.
15570         Post error when not negotiated.
15571
15572         * tests/check/elements/adder.c: (GST_START_TEST):
15573         Added FIXME in the test.
15574
15575 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15578         (gst_text_overlay_halign_get_type),
15579         (gst_text_overlay_wrap_mode_get_type):
15580         * ext/theora/theoradec.c: (theora_handle_type_packet),
15581         (theora_handle_data_packet):
15582         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15583         (theora_enc_sink_setcaps), (theora_enc_chain):
15584         * gst-libs/gst/cdda/gstcddabasesrc.c:
15585         (gst_cdda_base_src_mode_get_type):
15586         * gst/audiotestsrc/gstaudiotestsrc.c:
15587         (gst_audiostestsrc_wave_get_type):
15588         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15589         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15590         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15591         (gst_sync_method_get_type), (gst_unit_type_get_type),
15592         (gst_client_status_get_type):
15593         * gst/videoscale/gstvideoscale.c:
15594         (gst_video_scale_method_get_type):
15595         * gst/videotestsrc/gstvideotestsrc.c:
15596         (gst_video_test_src_pattern_get_type):
15597         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15598         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15599         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15600         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15601         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15602         (paint_setup_RGB565), (paint_setup_xRGB1555):
15603           Const-ify GEnumValue and GFlagsValue arrays. Use
15604           GST_ROUND_UP_* macros instead of home-made ones.
15605
15606 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         * configure.ac:
15609           Require core CVS for the new newsegment stuff.
15610
15611 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         Patch by: Sjoerd Simons  <sjoerd at luon net>
15614
15615         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15616           Register nick for enum value (#341160).
15617
15618 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15619
15620         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15621         (plugin_init):
15622          backout typefind patch #340375
15623          
15624         * tests/check/elements/adder.c: (message_received),
15625         (GST_START_TEST), (adder_suite):
15626           redo, signal-handling of test
15627
15628 2006-05-09  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15631         (gst_adder_collected):
15632         * gst/adder/gstadder.h:
15633         Remove bogus segment merging and forwarding, we don't
15634         care about timestamps anyway and we just produce a
15635         continuous stream. 
15636         Also create a nice NEWSEGMENT event when we start.
15637         Use _scale_int some more.
15638
15639 2006-05-09  Edward Hervey  <edward@fluendo.com>
15640
15641         * tests/icles/stress-xoverlay.c:
15642         Fix if core was built without parsing support.
15643
15644 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15647           Add SEDG (Samsung MPEG-4) fourcc.
15648
15649 2006-05-09  Edward Hervey  <edward@fluendo.com>
15650
15651         * tests/icles/stress-xoverlay.c:
15652         * tests/examples/volume/volume.c:
15653         Fix if core was built without parsing support.
15654
15655         * tests/examples/seek/seek.c:
15656         Disable the parse_launch example if core was built without parsing
15657         support.
15658
15659 2006-05-08  Edward Hervey  <edward@fluendo.com>
15660
15661         * autogen.sh: (CONFIGURE_DEF_OPT): 
15662         libtoolize on Darwin/MacOSX is called glibtoolize
15663
15664 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15665
15666         * tests/check/Makefile.am:
15667         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15668           Disable the adder test, until the build-slaves posses the kindness to 
15669           either like it or to give valid reason for not doing so 
15670
15671 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15672
15673         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15674         (adder_suite):
15675           Shuffle NULL state change around and raise timeout more
15676
15677 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15678
15679         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15680         (mp4_type_find), (plugin_init):
15681           Add typefind to distinguish between "audio/x-m4a" and new type
15682           "video/mp4". Fixes #340375
15683
15684         * tests/check/elements/adder.c: (adder_suite):
15685           Raise timeout to make buildbot happy
15686
15687 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15688
15689         * gst/adder/gstadder.c: (gst_adder_sink_event),
15690         (gst_adder_request_new_pad), (gst_adder_change_state):
15691         * gst/adder/gstadder.h:
15692         * tests/check/Makefile.am:
15693         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15694         (adder_suite), (main):
15695           Add sink-event handling to adder. It tries to merge incomming
15696           newsegment-events. Added test to check if segment_done is comming
15697           through. Fixes #340060
15698
15699 2006-05-05  Andy Wingo  <wingo@pobox.com>
15700
15701         * ext/theora/theoraparse.c (gst_theora_parse_init)
15702         (theora_parse_src_convert, theora_parse_src_query):
15703         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15704         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15705         query functions on the source pads of the theora and vorbis parse
15706         elements. Fixes position querying when doing a remux.
15707
15708 2006-05-05  Michael Smith  <msmith@fluendo.com>
15709
15710         * ext/theora/theoraparse.c: (parse_granulepos),
15711         (theora_parse_drain_queue_prematurely),
15712         (theora_parse_queue_buffer), (theora_parse_sink_event):
15713           Fix flushing.
15714           Fix invalid granulepos outputs when starting with a non-keyframe.
15715
15716 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15717
15718         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15719         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15720         Rearrange MPEG system stream detection, fixing some memleaks in the
15721         process.
15722         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15723         they clean up their data correctly.
15724         Remove unused ogganx caps and move the 'is_annodex' check to inside
15725         the 'is_ogg' if statement.
15726
15727 2006-05-05  Wim Taymans  <wim@fluendo.com>
15728
15729         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15730         Properly remove ghostpads. Fixes #340392
15731
15732 2006-05-04  David Schleef  <ds@schleef.org>
15733
15734         * gst/typefind/gsttypefindfunctions.c:
15735
15736 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15737
15738         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15739         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15740
15741         When typefinding an MP3 in push-based mode, don't penalise the
15742         probability down to 74% when we found 5 valid frames just because we
15743         can't peek the end of the file.
15744
15745         Make the probability for detecting MPEG Transport Streams based on the
15746         number of sequential headers we successfully detected.
15747
15748 2006-05-03  Wim Taymans  <wim@fluendo.com>
15749
15750         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15751         (vorbis_dec_push), (vorbis_dec_chain):
15752         Still produce an error when we receive an empty packet.
15753
15754 2006-05-03  Wim Taymans  <wim@fluendo.com>
15755
15756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15757         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15758         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15759         Mark buffers with DISCONT after seek and after activating new
15760         chains.
15761
15762         * ext/theora/gsttheoradec.h:
15763         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15764         (theora_get_query_types), (theora_dec_sink_event),
15765         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15766         (theora_dec_change_state):
15767         Fix frame counter.
15768         Detect and mark DISCONT buffers.
15769
15770         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15771         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15772         (vorbis_dec_change_state):
15773         * ext/vorbis/vorbisdec.h:
15774         Use GstSegment.
15775         Detect and mark DISCONT buffers.
15776         Don't crash on 0 sized buffers.
15777
15778 2006-05-03  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15781         (volume_transform_ip):
15782         Increase "volume" property to 10.0. Fixes #340369.
15783         Set the process function to NULL when capsnego fails so that
15784         we properly error out.
15785
15786 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15787
15788         * gst/playback/gstplaybin.c: (add_sink):
15789         * gst/playback/test.c: (main):
15790         * gst/playback/test5.c: (dump_element_stats):
15791         * gst/playback/test6.c: (main):
15792           free caps using gst_caps_unref, don't leak caps-strings
15793
15794 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15797         (plugin_init):
15798           Refine musepack typefinding a bit. Return MAXIMUM
15799           probability when we detect stream version 7 to make
15800           sure the mpeg audio typefinder doesn't trump us.
15801
15802 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15803
15804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15805           Protect against unexpected NULL strf_data buffer.
15806
15807 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15808
15809         * tests/check/elements/audioconvert.c: (verify_convert),
15810         (GST_START_TEST):
15811           interpret the out[] buffer in the order the bytes are actually
15812           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15813           Other tests should use BYTE_ORDER since the array is filled in
15814           with actual values
15815
15816 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15817
15818         * tests/check/elements/audioconvert.c: (verify_convert),
15819         (GST_START_TEST):
15820           when a test fails, give an indication of which it is
15821
15822 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15823
15824         * gst-libs/gst/cdda/gstcddabasesrc.c:
15825           compile fix; strtol() needs <stdlib.h>
15826
15827 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15828
15829         * ext/alsa/gstalsamixerelement.c:
15830         * ext/alsa/gstalsasrc.c:
15831         * ext/cdparanoia/gstcdparanoiasrc.c:
15832         * ext/gnomevfs/gstgnomevfssink.c:
15833         * ext/gnomevfs/gstgnomevfssrc.c:
15834         * ext/ogg/gstoggdemux.c:
15835         * ext/ogg/gstoggmux.c:
15836         * ext/ogg/gstoggparse.c:
15837         * ext/ogg/gstogmparse.c:
15838         * ext/pango/gstclockoverlay.c:
15839         * ext/pango/gsttextoverlay.c:
15840         * ext/pango/gsttextrender.c:
15841         * ext/pango/gsttimeoverlay.c:
15842         * ext/theora/theoradec.c:
15843         * ext/theora/theoraenc.c:
15844         * ext/vorbis/vorbisdec.c:
15845         * ext/vorbis/vorbisenc.c:
15846         * gst-libs/gst/audio/gstaudiofilter.c:
15847         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15848         * gst/audioconvert/gstaudioconvert.c:
15849         * gst/audiorate/gstaudiorate.c:
15850         * gst/audioresample/gstaudioresample.c:
15851         * gst/audiotestsrc/gstaudiotestsrc.c:
15852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15853         * gst/playback/gstdecodebin.c:
15854         * gst/playback/gstplaybin.c:
15855         * gst/playback/gststreamselector.c:
15856         * gst/subparse/gstsubparse.c:
15857         * gst/tcp/gstmultifdsink.c:
15858         * gst/tcp/gsttcpclientsink.c:
15859         * gst/tcp/gsttcpclientsrc.c:
15860         * gst/tcp/gsttcpserversink.c:
15861         * gst/tcp/gsttcpserversrc.c:
15862         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15863         * gst/videorate/gstvideorate.c:
15864         * gst/videoscale/gstvideoscale.c:
15865         * gst/videotestsrc/gstvideotestsrc.c:
15866         * gst/volume/gstvolume.c:
15867         * sys/v4l/gstv4ljpegsrc.c:
15868         * sys/v4l/gstv4lmjpegsink.c:
15869         * sys/v4l/gstv4lmjpegsrc.c:
15870         * sys/v4l/gstv4lsrc.c:
15871         * sys/ximage/ximagesink.c:
15872         * sys/xvimage/xvimagesink.c:
15873         * tests/check/libs/cddabasesrc.c:
15874           make GstElementDetails const
15875
15876 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15877
15878         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15879         (gst_adder_init):
15880           send events from src-pad to all sink-pads fixes #338657
15881
15882 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15883
15884         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15885         (alsasink_parse_spec):
15886           query width capabilities from alsa, fixes #338919
15887
15888 2006-04-28  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15891         (gst_multi_fd_sink_remove_client_link):
15892         * gst/tcp/gstmultifdsink.h:
15893         Fix race condition in multifdsink that can lead to spurious 
15894         duplicate clients. this patch adds a new signal that is fired when
15895         multifdsink has removed all references to the fd.
15896         Fixes #339574.
15897         Updated documentation.
15898         API: client-fd-removed signal added
15899
15900 2006-04-28  Michael Smith  <msmith@fluendo.com>
15901
15902         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15903           When asking g_value_array_new to prealloc elements, we may as well
15904           ask for the right number of elements.
15905
15906 2006-04-28  Wim Taymans  <wim@fluendo.com>
15907
15908         * gst-libs/gst/audio/gstbaseaudiosink.c:
15909         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15910         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15911         patch to make timestamp checking more tollerant to rounding 
15912         errors given that real discontinuities are to be marked on
15913         buffers. Fixes some asf files and #338778.
15914         Also avoid some crashers when we receive an event in the 
15915         NULL state.
15916
15917 2006-04-28  Michael Smith  <msmith@fluendo.com>
15918
15919         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15920         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15921         (gst_gnome_vfs_src_get_property),
15922         (gst_gnome_vfs_src_send_additional_headers_callback),
15923         (gst_gnome_vfs_src_received_headers_callback),
15924         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15925         (gst_gnome_vfs_src_stop):
15926         * ext/gnomevfs/gstgnomevfssrc.h:
15927           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15928           proper shared support within icydemux.
15929
15930 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15931
15932         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15933         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15934           fix up docs
15935           fix a leak when no caps negotiated
15936           fix counting of input frames
15937         * tests/check/elements/.cvsignore:
15938         * tests/check/elements/videorate.c: (assert_videorate_stats),
15939         (GST_START_TEST), (videorate_suite):
15940           add tests for these
15941
15942 2006-04-28  Wim Taymans  <wim@fluendo.com>
15943
15944         * gst-libs/gst/audio/gstringbuffer.c:
15945         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15946         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15947         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15948         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15949         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15950         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15951         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15952         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15953         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15954         Check arguments passed to public functions instead of
15955         crashing.
15956
15957 2006-04-28  Wim Taymans  <wim@fluendo.com>
15958
15959         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15960         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15961         GstBaseAudioSrc must be live or it does not work.
15962
15963         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15964         Don't set live to TRUE as this is the default in the parentclass.
15965
15966 2006-04-28  Wim Taymans  <wim@fluendo.com>
15967
15968         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15969         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15970         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15971         fixation cases better. Fixes #338991
15972
15973 2006-04-28  Wim Taymans  <wim@fluendo.com>
15974
15975         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15976         Handle 0/1 framerate correctly Fixes #331901.
15977
15978 2006-04-28  Wim Taymans  <wim@fluendo.com>
15979
15980         * tests/check/elements/audioconvert.c: (get_float_caps),
15981         (GST_START_TEST), (audioconvert_suite):
15982         Added check for correct clipping when doing float samples
15983         in audioconvert.
15984
15985 2006-04-28  Wim Taymans  <wim@fluendo.com>
15986
15987         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15988         (gst_video_rate_chain):
15989         Print more debugging info.
15990
15991 2006-04-28  Wim Taymans  <wim@fluendo.com>
15992
15993         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15994         (resample_set_state_from_caps):
15995         Add support for other formats audioresample can handle such as
15996         32 bits in and float and 64 bits float. Fixes #301759
15997
15998 2006-04-28  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/audioconvert/audioconvert.c: (float):
16001         correctly clip float samples > 1.0. Fixes #338718
16002
16003 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16004
16005         Patch by: Young-Ho Cha  <ganadist at chollian net>
16006
16007         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16008         (gst_text_overlay_render_text):
16009           Don't strip newlines from the text. Also, center lines
16010           within multi-line paragraphs (#339405).
16011
16012 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16015           Fix wavpack typefinding to work in more cases (don't peek
16016           for chunks of multiple hundred kBs at once, but process
16017           things step-by-step in smaller units). Fixes #339786.
16018
16019 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16020
16021         * configure.ac:
16022           back to HEAD
16023
16024 === release 0.10.6 ===
16025
16026 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16027
16028         * configure.ac:
16029           releasing 0.10.6, "Chao"
16030
16031 2006-04-26  David Schleef  <ds@schleef.org>
16032
16033         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16034           Fixes #338897.
16035
16036 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * configure.ac:
16039         * win32/common/config.h:
16040           new prerelease
16041
16042 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         patch by: Wim Taymans
16045
16046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16047         (gst_ogg_demux_perform_seek):
16048           make sure correct newsegments are sent, so that the decoder
16049           and the demuxer agree on timestamps.  Fixes playback of a lot
16050           of Ogg files that do not start from 0.  Fixes #339833.
16051
16052 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         Patch by: Edward Hervey  <edward@fluendo.com>
16055
16056         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16057         * tests/check/Makefile.am:
16058         * tests/check/elements/videorate.c: (assert_videorate_stats),
16059         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16060         (videorate_suite), (main):
16061           Fix an infinite loop if frames are passed in with wrongly ordered
16062           timestamps.  Fixes #339013.
16063
16064 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16069           fix typefinding on some ISO files.  Fixes #339212.
16070
16071 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16076           add another H264 fourcc.  Fixes #339047.
16077
16078 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         Patch by: Jan Schmidt
16081
16082         * gst/playback/gststreamselector.c:
16083         (gst_stream_selector_bufferalloc):
16084           Restore old StreamSelector behaviour.
16085           Fixes #338419.
16086
16087 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16088
16089         * configure.ac:
16090         * win32/common/config.h:
16091           prerelease
16092
16093 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16096
16097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16098         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16099           Fix some memory leaks: on finalize, free buffers left in the queue
16100           before destroying the queue; in _push(), unref rtp_buf even if
16101           the process vfunc returned a NULL buffer as output buffer (#337548);
16102           demote some recuring debug messages to LOG level.
16103
16104 2006-04-11  Wim Taymans  <wim@fluendo.com>
16105
16106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16107         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16108         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16109         (gst_ogg_demux_loop):
16110         More cleanups.
16111         Respect segment stop when emiting EOS or SEGMENT_DONE.
16112         Fixes (#337945).
16113
16114 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/playback/gststreamselector.c:
16117         (gst_stream_selector_get_property):
16118           Don't leak pad name.
16119
16120 2006-04-10  Michael Smith  <msmith@fluendo.com>
16121
16122         * tests/check/Makefile.am:
16123         * tests/check/gst-plugins-base.supp:
16124           Suppress an old libtheora bug (fixed in more recent versions), so 
16125           that FC4 buildslaves can pass.
16126
16127 2006-04-10  Wim Taymans  <wim@fluendo.com>
16128
16129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16130         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16131         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16132         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16133         (gst_ogg_demux_loop):
16134         Don't leak events.
16135         Remember what error we got when finding chains, if we
16136         were shutdown, that would not be an error.
16137
16138 2006-04-10  Wim Taymans  <wim@fluendo.com>
16139
16140         * gst-libs/gst/audio/gstbaseaudiosink.c:
16141         (gst_base_audio_sink_event):
16142         Starting the ringbuffer when we did not acquire it can cause
16143         a deadlock, is pointless and causes nasty things for
16144         subclasses. 
16145         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16146
16147 2006-04-10  Wim Taymans  <wim@fluendo.com>
16148
16149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16150         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16151         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16152         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16153         (gst_ogg_demux_deactivate_current_chain),
16154         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16155         (gst_ogg_demux_bisect_forward_serialno),
16156         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16157         Add some more debugging.
16158
16159 2006-04-10  Wim Taymans  <wim@fluendo.com>
16160
16161         * ext/theora/theoradec.c: (theora_dec_src_event),
16162         (theora_handle_data_packet):
16163         Some more debug info.
16164
16165         * tests/examples/seek/seek.c: (start_seek), (main):
16166         Print element messages too.
16167
16168 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16169
16170         * gst/audioresample/debug.h:
16171           replace debug macros with variable number of parameters
16172           by a simple alias to gstreamer standard debug macros 
16173          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16174           supported by MSVC 6.0 and 7.1)
16175         * gst/audioresample/resample.h:
16176           define M_PI and rint for WIN32
16177         * win32/common/libgstaudio.def:
16178         * win32/common/libgstriff.def:
16179         * win32/common/libgsttag.def:
16180         * win32/common/libgstvideo.def:
16181           add new exported functions
16182         * win32/vs6:
16183           update project files
16184
16185 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16186
16187         * ext/alsa/gstalsamixeroptions.c:
16188         (gst_alsa_mixer_options_class_init):
16189         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16192         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16193         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16194         * gst-libs/gst/audio/gstaudiofilter.c:
16195         (gst_audio_filter_class_init):
16196         * gst-libs/gst/audio/gstaudiosink.c:
16197         (gst_audioringbuffer_class_init):
16198         * gst-libs/gst/audio/gstaudiosrc.c:
16199         (gst_audioringbuffer_class_init):
16200         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16201         * gst-libs/gst/interfaces/colorbalancechannel.c:
16202         (gst_color_balance_channel_class_init):
16203         * gst-libs/gst/interfaces/mixeroptions.c:
16204         (gst_mixer_options_class_init):
16205         * gst-libs/gst/interfaces/mixertrack.c:
16206         (gst_mixer_track_class_init):
16207         * gst-libs/gst/interfaces/tunerchannel.c:
16208         (gst_tuner_channel_class_init):
16209         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16210         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16211         (gst_netbuffer_class_init):
16212         * gst-libs/gst/rtp/gstbasertppayload.c:
16213         (gst_basertppayload_class_init):
16214         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16216         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16217         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16218         * gst/playback/gststreamselector.c:
16219         (gst_stream_selector_class_init):
16220         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16221         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16222         * sys/v4l/gstv4lcolorbalance.c:
16223         (gst_v4l_color_balance_channel_class_init):
16224         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16225         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16227         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16228         (gst_v4l_tuner_norm_class_init):
16229         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16231         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16232         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16233
16234 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16235
16236         * ext/pango/gsttextrender.h:
16237         * gst-libs/gst/audio/gstaudiosink.h:
16238         * gst-libs/gst/audio/gstaudiosrc.h:
16239         * gst-libs/gst/audio/gstbaseaudiosink.h:
16240         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16241         * gst-libs/gst/audio/gstringbuffer.h:
16242         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16243         * gst-libs/gst/rtp/gstbasertppayload.h:
16244         * gst-libs/gst/video/gstvideofilter.h:
16245         * gst-libs/gst/video/gstvideosink.h:
16246         * gst/playback/gstplaybasebin.h:
16247         * gst/tcp/gstmultifdsink.h:
16248         * sys/v4l/gstv4lelement.h:
16249         Fix broken GObject macros
16250
16251 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16252
16253         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16254         More debug to trace why my USB headset is not working with gst
16255
16256 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16257
16258         * gst/playback/gstplaybasebin.c: (group_destroy):
16259         Clean up our group elements properly in the case where it never 
16260         got committed - it still got added unconditionally to the bin.
16261
16262 2006-04-07  Wim Taymans  <wim@fluendo.com>
16263
16264         * ext/theora/theoradec.c: (theora_dec_sink_event),
16265         (theora_handle_data_packet), (theora_dec_chain):
16266         Unref unhandled events.
16267         Protect against empty buffers.
16268         Perform QoS on running time.
16269
16270 2006-04-07  Michael Smith  <msmith@fluendo.com>
16271
16272         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16273         (gst_vorbis_enc_chain):
16274           Remove leaks from vorbisenc.
16275           Mostly minor changes, the only significant one is that now the
16276           buffers we set as 'streamheader' on the caps are copies of the
16277           original buffers, to avoid circular refcounting problems.
16278
16279 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16280
16281         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16282           Don't remove our mute-probe if someone else already did so.
16283           Don't set a 2nd one if there is already one pending on the pad.
16284
16285         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16286         (do_playbin_seek):
16287           When a seek fails, ensure that playbin is still set back to playing.
16288           
16289         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16290         (mpeg_ts_type_find), (plugin_init):
16291           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16292
16293 2006-04-06  Andy Wingo  <wingo@pobox.com>
16294
16295         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16296         (gst_video_rate_init): Caps-related parameters should not be reset
16297         by a flush -- move their inits to the instance init function.
16298         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16299         is not OK, just return the result.
16300
16301         * gst/audiotestsrc/gstaudiotestsrc.c
16302         (gst_audio_test_src_class_init)
16303         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16304         broken by Stefan's commit on 24 March.
16305
16306         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16307         buffers being pushed out. Fixes oggmux ! multifdsink.
16308
16309 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16312         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16313         * ext/vorbis/vorbisdec.h:
16314         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16315         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16316         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16317         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16318         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16319         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16320         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16321         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16322         (gst_vorbis_enc_buffer_from_packet),
16323         (gst_vorbis_enc_buffer_from_header_packet),
16324         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16325         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16326         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16327         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16328         (gst_vorbis_enc_change_state):
16329         * ext/vorbis/vorbisenc.h:
16330           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16331           vorbisenc adhere to the official nomenclature; use boilerplate
16332           macro.
16333
16334 2006-04-04  Andy Wingo  <wingo@pobox.com>
16335
16336         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16337         Whoops, fix bug introduced. Bad hacker!
16338         
16339         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16340         Properly handle the case where you get EOS before any buffers are
16341         received. Use gst_buffer_make_metadata_writable where appropriate.
16342
16343         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16344         is often negative -- make it signed so as not to wrap around.
16345         Fixes segfaults introduced on 9 March.
16346
16347 2006-04-03  Wim Taymans  <wim@fluendo.com>
16348
16349         * ext/theora/gsttheoradec.h:
16350         * ext/theora/theoradec.c: (theora_dec_src_event):
16351         Don't try to store a gdouble in a gboolean.
16352         Small cleanups.
16353
16354 2006-04-03  Michael Smith  <msmith@fluendo.com>
16355
16356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16357           Oggmux sucks.
16358           Make it suck slightly less by writing out the final page.
16359           Still can't encode a vorbis-in-ogg file correctly, though.
16360
16361 2006-04-03  Andy Wingo  <wingo@pobox.com>
16362
16363         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16364         a g_print.
16365
16366         * ext/theora/theora.c (plugin_init): Register theoraparse.
16367
16368         * ext/theora/gsttheoraparse.h: 
16369         * ext/theora/theoraparse.c: New files implementing a theora
16370         parser. Now we can properly remux ogg/theora+vorbis, yay.
16371
16372         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16373
16374 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16375
16376         * gst/audiotestsrc/gstaudiotestsrc.c:
16377           Fixed the sample pipeline (see #323798)
16378
16379 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16380
16381         * configure.ac:
16382         * win32/common/config.h:
16383         * win32/common/config.h.in:
16384           use AS_VERSION and AS_NANO
16385           more cleanups
16386
16387 2006-03-31  Andy Wingo  <wingo@pobox.com>
16388
16389         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16390         uninitialized variable return that would happen.
16391         
16392         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16393         uninitialized variable return that would never happen.
16394
16395         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16396         (vorbis_parse_sink_event): Add an event function to flush our
16397         state on a seek, and to drain buffers on a premature EOS.
16398         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16399         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16400         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16401         (vorbis_parse_drain_queue): Queue up buffers until we can set
16402         their timestamps and granulepos values.
16403
16404         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16405         and keep track of data needed for deriving granulepos and
16406         timestamps for buffers.
16407
16408 2006-03-29  Wim Taymans  <wim@fluendo.com>
16409
16410         Patch by: j^ <j at bootlab dot org>
16411
16412         * ext/alsa/gstalsamixerelement.c:
16413         (gst_alsa_mixer_element_class_init):
16414         * ext/alsa/gstalsasink.c:
16415         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16416         * ext/ogg/gstoggdemux.c:
16417         * ext/ogg/gstoggmux.c:
16418         * ext/ogg/gstoggparse.c:
16419         * ext/pango/gstclockoverlay.c:
16420         * ext/pango/gsttextoverlay.c:
16421         * ext/pango/gsttextrender.c:
16422         * ext/pango/gsttimeoverlay.c:
16423         * ext/theora/theoradec.c:
16424         * ext/theora/theoraenc.c:
16425         * ext/vorbis/vorbisdec.c:
16426         * ext/vorbis/vorbisenc.c:
16427         * gst/audioconvert/gstaudioconvert.c:
16428         * gst/subparse/gstsubparse.c:
16429         * gst/tcp/gstmultifdsink.c:
16430         * gst/tcp/gsttcpclientsink.c:
16431         * gst/tcp/gsttcpclientsrc.c:
16432         * gst/tcp/gsttcpserversink.c:
16433         * gst/tcp/gsttcpserversrc.c:
16434           better/unified long descriptions
16435           Fixes #336477
16436
16437 2006-03-29  Wim Taymans  <wim@fluendo.com>
16438
16439         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16440         (stop_seek):
16441         Don't let double and triple clicks mess up our state.
16442
16443 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16444
16445         * gst/playback/gstplaybin.c: (gen_video_element),
16446         (gen_text_element), (gen_audio_element), (gen_vis_element):
16447           Error out gracefully when we can't create any of the usual
16448           conversion elements for some reason. Also, don't try to
16449           create an audioscale (sic) element that's not used anyway.
16450
16451 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * gst/playback/gstplaybasebin.c: (setup_source):
16454           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16455           element for a particular protocol, that's confusing for users.
16456           Instead, post a RESOURCE_FAILED error, so that our own error
16457           message is actually shown in totem etc. (#336303).
16458
16459 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16462
16463         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16464         (gst_gnome_vfs_src_get_icy_metadata):
16465           Fix some minor memory leaks (#336194).
16466
16467 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16468
16469         * ext/gnomevfs/gstgnomevfs.c:
16470         (gst_gnome_vfs_location_to_uri_string):
16471         * ext/gnomevfs/gstgnomevfs.h:
16472         * ext/gnomevfs/gstgnomevfssink.c:
16473         (gst_gnome_vfs_sink_set_property):
16474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16475           Make gnomevfssink accept filenames as well as URIs for the
16476           "location" property, just like gnomevfssrc does (and
16477           filesrc/filesink do) (#336190).
16478
16479 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16480
16481         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16482           set to NULL before unreffing, fixes a valgrind leak.
16483           Why was this not triggering the error that an object needs to
16484           be NULL before unreffing ?
16485         * win32/common/config.h:
16486           update
16487
16488 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * gst/subparse/gstsubparse.c: (convert_encoding),
16491         (gst_sub_parse_change_state):
16492         * gst/subparse/gstsubparse.h:
16493           Text subtitle files may or may not be UTF-8. If it's not, we
16494           don't really want to see '?' characters in place of non-ASCII
16495           characters like accented characters. So let's assume the input
16496           is UTF-8 until we come across text that is clearly not. If it's
16497           not UTF-8, we don't really know what it is, so try the following:
16498           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16499           is set; if not, check (b) if the current locale encoding is
16500           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16501           the current locale encoding is UTF-8 and the environment variable
16502           was not set to any particular encoding. Not perfect, but better
16503           than nothing (and better than before, I think) (fixes #172848).
16504
16505 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16506
16507         * configure.ac:
16508           update core requirement to 0.10.4.1 because of async_playback
16509           vmethod on GstBaseSink
16510
16511 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16512
16513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16514         * gst/adder/gstadder.c: (gst_adder_init):
16515         use DEBUG_FUNCPTR for collectpads
16516
16517 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16518
16519         * docs/plugins/Makefile.am:
16520         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16522         * ext/cdparanoia/gstcdparanoiasrc.c:
16523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16524         (gst_gnome_vfs_sink_class_init):
16525         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16527         * ext/ogg/gstoggmux.c:
16528         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16529         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16530         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16531         * ext/pango/gsttextoverlay.c:
16532         * ext/pango/gsttextrender.c:
16533         * ext/theora/theoradec.c:
16534         * ext/theora/theoraenc.c:
16535         * ext/vorbis/vorbisdec.c:
16536         * ext/vorbis/vorbisenc.c:
16537         * gst-libs/gst/audio/gstaudiofilter.c:
16538         (gst_audio_filter_base_init):
16539         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16540         (gst_audio_filter_template_base_init):
16541         * gst/adder/gstadder.c: (gst_adder_get_type):
16542         * gst/adder/gstadder.h:
16543         * gst/audioconvert/gstaudioconvert.c:
16544         * gst/audiotestsrc/gstaudiotestsrc.c:
16545         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16546         (gst_audio_test_src_create):
16547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16548         * gst/playback/gstdecodebin.c:
16549         * gst/playback/gstplaybin.c:
16550         * gst/playback/gststreamselector.c:
16551         (gst_stream_selector_base_init):
16552         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16553         * gst/volume/gstvolume.c:
16554         * sys/v4l/gstv4lmjpegsink.c:
16555         * sys/v4l/gstv4lmjpegsrc.c:
16556         * tests/check/libs/cddabasesrc.c:
16557         * tests/old/examples/gob/gst-identity2.gob:
16558           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16559           define GstElementDetails at the top
16560
16561 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16562
16563         * win32/common/libgstinterfaces.def:
16564         Add a lot of export functions for gst-python
16565         * win32/vs6/libgstinterfaces.dsp:
16566         Add a missing include folder in the project configuration
16567         
16568 2006-03-23  Wim Taymans  <wim@fluendo.com>
16569
16570         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16571         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16572         (gst_base_audio_src_change_state):
16573         Fix audio sources, forgot to make the ringbuffer
16574         startable...
16575
16576 2006-03-23  Wim Taymans  <wim@fluendo.com>
16577
16578         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16579         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16580         (gst_base_audio_src_change_state):
16581         unparent instead of unref the ringbuffer.
16582
16583 2006-03-23  Wim Taymans  <wim@fluendo.com>
16584
16585         * gst-libs/gst/audio/gstbaseaudiosink.c:
16586         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16587         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16588         Implement new async_play vmethod to start slaving and allow
16589         playback start in case of async PLAY state changes. 
16590
16591         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16592         Enable QoS with new method in base class.
16593
16594 2006-03-23  Wim Taymans  <wim@fluendo.com>
16595
16596         Patch by: Julien MOUTTE <julien at moutte dot net>
16597
16598         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16599         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16600         Partially handle 0 framerate, only EOS after the first frame
16601         is missing.
16602
16603 2006-03-23  Wim Taymans  <wim@fluendo.com>
16604
16605         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16606
16607         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16608         (gst_riff_create_video_template_caps):
16609         * gst/ffmpegcolorspace/avcodec.h:
16610         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16611         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16612         (gst_ffmpegcsp_avpicture_fill):
16613         * gst/ffmpegcolorspace/imgconvert.c:
16614         Patch for support of YVU9 AVI files (#334822)
16615
16616 2006-03-22  Edward Hervey  <edward@fluendo.com>
16617
16618         * docs/design/design-decodebin.txt:
16619         Added design document for new decodebin
16620         (Target Caps): text/x-pango-markup is also a default target caps.
16621
16622 2006-03-22  Wim Taymans  <wim@fluendo.com>
16623
16624         * gst-libs/gst/audio/gstbaseaudiosink.c:
16625         (gst_base_audio_sink_dispose):
16626         Since we _parent the ringbuffer, we also need to
16627         _unparent instead of a plain _unref.
16628
16629 2006-03-22  Wim Taymans  <wim@fluendo.com>
16630
16631         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16632         (stop_seek), (scrub_toggle_cb), (main):
16633         Add scrub checkbox.
16634
16635 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16636
16637         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16638         (gst_ogg_parse_chain):
16639           Fix very inefficient usage of linked lists (#335365).
16640
16641 2006-03-21  Edward Hervey  <edward@fluendo.com>
16642
16643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16644         * gst/playback/gstplaybin.c: (handoff):
16645         * gst/playback/gststreamselector.c:
16646         (gst_stream_selector_set_property):
16647         gcc 4.1 unreferenced pointer fixes.
16648         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16650         gst_buffer_ref() now takes a GstBuffer*.
16651
16652 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16653
16654         * sys/xvimage/xvimagesink.c:
16655         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16656         by Jan Schmidt.
16657
16658 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16659
16660         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16661         (id3v1_type_find), (apetag_type_find), (plugin_init):
16662           Can't do tag preferences via probability, as tags would then
16663           lose against types that are recognised with MAXIMUM probability
16664           (like .wav); so let all tag typefinders return MAXIMUM themselves
16665           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16666           that we can prefer APE to ID3v1 (fixes #335028).
16667           
16668 2006-03-17  Wim Taymans  <wim@fluendo.com>
16669
16670         * gst-libs/gst/audio/gstbaseaudiosink.c:
16671         (gst_base_audio_sink_change_state):
16672         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16673         (gst_ring_buffer_may_start):
16674         * gst-libs/gst/audio/gstringbuffer.h:
16675         Only start playback if we are playing.
16676         should fix #330748.
16677
16678 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16679
16680         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16681         * win32/common/config.h:
16682           Revert accidental commits to these files.
16683
16684 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16687
16688         * tests/Makefile.am:
16689           Don't try to build tests in tests/icles if we
16690           don't have X (#323852)
16691
16692 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16693
16694         * gst-libs/gst/tag/gstid3tag.c:
16695           Add TXXX frame identifiers for replaygain stuff as used
16696           by some taggers (see #323721).
16697
16698 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16699
16700         * gst/playback/gststreamselector.c:
16701         (gst_stream_selector_set_property),
16702         (gst_stream_selector_bufferalloc):
16703           Preserve the existing buggy streamselector behaviour by performing
16704           a fallback buffer allocation when downstream isn't linked yet.
16705           This should really be fixed in playbin by blocking pads until it's
16706           linked them.
16707           Also, use gst_pad_alloc_buffer instead of
16708           gst_pad_alloc_buffer_and_set.
16709
16710 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * gst-libs/gst/tag/gstid3tag.c:
16713           Don't crash on unknown ID3v2 TXXX frames.
16714           
16715 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16716
16717         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16718           Chain up to the parent finalize method.
16719           Add 32-bit sample size to the template caps.
16720
16721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16722         (gst_riff_create_video_template_caps):
16723           Add the fourcc that the VMWare codec uses.
16724           
16725         * gst/playback/gststreamselector.c:
16726         (gst_stream_selector_set_property),
16727         (gst_stream_selector_bufferalloc),
16728         (gst_stream_selector_request_new_pad):
16729           For the active pad, forward buffer-alloc requests, otherwise
16730           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16731           having to memcpy every frame when used by playbin.
16732
16733         * gst/tcp/gstmultifdsink.c:
16734         (gst_multi_fd_sink_handle_client_write):
16735           Get negotiated caps from the sink pad, rather than the sink
16736           pad's peer.
16737
16738 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16741         
16742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16743           Don't forget to set src->callbacks_pushed to FALSE again when
16744           popping them, otherwise re-activation in a different mode won't
16745           work (#334620).
16746
16747 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         Patch by: Sebastien Moutte  <sebastien moutte net>
16750
16751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16752         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16753         (gst_ffmpeg_smpfmt_to_caps):
16754           Replace __VA_ARGS__ caps creation macros with varargs functions.
16755           Makes things compile on MSVC (#320765), looks nicer, and we can
16756           tell the compiler to check for the NULL terminator.
16757
16758 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16761
16762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16763           Make sure the buffer we copy into is really always big
16764           enough, this time for real (#333488).
16765           
16766 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16769           Add support for 24bpp DIB (#305279).
16770
16771 2006-03-14  Wim Taymans  <wim@fluendo.com>
16772
16773         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16774         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16776         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16777         (gst_video_scale_init), (gst_video_scale_src_event):
16778         Re-enable QoS after the release.
16779         Rework videoscale to use the base class src_event handler.
16780
16781 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16782
16783         * configure.ac:
16784           back to CVS.
16785
16786 === release 0.10.5 ===
16787
16788 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16789
16790         * configure.ac:
16791           releasing 0.10.5, "Net"
16792
16793 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * docs/plugins/Makefile.am:
16796           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16797           
16798 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16802         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16803           Add cdparanoiasrc to docs.
16804
16805         * gst-libs/gst/cdda/gstcddabasesrc.c:
16806           More GstCddaBaseSrc docs.
16807
16808 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16809
16810         * docs/libs/gst-plugins-base-libs-sections.txt:
16811         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16812         * gst-libs/gst/tag/tag.h:
16813           API: libgsttag: new method gst_tag_from_id3_user_tag().
16814
16815 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16816
16817         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16818           NULL-terminate array of mpeg4 video file extensions.
16819           Fixes crash on PPC (#334226).
16820
16821 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * ext/gnomevfs/gstgnomevfssrc.c:
16824         (gst_gnome_vfs_src_check_get_range):
16825           gnome_vfs_uri_is_local() alone is not a good indicator
16826           whether we can operate in pull-mode with a specific URI,
16827           as it returns FALSE for file:// URIs that point to an
16828           NFS-mounted path. Be more conservative here: whitelist
16829           local files, blacklist http URIs and use the old
16830           mechanism for anything else (fixes #334216).
16831
16832 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16833
16834         * configure.ac:
16835           back to trunk
16836
16837 === release 0.10.4 ===
16838
16839 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16840
16841         * configure.ac:
16842           releasing 0.10.4, "Power"
16843
16844 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16845
16846         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16847         Disable max-lateness by setting it to -1 for now, so that 
16848         we can bed QoS stuff in thoroughly between now and the next
16849         release.
16850
16851 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         Patch by: Fabrizio Gennari
16854
16855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16856           Make sure we don't read beyond the palette buffer in case of
16857           broken or manipulated files (#333488)
16858
16859 2006-03-10  Edward Hervey  <edward@fluendo.com>
16860
16861         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16862         Fix for variable not initialized.
16863
16864 2006-03-09  Wim Taymans  <wim@fluendo.com>
16865
16866         * ext/libvisual/visual.c: (gst_visual_get_type),
16867         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16868         (gst_visual_chain):
16869         Small cleanups.
16870
16871         * ext/theora/gsttheoradec.h:
16872         * ext/theora/theoradec.c: (gst_theora_dec_init),
16873         (gst_theora_dec_reset), (_theora_granule_time),
16874         (theora_dec_src_convert), (theora_dec_sink_convert),
16875         (theora_dec_src_query), (theora_dec_src_event),
16876         (theora_dec_sink_event), (theora_handle_comment_packet),
16877         (theora_handle_header_packet), (theora_dec_push),
16878         (theora_handle_data_packet), (theora_dec_chain),
16879         (theora_dec_change_state):
16880         Add simple QoS.
16881
16882 2006-03-09  Wim Taymans  <wim@fluendo.com>
16883
16884         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16885         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16886         Some cleanups.
16887
16888 2006-03-09  Wim Taymans  <wim@fluendo.com>
16889
16890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16891         Don't try to activate NULL chains.
16892
16893 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16896           Fix invalid memory access to region before peek'd data (#332964).
16897
16898 2006-03-09  Wim Taymans  <wim@fluendo.com>
16899
16900         Patch by: Christophe Fergeau
16901
16902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16903         * ext/pango/gsttextrender.c: (gst_text_render_init):
16904         * gst/adder/gstadder.c: (gst_adder_init):
16905         Don't leak padtemplates, closes #333510.
16906
16907 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16910           Fix invalid memory access: make sure string passed to
16911           regexec() is NUL-termianted.
16912
16913 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16916         (mp3_type_find):
16917           Refactor mpeg/audio typefinding to make it more maintainable
16918           and easier to fine-tune. Make probing into middle of the file
16919           work properly (fixes #333900, also see #152688).
16920
16921 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16922
16923         * gst/typefind/gsttypefindfunctions.c:
16924         (utf8_type_find_have_valid_utf8_at_offset):
16925           Remove part from previous commit that was bogus:
16926           g_utf8_validate() does in fact not accept embedded
16927           zeroes, so we don't need to check for those (thanks
16928           to Mike for the hint).
16929
16930 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * gst/typefind/gsttypefindfunctions.c:
16933         (utf8_type_find_count_embedded_zeroes),
16934         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16935           Make plain/text typefinder more conservative: firstly, check
16936           for embedded zeroes, which are perfectly valid UTF-8 characters,
16937           but also a fairly good sign that something is not a plain text
16938           file; secondly, probe into the middle of the file if possible.
16939           If we can't probe into the middle, limit the probability value
16940           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16941
16942 2006-03-08  Michael Smith  <msmith@fluendo.com>
16943
16944         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16945           Make typefind function name for mpeg4 video unique.
16946
16947 2006-03-08  Wim Taymans  <wim@fluendo.com>
16948
16949         * ext/libvisual/visual.c: (gst_visual_init),
16950         (gst_visual_clear_actors), (gst_visual_dispose),
16951         (gst_visual_reset), (gst_visual_src_setcaps),
16952         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16953         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16954         (gst_visual_chain), (gst_visual_change_state):
16955         Cleanups, post nice errors.
16956         Handle sink and src events.
16957         Implement simple QoS.
16958
16959         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16960         Use new basesink methods to configure max-lateness.
16961         Small doc update.
16962
16963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16964         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16965         Debug statement cleanups.
16966
16967         * gst/volume/gstvolume.c: (gst_volume_class_init):
16968         Simple cleanup.
16969
16970 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16971
16972         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16973         (gst_text_overlay_init), (gst_text_overlay_set_property),
16974         (gst_text_overlay_get_property):
16975           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16976           as string type properties, but mark them deprecated. Add
16977           'halignment' and 'valignment' properties that use enums
16978           instead of strings.
16979
16980 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         Patch by: Fabrizio Gennari
16983
16984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16985           Allow palettes with less than 256 colours in AVI files
16986           (#333488)
16987
16988 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16989
16990         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16991         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16992         pad. We were releasing the queued text buffer when we should keep
16993         it until video pad gets EOS or discard the text buffer because it's
16994         too old. That was eating the last subtitle buffer. Add some more
16995         debug.
16996
16997 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16998
16999         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17000         (gst_text_overlay_video_chain):
17001           Fix invalid memory access (we can't access a buffer after it's been
17002           pushed downstream without taking a reference); fix memory leak (if
17003           there's no text to render, bail out before allocating stuff).
17004
17005 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17008         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17009         * ext/pango/gsttextoverlay.h:
17010           If input is plain text, escape it before passing it to
17011           pango_layout_set_markup().
17012
17013 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17014
17015         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17016           Don't ignore flow return from gst_pad_push().
17017
17018 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17019
17020         Patch by: Fabrizio Gennari
17021
17022         * ext/libvisual/visual.c: (gst_visual_getcaps),
17023         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17026         (gst_vorbisenc_convert_sink):
17027         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17028         (gst_audio_duration_from_pad_buffer):
17029         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17030         (gst_audio_filter_chain):
17031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17032         (gst_base_rtp_depayload_setcaps):
17033         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17034         (gst_video_get_size):
17035         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17036           Don't leak references returned by gst_pad_get_parent()
17037           (#333663)
17038
17039 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17040
17041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17042           change location param details
17043         * gst/volume/gstvolume.c: (plugin_init):
17044           correct plugin description
17045
17046 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17047
17048         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17049         (gst_gnome_vfs_src_check_get_range):
17050           Override GstBaseSrc::check_get_range() in order to avoid opening
17051           the resource just to check whether we can operate in pull-mode or
17052           not - we can predict that pretty well from the URI alone. Should
17053           fix problems with last.fm (#331690). (Requires latest core CVS).
17054
17055 2006-03-06  Wim Taymans  <wim@fluendo.com>
17056
17057         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17058         (gst_video_sink_class_init):
17059         Throw away frames that are later than 20 ms.
17060
17061 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17062
17063         Patch by: Fabrizio Gennari
17064
17065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17066           Set depth on WMA caps (#333545)
17067
17068 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17071         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17072           put Theora BOS pages before others.  This hardcodes
17073           the Ogg/Theora I profile, but hey.
17074
17075 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * ext/ogg/README:
17078           updated with some examples
17079         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17080         (granulepos_add), (theora_buffer_from_packet):
17081         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17082         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17083         (gst_vorbisenc_chain):
17084           implement strategy from ext/ogg/README
17085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17086         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17087         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17088         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17089           Fix muxer so that oggz-validate is happy with all streams;
17090           except for no eos mark, and the BOS page ordering
17091         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17092         (check_buffer_granulepos):
17093         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17094           update tests to check for OFFSET being set as requested
17095           fixed type of granulepos, it's not a ClockTime
17096
17097 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17098
17099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17100         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17101         Check that the xvimage we are creating has a correct size
17102         before returning it. (#314897)
17103
17104 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17107           Give id3 and ape tag typefinders a rank slightly higher
17108           than PRIMARY to ensure they're always run before any of
17109           the other typefinders (in particular wav and mp3) (#324186).
17110
17111 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17114           Add support for '3IVD' fourcc (#333403).
17115
17116 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         * configure.ac:
17119           Bump requirements to GStreamer CVS for the new error enum.
17120
17121         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17122           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17123           space left on the device (fixes #333352).
17124
17125 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17126
17127         * win32/vs6:
17128           add a project file for libgstvolume
17129           update the workspace
17130
17131 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17132
17133         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17134         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17135         (GST_START_TEST):
17136           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17137           Set IN_CAPS on header buffers
17138
17139 2006-03-02  Wim Taymans  <wim@fluendo.com>
17140
17141         * docs/plugins/Makefile.am:
17142         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17143         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17144         Add audioresample to docs.
17145
17146         * gst/audioconvert/gstaudioconvert.c:
17147         Add revision date.
17148
17149         * gst/audioresample/gstaudioresample.c:
17150         (gst_audioresample_base_init), (gst_audioresample_class_init),
17151         (gst_audioresample_init), (gst_audioresample_dispose),
17152         (audioresample_get_unit_size), (audioresample_transform_caps),
17153         (resample_set_state_from_caps), (audioresample_transform_size),
17154         (audioresample_set_caps), (audioresample_event),
17155         (audioresample_do_output), (audioresample_transform),
17156         (audioresample_pushthrough), (gst_audioresample_set_property),
17157         (gst_audioresample_get_property), (plugin_init):
17158         * gst/audioresample/gstaudioresample.h:
17159         Added docs.
17160         Small code cleanups.
17161
17162 2006-03-02  Wim Taymans  <wim@fluendo.com>
17163
17164         * docs/plugins/Makefile.am:
17165         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17166         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17167         Added videoscale to docs.
17168
17169         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17170         (gst_video_rate_swap_prev), (gst_video_rate_event),
17171         (gst_video_rate_chain):
17172         Fix typo in docs.
17173
17174         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17175         (gst_video_scale_init), (gst_video_scale_prepare_size),
17176         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17177         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17178         * gst/videoscale/gstvideoscale.h:
17179         Added docs, examples.
17180         Some code cleanups.
17181         Post errors instead of g_warning.
17182
17183 2006-03-02  Wim Taymans  <wim@fluendo.com>
17184
17185         * docs/libs/gst-plugins-base-libs-docs.sgml:
17186         * docs/libs/gst-plugins-base-libs-sections.txt:
17187         * docs/libs/gst-plugins-base-libs.types:
17188         * docs/plugins/Makefile.am:
17189         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17191         Added some more docs to libs and plugins.
17192
17193         * gst-libs/gst/audio/gstringbuffer.c:
17194         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17195         * gst-libs/gst/audio/gstringbuffer.h:
17196         Document ringbuffer some more.
17197
17198         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17199         (gst_video_rate_setcaps), (gst_video_rate_reset),
17200         (gst_video_rate_init), (gst_video_rate_flush_prev),
17201         (gst_video_rate_swap_prev), (gst_video_rate_event),
17202         (gst_video_rate_chain), (gst_video_rate_change_state):
17203         * gst/videorate/gstvideorate.h:
17204         Fix videorate to use segments.
17205         Make it work with 0/1 framerates (closes #331903)
17206         Handle EOS correctly.
17207         Added docs.
17208
17209 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17210
17211         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17212         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17213         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17214           In state change function, first chain up to parent class,
17215           then handle downwards state change stuff. Remove some
17216           commented out cruft from 0.8 code.
17217
17218 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17221         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17222         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17223         (gst_ogm_parse_chain):
17224           Don't remove/re-add source pad if the new caps are the same as
17225           the old caps anyway (#333042). When removing source pad, don't
17226           unref it afterwards - we didn't ref it when adding. Sprinkle some
17227           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17228           after using gst_pad_get_parent(). Return downstream flow return
17229           value in chain function.
17230
17231 2006-03-02  Wim Taymans  <wim@fluendo.com>
17232
17233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17234         * docs/plugins/gst-plugins-base-plugins.args:
17235         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17236         * docs/plugins/gst-plugins-base-plugins.interfaces:
17237         * docs/plugins/gst-plugins-base-plugins.signals:
17238         Fix hierarchy, added some more elements to the docs.
17239
17240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17241         (gst_ffmpegcsp_get_type):
17242         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17243         Fix docs for ffmpegcolorspace.
17244
17245 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17248         (apetag_type_find), (ape_type_find), (plugin_init):
17249           Some typefinding fine-tuning:
17250           - rank ID3/APE tags in order of preference via probabilities, so that
17251             ID3v2 > APEv2 > APEv1 > ID3v1.
17252           - three or four bytes don't really justify MAXIMUM probability,
17253             change those to 'very likely' (musepack and monkeysaudio).
17254
17255 2006-03-01  Wim Taymans  <wim@fluendo.com>
17256
17257         * docs/plugins/Makefile.am:
17258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17260         * ext/alsa/gstalsamixer.c:
17261         * ext/alsa/gstalsamixer.h:
17262         * ext/alsa/gstalsamixerelement.c:
17263         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17264         * ext/alsa/gstalsamixerelement.h:
17265         * ext/alsa/gstalsasink.c:
17266         * ext/alsa/gstalsasink.h:
17267         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17268         (gst_alsasrc_init):
17269         * ext/alsa/gstalsasrc.h:
17270         Added alsa docs.
17271         Small code cleanups.
17272
17273 2006-03-01  Wim Taymans  <wim@fluendo.com>
17274
17275         * ext/theora/Makefile.am:
17276         Dist new header too,
17277
17278 2006-03-01  Wim Taymans  <wim@fluendo.com>
17279
17280         * docs/plugins/Makefile.am:
17281         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17282         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17283         * ext/gnomevfs/gstgnomevfssink.h:
17284         * ext/gnomevfs/gstgnomevfssrc.h:
17285         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17286         * ext/vorbis/vorbisdec.h:
17287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17288         * ext/vorbis/vorbisenc.h:
17289         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17290         (vorbis_parse_chain), (vorbis_parse_change_state):
17291         * ext/vorbis/vorbisparse.h:
17292         * gst/audioconvert/gstaudioconvert.h:
17293         * gst/tcp/gsttcpserversink.h:
17294         * gst/videotestsrc/gstvideotestsrc.c:
17295         * gst/videotestsrc/gstvideotestsrc.h:
17296         * gst/volume/gstvolume.c:
17297         * gst/volume/gstvolume.h:
17298         Fix some more docs.
17299         Added docs for vorbisdec and vorbisparse.
17300         Fix vorbisparse.
17301
17302 2006-03-01  Wim Taymans  <wim@fluendo.com>
17303
17304         * docs/plugins/Makefile.am:
17305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17307         * ext/pango/gstclockoverlay.h:
17308         * ext/pango/gsttextoverlay.h:
17309         * ext/pango/gsttextrender.h:
17310         * ext/pango/gsttimeoverlay.h:
17311         * ext/theora/gsttheoradec.h:
17312         * ext/theora/gsttheoraenc.h:
17313         * ext/theora/theoradec.c:
17314         * ext/theora/theoraenc.c:
17315         * gst/audioconvert/gstaudioconvert.h:
17316         * gst/audiotestsrc/gstaudiotestsrc.h:
17317         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17318         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17319         * gst/tcp/gstmultifdsink.h:
17320         Updated/added documentation.
17321
17322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17323         (gst_text_overlay_halign_get_type),
17324         (gst_text_overlay_wrap_mode_get_type),
17325         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17326         (gst_text_overlay_init), (gst_text_overlay_set_property),
17327         (gst_text_overlay_get_property):
17328         Fix up properties to be enums instead of string to make bindings,
17329         introspection and automatic GUI creation possible.
17330         Add getters for the properties.
17331
17332 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17333
17334         * gst/audiotestsrc/gstaudiotestsrc.c:
17335           added defines of M_PI and M_PI_2
17336         * gst/ffmpegcolorspace/avcodec.h:
17337           removed #include "stdint.h" for win32 as _stdint.h is 
17338           autogenerated to win32/common
17339         * win32/common/libgstaudio.def:
17340         * win32/common/libgsttag.def:
17341           added some exports
17342         * win32/vs6:
17343           some project files bugs corrected
17344         * win32/vs7:
17345           project files are reset to the default vs7 configuration 
17346           (they link to msvcr71.dll using default optimizations)
17347           
17348 2006-02-28  Wim Taymans  <wim@fluendo.com>
17349
17350         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17351         Fix some docs.
17352
17353 2006-02-28  Edward Hervey  <edward@fluendo.com>
17354
17355         * ext/alsa/gstalsasrc.c:
17356         Set proper class on the ElementDetails:
17357         Source/Audio instead of Src/Audio/
17358
17359 2006-02-28  Edward Hervey  <edward@fluendo.com>
17360
17361         * gst/videoscale/vs_scanline.c:
17362         (vs_scanline_resample_nearest_RGBA):
17363         Revert optimization in videoscale. It should go in liboil and have
17364         an appropriate liboil function.
17365
17366 2006-02-28  Wim Taymans  <wim@fluendo.com>
17367
17368         * gst-libs/gst/audio/gstbaseaudiosink.c:
17369         (gst_base_audio_sink_provide_clock):
17370         Don't try to provide a clock in the NULL state.
17371
17372 2006-02-28  Wim Taymans  <wim@fluendo.com>
17373
17374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17375         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17376         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17377         (gst_ogg_demux_deactivate_current_chain),
17378         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17379         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17380         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17381         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17382         Use GstSegment infrastructure to remove duplicated code
17383         and handle more seek cases correctly.
17384
17385 2006-02-28  Wim Taymans  <wim@fluendo.com>
17386
17387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17388         (gst_ffmpegcsp_transform):
17389         Don't ignore return code from ffmpeg convert function.
17390
17391         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17392         Split out some long statements to ease debugging.
17393
17394 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17395
17396         * ext/libvisual/visual.c: (gst_visual_init),
17397         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17398         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17399         being able to renegotiate the size. Instead, use the negotiation
17400         algorithm from the goom plugin to pick an initial output caps. 
17401
17402         Also, allow theoretical libvisual plugins that might support non-GL 
17403         output even if they also do GL.
17404
17405 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17406
17407         * ext/libvisual/visual.c: (gst_visual_init),
17408         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17409         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17410         possible negotiation issues.
17411
17412 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17413
17414         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17415
17416 2006-02-24  Michael Smith  <msmith@fluendo.com>
17417
17418         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17419         (cmml_type_find), (plugin_init):
17420           Fix CMML type find function to not require a specific minor version
17421           of the CMML header.
17422
17423           Add an MPEG4 video elementary stream typefind function.
17424
17425 2006-02-04  Michael Smith  <msmith@fluendo.com>
17426
17427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17428         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17429         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17430         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17431         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17432         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17433           Annodex support in ogg demuxer. Doesn't do very much without the
17434           other annodex patches (to come).
17435
17436 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17437
17438         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17439
17440         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17441           Pick up palette for MS video v1 (#327028)
17442
17443 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17446         (gst_ffmpegcsp_caps_remove_format_info),
17447         (gst_ffmpegcsp_get_unit_size):
17448           The 'palette_data' field from incoming RGB caps shouldn't be
17449           proxied on outgoing YUV caps; also, restrict unit size
17450           adjustment in case of paletted data only to the unit that
17451           actually has a palette. Fixes #330711.
17452
17453 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17454
17455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17456         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17457         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17458         (gst_ffmpegcsp_get_unit_size):
17459           Plug some memory leaks.
17460
17461 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17462
17463         * sys/ximage/Makefile.am:
17464         * sys/xvimage/Makefile.am:
17465           Add some _CFLAGS and _LIBS that seem to be missing
17466           and/or required for Cygwin (see #317048).
17467
17468 2006-02-22  Wim Taymans  <wim@fluendo.com>
17469
17470         * ext/alsa/gstalsasrc.c:
17471         Fix description as pointed out by caugier.
17472
17473 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17474
17475         Reviewed by : Edward Hervey  <edward@fluendo.com>
17476
17477         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17478         (qt_type_find):
17479         Better 3gp typefinding (#331526).
17480
17481 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17482
17483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17484           Don't send EOS event here, the base class will send one for us.
17485
17486         * gst/playback/gstplaybasebin.c: (prepare_output):
17487           Subpictures without video stream aren't allowed either.
17488         
17489         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17490           Fix debug statement copy'n'paste-o.
17491
17492 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17495           Fix issues with mixer keeping state when muting/unmuting
17496           and when changing the volume whilst muted (see #331763
17497           and #331765).
17498
17499 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17500
17501         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17502         (parse_subrip), (gst_sub_parse_format_autodetect):
17503           Set right caps given that we send escaped text. Also,
17504           honour <i></i>, <b></b> and <u></u> markers that can be found
17505           in .srt files (fixes #310202).
17506
17507 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17508
17509         * gst-libs/gst/audio/mixerutils.c:
17510         (element_factory_rank_compare_func):
17511           Make order in which elements are tried more determinable.
17512
17513 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17514
17515         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17516         (remove_element_chain), (cleanup_decodebin),
17517         (gst_decode_bin_change_state): Make decodebin reusable by
17518         fixing remove_element_chain first and then introduce a
17519         cleaner in state change to ->NULL. (Closes #331678)
17520
17521 2006-02-19  Wim Taymans  <wim@fluendo.com>
17522
17523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17524         use 0666 mask when creating files so umask gets applied
17525         correctly. Fixes #331295.
17526
17527 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/subparse/Makefile.am:
17530         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17531         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17532         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17533         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17534         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17535         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17536         * gst/subparse/gstssaparse.h:
17537         * gst/subparse/gstsubparse.c: (plugin_init):
17538           Add very basic parser for SSA subtitle streams (as often
17539           found in matroska files).
17540
17541 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17544           That should be text/x-pango-markup, not text/x-pango-layout.
17545
17546 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17547
17548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17549         Polishing.
17550
17551 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17552
17553         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17554         (gst_text_overlay_finalize), (gst_text_overlay_init),
17555         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17556         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17557         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17558         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17559         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17560         Fix state change deadlock.
17561
17562 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17563
17564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17565         (gst_text_overlay_finalize), (gst_text_overlay_init),
17566         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17567         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17568         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17569         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17570         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17571         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17572         and subtitles files.
17573
17574 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17575
17576         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17577         should be considered as raw.
17578
17579 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17580
17581         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17582         (cb_probe):
17583         * gst/playback/gststreaminfo.h: Introduce language informations.
17584
17585 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17586
17587         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17588         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17589         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17590         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17591         Set shared memory segments to be deleted as soon as we have attached,
17592         that way they get cleaned up automatically if we crash.
17593
17594 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17595
17596         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17597         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17598         functions are called with lock held.
17599
17600 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17601
17602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17603         (gst_text_overlay_finalize), (gst_text_overlay_init),
17604         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17605         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17606         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17607         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17608         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17609         (gst_text_overlay_change_state): Refactoring of textoverlay
17610         without collectpads. This now supports sparse subtitles coming
17611         from a demuxer instead of a sub file. Seeking is still broken 
17612         though. Need to discuss with wtay some more on how to handle
17613         seeking correctly.
17614         * ext/pango/gsttextoverlay.h:
17615         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17616         subtitles coming from the demuxer.
17617
17618 2006-02-17  Wim Taymans  <wim@fluendo.com>
17619
17620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17621         (gst_vorbisenc_convert_sink):
17622         Use some more scaling functions.
17623
17624 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17625
17626         * ext/cdparanoia/gstcdparanoiasrc.c:
17627         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17628         (gst_cd_paranoia_paranoia_callback),
17629         (gst_cd_paranoia_src_signal_is_being_watched),
17630         (gst_cd_paranoia_src_read_sector):
17631         * ext/cdparanoia/gstcdparanoiasrc.h:
17632           Add back 'transport-error' and 'uncorrected-error' signals and
17633           make them actually be fired when bad stuff happens (#319340).
17634
17635 2006-02-17  Wim Taymans  <wim@fluendo.com>
17636
17637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17638         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17639         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17640         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17641         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17642         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17643         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17644         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17645         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17646         (gst_ring_buffer_clear):
17647         Small cleanups.
17648         Added some G_LIKELY.
17649
17650 2006-02-17  Wim Taymans  <wim@fluendo.com>
17651
17652         * gst-libs/gst/audio/TODO:
17653         Update TODO
17654
17655         * gst-libs/gst/audio/gstbaseaudiosink.c:
17656         (gst_base_audio_sink_get_offset):
17657         When trying to play samples ASAP and we don't have a
17658         previous sample, try to play at position 0 instead of
17659         an invalid position.
17660
17661 2006-02-17  Wim Taymans  <wim@fluendo.com>
17662
17663         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17664         (gst_alsasink_reset):
17665         Also release lock when we get an error in _reset();
17666         fix an error message.
17667
17668 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17669
17670         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17671         (gst_alsasink_init), (get_channel_free_structure),
17672         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17673         (gst_alsasink_close):
17674         * ext/alsa/gstalsasink.h:
17675           Add support for more than 2 channels (#326720).
17676
17677 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17680           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17681           with 4 or 6 channels, assume a default channel layout to make things
17682           work (not sure there's anything else we can do in those cases).
17683
17684 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17685
17686         * gst-libs/gst/audio/multichannel.c:
17687           Minor docs fix.
17688
17689         * gst-libs/gst/riff/Makefile.am:
17690         * gst-libs/gst/riff/riff-ids.h:
17691         * gst-libs/gst/riff/riff-media.c:
17692         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17693           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17694           channels and a channel layout map.
17695           
17696 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17697
17698         Reviewed by Edward Hervey  <edward@fluendo.com>
17699
17700         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17701         C-level optimization of the RGBA nearest neighbour function.
17702         Eventually this might end up in liboil with vectorized versions.
17703
17704 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17705
17706         * gst-libs/gst/audio/multichannel.c:
17707         (gst_audio_get_channel_positions):
17708           When we have more than 2 channels, but no channel layout is
17709           specified in the caps, return some default channel layout
17710           to the caller and warn about about a possibly buggy element
17711           (could be buggy filtercaps as well of course) (#317038).
17712
17713 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17714
17715         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17716           Add gst-libs/gst/cdda to list of lib search paths.
17717
17718 2006-02-15  Andy Wingo  <wingo@pobox.com>
17719
17720         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17721         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17722         to the Lord Jesus that I do not have to touch the ogg muxer ever
17723         again.
17724
17725 2006-02-15  Edward Hervey  <edward@fluendo.com>
17726
17727         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17728         quicktime movie files can also contain 'uuid' atoms.
17729
17730 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * gst/audioconvert/plugin.c: (plugin_init):
17733           Register the GstAudioChannelPosition enum type with the type
17734           system in the plugin_init function, so that it is known before
17735           any element actually makes use of multi-channel stuff. This is
17736           required for example if one wants to be able to deserialise/use
17737           a caps string with channel positions before any pipeline has
17738           been setup and started, like with gst-launch.
17739
17740 2006-02-14  Wim Taymans  <wim@fluendo.com>
17741
17742         * gst-libs/gst/audio/gstringbuffer.c:
17743         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17744         (gst_ring_buffer_samples_done), (wait_segment),
17745         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17746         Add some compiler G_(UN_)LIKELY help.
17747         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17748         make sure they can exit their functions. Should fix #330748
17749
17750 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * Makefile.am:
17753         * configure.ac:
17754         * win32/MANIFEST:
17755         * win32/common/_stdint.h:
17756           Windows does not have long long; copy the generated _stdint.h
17757         * win32/common/interfaces-enumtypes.c:
17758         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17759         (gst_mixer_track_flags_get_type),
17760         (gst_tuner_channel_flags_get_type):
17761         * win32/common/multichannel-enumtypes.c:
17762         (gst_audio_channel_position_get_type):
17763           update
17764
17765 2006-02-13  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst-libs/gst/audio/gstbaseaudiosink.c:
17768         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17769         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17770         Always sync on first sample we receive when starting.
17771
17772 2006-02-13  Wim Taymans  <wim@fluendo.com>
17773
17774         * gst/playback/gstplaybin.c: (gen_vis_element):
17775         Update vis bin docs.
17776         Move queue after tee so we don't queue video buffers but
17777         audio samples instead. Fixes problems where the video queue
17778         is filled and the audio queue empty.
17779
17780 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17783           No need to push an EOS event here, GstBaseSrc will do that for us
17784           when we return FLOW_UNEXPECTED.
17785           
17786 2006-02-12  Wim Taymans  <wim@fluendo.com>
17787
17788         * gst-libs/gst/audio/gstbaseaudiosink.c:
17789         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17790         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17791         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17792         Use scale functions when possible.
17793         Fix error messages.
17794         Free clockid when after waiting for EOS.
17795         Use G_(UN_)LIKLY when it makes sense.
17796         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17797
17798 2006-02-12  Edward Hervey  <edward@fluendo.com>
17799
17800         * gst/playback/gstplaybasebin.c: (prepare_output): 
17801         Remove stray semi-colon (fixes #330888).
17802
17803 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17804
17805         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17807         Fix up the XShm call testing so that we catch errors, and don't
17808         cause new ones by attempting to detach from a segment we failed
17809         to attach to. Fixes #312439.
17810
17811 2006-02-10  Edward Hervey  <edward@fluendo.com>
17812
17813         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17814         Added flv file typefind (video/x-flv).
17815
17816 2006-02-10  Edward Hervey  <edward@fluendo.com>
17817
17818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17819         (gst_riff_create_video_template_caps):
17820         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17821         Also added the caps to the default set of riff video caps.
17822
17823 2006-02-09  Andy Wingo  <wingo@pobox.com>
17824
17825         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17826         time and the end time of the last packet in the page.
17827         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17828         on the pages in our queue, set the duration as well. Reflow a
17829         debug statement.
17830         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17831         Fixes bad muxing order.
17832
17833 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17834
17835         * gst-libs/gst/rtp/gstbasertppayload.c:
17836         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17837           update seqnum before setting it on the packet; this makes sure
17838           that the timestamp and seqnum properties match after pushing
17839           a buffer
17840
17841 2006-02-09  Andy Wingo  <wingo@pobox.com>
17842
17843         * gst-libs/gst/audio/gstringbuffer.c
17844         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17845         overflow after 13.5 hours of recording. Kapow!
17846
17847         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17848         the buffer size -- we don't care about underrun/overrun reporting
17849         right now, just need to return a useful value.
17850
17851 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17852
17853         * configure.ac:
17854           Back to CVS
17855
17856 === release 0.10.3 ===
17857
17858 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17859
17860         * configure.ac:
17861           releasing 0.10.3, "Under Pressure"
17862
17863 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17864
17865         * configure.ac:
17866         Drat. Bump libtool version number for new API.
17867         Prelease 0.10.2.3 (of 0.10.3)
17868
17869 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17870
17871         * configure.ac:
17872         * win32/common/config.h:
17873         0.10.2.2 prerelease (of 0.10.3).
17874
17875 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17876
17877         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17878           Revert Andy's newsegment change pending a more correct
17879           fix.
17880
17881 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17882
17883         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17884         (qt_type_find), (plugin_init):
17885           detect more files as 3gp
17886           group and reorder the iso file formats
17887
17888 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * ext/vorbis/vorbis.c: (plugin_init):
17891           Register musicbrainz tags, so apps don't have to.
17892
17893 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17894
17895         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17896         (gst_tag_to_vorbis_tag):
17897           Make sure we called gst_tag_register_musicbrainz_tags()
17898           before possibly mapping a vorbiscomment string from/to a
17899           musicbrainz tag.
17900
17901 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17902
17903         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17904           In case we can't find the required number of consecutive
17905           mpeg audio frames to positively identify an MPEG audio
17906           stream, check if there's at least a valid mpeg audio
17907           frame right at offset 0 and if so suggest mpeg/audio
17908           caps with a very low probability (#153004).
17909
17910 2006-02-07  Andy Wingo  <wingo@pobox.com>
17911
17912         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17913         a TIME segment if we get timestamped buffers. Requires recent
17914         fixes in core to work properly.
17915
17916 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17917
17918         * gst/playback/gstplaybasebin.c: (prepare_output):
17919           Don't print the URI as part of the error message, it
17920           makes error dialogs look rather ugly, especially if
17921           the URI is very long or has characters in it that
17922           need escaping.
17923
17924 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17925
17926         * gst/playback/gstplaybasebin.c: (prepare_output):
17927           Error out if we have only text or subtitles, but nothing
17928           else. Also error out if we have subtitles but no video
17929           stream.
17930
17931 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17932
17933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17934           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17935           Post an error message on the bus when we encounter an
17936           error, which will hopefully be more meaningful than the
17937           'Internal Flow Error' message users get to see if we
17938           just return GST_FLOW_ERROR.
17939
17940 2006-02-07  Andy Wingo  <wingo@pobox.com>
17941
17942         * configure.ac (GST_MAJORMINOR): Update core version req to
17943         0.10.2.2, for the collectpads API addition (#330244).
17944
17945 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17946
17947         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17948           Return FALSE from plugin_init() when GnomeVFS can't
17949           be initialised for some reason (#328423).
17950
17951 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17952
17953         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17954         Stick to seeking theory until i find the bug.
17955         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17956
17957 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17958
17959         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17960         (theora_enc_finalize), (theora_enc_sink_setcaps),
17961         (theora_set_header_on_caps), (theora_enc_chain),
17962         (theora_enc_change_state):
17963         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17964           Make theoraenc and the tests leak free. Like, really.
17965
17966 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17967
17968         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17969         (theora_enc_finalize), (theora_enc_sink_setcaps):
17970           Add a finalize method to ensure we clean up state even if
17971           someone omitted the state change back to NULL.
17972
17973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17974         (gst_vorbisenc_chain):
17975           Free some more leaked bits.
17976
17977         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17978         (stop_pipeline):
17979           Wait for state changes to happen if they're ASYNC.
17980
17981           This ought to teach those fancy pants buildbots a lesson.
17982
17983 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * gst-libs/gst/tag/gstid3tag.c:
17986           Add mapping for ID3 International Standard Recording Code
17987           tag "TSRC"
17988
17989 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17990
17991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17992           Don't leak tag names.
17993
17994 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17995
17996         * docs/libs/gst-plugins-base-libs-docs.sgml:
17997         * docs/libs/gst-plugins-base-libs-sections.txt:
17998         * gst-libs/gst/tag/gstid3tag.c:
17999         * gst-libs/gst/tag/gstvorbistag.c:
18000         * gst-libs/gst/tag/tags.c:
18001           Split libgsttag docs into multiple sections.
18002
18003 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18004
18005         * docs/libs/Makefile.am:
18006         * docs/libs/gst-plugins-base-libs-docs.sgml:
18007         * docs/libs/gst-plugins-base-libs-sections.txt:
18008         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18009         * gst-libs/gst/tag/gstvorbistag.c:
18010         * gst-libs/gst/tag/tag.h:
18011         * gst-libs/gst/tag/tags.c:
18012           Add libgsttag to the docs.
18013
18014 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18015
18016         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18017         (gst_text_overlay_init), (gst_text_overlay_src_event),
18018         (gst_text_overlay_collected): Fix clockoverlay.
18019
18020 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18021
18022         * docs/libs/compiling.sgml:
18023           Fix typo: it's pkg-config, not pkg-gconfig
18024
18025         * docs/libs/gst-plugins-base-libs-docs.sgml:
18026         * docs/libs/gst-plugins-base-libs-sections.txt:
18027         * docs/libs/tmpl/gstgconf.sgml:
18028           There is no libgstgconf in 0.10, remove it
18029           from the docs.
18030
18031 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18032
18033         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18034         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18035         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18036         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18037         (gst_sub_parse_class_init), (gst_sub_parse_init),
18038         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18039         (parse_mpsub), (parser_state_init), (handle_buffer),
18040         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18041         * gst/subparse/gstsubparse.h: Introduce seeking code.
18042
18043 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18046           Add comment about LANGUAGE tag inconsistency (we want
18047           ISO-639-1, but extract three-letter identifiers?)
18048
18049         * po/POTFILES.in:
18050           Add two translatable files.
18051
18052 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18053
18054         * gst-libs/gst/tag/Makefile.am:
18055         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18056         * gst-libs/gst/tag/tag.h:
18057         * gst-libs/gst/tag/tags.c:
18058         (gst_tag_register_musicbrainz_tags_internal),
18059         (gst_tag_register_musicbrainz_tags):
18060           Forward-port some tags stuff from the 0.8 branch. This is
18061           mostly the addition of musicbrainz tags and their mapping
18062           to vorbistags, and a vorbistag mapping of the language tag.
18063
18064 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18065
18066         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18067         refactoring.
18068
18069 2006-02-04  David Schleef  <ds@schleef.org>
18070
18071         * ext/ogg/gstoggmux.c:
18072         * gst/typefind/gsttypefindfunctions.c:
18073           Add Dirac typefinding and add dirac format to oggmux.
18074
18075 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18076
18077         * gst/playback/gstdecodebin.c: (try_to_link_1):
18078           Don't put essential function call into
18079           g_return_*() macro, otherwise it'll all be
18080           replaced by NOOPs when compiling with
18081           G_DISABLE_CHECKS defined.
18082
18083 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18084
18085         * ext/ogg/gstoggdemux.c:
18086         * ext/ogg/gstoggparse.c:
18087         * gst/tcp/gsttcpserversink.c:
18088         * sys/v4l/v4lsrc_calls.c:
18089         * sys/v4l/v4lsrc_calls.h:
18090         Just make it compile with --disable-gst-debug.
18091
18092 2006-02-03  Wim Taymans  <wim@fluendo.com>
18093
18094         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18095         (gst_alsasink_class_init), (gst_alsasink_init),
18096         (gst_alsasink_write), (gst_alsasink_reset):
18097         * ext/alsa/gstalsasink.h:
18098         Add lock to protect alsa calls.
18099         Implement reset to flush samples ASAP, does not work
18100         with dmix though.
18101
18102 2006-02-02  Wim Taymans  <wim@fluendo.com>
18103
18104         * gst-libs/gst/audio/gstbaseaudiosink.c:
18105         (gst_base_audio_sink_provide_clock):
18106         Ugh.. getting late I guess...
18107
18108 2006-02-02  Wim Taymans  <wim@fluendo.com>
18109
18110         * gst-libs/gst/audio/gstbaseaudiosink.c:
18111         (gst_base_audio_sink_provide_clock),
18112         (gst_base_audio_sink_set_property),
18113         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18114         Don't try to provide a clock when we are not negotiated since
18115         we might not be able to make it run.
18116
18117 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * gst/playback/gstdecodebin.c: (try_to_link_1):
18120           Unlinking two source pads is ... hard.
18121
18122 2006-02-02  Wim Taymans  <wim@fluendo.com>
18123
18124         * gst-libs/gst/audio/TODO:
18125         Updated.
18126
18127         * gst-libs/gst/audio/gstbaseaudiosink.c:
18128         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18129         On EOS, wait till the last sample is played before posting EOS.
18130
18131 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18132
18133         Patch by: Kai Vehmanen
18134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18135           Adds ability to enable newsegment bypass by setting queue_delay to
18136           zero. Also avoid thread being started if queue_delay is zero.
18137
18138 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18141           Make test work again by connecting fakesinks to each decoded pad,
18142           which makes the pipeline wait until each fakesink has a buffer
18143           queued before going to PAUSED state. At that point we know the
18144           decodebin pads are negotiated.
18145
18146 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18149         (gst_cdda_base_src_handle_event):
18150         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18151           Pass unhandled queries to the parent class's query function.
18152
18153 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18154
18155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18156         (gst_ogg_pad_src_query):
18157         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18158         * ext/theora/theoradec.c: (theora_dec_src_query),
18159         (theora_dec_sink_query):
18160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18161         (vorbis_dec_sink_query):
18162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18163         (gst_vorbisenc_sink_query):
18164         * gst/adder/gstadder.c: (gst_adder_query):
18165           Pass unhandled queries upstream instead of just
18166           dropping them (#326447). Also, fix supported
18167           query types list for some elements.
18168
18169 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18172         (paris_type_find), (ilbc_type_find), (plugin_init):
18173           Fix typefinding for audio/x-au, audio/x-paris and
18174           audio/iLBC-sh. We cannot use the START_WITH macros
18175           here, because there can only be one typefind factory
18176           with the same name (caps), so the second one would
18177           replace the first one and the first one would never
18178           be called when doing typefinding (see #161712).
18179           
18180
18181 2006-01-31  Wim Taymans  <wim@fluendo.com>
18182
18183         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18184         (vorbis_handle_header_packet), (vorbis_dec_push),
18185         (vorbis_handle_data_packet):
18186         Use scale_int when we can, add some more scaling.
18187         Check packettype before parsing it.
18188
18189 2006-01-31  Wim Taymans  <wim@fluendo.com>
18190
18191         * ext/theora/theoradec.c: (_theora_granule_time),
18192         (theora_dec_src_convert), (theora_dec_sink_convert):
18193         Call right _scale functions.
18194         Use parameter instead of some other random value.
18195
18196 2006-01-31  Wim Taymans  <wim@fluendo.com>
18197
18198         * ext/theora/theoradec.c: (_theora_granule_frame),
18199         (_theora_granule_time), (_inc_granulepos),
18200         (theora_dec_src_convert), (theora_dec_sink_convert),
18201         (theora_handle_type_packet), (theora_handle_data_packet),
18202         (theora_dec_chain):
18203         Use higher precision timestamps calculation.
18204         Convert some other conversions to _scale.
18205
18206 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18207
18208         * gst/audiotestsrc/gstaudiotestsrc.c:
18209         (gst_audio_test_src_create_sine_table), (plugin_init):
18210         * gst/volume/gstvolume.c: (plugin_init):
18211           initialize gst_controller before using
18212
18213 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18214
18215         * tests/check/pipelines/theoraenc.c:
18216         * tests/check/pipelines/vorbisenc.c:
18217         Define constant using G_GINT64_CONSTANT to avoid errors when
18218         passing it around - otherwise it gets truncated to 32 bits.
18219
18220         Fixes failing tests.
18221
18222 2006-01-31  Andy Wingo  <wingo@pobox.com>
18223
18224         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18225         caps being set doesn't have a framerate value. Basically a stopgap
18226         measure.
18227
18228         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18229         technically correct enough to put into core though.
18230         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18231         DURATION. Fixes theoraenc ! oggmux.
18232
18233         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18234         fraction, not double.
18235
18236 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18237
18238         * win32/vs7:
18239         add vs7 project files created by Sergey Scobich
18240
18241 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18242
18243         * win32/vs8:
18244         add vs8 project files created by Sergey Scobich
18245         
18246 2006-01-30  Andy Wingo  <wingo@pobox.com>
18247
18248         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18249         timestamp + duration, not just timestamp -- ogg pages should be
18250         ordered by stop time. Necessary fix given the change in vorbis
18251         timestamps.
18252
18253         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18254         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18255         (granulepos_add): New function, handles the messiness of adjusting
18256         granulepos values.
18257         (theora_buffer_from_packet):
18258         (theora_enc_chain):
18259         (theora_enc_sink_event): Use granulepos_add, not +.
18260
18261         * tests/check/pipelines/theoraenc.c
18262         (check_buffer_granulepos_from_starttime): Just check the frame
18263         count, not the actual granulepos -- we can't dictate to the
18264         encoder when it should be placing keyframes.
18265
18266 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18269           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18270           play an http:// stream from a server that's not serving
18271
18272 2006-01-30  Andy Wingo  <wingo@pobox.com>
18273
18274         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18275         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18276         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18277         available.
18278
18279         * ext/theora/gsttheoraenc.h:
18280         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18281         although theoraenc was timestamping correctly. Added handling of
18282         streams that start with nonzero timestamps.
18283
18284         * tests/check/Makefile.am:
18285         * tests/check/pipelines/theoraenc.c: New file, basically does same
18286         tests as vorbisenc.
18287
18288         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18289
18290 2006-01-30  Wim Taymans  <wim@fluendo.com>
18291
18292         * gst-libs/gst/audio/gstaudiosink.c:
18293         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18294         (gst_audioringbuffer_pause):
18295         Implement pause that does not wait for completion.
18296
18297         * gst-libs/gst/audio/gstbaseaudiosink.c:
18298         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18299         Don't drop buffers when going to PAUSED but perform preroll on
18300         remaining samples now that core base class supports this.
18301
18302         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18303         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18304         (gst_ring_buffer_commit):
18305         Pause should not signal waiters.
18306         Implement return value of _commit correctly.
18307
18308 2006-01-30  Andy Wingo  <wingo@pobox.com>
18309
18310         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18311
18312         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18313         updated to timestamp from the first sample, not the last.
18314         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18315         special care of granulepos and timestamp for header packets.
18316         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18317         when the first buffer has a nonzero timestamp.
18318
18319         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18320         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18321         case when the first audio buffer we get has a nonzero timestamp.
18322         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18323         properly timestamp vorbis buffers with the time of the first
18324         sample, not the last.
18325         
18326         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18327         vorbis_granule_time_copy -- now it takes the granule/subgranule
18328         offset into account.
18329
18330         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18331         timestamps, durations, and granulepos on buffers produced by
18332         vorbisenc.
18333
18334 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18335
18336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18337         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18338           Patch from Eric Jonas to support conversions to/from UYVY 
18339           (Fixes: #324626)
18340
18341 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18342
18343         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18344         (setup_subtitle), (setup_source), (set_active_source):
18345         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18346         (gen_text_element), (gen_audio_element), (gen_vis_element),
18347         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18348
18349 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18350
18351         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18352         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18353                 use gst_guint64_to_gdouble to be compliant with vs6
18354         * gst/playback/gstdecodebin.c: (try_to_link_1)
18355         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18356                 use G_GINT64_CONSTANT for int64 constants
18357         * win32/common/libgstinterfaces.def:
18358                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18359         * win32/vs6:
18360                 update and add new project files
18361                 
18362 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18363
18364         * Makefile.am:
18365         * win32/MANIFEST:
18366         * win32/common/interfaces-enumtypes.c:
18367         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18368         (gst_mixer_track_flags_get_type),
18369         (gst_tuner_channel_flags_get_type):
18370         * win32/common/interfaces-enumtypes.h:
18371         * win32/common/multichannel-enumtypes.c:
18372         (gst_audio_channel_position_get_type):
18373         * win32/common/multichannel-enumtypes.h:
18374           add a win32-update rule like in core, and copy over enumtypes files
18375
18376 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18377
18378         * win32/MANIFEST:
18379         * win32/common/config.h:
18380         * win32/common/config.h.in:
18381           add config files just like in core
18382
18383 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18384
18385         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18386           Make gcc-4.1 happy (part of #327357).
18387
18388 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18391         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18392         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18393         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18394         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18395         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18396           Update all error messages.  All of them should either use
18397           the default translated message, or actually provide a
18398           translatable string.
18399           Make the string for channel count problems meaningful.
18400
18401 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18402
18403         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18404           check for and throw RESOURCE_BUSY
18405
18406 2006-01-27  David Schleef  <ds@schleef.org>
18407
18408         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18409           checked in this change -- it requires liboil features not
18410           in 0.3.6.  Revert parts.
18411
18412 2006-01-27  David Schleef  <ds@schleef.org>
18413
18414         * REQUIREMENTS:
18415         * configure.ac: update liboil requirement to 0.3.6
18416         * gst/videoscale/Makefile.am:
18417         * gst/videoscale/vs_scanline.c: liboilify
18418
18419 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18420
18421         * ext/libvisual/visual.c: (get_buffer):
18422           When pad_alloc returns a GstFlowReturn other
18423           than GST_FLOW_OK, make sure it is passed upstream.
18424
18425 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18426
18427         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18428         (gst_alsasink_class_init):
18429           Free the device name string.
18430
18431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18432         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18433         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18434           Don't remove a pad from the collectpads structure until it
18435           is released - it's a request pad, and may receive data again
18436           if the element gets moved back to PLAYING state.
18437
18438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18439           Ensure we turn on double buffering on the Xv port, and
18440           set the colour key to something dark and mysterious that
18441           isn't black.
18442
18443 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * ext/alsa/gstalsaplugin.c: (plugin_init):
18446         * ext/cdparanoia/gstcdparanoiasrc.c:
18447         (gst_cd_paranoia_src_base_init), (plugin_init):
18448         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18450           - a library should not call setlocale. see "Libraries" node in
18451             gettext manual
18452           - make sure all plugins that use translation do bindtextdomain
18453             to point to the localedir
18454         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18455         (setup_sinks), (plugin_init):
18456           all this, and check for NULL when creating sinks
18457
18458 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18459
18460         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18461         (plugin_init): Make typefinding of subtitles work again.
18462
18463 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18464
18465         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18466         (mp3_type_frame_length_from_header), (mp3_type_find),
18467         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18468         (plugin_init):
18469           Backport a bunch of typefinding fixes from the 0.8 branch.
18470           Also, improve wavpack typefinding: if we can't peek the
18471           entire wavpack block, try to parse the bits we can get and
18472           see if we find what we're looking for in those.
18473
18474 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18475
18476         * sys/ximage/ximagesink.c:
18477         (gst_ximagesink_calculate_pixel_aspect_ratio):
18478         * sys/xvimage/xvimagesink.c:
18479         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18480         more cases of pixel aspect ratio.
18481
18482 2006-01-26  Edward Hervey  <edward@fluendo.com>
18483
18484         * gst/playback/gstdecodebin.c: (pad_probe):
18485         Also consider the flush-start and tag events as unblockers
18486         for the pad probes.
18487
18488 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18489
18490         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18491         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18492         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18493         On the fly visualisation switch, works disabling, enabling as
18494         well but it won't be able to enable vis in a playbin that was
18495         created with no visualisation.
18496
18497 2006-01-25  Wim Taymans  <wim@fluendo.com>
18498
18499         * gst-libs/gst/audio/gstbaseaudiosink.c:
18500         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18501         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18502         resume after pause.
18503
18504 2006-01-25  Wim Taymans  <wim@fluendo.com>
18505
18506         * gst-libs/gst/audio/gstbaseaudiosink.c:
18507         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18508         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18509         Improve debugging.
18510         Post error when caps cannot be parsed.
18511         Resync on discontinuity in the stream.
18512         Clip samples to segment boundaries.
18513         return WRONG_STATE sooner when we are flushing.
18514
18515         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18516         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18517         Make audiosrc operate in TIME.
18518         Set TIMESTAMP and DURATION on buffers.
18519
18520 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18521
18522         * tests/examples/seek/seek.c: (main):
18523           Output tag messages as well.
18524
18525 2006-01-23  Edward Hervey  <edward@fluendo.com>
18526
18527         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18528         (free_pad_probes), (remove_fakesink), (pad_probe),
18529         (close_pad_link), (gst_decode_bin_change_state):
18530         Replace GstPadBlockCallback with pad probes that detect
18531         first buffer AND eos before removing fakesink.
18532         Fixes hang with demuxers doing EOS while pre-rolling.
18533         Solves #328279
18534
18535 2006-01-23  Andy Wingo  <wingo@pobox.com>
18536
18537         * ext/alsa/gstalsasink.c:
18538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18539         (gst_base_rtp_depayload_setcaps),
18540         (gst_base_rtp_depayload_add_to_queue),
18541         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18542         
18543         Patch by: Jens Granseuer <jensgr at gmx dot net>
18544
18545 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18546
18547         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18548         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18549         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18550         frames. We might get a frame destroyed after changing state to
18551         NULL, adding a safety check on xcontext.
18552
18553 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18554
18555         * gst-libs/gst/interfaces/xoverlay.c:
18556           Fix prepare-xwindow-id code example in the docs - we need to
18557           ignore all messages that aren't element messages as well.
18558           
18559 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18560
18561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18562           I think one day i'll completely undestand how caps negotiation
18563           is supposed to work. This refactoring handles buffer_alloc
18564           called with caps we can't handle. We definitely don't want a
18565           set_caps with those caps, so we define and allocate a buffer
18566           we would like to receive.
18567
18568 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18569
18570         * gst/playback/gstplaybasebin.c: (setup_source):
18571           Free iterator when done.
18572
18573 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18574
18575         * gst-libs/gst/audio/gstbaseaudiosink.c:
18576         (gst_base_audio_sink_render):
18577           Fix playback of non-synchronised streams by assuming a rate
18578           of 1.0 instead of a random one.
18579
18580           Makes this work again:
18581
18582           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18583           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18584           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18585           audioresample ! alsasink
18586
18587 === release 0.10.2 ===
18588
18589 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18590
18591         * configure.ac:
18592           releasing 0.10.2, "Then the devil is six"
18593
18594 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18595
18596         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18597         * gst/playback/gststreamselector.c:
18598         (gst_stream_selector_set_property):
18599           Comment out broken code that connects to the state-changed signal.
18600           At this point, changing current stream selection is broken, but 
18601           stuff like gst-launch playbin current-audio=1 works and filters
18602           to the chosen stream.
18603
18604 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18605
18606         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18607           Fix #327216 (null dereference in vorbisdec)
18608
18609 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18610
18611         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18612           Post taglist actually on bus instead of just freeing it
18613           (fixes #327114 and totem bug #327080).
18614
18615         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18616           Use gst_element_found_tags_for_pad(), so that the tags
18617           are sent downstream as an event as well.
18618
18619 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18620
18621         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18622         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18623         (gst_ximagesink_buffer_alloc):
18624         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18625         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18626         (gst_xvimagesink_buffer_alloc):
18627           move all regularly occurring messages to GST_LOG level
18628           add some more object logs
18629
18630 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18631
18632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18633           fix a silly segfault
18634
18635 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * docs/libs/gst-plugins-base-libs-docs.sgml:
18638         * docs/libs/gst-plugins-base-libs-sections.txt:
18639         * gst-libs/gst/audio/mixerutils.c:
18640         * gst-libs/gst/audio/mixerutils.h:
18641           Add docs for mixerutils stuff.
18642
18643 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * gst/playback/gstplaybasebin.c: (setup_source):
18646           Fix playback for sources that emit raw audio or
18647           raw video streams (e.g.: cd audio sources) (#325984).
18648
18649 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18650
18651         * gst-libs/gst/audio/mixerutils.c:
18652         (gst_audio_mixer_filter_do_filter):
18653           actually save the element we create
18654
18655 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18656
18657         * gst-libs/gst/cdda/gstcddabasesrc.c:
18658         (gst_cdda_base_src_handle_track_seek):
18659           No need to post a tag message on the bus when seeking
18660           within the same track, only post it when the current
18661           track changes.
18662
18663 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18664
18665         * gst/playback/gstplaybasebin.c: (group_destroy),
18666         (probe_triggered), (new_decoded_pad), (mute_group_type),
18667         (set_active_source):
18668         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18669         * gst/playback/gststreamselector.c:
18670         (gst_stream_selector_base_init),
18671         (gst_stream_selector_set_property),
18672         (gst_stream_selector_request_new_pad):
18673           Reenable stream selection. These mechanisms need a complete overhaul
18674           in the face of 0.8->0.10 changes though.
18675
18676 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18677
18678         * ext/ogg/gstoggdemux.c:
18679           Change the pad template to src_%d to match the pads that 
18680           are created from it. decodebin needs this information in order
18681           to decide that oggdemux is capable of producing multiple pads
18682           (and hence needs queues inserted).
18683
18684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18685         (gst_ogg_mux_collected):
18686           Make debug output more useful by using GST_PTR_FORMAT.
18687
18688 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18689
18690         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18691
18692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18693           Set depth and width for alaw/mulaw (fixes #326601).
18694
18695 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18696
18697         * tests/icles/Makefile.am:
18698           don't build the tests if we don't have the libs
18699
18700 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18701
18702         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18703         (gst_cd_paranoia_paranoia_callback):
18704           Don't try to free NULL pointers.
18705
18706 2006-01-10  Edward Hervey  <edward@fluendo.com>
18707
18708         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18709         (gst_audio_rate_change_state), (plugin_init):
18710         Add debugging category.
18711         Fix type issues.
18712         Add case for incoming buffers without valid offset/offset_end.
18713
18714 2006-01-10  Michael Smith  <msmith@fluendo.com>
18715
18716         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18717           Don't leak GCond in audio sources.
18718
18719 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18720
18721         * gst/playback/gstplaybin.c: (gen_audio_element):
18722           Don't leak an autoaudiosink/alsasink when we generate
18723           a new audio element. (old code, I guess)
18724
18725 2006-01-10  Michael Smith  <msmith@fluendo.com>
18726
18727         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18728           Support float audio in audiorate.
18729           Use width rather than depth for selecting sample width.
18730
18731 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18732
18733         * gst/videotestsrc/videotestsrc.h:
18734           Use GLib types here (that way we don't have to include the
18735           generated _stdint.h header, which makes life easier for win32
18736           folks that don't use autotools for the build) (#325990, patch
18737           by: Sergey Scobich).
18738
18739 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18742         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18743         (gst_ring_buffer_pause), (wait_segment):
18744         * gst-libs/gst/audio/gstringbuffer.h:
18745           Name (private) union, makes Forte compiler happy (this time
18746           for real) (#324900).
18747
18748 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18749
18750         * gst-libs/gst/audio/Makefile.am:
18751           Link against libgstinterfaces, needed for mixer
18752           and property probe stuff.
18753
18754 2006-01-09  Edward Hervey  <edward@fluendo.com>
18755
18756         * gst-libs/gst/Makefile.am:
18757
18758 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18759
18760         * gst-libs/gst/audio/Makefile.am:
18761         * gst-libs/gst/audio/mixerutils.c:
18762         (gst_audio_mixer_filter_do_filter),
18763         (gst_audio_mixer_filter_check_element),
18764         (gst_audio_mixer_filter_probe_feature),
18765         (element_factory_rank_compare_func),
18766         (gst_audio_default_registry_mixer_filter):
18767         * gst-libs/gst/audio/mixerutils.h:
18768           Add gst_audio_default_registry_mixer_filter() utility
18769           function.
18770
18771 2006-01-03  Michael Smith  <msmith@fluendo.com>
18772
18773         * gst/audioresample/resample.h:
18774           As before, but for o_buf
18775
18776 2006-01-03  Michael Smith  <msmith@fluendo.com>
18777
18778         * gst/audioresample/resample.h:
18779           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18780           since we do arithmetic on it.
18781
18782 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18783
18784         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18785         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18786         (gst_ring_buffer_pause), (wait_segment):
18787         * gst-libs/gst/audio/gstringbuffer.h:
18788           Sun's Forte compiler doesn't seem to like anonymous structs,
18789           so use same setup as in GstBaseSrc (fixes #324900).
18790
18791 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18792
18793         * configure.ac:
18794         * gst/volume/Makefile.am:
18795         * gst/volume/demo.c:
18796           move old example to tests/examples/volume/volune.c
18797         * tests/examples/Makefile.am:
18798         * tests/examples/seek/seek.c: (main):
18799           change window-close event from "delete-event" to "destroy"
18800         * tests/examples/volume/Makefile.am:
18801         * tests/examples/volume/volume.c: (value_changed_callback),
18802         (setup_gui), (message_received), (eos_message_received), (main):
18803           fix event handling and bus usage
18804
18805 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18806
18807         * gst/audiotestsrc/gstaudiotestsrc.c:
18808         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18809         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18810         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18811         (gst_audio_test_src_create_square),
18812         (gst_audio_test_src_create_saw),
18813         (gst_audio_test_src_create_triangle),
18814         (gst_audio_test_src_create_silence),
18815         (gst_audio_test_src_create_white_noise),
18816         (gst_audio_test_src_create_pink_noise),
18817         (gst_audio_test_src_init_sine_table),
18818         (gst_audio_test_src_create_sine_table),
18819         (gst_audio_test_src_change_wave),
18820         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18821         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18822         * gst/audiotestsrc/gstaudiotestsrc.h:
18823           update to basesrc changes, implement segmented seeking and eos
18824           handling, add a 'sine-tab' waveform for performance critical playback
18825
18826 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * po/POTFILES.in:
18829           ... and this time the other modified file that I missed last time.
18830
18831 2005-12-29  Michael Smith  <msmith@fluendo.com>
18832
18833         * gst/playback/gstdecodebin.c: (new_pad):
18834           Fix non-C89 variable declaration not at the start of a block. Should
18835           help some compilers.
18836
18837 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * tests/check/Makefile.am:
18840           And now fix 'make distcheck' (builddir != srcdir)
18841
18842 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18843
18844         * configure.ac:
18845         * ext/cdparanoia/Makefile.am:
18846         * ext/cdparanoia/gstcdparanoia.c:
18847         * ext/cdparanoia/gstcdparanoia.h:
18848         * ext/cdparanoia/gstcdparanoiasrc.c:
18849         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18850         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18851         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18852         (gst_cd_paranoia_paranoia_callback),
18853         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18854         (gst_cd_paranoia_src_set_property),
18855         (gst_cd_paranoia_src_get_property), (plugin_init):
18856         * ext/cdparanoia/gstcdparanoiasrc.h:
18857           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18858           plugin again (there are still fixes required to playbin to make
18859           cdda:// uris work there).
18860
18861 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * tests/check/Makefile.am:
18864           Fix test case compilation.
18865
18866 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18867
18868         * gst-libs/gst/cdda/gstcddabasesrc.c:
18869         (gst_cdda_base_src_update_duration),
18870         (gst_cdda_base_src_calculate_cddb_id):
18871           An integer is not a string. Fix access to uninitialised variable.
18872
18873         * tests/check/Makefile.am:
18874           Add cddabasesrc unit test; also actually enable the vorbis test.
18875
18876         * tests/check/generic/states.c:
18877           Blacklist new cd audio elements as well.
18878
18879         * tests/check/libs/cddabasesrc.c:
18880           Unit test for GstCddaBaseSrc (discid calculation mostly).
18881
18882 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18883
18884         * docs/libs/Makefile.am:
18885         * docs/libs/gst-plugins-base-libs-docs.sgml:
18886         * docs/libs/gst-plugins-base-libs-sections.txt:
18887         * docs/libs/gst-plugins-base-libs.types:
18888           Add docs for libgstcdda/GstCddaBaseSrc.
18889
18890         * gst-libs/gst/interfaces/mixertrack.h:
18891           Do one struct member per line with a semicolon at the end, that way
18892           even gtk-doc might parse it without complaining.
18893
18894 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18895
18896         * configure.ac:
18897         * gst-libs/gst/Makefile.am:
18898         * gst-libs/gst/cdda/Makefile.am:
18899         * gst-libs/gst/cdda/base64.c:
18900         * gst-libs/gst/cdda/base64.h:
18901         * gst-libs/gst/cdda/gstcddabasesrc.c:
18902         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18903         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18904         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18905         (gst_cdda_base_src_get_property),
18906         (gst_cdda_base_src_get_track_from_sector),
18907         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18908         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18909         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18910         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18911         (gst_cdda_base_src_uri_get_protocols),
18912         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18913         (gst_cdda_base_src_uri_handler_init),
18914         (gst_cdda_base_src_setup_interfaces),
18915         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18916         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18917         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18918         (gst_cdda_base_src_add_tags),
18919         (gst_cdda_base_src_add_index_associations),
18920         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18921         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18922         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18923         (gst_cdda_base_src_create):
18924         * gst-libs/gst/cdda/gstcddabasesrc.h:
18925         * gst-libs/gst/cdda/sha1.c:
18926         * gst-libs/gst/cdda/sha1.h:
18927           Add new libgstcdda with GstCddaBaseSrc class.
18928
18929 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18930
18931         * ext/gnomevfs/gstgnomevfssink.h:
18932           Use GstBaseSinkClass as parent_class member for class struct, not
18933           GstBaseSink.
18934
18935 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         Patch by: Michael Benes
18938
18939         * gst/videotestsrc/gstvideotestsrc.c:
18940         (gst_video_test_src_class_init), (gst_video_test_src_start):
18941           Add start method to reset running time and number of frames sent
18942           when starting up (fixes #324696)
18943
18944 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18945
18946         * docs/plugins/Makefile.am:
18947         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18948         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18949         * docs/plugins/gst-plugins-base-plugins.args:
18950         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18951         * docs/plugins/gst-plugins-base-plugins.signals:
18952           Add docs stuff for gnomevfssrc and gnomevfssink.
18953
18954         * ext/gnomevfs/gstgnomevfssrc.c:
18955           Fix example pipeline in gtk-doc blurb.
18956
18957 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18958
18959         * ext/gnomevfs/Makefile.am:
18960         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18961         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18962         (gst_gnome_vfs_handle_get_type), (plugin_init):
18963         * ext/gnomevfs/gstgnomevfs.h:
18964         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18965         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18966         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18967         (gst_gnome_vfs_sink_set_property),
18968         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18969         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18970         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18971         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18972         (gst_gnome_vfs_sink_uri_get_type),
18973         (gst_gnome_vfs_sink_uri_get_protocols),
18974         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18975         (gst_gnome_vfs_sink_uri_handler_init):
18976         * ext/gnomevfs/gstgnomevfssink.h:
18977           Port gnomevfssink; add gtk-doc blurb.
18978
18979         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18980         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18981         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18982         (gst_gnome_vfs_src_uri_get_type),
18983         (gst_gnome_vfs_src_uri_get_protocols),
18984         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18985         (gst_gnome_vfs_src_uri_handler_init),
18986         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18987         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18988         (gst_gnome_vfs_src_send_additional_headers_callback),
18989         (gst_gnome_vfs_src_received_headers_callback),
18990         (gst_gnome_vfs_src_push_callbacks),
18991         (gst_gnome_vfs_src_pop_callbacks),
18992         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18993         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18994         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18995         * ext/gnomevfs/gstgnomevfssrc.h:
18996           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18997           file; add gtk-doc blurb with example pipelines.
18998
18999 === release 0.10.1 ===
19000
19001 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19002
19003         * configure.ac:
19004           releasing 0.10.1, "Dobro Dedek"
19005
19006 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19007
19008         * gst/typefind/gsttypefindfunctions.c:
19009         iLBC30 and iLBC20 added to typefind.
19010
19011 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19012
19013         * gst-libs/gst/audio/gstbaseaudiosink.c:
19014         (gst_base_audio_sink_class_init):
19015         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19016         (gst_base_audio_src_class_init):
19017           update strings, values are in microseconds
19018           change the default sink buffer time to something that is smaller
19019           (to help software volume mixing have a slightly lower delay) but
19020           still be acceptable on Wim's laptop
19021
19022 2005-12-20  Edward Hervey  <edward@fluendo.com>
19023
19024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19025         Made a quack, forgot to add DUCK to the riff video template.
19026
19027 2005-12-19  Edward Hervey  <edward@fluendo.com>
19028
19029         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19030         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19031         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19032         (gst_ogm_parse_chain):
19033         Make sure pads are initialized correctly.
19034         * gst-libs/gst/riff/riff-ids.h:
19035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19036         (gst_riff_create_video_template_caps):
19037         Add a whole bunch of FOURCC <=> MimeType.
19038         Extend the riff video pad template to support the newly added fourcc.
19039
19040 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19041
19042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19043         (gst_ogg_demux_activate_chain):
19044           Extra debug output when activating/deactivating chains.
19045
19046         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19047         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19048         (unlinked):
19049           Remove a queue from our list when it becomes unlinked.
19050           Don't add queues to elements in class 'Demux' if they
19051           can only produce one pad 
19052
19053 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19054
19055         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19056         (gst_video_sink_get_type): Add a debug category.
19057
19058 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19059
19060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19061         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19062           Handle downstream newsegment by sending our own newsegment before the
19063           next buffer to be released. (#323900)
19064
19065 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19066
19067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19068         (gst_base_rtp_depayload_set_gst_timestamp):
19069           add queue delay to new segment as well (as opposed to just the first
19070           buffer). (bug #322347)
19071
19072 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19073
19074         * ext/libvisual/visual.c: (make_valid_name):
19075           change some char* into char[]
19076         * gst/audiotestsrc/gstaudiotestsrc.c:
19077         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19078         (gst_audio_test_src_create):
19079         * gst/audiotestsrc/gstaudiotestsrc.h:
19080           prepare to handle EOS and SEGMENT_DONE
19081
19082 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19083
19084         * tests/check/generic/states.c: (GST_START_TEST):
19085           Blacklist cdparanoia element in state test.
19086
19087 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089           Patch by: Benjamin Pineau
19090
19091         * gst/tcp/gsttcp.c:
19092         * gst/tcp/gsttcpclientsink.c:
19093         * gst/tcp/gsttcpserversink.c:
19094         * gst/tcp/gsttcpserversrc.c:
19095           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19096
19097 2005-12-15  Michael Smith  <msmith@fluendo.com>
19098
19099         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19100         (gst_video_rate_chain):
19101           Fix timestamping for videorate when the first buffer it sees has a
19102           non-zero timestamp. Fix some misleading debug output.
19103
19104 2005-12-15  Michael Smith  <msmith@fluendo.com>
19105
19106         * gst/audioresample/gstaudioresample.c:
19107           Don't leak all input buffers to audioresample.
19108
19109 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19110
19111         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19112           Don't operate on empty text buffers. Strip newlines and
19113           tabs only from the end of the text, but leave them intact
19114           in the middle. Fix typo in gtk-doc description.
19115
19116 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19117
19118         * gst/playback/gstplaybasebin.c:
19119         * gst/playback/gstplaybin.c: (handoff):
19120           Make sure the video frame buffer we return to apps via the
19121           "frame" property always has caps set on it. Modify
19122           _gst_gvalue_set_object() macro to handle NULL objects
19123           gracefully too.
19124
19125 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19126
19127         * gst/audiotestsrc/gstaudiotestsrc.c:
19128         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19129         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19130         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19131         (gst_audio_test_src_create):
19132         * gst/audiotestsrc/gstaudiotestsrc.h:
19133         Adjust to some recent api changes and add wtays new cool seeking
19134         capabillities
19135
19136 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19137
19138         * ext/alsa/Makefile.am:
19139         * ext/alsa/gstalsadeviceprobe.c:
19140         * ext/alsa/gstalsadeviceprobe.h:
19141           Helper functions to add device probing via the GstPropertyProbe
19142           interface to a class.
19143
19144         * ext/alsa/gstalsamixer.h:
19145           Comment out GST_ALSA_MIXER, it returns a struct that's not
19146           used.
19147
19148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19149           Add some debug info. 
19150
19151         * ext/alsa/gstalsamixerelement.c:
19152         (gst_alsa_mixer_element_interface_supported),
19153         (gst_implements_interface_init),
19154         (gst_alsa_mixer_element_init_interfaces),
19155         (gst_alsa_mixer_element_class_init),
19156         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19157         (gst_alsa_mixer_element_set_property),
19158         (gst_alsa_mixer_element_get_property),
19159         (gst_alsa_mixer_element_change_state):
19160         * ext/alsa/gstalsamixerelement.h:
19161           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19162           for device handling (gnome-volume-control will need that).
19163
19164 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19165
19166         * ext/Makefile.am: fix cdparanoia entry
19167         * gst-plugins-base.spec.in: add cdparanoia
19168
19169 2005-12-12  Michael Smith  <msmith@fluendo.com>
19170
19171         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19172           Use the correct function to free list of typefind factories.
19173
19174 2005-12-12  Wim Taymans  <wim@fluendo.com>
19175
19176         * gst/videotestsrc/gstvideotestsrc.c:
19177         (gst_video_test_src_class_init), (gst_video_test_src_init),
19178         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19179         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19180         (gst_video_test_src_create):
19181         * gst/videotestsrc/gstvideotestsrc.h:
19182         Implement seeking in videotestsrc.
19183         Small cleanups.
19184
19185 2005-12-12  Wim Taymans  <wim@fluendo.com>
19186
19187         * ext/cdparanoia/Makefile.am:
19188         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19189         (gst_paranoia_endian_get_type), (_do_init),
19190         (cdparanoia_class_init), (cdparanoia_init),
19191         (cdparanoia_set_property), (cdparanoia_get_property),
19192         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19193         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19194         (cdparanoia_convert), (cdparanoia_get_query_types),
19195         (cdparanoia_query), (cdparanoia_set_index),
19196         (cdparanoia_uri_set_uri):
19197         * ext/cdparanoia/gstcdparanoia.h:
19198         Partially ported cdparanoia now that basesrc can support a
19199         plugin like this..
19200
19201 2005-12-12  Wim Taymans  <wim@fluendo.com>
19202
19203         * tests/examples/seek/scrubby.c: (main):
19204         Set higher priority for bus events so they don't get reordered with
19205         gtk gui events.
19206
19207         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19208         (flush_toggle_cb), (main):
19209         Added checkbox to disable flushing seeks. 
19210         Disable scrubbing when doing non flushing seeks.
19211
19212 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19213
19214         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19215         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19216         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19217         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19218           Implement some sort of event handling that doesn't rely on
19219           g_return_if_fail; make sure we always push the last chunk of an 
19220           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19221           state change function; remove some old cruft. Seeking is still
19222           rather unlikely to work though.
19223
19224         * tools/.cvsignore:
19225           Ignore more.
19226
19227 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19228
19229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19230         Fixed a leak of the current image reference when cleaning up.
19231         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19232
19233 2005-12-09  Michael Smith  <msmith@fluendo.com>
19234
19235         * tools/Makefile.am:
19236         * tools/gst-launch-ext-m.m:
19237           Remove gst-launch-ext. It doesn't work, and is no longer
19238           particularly useful.
19239
19240 2005-12-08  Luca Ognibene  <luogni@tin.it>
19241
19242         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19243           don't pass random values to ogmparse convert function.
19244           Make seeking possible in the exile1.ogm file.
19245
19246 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19247
19248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19249         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19250           Work around refcount problem with g_value_set_object() that occur
19251           if the core has been compiled against GLib-2.6 (g_value_set_object()
19252           will only g_object_ref() the element, but the caller will
19253           gst_object_unref() it and bad things will happen due to the way
19254           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19255           totem for people on FC4 using Thomas's 0.10 RPMs.
19256           
19257 2005-12-07  Edward Hervey  <edward@fluendo.com>
19258
19259         Time to welcome ogm to 0.10 :)
19260         
19261         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19262         (gst_ogg_pad_typefind):
19263         Oggdemux can now properly typefind elements with dynamic pads.
19264         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19265         Properly set caps on src pad, and set caps on outgoing buffers.
19266
19267 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19268
19269         * ext/alsa/gstalsamixer.h:
19270         * ext/alsa/gstalsamixerelement.h:
19271         * ext/alsa/gstalsamixeroptions.h:
19272         * ext/alsa/gstalsamixertrack.h:
19273         * ext/alsa/gstalsasink.c:
19274         * ext/alsa/gstalsasink.h:
19275         * ext/alsa/gstalsasrc.c:
19276         * ext/alsa/gstalsasrc.h:
19277         * ext/cdparanoia/gstcdparanoia.h:
19278         * ext/gnomevfs/gstgnomevfsuri.h:
19279         * ext/ogg/gstoggdemux.c:
19280         * ext/ogg/gstoggmux.c:
19281         * ext/pango/gsttextoverlay.h:
19282         * ext/theora/theoradec.c:
19283         * ext/theora/theoraenc.c:
19284         * ext/vorbis/vorbisdec.h:
19285         * ext/vorbis/vorbisenc.c:
19286         * ext/vorbis/vorbisenc.h:
19287         * ext/vorbis/vorbisparse.h:
19288         * gst-libs/gst/audio/gstaudioclock.h:
19289         * gst-libs/gst/audio/gstaudiosink.c:
19290         * gst-libs/gst/audio/gstaudiosink.h:
19291         * gst-libs/gst/audio/gstaudiosrc.c:
19292         * gst-libs/gst/audio/gstaudiosrc.h:
19293         * gst-libs/gst/audio/gstbaseaudiosink.c:
19294         * gst-libs/gst/audio/gstbaseaudiosink.h:
19295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19296         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19297         * gst-libs/gst/audio/gstringbuffer.h:
19298         * gst-libs/gst/audio/multichannel.h:
19299         * gst-libs/gst/floatcast/floatcast.h:
19300         * gst-libs/gst/interfaces/colorbalance.c:
19301         * gst-libs/gst/interfaces/colorbalance.h:
19302         * gst-libs/gst/interfaces/colorbalancechannel.h:
19303         * gst-libs/gst/interfaces/mixer.h:
19304         * gst-libs/gst/interfaces/mixeroptions.h:
19305         * gst-libs/gst/interfaces/mixertrack.h:
19306         * gst-libs/gst/interfaces/navigation.h:
19307         * gst-libs/gst/interfaces/propertyprobe.h:
19308         * gst-libs/gst/interfaces/tuner.h:
19309         * gst-libs/gst/interfaces/tunerchannel.h:
19310         * gst-libs/gst/interfaces/tunernorm.h:
19311         * gst-libs/gst/interfaces/xoverlay.h:
19312         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19313         * gst-libs/gst/riff/riff-ids.h:
19314         * gst-libs/gst/riff/riff-media.h:
19315         * gst-libs/gst/riff/riff-read.h:
19316         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19317         * gst-libs/gst/rtp/gstbasertppayload.c:
19318         * gst-libs/gst/rtp/gstbasertppayload.h:
19319         * gst-libs/gst/rtp/gstrtpbuffer.c:
19320         * gst-libs/gst/rtp/gstrtpbuffer.h:
19321         * gst-libs/gst/tag/gsttageditingprivate.h:
19322         * gst-libs/gst/tag/gstvorbistag.c:
19323         (gst_tag_list_from_vorbiscomment_buffer):
19324         * gst-libs/gst/tag/tag.h:
19325         * gst-libs/gst/video/video.h:
19326         * gst/adder/gstadder.c:
19327         * gst/adder/gstadder.h:
19328         * gst/audioconvert/audioconvert.c:
19329         * gst/audioconvert/audioconvert.h:
19330         * gst/audioconvert/gstaudioconvert.c:
19331         * gst/audioconvert/gstchannelmix.c:
19332         * gst/audioconvert/gstchannelmix.h:
19333         * gst/audiorate/gstaudiorate.c:
19334         * gst/audioresample/buffer.h:
19335         * gst/audioresample/functable.h:
19336         * gst/audioresample/gstaudioresample.c:
19337         * gst/audioresample/resample.h:
19338         * gst/ffmpegcolorspace/avcodec.h:
19339         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19340         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19341         * gst/ffmpegcolorspace/imgconvert.c:
19342         * gst/ffmpegcolorspace/imgconvert_template.h:
19343         * gst/playback/gstdecodebin.c:
19344         * gst/playback/gstplaybasebin.h:
19345         * gst/playback/gstplaybin.c:
19346         * gst/playback/gststreaminfo.h:
19347         * gst/tcp/gstfdset.c:
19348         * gst/tcp/gstfdset.h:
19349         * gst/tcp/gstmultifdsink.c:
19350         * gst/tcp/gstmultifdsink.h:
19351         * gst/tcp/gsttcp.h:
19352         * gst/tcp/gsttcpclientsrc.c:
19353         * gst/tcp/gsttcpclientsrc.h:
19354         * gst/tcp/gsttcpplugin.h:
19355         * gst/tcp/gsttcpserversink.c:
19356         * gst/tcp/gsttcpserversrc.c:
19357         * gst/typefind/gsttypefindfunctions.c:
19358         * gst/videorate/gstvideorate.c:
19359         * gst/videotestsrc/gstvideotestsrc.h:
19360         * gst/videotestsrc/videotestsrc.h:
19361         * sys/v4l/gstv4lcolorbalance.h:
19362         * sys/v4l/gstv4ltuner.h:
19363         * sys/v4l/gstv4lxoverlay.h:
19364         * sys/v4l/v4l_calls.h:
19365         * sys/v4l/videodev_mjpeg.h:
19366         * tests/check/elements/audioconvert.c:
19367         * tests/check/elements/audioresample.c:
19368         * tests/check/elements/audiotestsrc.c:
19369         * tests/check/elements/videotestsrc.c:
19370         * tests/check/elements/volume.c:
19371         * tests/examples/seek/scrubby.c:
19372         * tests/examples/seek/seek.c:
19373           expand tabs
19374
19375 === release 0.10.0 ===
19376
19377 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19378
19379         * configure.ac:
19380           releasing 0.10.0, "Mont-d'or"
19381
19382 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19383
19384         * tests/examples/seek/Makefile.am:
19385         Build fix for when gtk is not available.
19386
19387 2005-12-05  Andy Wingo  <wingo@pobox.com>
19388
19389         * ext/libvisual/visual.c: (get_buffer):
19390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19391         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19392         * ext/theora/theoradec.c: (theora_handle_data_packet):
19393         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19394         (theora_enc_chain):
19395         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19396         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19397         Update for alloc_buffer changes.
19398
19399 2005-12-05  Andy Wingo  <wingo@pobox.com>
19400
19401         patch by: Kai Vehmanen <kv2004 eca cx>
19402         
19403         * gst-libs/gst/rtp/gstbasertpdepayload.c
19404         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19405
19406 2005-12-04  Andy Wingo  <wingo@pobox.com>
19407
19408         patch by: Sebastien Cote <sebas642 yahoo ca>
19409         
19410         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19411         Fixes #319172.
19412
19413 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19414
19415         * docs/plugins/Makefile.am:
19416         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19417         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19418         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19419         * ext/pango/gstclockoverlay.c:
19420         * ext/pango/gsttextoverlay.c: 
19421         * ext/pango/gsttextrender.c:
19422         * ext/pango/gsttimeoverlay.c:
19423           Add gtk-doc blurbs to pango elements.
19424
19425 2005-12-02  Wim Taymans  <wim@fluendo.com>
19426
19427         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19428         * gst/audioresample/buffer.h:
19429         * gst/audioresample/gstaudioresample.c:
19430         * gst/audioresample/gstaudioresample.h:
19431         * gst/audioresample/resample.c: (resample_input_flush),
19432         (resample_input_pushthrough), (resample_input_eos),
19433         (resample_get_output_size_for_input),
19434         (resample_get_input_size_for_output), (resample_get_output_size),
19435         (resample_get_output_data):
19436         * gst/audioresample/resample.h:
19437         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19438         Fix audioresample, seek torture, new segments, reverse negotiation
19439         etc.. work fine.
19440
19441 2005-12-02  Wim Taymans  <wim@fluendo.com>
19442
19443         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19444         Small cleanups.
19445
19446 2005-12-02  Wim Taymans  <wim@fluendo.com>
19447
19448         * gst/audioconvert/gstaudioconvert.c:
19449         (gst_audio_convert_transform):
19450         Post errors.
19451
19452 === release 0.9.7 ===
19453
19454 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19455
19456         * configure.ac:
19457           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19458
19459 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19460
19461         * Makefile.am:
19462         * po/hu.po:
19463         * win32/MANIFEST:
19464         * win32/gst.sln:
19465           add win32 MANIFEST file
19466           do something to the hungarian translation
19467
19468 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19469
19470         * ext/Makefile.am:
19471           Add $(PANGO_DIR) to SUBDIRS
19472
19473         * ext/pango/gstclockoverlay.c:
19474         * ext/pango/gsttimeoverlay.c:
19475           Fix and improve element descriptions.
19476
19477 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19478
19479         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19480         * docs/plugins/inspect/plugin-libvisual.xml:
19481         * docs/plugins/inspect/plugin-pango.xml:
19482           add pango plugin to docs
19483
19484 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19485
19486         * configure.ac:
19487         * ext/Makefile.am:
19488           moved pango to base
19489
19490 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19491
19492         * configure.ac:
19493         * tests/Makefile.am:
19494         * tests/icles/.cvsignore:
19495         * tests/icles/Makefile.am:
19496         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19497         (close_display), (resize_window), (move_window), (create_window),
19498         (terminate_playback), (pause_playback), (start_playback), (main):
19499           add stress test for xoverlay from Julien
19500
19501 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19502
19503         * docs/libs/tmpl/gstcolorbalance.sgml:
19504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19505         * gst-libs/gst/rtp/gstbasertppayload.c:
19506         * gst-libs/gst/rtp/gstrtpbuffer.c:
19507         * gst-libs/gst/rtp/gstrtpbuffer.h:
19508           Do burger's rename for rtp payloaders and depayloaders
19509
19510 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * win32/:
19513           add Visual Studio 6 build files
19514
19515 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19516
19517         * docs/libs/gst-plugins-base-libs-docs.sgml:
19518         * docs/libs/gst-plugins-base-libs-sections.txt:
19519         * docs/libs/tmpl/gstaudio.sgml:
19520         * docs/libs/tmpl/gstringbuffer.sgml:
19521         * gst-libs/gst/interfaces/xoverlay.c:
19522         * gst-libs/gst/video/gstvideofilter.c:
19523         * gst-libs/gst/video/gstvideosink.c:
19524           update documentation
19525
19526 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19527
19528         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19529         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19530         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19531         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19532         (gst_multi_fd_sink_get_stats),
19533         (gst_multi_fd_sink_remove_client_link),
19534         (gst_multi_fd_sink_handle_client_read),
19535         (gst_multi_fd_sink_client_queue_data),
19536         (gst_multi_fd_sink_client_queue_caps),
19537         (gst_multi_fd_sink_client_queue_buffer),
19538         (gst_multi_fd_sink_new_client),
19539         (gst_multi_fd_sink_handle_client_write),
19540         (gst_multi_fd_sink_recover_client),
19541         (gst_multi_fd_sink_queue_buffer),
19542         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19543         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19544         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19545         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19546         * gst/tcp/gstmultifdsink.h:
19547         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19548         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19549         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19550         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19551         (gst_tcp_client_sink_set_property),
19552         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19553         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19554         * gst/tcp/gsttcpclientsink.h:
19555         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19556         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19557         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19558         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19559         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19560         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19561         * gst/tcp/gsttcpclientsrc.h:
19562         * gst/tcp/gsttcpplugin.c: (plugin_init):
19563         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19564         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19565         (gst_tcp_server_sink_finalize),
19566         (gst_tcp_server_sink_handle_server_read),
19567         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19568         (gst_tcp_server_sink_set_property),
19569         (gst_tcp_server_sink_get_property),
19570         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19571         * gst/tcp/gsttcpserversink.h:
19572         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19573         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19574         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19575         (gst_tcp_server_src_set_property),
19576         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19577         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19578         * gst/tcp/gsttcpserversrc.h:
19579           more borgifying
19580
19581 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19582
19583         * docs/plugins/Makefile.am:
19584         * docs/plugins/gst-plugins-base-plugins.args:
19585         * docs/plugins/inspect/plugin-libvisual.xml:
19586         * gst/audioconvert/plugin.h:
19587         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19588         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19589         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19590         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19591         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19592         (plugin_init):
19593         * gst/audiotestsrc/gstaudiotestsrc.c:
19594         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19595         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19596         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19597         (gst_audio_test_src_get_query_types),
19598         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19599         (gst_audio_test_src_create_square),
19600         (gst_audio_test_src_create_saw),
19601         (gst_audio_test_src_create_triangle),
19602         (gst_audio_test_src_create_silence),
19603         (gst_audio_test_src_create_white_noise),
19604         (gst_audio_test_src_init_pink_noise),
19605         (gst_audio_test_src_generate_pink_noise_value),
19606         (gst_audio_test_src_create_pink_noise),
19607         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19608         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19609         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19610         (plugin_init):
19611         * gst/audiotestsrc/gstaudiotestsrc.h:
19612         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19613         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19614         (gst_sub_parse_init), (gst_sub_parse_formats),
19615         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19616         (convert_encoding), (get_next_line),
19617         (gst_sub_parse_data_format_autodetect),
19618         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19619         (gst_sub_parse_loop), (gst_sub_parse_chain),
19620         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19621         (plugin_init):
19622         * gst/subparse/gstsubparse.h:
19623         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19624         (gst_video_rate_base_init), (gst_video_rate_class_init),
19625         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19626         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19627         (gst_video_rate_init), (gst_video_rate_event),
19628         (gst_video_rate_chain), (gst_video_rate_set_property),
19629         (gst_video_rate_get_property), (gst_video_rate_change_state),
19630         (plugin_init):
19631         * gst/videoscale/gstvideoscale.c:
19632         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19633         (gst_video_scale_src_template_factory),
19634         (gst_video_scale_sink_template_factory),
19635         (gst_video_scale_get_type), (gst_video_scale_base_init),
19636         (gst_video_scale_class_init), (gst_video_scale_init),
19637         (gst_video_scale_set_property), (gst_video_scale_get_property),
19638         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19639         (gst_video_scale_prepare_size), (parse_caps),
19640         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19641         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19642         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19643         (plugin_init):
19644         * gst/videoscale/gstvideoscale.h:
19645         * gst/videotestsrc/gstvideotestsrc.c:
19646         (gst_video_test_src_pattern_get_type),
19647         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19648         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19649         (gst_video_test_src_set_pattern),
19650         (gst_video_test_src_set_property),
19651         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19652         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19653         (gst_video_test_src_event), (gst_video_test_src_get_times),
19654         (gst_video_test_src_create), (plugin_init):
19655         * gst/videotestsrc/gstvideotestsrc.h:
19656         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19657         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19658         (gst_video_test_src_black):
19659         * gst/videotestsrc/videotestsrc.h:
19660           borgify further
19661           clean up docs a little
19662
19663 2005-11-30  Wim Taymans  <wim@fluendo.com>
19664
19665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19666         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19667         (gst_basertppayload_event), (gst_basertppayload_push),
19668         (gst_basertppayload_change_state):
19669         * gst-libs/gst/rtp/gstbasertppayload.h:
19670         closed #320644.
19671
19672 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19673
19674         * docs/libs/gst-plugins-base-libs-docs.sgml:
19675         * docs/libs/gst-plugins-base-libs-sections.txt:
19676         * gst-libs/gst/video/gstvideofilter.c:
19677         * gst-libs/gst/video/gstvideosink.c:
19678         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19679
19680 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19681
19682         * LICENSE:
19683           move
19684         * po/af.po:
19685         * po/az.po:
19686         * po/cs.po:
19687         * po/en_GB.po:
19688         * po/hu.po:
19689         * po/it.po:
19690         * po/nb.po:
19691         * po/nl.po:
19692         * po/or.po:
19693         * po/sq.po:
19694         * po/sr.po:
19695         * po/sv.po:
19696         * po/uk.po:
19697         * po/vi.po:
19698         * Makefile.am:
19699           update
19700         * scripts/autoplugins.sh:
19701           remove
19702
19703 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19704
19705         * Makefile.am:
19706         * configure.ac:
19707         * examples/Makefile.am:
19708         * examples/capsfilter/Makefile.am:
19709         * examples/capsfilter/capsfilter1.c:
19710         * examples/gob/Makefile.am:
19711         * examples/gob/gst-identity2.gob:
19712         * examples/indexing/.cvsignore:
19713         * examples/indexing/Makefile.am:
19714         * examples/indexing/indexmpeg.c:
19715         * examples/seeking/.cvsignore:
19716         * examples/seeking/Makefile.am:
19717         * examples/seeking/cdparanoia.c:
19718         * examples/seeking/cdplayer.c:
19719         * examples/seeking/chained.c:
19720         * examples/seeking/scrubby.c:
19721         * examples/seeking/seek.c:
19722         * examples/stats/Makefile.am:
19723         * examples/stats/mp2ogg.c:
19724         * examples/switch/.cvsignore:
19725         * examples/switch/Makefile.am:
19726         * examples/switch/switcher.c:
19727         * tests/Makefile.am:
19728         * tests/check/generic/.cvsignore:
19729         * tests/check/pipelines/.cvsignore:
19730         * tests/examples/Makefile.am:
19731         * tests/examples/seek/Makefile.am:
19732           reorganize stuff under tests/
19733
19734 2005-11-30  Edward Hervey  <edward@fluendo.com>
19735
19736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19737         Go away you stupid GstStaticPadTemplate memleak.
19738
19739 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19740
19741         * gst-libs/gst/net/Makefile.am:
19742         * gst-libs/gst/net/README:
19743         * gst-libs/gst/net/gstnetbuffer.c:
19744         * gst-libs/gst/net/gstnetbuffer.h:
19745           this was moved to "netbuffer"
19746
19747 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19748
19749         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19750         (gst_video_filter_class_init), (gst_video_filter_init):
19751         * gst-libs/gst/video/gstvideofilter.h:
19752           borgify name to bring in line with other classes
19753
19754 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * gst/audioscale/.cvsignore:
19757         * gst/audioscale/Makefile.am:
19758         * gst/audioscale/README:
19759         * gst/audioscale/audioscale.vcproj:
19760         * gst/audioscale/dtof.c:
19761         * gst/audioscale/dtos.c:
19762         * gst/audioscale/functable.c:
19763         * gst/audioscale/gstaudioscale.c:
19764         * gst/audioscale/gstaudioscale.h:
19765         * gst/audioscale/private.h:
19766         * gst/audioscale/resample.c:
19767         * gst/audioscale/resample.h:
19768         * gst/audioscale/test.c:
19769           remove
19770
19771 2005-11-30  Edward Hervey  <edward@fluendo.com>
19772
19773         * gst-libs/gst/netbuffer/Makefile.am:
19774         really, really tired
19775
19776 2005-11-30  Edward Hervey  <edward@fluendo.com>
19777
19778         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19779         Update for new GstTypeFindFactory _register()
19780
19781 2005-11-30  Edward Hervey  <edward@fluendo.com>
19782
19783         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19784         Let's not override libgstnet from core for no reason...
19785         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19786         Ok, maybe not so quick next time.
19787
19788 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19789
19790         * configure.ac:
19791         * gst-libs/gst/Makefile.am:
19792           moved gst-libs/gst/net to netbuffer through CVS surgery
19793           remove old directory
19794           updating build to accomodate
19795           (#322257)
19796
19797 2005-11-29  Andy Wingo  <wingo@pobox.com>
19798
19799         * pkgconfig/gstreamer-plugins-base.pc.in:
19800         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19801         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19802         (#322257).
19803
19804 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19805
19806         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19807         3rd time's the charm. Correct ref-counting for discarded buffers.
19808
19809 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19810
19811         * gst/playback/gststreamselector.c:
19812         (gst_stream_selector_class_init),
19813         (gst_stream_selector_set_property),
19814         (gst_stream_selector_get_property),
19815         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19816         Fix ref-counting
19817
19818 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19819
19820         * gst/subparse/gstsubparse.c: (feed_textbuf):
19821           Don't access already unref'ed buffer.
19822
19823 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19824
19825         * gst/playback/gststreamselector.c:
19826         (gst_stream_selector_class_init), (gst_stream_selector_init),
19827         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19828         (gst_stream_selector_get_property),
19829         (gst_stream_selector_get_linked_pad),
19830         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19831         * gst/playback/gststreamselector.h:
19832         Add the active-pad property for playbin to use shortly. Ignore buffers
19833         from any other pad, returning GST_FLOW_NOT_LINKED
19834
19835 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19836
19837         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19838         patch from bug #322704 (Alessandro Decina).
19839
19840 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * gst-libs/gst/audio/Makefile.am:
19843           folded audiofilter into the audio library
19844
19845 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * gst/videoscale/gstvideoscale.h:
19848         * gst/videoscale/gstvideoscale.c:
19849           remove unimplemented scale methods
19850
19851 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19852
19853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19854           Don't leak caps.
19855
19856 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19857
19858         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19859         (gst_ximagesink_setcaps):
19860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19861         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19862         happens (only visible on ximagesink but bug is in xv too) set_caps was
19863         destroying the internal x[v]image used to memcpy non locally alloced
19864         buffers so that it got renewed on next _chain. The issue is that 
19865         _expose will try to put that image as it reffed it in _put.
19866         Using gst_buffer_unref instead of destroy fixes it !
19867
19868 2005-11-28  Edward Hervey  <edward@fluendo.com>
19869
19870         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19871         (try_to_link_1), (queue_filled_cb):
19872         Better use of the queues. Start with a small size queue and only increase
19873         the size of the queues when the other queues are empty.
19874
19875 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19876
19877         * gst-libs/gst/video/Makefile.am:
19878           compile in copied-over videofilter into the video library
19879         * gst-libs/gst/video/videosink.h:
19880           rename the header to gstvideosink.h since it's a base GstObject class
19881         * sys/ximage/ximagesink.h:
19882         * sys/xvimage/xvimagesink.h:
19883           use the new header
19884
19885 2005-11-28  Wim Taymans  <wim@fluendo.com>
19886
19887         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19888         * gst/playback/gstplaybasebin.h:
19889         Prepare to handle errors betters.
19890
19891         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19892         Set sinks to PAUSED first before adding and linking them so that
19893         we don't interrupt dataflow.
19894
19895 2005-11-28  Wim Taymans  <wim@fluendo.com>
19896
19897         * gst-libs/gst/audio/TODO:
19898         Updated TODO
19899
19900         * gst-libs/gst/audio/gstaudiosink.c:
19901         (gst_audioringbuffer_open_device),
19902         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19903         (gst_audioringbuffer_release):
19904         Small cleanups.
19905
19906         * gst-libs/gst/audio/gstbaseaudiosink.c:
19907         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19908         (gst_base_audio_sink_change_state):
19909         Slave to the master clock when going to PLAYING and unslave when
19910         going to PAUSED.
19911
19912         * gst-libs/gst/audio/gstringbuffer.c:
19913         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19914         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19915         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19916         (gst_ring_buffer_clear_all), (wait_segment),
19917         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19918         (gst_ring_buffer_advance):
19919         * gst-libs/gst/audio/gstringbuffer.h:
19920         Add some docs and cleanups.
19921
19922 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19923
19924         * sys/xvimage/xvimagesink.c:
19925         (gst_xvimagesink_navigation_send_event): Fix navigation events
19926         coordinates translation with pixel aspect ratios.
19927
19928 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19929
19930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19931         Use calculated video geometry from _setcaps instead of buffer
19932         caps to respect pixel aspect ratio. (fixes #322388)
19933
19934 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19935
19936         * docs/libs/tmpl/gstcolorbalance.sgml:
19937         * docs/libs/tmpl/gstmixer.sgml:
19938         * docs/libs/tmpl/gstxoverlay.sgml:
19939         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19940         interface.
19941
19942 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19943
19944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19945         Refuse to create an XvImage if we can't find the format.
19946
19947 2005-11-28  Edward Hervey  <edward@fluendo.com>
19948
19949         * gst-libs/gst/riff/riff-media.c:
19950         (gst_riff_create_audio_template_caps):
19951         Add ATRAC3 to the list of riff-possible audio caps.
19952         I know we still don't have a plugin for atrac3, but it's saner to output
19953         that than a cryptic mimetype.
19954
19955 2005-11-27  Edward Hervey  <edward@fluendo.com>
19956
19957         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19958         Don't try to create a zero-sized subbuffer.
19959
19960 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19961
19962         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19963         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19964         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19965         (gst_ximagesink_expose): Fixed a tricky race.
19966         * sys/ximage/ximagesink.h:
19967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19968         (gst_xvimagesink_expose): Fixed a tricky race.
19969         * sys/xvimage/xvimagesink.h:
19970
19971 2005-11-27  Edward Hervey  <edward@fluendo.com>
19972
19973         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19974         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19975         Remove unused properties, and add queues between demuxers and decoders
19976         so that a lot more files can preroll properly.
19977
19978 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19979
19980         * gst-libs/gst/net/Makefile.am:
19981         * gst-libs/gst/rtp/Makefile.am:
19982         * gst-libs/gst/tag/Makefile.am:
19983           remove silly include
19984         * gst/tags/Makefile.am:
19985         * gst/tags/gsttagediting.c:
19986         * gst/tags/gsttageditingprivate.h:
19987         * gst/tags/tagedit.vcproj:
19988           remove directory, is as good as empty
19989
19990 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19991
19992         * configure.ac:
19993           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19994         * gst-libs/Makefile.am:
19995         * gst-libs/gst/audio/Makefile.am:
19996         * gst-libs/gst/interfaces/Makefile.am:
19997         * gst-libs/gst/net/Makefile.am:
19998         * gst-libs/gst/riff/Makefile.am:
19999         * gst-libs/gst/rtp/Makefile.am:
20000         * gst-libs/gst/tag/Makefile.am:
20001         * gst-libs/gst/video/Makefile.am:
20002           and use them
20003
20004 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20005
20006         * docs/libs/tmpl/gstcolorbalance.sgml:
20007         * docs/libs/tmpl/gstmixer.sgml:
20008         * docs/libs/tmpl/gstxoverlay.sgml:
20009         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20010         * sys/ximage/ximagesink.h:
20011         * sys/xvimage/xvimagesink.h: More and more documentation.
20012
20013 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20014
20015         * docs/libs/gst-plugins-base-libs-docs.sgml:
20016         * docs/libs/gst-plugins-base-libs-sections.txt:
20017         * docs/libs/tmpl/gstcolorbalance.sgml:
20018         * docs/libs/tmpl/gstmixer.sgml:
20019         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20020         to documentation.
20021
20022 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20023
20024         * docs/plugins/Makefile.am:
20025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20027         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20028
20029 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20030
20031         * docs/plugins/Makefile.am:
20032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20034         * docs/plugins/inspect/plugin-adder.xml:
20035         * docs/plugins/inspect/plugin-alsa.xml:
20036         * docs/plugins/inspect/plugin-audioconvert.xml:
20037         * docs/plugins/inspect/plugin-audiorate.xml:
20038         * docs/plugins/inspect/plugin-audioresample.xml:
20039         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20040         * docs/plugins/inspect/plugin-decodebin.xml:
20041         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20042         * docs/plugins/inspect/plugin-gnomevfs.xml:
20043         * docs/plugins/inspect/plugin-ogg.xml:
20044         * docs/plugins/inspect/plugin-playbin.xml:
20045         * docs/plugins/inspect/plugin-subparse.xml:
20046         * docs/plugins/inspect/plugin-tcp.xml:
20047         * docs/plugins/inspect/plugin-theora.xml:
20048         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20049         * docs/plugins/inspect/plugin-video4linux.xml:
20050         * docs/plugins/inspect/plugin-videorate.xml:
20051         * docs/plugins/inspect/plugin-videoscale.xml:
20052         * docs/plugins/inspect/plugin-videotestsrc.xml:
20053         * docs/plugins/inspect/plugin-volume.xml:
20054         * docs/plugins/inspect/plugin-vorbis.xml:
20055         * docs/plugins/inspect/plugin-ximagesink.xml:
20056         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20057         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20058
20059 2005-11-26  Edward Hervey  <edward@fluendo.com>
20060
20061         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20062         Properly return GstFlowReturn from gst_pad_push in chain functions.
20063
20064 2005-11-25  Michael Smith  <msmith@fluendo.com>
20065
20066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20067         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20068         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20069         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20070           Handle various conditions better when we don't understand a stream.
20071           Removes a heap of CRITICALs on ogg streams containing unknown data.
20072
20073 2005-11-24  Andy Wingo  <wingo@pobox.com>
20074
20075         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20076         Be threadsafe.
20077
20078 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * configure.ac: back to HEAD
20081
20082 === release 0.9.6 ===
20083
20084 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20085
20086         * configure.ac:
20087           releasing 0.9.6, "White Eight"
20088
20089 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20090
20091         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20092         * docs/plugins/inspect/plugin-sine.xml:
20093           remove sinesrc some more
20094
20095 2005-11-23  Wim Taymans  <wim@fluendo.com>
20096
20097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20098         If we are reading too slowly, jump forward in the ringbuffer
20099         instead of blocking.
20100
20101 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20102
20103         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20104         (gst_visual_chain):
20105         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20106         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20107         (gst_videorate_chain):
20108         * gst/videotestsrc/gstvideotestsrc.c:
20109         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20110         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20111         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20112         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20113         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20114         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20115           Updates for API changes
20116
20117 2005-11-23  Wim Taymans  <wim@fluendo.com>
20118
20119         * gst-libs/gst/audio/gstbaseaudiosink.c:
20120         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20121         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20122         Fix for calibration API change.
20123
20124 2005-11-23  Michael Smith <msmith@fluendo.com>
20125
20126         * gst-libs/gst/audio/multichannel.c:
20127         (gst_audio_get_channel_positions),
20128         (gst_audio_set_channel_positions),
20129         (gst_audio_set_structure_channel_positions_list),
20130         (gst_audio_fixate_channel_positions):
20131           Use gst_value_array_*() functions on value arrays, not
20132           gst_value_list_*().
20133
20134 2005-11-23  Edward Hervey  <edward@fluendo.com>
20135
20136         * autogen.sh:
20137         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20138         Fixes autogen
20139
20140 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20141
20142         * check/Makefile.am:
20143         * check/elements/videotestsrc.c: (setup_videotestsrc),
20144         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20145         (main):
20146           add a test for videotestsrc
20147
20148 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20149
20150         * gst/sine/.cvsignore:
20151         * gst/sine/Makefile.am:
20152         * gst/sine/gstsinesrc.c:
20153         * gst/sine/gstsinesrc.h:
20154         * gst/sine/sinesrc.vcproj:
20155           and remove sinesrc from the repository.  Closes #321446
20156
20157 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20158
20159         * configure.ac:
20160         * gst-plugins-base.spec.in:
20161           remove sinesrc from the build
20162
20163 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * check/Makefile.am:
20166         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20167         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20168         (main):
20169           add a test for audiotestsrc, testing all waves.  Even seems
20170           leak-free at first glance, nice job Stefan
20171
20172 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20173
20174         * po/af.po:
20175         * po/az.po:
20176         * po/cs.po:
20177         * po/en_GB.po:
20178         * po/hu.po:
20179         * po/it.po:
20180         * po/nb.po:
20181         * po/nl.po:
20182         * po/or.po:
20183         * po/sq.po:
20184         * po/sr.po:
20185         * po/sv.po:
20186         * po/uk.po:
20187         * po/vi.po:
20188           Translation string updates
20189
20190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20191         (gst_v4lsrc_set_caps):
20192         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20193         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20194         * sys/v4l/v4lsrc_calls.h:
20195           Improve v4lsrc, by making it work again.
20196
20197 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20198
20199         * ext/libvisual/visual.c: (gst_visual_chain):
20200           Fix the fps calculations.
20201
20202         * gst/ffmpegcolorspace/avcodec.h:
20203           Move structure element for clarity
20204
20205         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20206         * gst-libs/gst/interfaces/tunernorm.h:
20207         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20208         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20209         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20210         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20211         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20212         (gst_v4lmjpegsrc_getcaps):
20213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20214         (gst_v4lsrc_set_caps):
20215         * sys/v4l/gstv4lsrc.h:
20216         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20217         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20218         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20219         * sys/v4l/v4lsrc_calls.h:
20220           Fractional framerates...
20221
20222 2005-11-22  Wim Taymans  <wim@fluendo.com>
20223
20224         * gst-libs/gst/audio/gstbaseaudiosink.c:
20225         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20226         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20227         And we provide a clock by default, of course...
20228
20229 2005-11-22  Wim Taymans  <wim@fluendo.com>
20230
20231         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20232         This clock can be slaved to a master clock now.
20233
20234         * gst-libs/gst/audio/gstbaseaudiosink.c:
20235         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20236         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20237         (gst_base_audio_sink_set_clock),
20238         (gst_base_audio_sink_set_property),
20239         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20240         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20241         * gst-libs/gst/audio/gstbaseaudiosink.h:
20242         Handle slaving the internal clock to the clock selected in the
20243         pipeline.
20244         Add property to make the basesink not provide a clock.
20245
20246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20247         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20248         (gst_base_rtp_depayload_wait):
20249         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20250         We can use the clock in GstElement, no need to store it ourselves.
20251
20252 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * docs/libs/tmpl/gstaudio.sgml:
20255           update
20256         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20257         (gst_paranoia_endian_get_type):
20258         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20259         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20260         * gst/audiotestsrc/gstaudiotestsrc.c:
20261         (gst_audiostestsrc_wave_get_type):
20262         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20263         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20264         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20265         (gst_sync_method_get_type), (gst_unit_type_get_type),
20266         (gst_client_status_get_type), (gst_multifdsink_class_init),
20267         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20268         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20269         (gst_multifdsink_get_property):
20270         * gst/tcp/gstmultifdsink.h:
20271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20272         * gst/videotestsrc/gstvideotestsrc.c:
20273         (gst_videotestsrc_pattern_get_type):
20274           remove deprecated properties
20275           fix up enums to correctly have short lowercase dashed nicks
20276
20277 2005-11-22  Michael Smith <msmith@fluendo.com>
20278
20279         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20280         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20281           Add underscore.
20282
20283 2005-11-22  Michael Smith <msmith@fluendo.com>
20284
20285         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20286         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20287           Use utility method for scaling clocktime for fractional framerates.
20288
20289 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20290
20291         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20292         (gst_visual_chain):
20293         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20294         * ext/theora/theoradec.c: (theora_handle_type_packet):
20295         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20296         (theora_enc_chain):
20297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20298         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20299         * gst-libs/gst/video/video.h:
20300         * gst/ffmpegcolorspace/avcodec.h:
20301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20302         (gst_ffmpeg_caps_to_pixfmt):
20303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20304         (gst_ffmpegcsp_set_caps):
20305         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20306         (gst_videorate_setcaps), (gst_videorate_blank_data),
20307         (gst_videorate_chain):
20308         * gst/videotestsrc/gstvideotestsrc.c:
20309         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20310         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20311         (gst_videotestsrc_event), (gst_videotestsrc_create):
20312         * gst/videotestsrc/gstvideotestsrc.h:
20313         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20314         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20315         (gst_ximagesink_get_times), (gst_ximagesink_init):
20316         * sys/ximage/ximagesink.h:
20317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20318         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20319         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20320         * sys/xvimage/xvimagesink.h:
20321           Convert elements to use fractions for their framerate.
20322           V4L elements to come later tonight.
20323
20324 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20325
20326         * gst-libs/gst/audio/audio.c:
20327         * gst-libs/gst/audio/audio.h:
20328           remove some deprecated functions
20329
20330 2005-11-22  Andy Wingo  <wingo@pobox.com>
20331
20332         * Update for gst_tag_setter API changes.
20333
20334 2005-11-22  Andy Wingo  <wingo@pobox.com>
20335
20336         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20337         (gst_ogg_demux_perform_seek):
20338         * ext/theora/theoradec.c (theora_dec_sink_event):
20339         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20340         update-funcnames.
20341
20342 2005-11-22  Wim Taymans  <wim@fluendo.com>
20343
20344         * examples/seeking/seek.c: (main):
20345         Give higher priority to bus signals than the gtk events
20346         to fix a race condition in the segment looping.
20347
20348 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20349
20350         * ext/theora/Makefile.am:
20351         * ext/vorbis/Makefile.am:
20352         * gst-libs/gst/tag/Makefile.am:
20353         * gst-plugins-base.spec.in:
20354           Rename libgsttagedit to libgsttag (#322117).
20355
20356 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20357
20358         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20360           Call gst_x_overlay_prepare_xwindow_id() to give applications
20361           a final chance to set their own xwindow id before the video
20362           sink creates its own window.
20363
20364 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20365
20366         * sys/xvimage/xvimagesink.c:
20367         (gst_xvimagesink_navigation_send_event): Handle navigation
20368         events correcly with borders if applicable.
20369
20370 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20371
20372         Patch by: Luca Ognibene
20373
20374         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20375         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20377         (gst_ffmpegcsp_caps_remove_format_info):
20378         * gst/ffmpegcolorspace/imgconvert.c:
20379         * gst/ffmpegcolorspace/imgconvert_template.h:
20380           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20381           #318353); use gst_structure_has_name().
20382
20383 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20384
20385         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20386         (gst_ximagesink_class_init): Add debug macros on functions.
20387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20388         (gst_xvimagesink_xwindow_draw_borders),
20389         (gst_xvimagesink_xvimage_put),
20390         (gst_xvimagesink_xwindow_update_geometry),
20391         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20392         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20393         (gst_xvimagesink_xcontext_clear),
20394         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20395         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20396         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20397         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20398         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20399         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20400         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20401         expose while being PAUSED, out of data flow navigation events, etc..
20402
20403 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20404
20405         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20406         * gst-libs/gst/audio/audio.h:
20407           fix prototype - wondering why the test worked regardless
20408
20409 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20410
20411         * check/Makefile.am:
20412         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20413         * gst-libs/gst/audio/audio.h:
20414           add a method that returns a proper GstClockTime
20415
20416 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20417
20418         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20419         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20420         * gst-libs/gst/interfaces/xoverlay.h:
20421           Remove everything having to do with the desired size; add 
20422           gst_x_overlay_prepare_xwindow_id() function; remove the
20423           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20424           post a message on the bus instead (#321816).
20425
20426         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20428         (gst_xvimagesink_xoverlay_init):
20429           Remove desired size stuff (#321816).
20430
20431 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20432
20433         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20434         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20435         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20436           Terminate vararg functions with NULL instead of 0 to 
20437           make gcc4 happy.
20438
20439 2005-11-21  Andy Wingo  <wingo@pobox.com>
20440
20441         patch by: Sebastien Cote <sebas642@yahoo.ca>
20442         
20443         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20444         * gst-libs/gst/rtp/gstrtpbuffer.c
20445         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20446
20447 2005-11-21  Andy Wingo  <wingo@pobox.com>
20448
20449         * gst/playback/gstplaybin.c (gen_audio_element) 
20450         (gen_video_element): Use the new MISSING_PLUGIN core error
20451         category. Closes #320060.
20452
20453         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20454         * gst/videorate/gstvideorate.c (gst_videorate_event):
20455         * ext/theora/theoradec.c (theora_dec_sink_event): 
20456         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20457         stream lock.
20458
20459         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20460         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20461         stream lock changes.
20462
20463 2005-11-21  Wim Taymans  <wim@fluendo.com>
20464
20465         * gst-libs/gst/audio/gstbaseaudiosink.c:
20466         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20467         (gst_base_audio_sink_provide_clock),
20468         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20469         (gst_base_audio_sink_change_state):
20470         * gst/audioresample/gstaudioresample.c:
20471         Segment update fix.
20472
20473 2005-11-21  Andy Wingo  <wingo@pobox.com>
20474
20475         * *.h:
20476         * *.c: Ran scripts/update-macros. Oh yes.
20477
20478 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20479
20480         * sys/ximage/Makefile.am:
20481         * sys/ximage/ximage.c:
20482           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20483           remove your old libgstximage.* manually if necessary).
20484
20485 2005-11-21  Michael Smith <msmith@fluendo.com>
20486
20487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20488           Minimal fix for bug #320200: set the min/max bitrate in the correct
20489           units. A better fix would be to upgrade to the RATEMANAGE2
20490           interface, rather than using the deprecated interface used here, but
20491           that would require an update in our libvorbis dependency (to 1.1),
20492           which is probably undesirable.
20493
20494 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20495
20496         * ext/libvisual/visual.c: (get_buffer):
20497         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20498         (gst_base_audio_src_fixate):
20499         * gst/audioconvert/gstaudioconvert.c:
20500         (gst_audio_convert_fixate_caps):
20501         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20502         * gst/audiotestsrc/gstaudiotestsrc.c:
20503         (gst_audiotestsrc_src_fixate):
20504         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20505         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20507         * gst/videotestsrc/gstvideotestsrc.c:
20508         (gst_videotestsrc_src_fixate):
20509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20511           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20512           (#322027)
20513
20514
20515 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20516
20517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20518         (gst_riff_create_iavs_caps):
20519         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20520         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20521         (gst_riff_parse_info):
20522         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20525           Fixes for GST_FOURCC_FORMAT API change.
20526
20527 2005-11-21  Andy Wingo  <wingo@pobox.com>
20528
20529         patch by: Alessandro Dessina <alessandro nnva org>
20530
20531         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20532         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20533         (gst_ogg_parse_chain):
20534         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20535         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20536         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20537         gst_value_list calls on arrays. Fixes #321962.
20538
20539 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20540
20541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20542         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20543         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20544         * gst/adder/gstadder.c: (gst_adder_init),
20545         (gst_adder_request_new_pad), (gst_adder_collected),
20546         (gst_adder_change_state):
20547           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20548           API change.
20549
20550 2005-11-21  Michael Smith <msmith@fluendo.com>
20551
20552         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20553         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20554           Properly handle pad_push return values.
20555
20556 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20557
20558         * gst-libs/gst/tag/Makefile.am:
20559         * gst-libs/gst/tag/gstvorbistag.c:
20560         (gst_tag_list_to_vorbiscomment_buffer):
20561           Remove obsolete vorbistag element and debug category.
20562
20563         * gst/playback/gstplaybasebin.c: (check_queue):
20564           Don't divide by 0 when queue-threshold is 0.
20565
20566         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20567           Don't modify an existing pixel-aspect-ratio if we fail to read
20568           a new one.
20569
20570 2005-11-20  Wim Taymans  <wim@fluendo.com>
20571
20572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20573         (gst_vorbisenc_push_packet):
20574         GST_PAD_IS_USABLE is gone, use the return value of
20575         the push or pad_alloc_buffer instead.
20576
20577 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20578
20579         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20580         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20581         (gst_ximagesink_ximage_destroy),
20582         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20583         (gst_ximagesink_xwindow_new),
20584         (gst_ximagesink_xwindow_update_geometry),
20585         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20586         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20587         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20588         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20589         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20590         (gst_ximagesink_navigation_send_event),
20591         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20592         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20593         (gst_ximagesink_finalize), (gst_ximagesink_init),
20594         (gst_ximagesink_class_init):
20595         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20596         This new version brings correct software scaling, non flickering
20597         window while resizing, pixel aspect ratio handling, usage of
20598         hardware buffer pools, out of data flow event thread for 
20599         navigation and handling of expose events even when being PAUSED,
20600         a new property to keep video aspect ratio when resizing, etc...
20601
20602 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20603
20604         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20605         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20606         handling of PAR.
20607
20608 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20609
20610         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20611         Unsetting IS_SINK flag from the fakesink, so decodebin
20612         never behaves as a sink.
20613
20614 2005-11-17  Wim Taymans  <wim@fluendo.com>
20615
20616         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20617         (gst_base_audio_src_change_state):
20618         Fix the audiosrc base class again, we did not unflush.
20619
20620 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20621
20622         * examples/seeking/seek.c: (make_dv_pipeline),
20623         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20624         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20625         to ogg/vorbis/theora pipeline.
20626
20627 2005-11-17  Wim Taymans  <wim@fluendo.com>
20628
20629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20630         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20631         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20632         Fix EOS on multiple streams.
20633         More debugging.
20634
20635 2005-11-16  Wim Taymans  <wim@fluendo.com>
20636
20637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20638         (gst_ogg_demux_perform_seek):
20639         Segment done must include stream time.
20640
20641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20642         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20643         (gst_ogg_mux_change_state):
20644         Fix ogg muxer again.
20645
20646 2005-11-16  Wim Taymans  <wim@fluendo.com>
20647
20648         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20649         Fix compile again.
20650
20651 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20652
20653         * ext/libvisual/visual.c: (gst_visual_init):
20654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20655         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20656         (gst_ogg_parse_chain):
20657         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20658         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20659         * ext/theora/theoradec.c: (gst_theora_dec_init):
20660         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20661         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20662         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20663         * gst/adder/gstadder.c: (gst_adder_class_init),
20664         (gst_adder_dispose):
20665         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20666         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20667         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20668           Fix a whole set of pad template leaks
20669
20670 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20671
20672         * check/generic/states.c: (GST_START_TEST):
20673           fix the test so that it only checks for elements that are part of
20674           this source module
20675
20676 2005-11-16  Michael Smith <msmith@fluendo.com>
20677
20678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20679         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20680         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20681         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20682         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20683         (gst_ogg_mux_change_state):
20684           Fix leaking collectpads.
20685
20686 2005-11-16  Edward Hervey  <edward@fluendo.com>
20687
20688         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20689         (gst_videorate_event), (gst_videorate_chain):
20690         Handle segment seeks
20691
20692 2005-11-16  Wim Taymans  <wim@fluendo.com>
20693
20694         * gst-libs/gst/audio/gstbaseaudiosink.c:
20695         (gst_base_audio_sink_provide_clock),
20696         (gst_base_audio_sink_change_state):
20697         Set ringbuffer to non-flushing when going to PAUSED, set to
20698         flushing again when going to READY.
20699
20700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20701         (gst_ring_buffer_stop):
20702         Start in flushing mode by default.
20703         Don't set flushing in the _stop method, let the app call
20704         this explicitly.
20705
20706 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20707
20708         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20709         * gst-libs/gst/video/videosink.h: Add helper function needed
20710         for video sinks.
20711
20712 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20713
20714         * gst/videoscale/gstvideoscale.c:
20715         (gst_videoscale_handle_src_event):
20716           Don't leak reference to pad parent.
20717
20718 2005-11-16  Wim Taymans  <wim@fluendo.com>
20719
20720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20721         Set ringbuffer to flushing when stopping so that we don't
20722         block on wait_segment anymore and livelock.
20723
20724 2005-11-16  Wim Taymans  <wim@fluendo.com>
20725
20726         * examples/seeking/seek.c: (send_event), (do_seek),
20727         (loop_toggle_cb), (segment_done), (main):
20728         Added looping checkbox.
20729
20730 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20731
20732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20733         (gst_ogg_demux_init):
20734         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20735         (gst_vorbis_dec_init):
20736           revert unrefs, they don't pass make check
20737
20738 2005-11-15  Johan Dahlin  <johan@gnome.org>
20739
20740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20741         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20742         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20743         (gst_vorbis_dec_init):
20744         Fix pad template leaks. 
20745
20746 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20747
20748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20749           Make state change function thread safe.
20750
20751 2005-11-15  Edward Hervey  <edward@fluendo.com>
20752
20753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20754         (gst_ogg_demux_class_init):
20755         Implement GstElement::send_event, so we can send seek events
20756         in GST_STATE_READY
20757
20758 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20759
20760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20761         Discovered how to take away flickering while resizing the
20762         window. Please don't put that in ximagesink, refactoring in
20763         progress.
20764
20765 2005-11-14  Michael Smith <msmith@fluendo.com>
20766
20767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20768         (gst_multifdsink_render):
20769           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20770
20771 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20772
20773         * gst/playback/gstplaybin.c: (gen_audio_element):
20774           Use autoaudiosink, it tends to be more widely available than
20775           autoaudiiosink.
20776           
20777 2005-11-14  Andy Wingo  <wingo@pobox.com>
20778
20779         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20780         as well if it is available. Fixes #316442.
20781
20782 2005-11-14  Michael Smith <msmith@fluendo.com>
20783
20784         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20785         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20786         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20787         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20788         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20789         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20791         (gst_vorbisenc_change_state):
20792           Fix a small memory leak in vorbisenc.
20793           Fix large memory leaks in oggmux, also fix lots of state change
20794           bugs in oggmux.
20795
20796 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20797
20798         * gst/videotestsrc/gstvideotestsrc.c:
20799         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20800         (gst_videotestsrc_src_fixate):
20801           move fixation to a fixate function
20802           remove negotiate function, basesrc's is good enough
20803           fixes a bug for check when using the element alone
20804
20805 2005-11-13  Edward Hervey  <edward@fluendo.com>
20806
20807         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20808         (key_toggle_cb), (main):
20809         Added checkboxes for adding/removing the accurate and key_unit seek
20810         flags.
20811
20812 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20813
20814         * configure.ac: back to HEAD
20815
20816 === release 0.9.5 ===
20817
20818 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20819
20820         * configure.ac:
20821           releasing 0.9.5, "No No Kia"
20822
20823 2005-11-11  Edward Hervey  <edward@fluendo.com>
20824
20825         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20826         Added parse-launch syntax seeking mode for the seeking example.
20827         This should help stress-test even more cases.
20828         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20829
20830 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20831
20832         * sys/xvimage/xvimagesink.c:
20833         (gst_xvimagesink_navigation_send_event):
20834           Check whether peer pad exists before sending navigation events
20835           to it.
20836
20837 2005-11-11  Michael Smith <msmith@fluendo.com>
20838
20839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20840         (gst_vorbisenc_buffer_from_packet):
20841         * ext/vorbis/vorbisenc.h:
20842           Set duration on encoded buffers. This allows oggmux's
20843           max_page_delay parameter to actually work.
20844
20845 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20846
20847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20848         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20849         (gst_ffmpegcsp_avpicture_fill):
20850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20851         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20852           Make palettes work again (see #132341). Use our own macros
20853           for rounding up.
20854
20855 2005-11-10  Andy Wingo  <wingo@pobox.com>
20856
20857         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20858         string doober.
20859
20860 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20863         (gst_ffmpegcsp_transform_caps):
20864           Prefer passthrough in transform_caps
20865
20866 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20869           check for ALSA errors properly, instead of relying on ALSA's
20870           error strings to serve to the user.
20871
20872 2005-11-10  Wim Taymans  <wim@fluendo.com>
20873
20874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20875         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20876         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20877         Modernise the seek code.
20878
20879 2005-11-10  Michael Smith <msmith@fluendo.com>
20880         
20881         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20882         (setup_substreams), (set_active_source):
20883           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20884           trying to go to NULL if we failed to read a file.
20885
20886 2005-11-10  Wim Taymans  <wim@fluendo.com>
20887
20888         * gst/audiotestsrc/gstaudiotestsrc.c:
20889         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20890         (gst_audiotestsrc_create):
20891         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20892         (gst_sinesrc_get_times), (gst_sinesrc_create):
20893         * gst/videotestsrc/gstvideotestsrc.c:
20894         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20895         (gst_videotestsrc_create):
20896         The base class can now sync for us.
20897
20898 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20899
20900         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20901           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20902           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20903           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20904           format=(fourcc)I420" ! xvimagesink
20905
20906 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20907
20908         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20909         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20910         (gst_sinesrc_newsegment):
20911           Send newsegment event in TIME format, set duration if
20912           num-buffers is set, fix duration querying.
20913
20914 2005-11-10  Michael Smith <msmith@fluendo.com>
20915
20916         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20917         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20918         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20919         (gst_ogg_mux_collected):
20920          Fix EOS handling, partially. Now forwarding an EOS event once we have
20921          EOS on all pads works correctly. However, we still don't properly set
20922          EOS on the actual ogg stream pages.
20923
20924 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20925
20926         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20927           Set elements to NULL state before disposing of them.
20928
20929 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20930
20931         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20932
20933         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20934         (gst_base_rtp_depayload_init),
20935         (gst_base_rtp_depayload_set_gst_timestamp):
20936         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20937           We need to send a newsegment event for each instance, not
20938           just for the first instance of this class (get rid of
20939           static variable in function). (#321011).
20940           
20941 2005-11-08  Michael Smith <msmith@fluendo.com>
20942
20943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20944         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20945         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20946         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20947           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20948           This makes us mux things correctly according to the ogg muxing
20949           rules. Still not handling EOS correctly right now, though.
20950
20951 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20952
20953         * gst/audioconvert/gstaudioconvert.c:
20954           Fix typo in docs. 
20955
20956 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20957
20958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20959         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20960           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20961           creating a new chain; should fix live streaming. Also
20962           add more debug output and fix a typo.
20963
20964 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20965
20966         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20967
20968         * gst/volume/gstvolume.c: (volume_set_caps):
20969           Fix compilation on Solaris with Forte. (#320923)
20970
20971 2005-11-08  Wim Taymans  <wim@fluendo.com>
20972
20973         * gst-libs/gst/audio/gstbaseaudiosink.c:
20974         (gst_base_audio_sink_render):
20975         No need to do a typecheck.
20976
20977 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20978
20979         * ext/alsa/gstalsa.h:
20980           We register a debug category, so let's use it.
20981
20982 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20983
20984         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20985         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20986         Fixed a small problem.
20987
20988 2005-11-04  Wim Taymans  <wim@fluendo.com>
20989
20990         * examples/seeking/Makefile.am:
20991         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20992         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20993         (make_playerbin_pipeline), (format_value), (update_scale),
20994         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20995         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20996         (print_usage), (main):
20997         Added app for playback speed testing.
20998
20999         * examples/seeking/seek.c: (dynamic_link),
21000         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21001         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21002         (message_received), (main):
21003         Updated seek example.
21004
21005 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21006
21007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21008         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21009         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21010         (gst_base_rtp_depayload_set_clock):
21011         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21012         Don't sleep on the bench (system clock) when you have a nice 
21013         comfortable bed (Gstreamer clock) to sleep on.
21014
21015 2005-11-03  Wim Taymans  <wim@fluendo.com>
21016
21017         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21018         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21019         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21020         Handle the case where a pad_block failed.
21021
21022 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21023
21024         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21025
21026         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21027         (gst_base_rtp_depayload_add_to_queue),
21028         (gst_base_rtp_depayload_push),
21029         (gst_base_rtp_depayload_set_gst_timestamp),
21030         (gst_base_rtp_depayload_queue_release):
21031           Fixes some bugs in the depayloader's queuing/de-queueing code.
21032
21033 2005-10-31  Michael Smith <msmith@fluendo.com>
21034
21035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21036         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21037         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21038           Patch from Alessandro Decina <alessandro@nnva.org>.
21039           Make oggdemux only find the final time in a chain, not per-pad,
21040           since the per-pad information can be very expensive to locate, and
21041           it isn't used anywhere. This makes reading a file containing
21042           OggSkeleton reasonably fast.
21043           Also, make chain finding work when there are logical bitstreams that
21044           can't be decoded. Fixes #319110.
21045
21046 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21047
21048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21049         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21050         (gst_base_rtp_depayload_chain),
21051         (gst_base_rtp_depayload_add_to_queue),
21052         (gst_base_rtp_depayload_push),
21053         (gst_base_rtp_depayload_set_gst_timestamp),
21054         (gst_base_rtp_depayload_queue_release),
21055         (gst_base_rtp_depayload_start_thread),
21056         (gst_base_rtp_depayload_set_property),
21057         (gst_base_rtp_depayload_get_property):
21058         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21059         Some random fixes, to fullfill the desires of thomas.
21060
21061 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21062
21063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21064         (gst_base_rtp_depayload_add_to_queue),
21065         (gst_base_rtp_depayload_push):
21066         Fixed the queueing algorithm.
21067
21068 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21069
21070         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21071         (gst_base_rtp_depayload_push):
21072         A small fix
21073
21074 2005-10-31  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst-libs/gst/audio/gstringbuffer.h:
21077         Don't break ABI.
21078
21079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21080         (gst_ffmpeg_caps_to_pixfmt):
21081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21082         (gst_ffmpegcsp_set_caps):
21083         Some more comments.
21084         Handle missing required caps fields better.
21085
21086 2005-10-31  Wim Taymans  <wim@fluendo.com>
21087
21088         * gst-libs/gst/audio/gstbaseaudiosink.c:
21089         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21090         (gst_base_audio_sink_render):
21091         * gst-libs/gst/audio/gstringbuffer.c:
21092         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21093         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21094         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21095         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21096         (gst_ring_buffer_read):
21097         * gst-libs/gst/audio/gstringbuffer.h:
21098         Add flushing mode to the ringbuffer so that it in all cases does
21099         not try to handle more audio. This makes sure it does not try to
21100         block anymore when flushing and fixes a livelock.
21101
21102 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21103
21104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21105         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21106         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21107           Explicitly check for -1 values before doing a conversion
21108           and always map them to -1. (#315545)
21109
21110 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21111
21112         * gst/playback/gstplaybin.c: (gen_video_element):
21113           first try autovideosink, then xvimagesink, then error out
21114         * po/POTFILES.in:
21115           add translatable file
21116         * po/af.po:
21117         * po/az.po:
21118         * po/cs.po:
21119         * po/en_GB.po:
21120         * po/hu.po:
21121         * po/it.po:
21122         * po/nb.po:
21123         * po/nl.po:
21124         * po/or.po:
21125         * po/sq.po:
21126         * po/sr.po:
21127         * po/sv.po:
21128         * po/uk.po:
21129         * po/vi.po:
21130           update translations
21131
21132 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21133
21134         * gst-libs/gst/rtp/gstbasedepayload.c:
21135         * gst-libs/gst/rtp/gstbasedepayload.h:
21136           Minor cleanups
21137
21138 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21139
21140         * gst/playback/.cvsignore:
21141         * gst/playback/decodetest.c:
21142         * gst/playback/test3.c:
21143           Port these two tests as well.
21144
21145 2005-10-27  Wim Taymans  <wim@fluendo.com>
21146
21147         * ext/theora/theoradec.c: (theora_dec_src_query),
21148         (theora_dec_sink_event):
21149         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21150         (theora_enc_change_state):
21151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21152         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21153         Take proper locks when handling events.
21154
21155 2005-10-27  Wim Taymans  <wim@fluendo.com>
21156
21157         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21158         (gst_adder_change_state):
21159         Fix timestamps and fix deadlock when stopping the collectpads.
21160
21161 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21162
21163         * gst-libs/gst/rtp/gstrtpbuffer.h:
21164         Declaring the payload types as strings too so that they can be used
21165         in the padtemplate inialization.
21166
21167 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21168
21169         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21170
21171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21172         (gst_base_rtp_depayload_class_init):
21173         Fixes a small but nasty bug. The derived elements no longer segfaults
21174         on finalization.
21175
21176 2005-10-26  Michael Smith <msmith@fluendo.com>
21177
21178         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21179           When clearing an audioconvert context, set tmpbufsize to zero, so
21180           we'll allocate it again later if required.
21181           This fixes audioconvert re-negotiating formats, which previously
21182           segfaulted with a NULL destination buffer.
21183
21184 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21185
21186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21187         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21188         (gst_base_rtp_depayload_set_gst_timestamp),
21189         (gst_base_rtp_depayload_queue_release):
21190         Fixed a smalll memleak.
21191
21192 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21194         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21195         (gst_base_rtp_depayload_finalize),
21196         (gst_base_rtp_depayload_setcaps),
21197         (gst_base_rtp_depayload_add_to_queue),
21198         (gst_base_rtp_depayload_push),
21199         (gst_base_rtp_depayload_set_gst_timestamp),
21200         (gst_base_rtp_depayload_queue_release),
21201         (gst_base_rtp_depayload_thread),
21202         (gst_base_rtp_depayload_change_state):
21203         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21204         Changed the C++ comments to C comments
21205
21206 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21207
21208         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21209         * gst/tcp/gsttcpclientsrc.h:
21210         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21211         * gst/tcp/gsttcpserversrc.h:
21212           Remove unused 'curoffset' structure member.
21213
21214 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21215
21216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21217         (gst_base_rtp_depayload_base_init),
21218         (gst_base_rtp_depayload_finalize):
21219         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21220         * gst-libs/gst/rtp/gstbasertppayload.h:
21221           The pad-template on the sinkpad should be set by the derived classes.
21222           Also added some useful macros.
21223
21224 2005-10-24  Wim Taymans  <wim@fluendo.com>
21225
21226         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21227         Correctly flush decoder samples even if we could not
21228         copy them to an output buffer. Fixes #319618.
21229
21230 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21231
21232         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21234         the caps against our xcontext caps.
21235
21236 2005-10-24  Wim Taymans  <wim@fluendo.com>
21237
21238         * gst-libs/gst/audio/gstbaseaudiosink.c:
21239         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21240         Remove g_print
21241         Use sync property from baseclass to disable sync.
21242
21243 2005-10-24  Wim Taymans  <wim@fluendo.com>
21244
21245         * gst-libs/gst/audio/gstbaseaudiosink.c:
21246         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21247         Buffers with no timestamps get aligned with previous buffers or
21248         on underrun, played ASAP.
21249
21250 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21251
21252         * gst-libs/gst/video/video.h:
21253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21254         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21256         here comes my change on caps for framerate and geometry range.
21257         We are now accepting 1 to MAXINT for width and height, and from
21258         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21259         to be blended correctly in videomixer.
21260
21261 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21262
21263         * configure.ac:
21264           back to HEAD
21265
21266 === release 0.9.4 ===
21267
21268 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         * NEWS:
21271         * RELEASE:
21272         * configure.ac:
21273           releasing 0.9.4, "Velociraptor"
21274
21275 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21278         * po/POTFILES.in:
21279           STOPPED -> FAILED
21280
21281 2005-10-21  Wim Taymans  <wim@fluendo.com>
21282
21283         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21284         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21285         (pad_blocked), (close_pad_link), (new_pad):
21286         Don't try to remove elements twice.
21287
21288 2005-10-21  Wim Taymans  <wim@fluendo.com>
21289
21290         * ext/theora/theoradec.c: (theora_dec_src_query),
21291         (theora_dec_sink_event):
21292         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21293         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21294         (vorbis_handle_data_packet):
21295         * ext/vorbis/vorbisdec.h:
21296         Fix old naming.
21297
21298         * gst-libs/gst/audio/gstbaseaudiosink.c:
21299         (gst_base_audio_sink_render):
21300         Don't try to sync on buffers without a timestamp.
21301
21302 2005-10-21  Wim Taymans  <wim@fluendo.com>
21303
21304         * ext/theora/theoradec.c: (theora_dec_src_query),
21305         (theora_dec_sink_event):
21306         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21307         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21308         (vorbis_handle_data_packet):
21309         * ext/vorbis/vorbisdec.h:
21310         Fix old naming.
21311
21312 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21313
21314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21315         (gst_vorbisenc_src_query):
21316           Implement position and duration queries.
21317
21318         * gst/playback/test3.c: (update_scale), (main):
21319           Fix for async state changes and print nicer output.
21320
21321 2005-10-20  Wim Taymans  <wim@fluendo.com>
21322
21323         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21324         (dump_element_stats), (main):
21325         * gst/playback/test6.c: (main):
21326         Fix tests again
21327
21328 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21329
21330         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21331         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21332           Don't use functions for position queries when handling
21333           duration queries.
21334
21335 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21338         (vorbis_handle_data_packet), (vorbis_dec_chain),
21339         (vorbis_dec_change_state):
21340         * ext/vorbis/vorbisdec.h:
21341           Vorbis streams can be embedded in other container formats
21342           than ogg, container formats where the demuxer might set 
21343           timestamps on encoded vorbis buffers instead of those silly 
21344           granulepos thingies. In short: make vorbisdec handle 
21345           timestamps on incoming buffers as well.
21346
21347 2005-10-20  Wim Taymans  <wim@fluendo.com>
21348
21349         * gst/playback/gstplaybasebin.c: (group_destroy),
21350         (gst_play_base_bin_change_state):
21351         Fix leak.
21352         Handle case where playbasebin is now ASYNC because
21353         decodebin is.
21354
21355 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21356
21357         * gst/audioconvert/Makefile.am:
21358         * gst/audioconvert/bufferframesconvert.c:
21359         * gst/audioconvert/plugin.c: (plugin_init):
21360         * gst/audioconvert/plugin.h:
21361           And bye bye buffer-frames-convert
21362
21363 2005-10-19  Wim Taymans  <wim@fluendo.com>
21364
21365         * check/elements/audioconvert.c:
21366         * docs/libs/tmpl/gstaudio.sgml:
21367         * docs/libs/tmpl/gstcolorbalance.sgml:
21368         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21369         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21370         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21371         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21372         * gst-libs/gst/audio/audio.h:
21373         * gst/audioconvert/audioconvert.h:
21374         * gst/audioconvert/gstaudioconvert.c:
21375         (gst_audio_convert_parse_caps):
21376         * gst/volume/gstvolume.c:
21377         Bye bye buffer-frames.
21378
21379 2005-10-19  Wim Taymans  <wim@fluendo.com>
21380
21381         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21382         (query_positions_elems), (query_positions_pads), (update_scale),
21383         (do_seek), (set_update_scale), (message_received), (main):
21384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21385         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21386         (gst_ogg_demux_loop):
21387         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21388         * ext/theora/theoradec.c: (theora_dec_src_query),
21389         (theora_dec_sink_event):
21390         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21391         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21392         * gst/adder/gstadder.c: (gst_adder_query):
21393         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21394         * gst/playback/test3.c: (update_scale):
21395         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21396         (dump_element_stats), (main):
21397         * gst/playback/test6.c: (main):
21398         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21399         Query API update.
21400
21401 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21402
21403         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21404         (xml_check_first_element), (xml_type_find), (smil_type_find),
21405         (plugin_init):
21406           Add typefinding for SMIL and for generic XML. Based on patch by
21407           Akos Maroy (#308663).
21408
21409 2005-10-18  Wim Taymans  <wim@fluendo.com>
21410
21411         * gst/playback/Makefile.am:
21412         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21413         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21414         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21415         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21416         (gst_decode_bin_change_state):
21417         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21418         (gst_play_bin_send_event_to_sink):
21419         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21420         (dump_element_stats), (main):
21421         * gst/playback/test6.c: (main):
21422         Make playbin async, it'll commit state to paused when all streams
21423         are detected.
21424         Remove ugly hack.
21425         Added test6.c to show async behaviour.
21426
21427 2005-10-18  Wim Taymans  <wim@fluendo.com>
21428
21429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21430         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21431         Fix for segment-start/stop API change.
21432
21433 2005-10-18  Wim Taymans  <wim@fluendo.com>
21434
21435         * check/Makefile.am:
21436         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21437         (main):
21438         Add future test for clock selection.
21439
21440 2005-10-18  Wim Taymans  <wim@fluendo.com>
21441
21442         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21443         (gst_alsasink_close):
21444         Set handle to NULL.
21445
21446         * gst-libs/gst/audio/gstringbuffer.c:
21447         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21448         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21449         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21450         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21451         (gst_ring_buffer_read):
21452         More debug info.
21453
21454 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21455
21456         * gst/audiotestsrc/Makefile.am:
21457         * gst/sine/Makefile.am:
21458         * gst/volume/Makefile.am:
21459           fix broken build of controllerized plugins
21460
21461 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21462
21463         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21464
21465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21466         (gst_riff_create_video_template_caps):
21467           Add support for Indeo-3 (IV32).
21468
21469 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21470
21471         * configure.ac:
21472           rewrite
21473
21474 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21475
21476         * gst-libs/gst/video/video.c: (gst_video_get_size):
21477         * gst/audiotestsrc/gstaudiotestsrc.c:
21478           doc updates
21479
21480 2005-10-17  Andy Wingo  <wingo@pobox.com>
21481
21482         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21483         with the collectpads change.
21484         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21485
21486         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21487
21488         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21489
21490         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21491         alloc_buffer flow return to callers.
21492         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21493         change. Fix some memleaks in theoraenc.
21494
21495         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21496         in strange circumstance.
21497
21498 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21499
21500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21501         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21502         from caps, let's use the caps...
21503
21504 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21505
21506         * configure.ac:
21507           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21508
21509 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         * gst-libs/gst/interfaces/Makefile.am:
21512           fix silly typo
21513
21514 2005-10-16  Andy Wingo  <wingo@pobox.com>
21515
21516         * gst/playback/gstdecodebin.c
21517         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21518         function!
21519         (try_to_link_1): Increase kraziness level.
21520
21521 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21522
21523         * configure.ac:
21524           restructure like the core one
21525         * gst-libs/gst/audio/Makefile.am:
21526         * gst-libs/gst/interfaces/Makefile.am:
21527         * gst-libs/gst/net/Makefile.am:
21528         * gst-libs/gst/riff/Makefile.am:
21529         * gst-libs/gst/rtp/Makefile.am:
21530         * gst-libs/gst/tag/Makefile.am:
21531         * gst-libs/gst/video/Makefile.am:
21532           use correct linker flags, now the libs are properly versioned
21533         * check/elements/audioconvert.c: (verify_convert):
21534         * ext/alsa/gstalsaplugin.c:
21535         * ext/cdparanoia/gstcdparanoia.c:
21536         * ext/gnomevfs/gstgnomevfs.c:
21537         * ext/libvisual/visual.c:
21538         * ext/ogg/gstogg.c:
21539         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21540         * ext/theora/theora.c:
21541         * ext/vorbis/vorbis.c:
21542         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21543         * gst-libs/gst/tag/gsttagediting.c:
21544         * gst-libs/gst/video/video.c:
21545         * gst/adder/gstadder.c:
21546         * gst/audioconvert/plugin.c:
21547         * gst/audiorate/gstaudiorate.c:
21548         * gst/audioresample/gstaudioresample.c:
21549         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21550         * gst/audioscale/gstaudioscale.c:
21551         * gst/audioscale/resample.c:
21552         * gst/audiotestsrc/gstaudiotestsrc.c:
21553         * gst/ffmpegcolorspace/gstffmpeg.c:
21554         * gst/playback/gstdecodebin.c: (close_pad_link):
21555         * gst/playback/gstplaybin.c: (gen_video_element),
21556         (gen_audio_element):
21557         * gst/sine/gstsinesrc.c:
21558         * gst/subparse/gstsubparse.c:
21559         * gst/tags/gsttagediting.c:
21560         * gst/tcp/gsttcpplugin.c:
21561         * gst/typefind/gsttypefindfunctions.c:
21562         * gst/videorate/gstvideorate.c:
21563         * gst/videoscale/gstvideoscale.c:
21564         * gst/videotestsrc/gstvideotestsrc.c:
21565         * gst/volume/gstvolume.c:
21566         * sys/v4l/gstv4l.c:
21567         * sys/ximage/ximage.c:
21568         * sys/xvimage/xvimagesink.c:
21569           fix up defines
21570
21571 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21572
21573         * ext/vorbis/vorbisenc.c:
21574         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21575         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21576         (gst_tag_to_vorbis_comments):
21577           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21578
21579 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21580
21581         * examples/stats/mp2ogg.c:
21582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21583           typo fixes
21584
21585 2005-10-13  Michael Smith <msmith@fluendo.com>
21586
21587         * ext/ogg/gstoggmux.c:
21588           Use magic glib macros to define constants as 64 bit, to ensure
21589           appropriate vararg passing.
21590
21591 2005-10-13  Michael Smith <msmith@fluendo.com>
21592
21593         * ext/ogg/gstoggmux.c:
21594         * gst/audioconvert/audioconvert.c: (float):
21595           Don't use LL suffix, as it's not portable, and neither of these
21596           uses required it anyway.
21597
21598 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21599
21600         * examples/indexing/indexmpeg.c: (main):
21601         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21602         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21603         (cdparanoia_convert), (cdparanoia_query):
21604         * ext/cdparanoia/gstcdparanoia.h:
21605         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21606         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21607         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21609         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21610         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21612         (gst_multifdsink_render), (gst_multifdsink_start),
21613         (gst_multifdsink_stop):
21614         * gst/tcp/gstmultifdsink.h:
21615         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21616         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21617         (gst_tcpclientsink_stop):
21618         * gst/tcp/gsttcpclientsink.h:
21619         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21620         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21621         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21622         * gst/tcp/gsttcpclientsrc.h:
21623         * gst/tcp/gsttcpserversink.h:
21624         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21625         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21626         (gst_tcpserversrc_stop):
21627         * gst/tcp/gsttcpserversrc.h:
21628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21630         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21631           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21632           moved bitshift from macro to enum definition
21633
21634 2005-10-12  Wim Taymans  <wim@fluendo.com>
21635
21636         * examples/seeking/Makefile.am:
21637         Oops.
21638
21639 2005-10-12  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21642         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21643         Don't assert on normal stuff.
21644
21645         * gst/playback/gstplaybin.c: (do_playbin_seek):
21646         API fix.
21647
21648 2005-10-12  Wim Taymans  <wim@fluendo.com>
21649
21650         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21651         * examples/seeking/Makefile.am:
21652         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21653         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21654         (do_seek), (set_update_scale), (message_received), (main):
21655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21656         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21657         Update for _get_state() API change.
21658
21659 2005-10-11  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst-libs/gst/audio/gstbaseaudiosink.c:
21662         (gst_base_audio_sink_render):
21663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21664         (gst_base_audio_src_create):
21665         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21666         (gst_ring_buffer_read):
21667         Cleanups.
21668         Commit and read from ringbuffer in samples rather than bytes.
21669
21670 2005-10-11  Wim Taymans  <wim@fluendo.com>
21671
21672         * gst-libs/gst/audio/gstbaseaudiosink.c:
21673         (gst_base_audio_sink_render):
21674         Respect segment rate and accum when scheduling samples.
21675
21676 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21677
21678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21679         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21680         EOS correctly, that needs more work.
21681
21682 2005-10-11  Wim Taymans  <wim@fluendo.com>
21683
21684         * check/generic/states.c: (GST_START_TEST):
21685         remove old property.
21686
21687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21688         (gst_ogg_demux_perform_seek):
21689         * ext/theora/theoradec.c: (theora_dec_sink_event):
21690         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21691         (vorbis_handle_data_packet):
21692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21693         (gst_base_rtp_depayload_set_gst_timestamp):
21694         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21695         Update for newsegment API change.
21696
21697 2005-10-11  Michael Smith <msmith@fluendo.com>
21698
21699         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21700         (do_playbin_seek), (gst_play_bin_send_event):
21701           Override send_event differently, so that we can takes bits of
21702           functionality from GstPipeline (special handling for seeks,
21703           including pausing/resuming, and resetting stream time) and still get
21704           the appropriate behaviour of only forwarding event to a single sink,
21705           rather than all of them.
21706           Unfortunately requires a lot of code duplication, but the
21707           alternatives are equally ugly in the end.
21708
21709 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * check/elements/audioconvert.c: (setup_audioconvert),
21712         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21713         (GST_START_TEST), (audioconvert_suite):
21714           clean up tests a little, fix some leaks.
21715
21716 2005-10-10  Wim Taymans  <wim@fluendo.com>
21717
21718         * ext/alsa/gstalsasink.c:
21719         Also allow unsigned int.
21720
21721         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21722         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21723         Small cleanup
21724
21725 2005-10-10  Wim Taymans  <wim@fluendo.com>
21726
21727         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21728         Small update, use API as stated in design docs.
21729
21730         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21731         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21732         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21733         (message_received), (main):
21734         Updated seek example for GOption. Some usability improvements.
21735
21736 2005-10-10  Wim Taymans  <wim@fluendo.com>
21737
21738         * gst/audioconvert/audioconvert.h:
21739         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21740         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21741         Alloc temp storage somewhere else where we can do it more
21742         portable.
21743
21744 2005-10-10  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21747         (gst_tcpserversrc_start):
21748         Don't block in accept while doing the state change, move
21749         to poll and make cancellable.
21750
21751 2005-10-09  Philippe Khalaf <burger@speedy.org>
21752
21753         * gst-libs/gst/rtp/rtpbasedepayload.c:
21754         Set timestamp and add queue delay to timestamp
21755         * gst-libs/gst/rtp/rtpbuffer.h:
21756         Set correct payload type for h263
21757
21758 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21759
21760         * gst/audiotestsrc/gstaudiotestsrc.c:
21761         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21762         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21763         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21764         (gst_audiotestsrc_create_triangle),
21765         (gst_audiotestsrc_create_silence),
21766         (gst_audiotestsrc_create_white_noise),
21767         (gst_audiotestsrc_init_pink_noise),
21768         (gst_audiotestsrc_generate_pink_noise_value),
21769         (gst_audiotestsrc_create_pink_noise),
21770         (gst_audiotestsrc_change_wave):
21771         * gst/audiotestsrc/gstaudiotestsrc.h:
21772           fixed typo, added pink noise
21773
21774 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21775
21776         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21777         (plugin_init):
21778           Add wavpack and spc typefind functions from 0.8 branch.
21779
21780 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21781
21782         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21783         (ar_type_find), (msdos_type_find), (plugin_init):
21784           Add typefind functions for tar archives, ar archives,
21785           RAR archives, and msdos-executables (dlls, exe, etc.).
21786           Some of those would be wrongly identified as mpeg
21787           streams of some sort before (#315550).
21788
21789 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21790
21791         * configure.ac:
21792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21794         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21795         * gst/audiotestsrc/Makefile.am:
21796         * gst/audiotestsrc/gstaudiotestsrc.c:
21797         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21798         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21799         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21800         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21801         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21802         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21803         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21804         (gst_audiotestsrc_create_silence),
21805         (gst_audiotestsrc_create_white_noise),
21806         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21807         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21808         (gst_audiotestsrc_start), (plugin_init):
21809         * gst/audiotestsrc/gstaudiotestsrc.h:
21810           add new plugin and element
21811         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21812           use gobject_class
21813
21814 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21815
21816         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21817         (gst_adder_init), (gst_adder_request_new_pad),
21818         (gst_adder_change_state):
21819           Add query function to source pad, so adder reports the correct
21820           time/sample position when queried (#315457); fix state change
21821           function; use GST_DEBUG_FUNCPTR() for pad functions.
21822
21823 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21826           Fix leaks in typefind registration
21827           Clean up the gratuitous commenting and whitespacing a little
21828
21829 2005-10-08  Wim Taymans  <wim@fluendo.com>
21830
21831         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21832         Only actually wait for the thread to be stopped if it's 
21833         running.
21834
21835 2005-10-08  Wim Taymans  <wim@fluendo.com>
21836
21837         * gst-libs/gst/audio/gstbaseaudiosink.c:
21838         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21839         If we receive EOS we can start playback of what we had.
21840
21841 2005-10-08  Wim Taymans  <wim@fluendo.com>
21842
21843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21844         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21845         (gst_multifdsink_stop):
21846         Fix crasher when going to NULL multiple times.
21847
21848 2005-10-06  Wim Taymans  <wim@fluendo.com>
21849
21850         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21851         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21852         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21854         patch from Edgard Lima <edgard.lima@indt.org.br>
21855         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21856
21857 2005-10-06  Wim Taymans  <wim@fluendo.com>
21858
21859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21860         Report the FLOW_RETURN as string in the error message.
21861
21862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21863         Don't assert when clearing an unnegotiated buffer.
21864
21865 2005-10-04  Michael Smith <msmith@fluendo.com>
21866
21867         * gst/playback/gstplaybasebin.c: (group_destroy),
21868         (gen_preroll_element), (remove_groups), (setup_source):
21869         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21870         (setup_sinks), (gst_play_bin_send_event),
21871         (gst_play_bin_change_state):
21872           Set state to NULL before removing from bin. Fix refcounting.
21873
21874 2005-10-04  Michael Smith <msmith@fluendo.com>
21875
21876         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21877           Correct refcounting in send_event() function. Previously was wrong
21878           if the first sink was unable to handle the event.
21879
21880 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21881
21882         * configure.ac:
21883           back to development
21884
21885 === release 0.9.3 ===
21886
21887 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21888
21889         * configure.ac:
21890           Releasing 0.9.3, "De Facto"
21891
21892 2005-10-03  Andy Wingo  <wingo@pobox.com>
21893
21894         * gst/playback/gstdecodebin.c (try_to_link_1)
21895         (remove_element_chain): set element to NULL before removing it.
21896
21897 2005-10-02  Johan Dahlin  <johan@gnome.org>
21898
21899         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21900         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21901         MT safe.
21902
21903 2005-10-02  Andy Wingo  <wingo@pobox.com>
21904
21905         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21906         (gst_ring_buffer_prepare_read): 
21907         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21908         Demote to LOG.
21909
21910 2005-09-29  Wim Taymans  <wim@fluendo.com>
21911
21912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21913         * ext/theora/theoradec.c: (theora_handle_data_packet):
21914         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21915         Propagate error codes from alloc_buffer too.
21916
21917 2005-09-29  Wim Taymans  <wim@fluendo.com>
21918
21919         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21920         We use fixed caps.
21921
21922         * gst/playback/Makefile.am:
21923         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21924         (dump_element_stats), (main):
21925         Added example stream introspection code.
21926
21927 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21928
21929         * gst/adder/gstadder.c: (gst_adder_collected):
21930           fix adder for float elements
21931
21932 2005-09-28  Wim Taymans  <wim@fluendo.com>
21933
21934         * gst-libs/gst/audio/gstbaseaudiosink.c:
21935         (gst_base_audio_sink_class_init),
21936         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21937         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21938         (gst_base_audio_src_class_init),
21939         (gst_base_audio_src_provide_clock):
21940         get_clock -> provide_clock
21941
21942 2005-09-28  Andy Wingo  <wingo@pobox.com>
21943
21944         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21945         and unlocking.
21946
21947         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21948         unlocking.
21949
21950         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21951         Actually add the pad template.
21952         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21953
21954         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21955         I'm at it...
21956
21957         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21958         from fdsrc. Get caps in create() instead of start() so it can be
21959         interrupted. Interruption somewhat untested.
21960
21961         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21962         Proper EOS handling.
21963
21964 2005-09-27  Andy Wingo  <wingo@pobox.com>
21965
21966         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21967
21968         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21969
21970         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21971
21972         * gst/tcp/gsttcp.h: 
21973         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21974         out of tcpclientsrc.c. Cancellable.
21975         (gst_tcp_socket_read): Made private, cancellable, with better
21976         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21977         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21978         whole buffer, and better diagnostics.
21979         (gst_tcp_gdp_read_caps): Same.
21980
21981         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21982
21983 2005-09-26  Andy Wingo  <wingo@pobox.com>
21984
21985         * gst/sine/gstsinesrc.h:
21986         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21987         change the 'sync' property to 'is-live' and implement it halfway,
21988         update for controller api change.
21989
21990         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21991         controller api change.
21992
21993 2005-09-24  Wim Taymans  <wim@fluendo.com>
21994
21995         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21996         * gst-libs/gst/audio/gstaudiosink.c:
21997         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21998         (gst_audioringbuffer_stop):
21999         * gst-libs/gst/audio/gstbaseaudiosink.c:
22000         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22001         (gst_base_audio_sink_change_state):
22002         * gst-libs/gst/audio/gstbaseaudiosink.h:
22003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22004         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22005         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22006         * gst-libs/gst/audio/gstringbuffer.h:
22007         Fix sync again. Moved sample alignment to basesink.
22008
22009 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * docs/plugins/Makefile.am:
22012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22014         * gst/volume/gstvolume.c:
22015           add/fix docs
22016         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22017         * gst-libs/gst/audio/audio.h:
22018           add conversion macros for frames <-> clocktime
22019
22020 2005-09-23  David Schleef  <ds@schleef.org>
22021
22022         * gst/audioresample/Makefile.am:
22023         * gst/audioresample/debug.h:
22024         * gst/audioresample/gstaudioresample.c:
22025         * gst/audioresample/resample.c: Convert to using gst debugging
22026
22027 2005-09-22  Wim Taymans  <wim@fluendo.com>
22028
22029         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22030         (gst_play_bin_send_event):
22031         Only seek on one sink, the first one that succeeds.
22032
22033 2005-09-22  Michael Smith <msmith@fluendo.com>
22034
22035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22036         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22037         Don't flush encoder state unless we have an initialised encoder.
22038         Clear out encoder state on PAUSED_TO_READY.
22039
22040 2005-09-22  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst-libs/gst/rtp/gstbasertppayload.c:
22043         (gst_basertppayload_class_init), (gst_basertppayload_init),
22044         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22045         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22046         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22047         (gst_basertppayload_set_property),
22048         (gst_basertppayload_get_property),
22049         (gst_basertppayload_change_state):
22050         * gst-libs/gst/rtp/gstbasertppayload.h:
22051         Added max-ptime to control amount of data in the rtp packets.
22052
22053 2005-09-21  Andy Wingo  <wingo@pobox.com>
22054
22055         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22056         thingies.
22057
22058         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22059         can be called multiple times, dogs.
22060
22061 2005-09-21  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst-libs/gst/rtp/gstbasertppayload.c:
22064         (gst_basertppayload_class_init), (gst_basertppayload_init),
22065         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22066         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22067         (gst_basertppayload_push), (gst_basertppayload_get_property),
22068         (gst_basertppayload_change_state):
22069         Allow 0 ssrc too.
22070
22071 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22072
22073         * docs/libs/compiling.sgml:
22074           fixing typos
22075
22076 2005-09-20  Wim Taymans  <wim@fluendo.com>
22077
22078         * gst-libs/gst/rtp/gstbasertppayload.c:
22079         (gst_basertppayload_class_init), (gst_basertppayload_init),
22080         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22081         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22082         (gst_basertppayload_push), (gst_basertppayload_set_property),
22083         (gst_basertppayload_get_property),
22084         (gst_basertppayload_change_state):
22085         * gst-libs/gst/rtp/gstbasertppayload.h:
22086         Added property to configure sequence number offsets.
22087
22088 2005-09-20  Wim Taymans  <wim@fluendo.com>
22089
22090         * gst-libs/gst/rtp/gstbasertppayload.c:
22091         (gst_basertppayload_class_init), (gst_basertppayload_init),
22092         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22093         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22094         (gst_basertppayload_push), (gst_basertppayload_set_property),
22095         (gst_basertppayload_get_property),
22096         (gst_basertppayload_change_state):
22097         * gst-libs/gst/rtp/gstbasertppayload.h:
22098         Make timestamp offset configurable.
22099
22100 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22101
22102         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22103           fix wrong pop/unref
22104
22105 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22106
22107         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22108
22109         * gst-libs/gst/interfaces/propertyprobe.c:
22110         (gst_property_probe_probe_property_name),
22111         (gst_property_probe_needs_probe_name),
22112         (gst_property_probe_get_values_name),
22113         (gst_property_probe_probe_and_get_values_name):
22114           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22115           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22116
22117 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * check/Makefile.am:
22120           have some tests be disabled for valgrinding
22121         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22122         (GST_START_TEST):
22123         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22124           Fix A Leak.  Chain To Parent Finalize.
22125
22126 2005-09-19  Wim Taymans  <wim@fluendo.com>
22127
22128         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22129         Fixed wav pipeline.
22130
22131 2005-09-19  Wim Taymans  <wim@fluendo.com>
22132
22133         * gst-libs/gst/rtp/gstbasertppayload.c:
22134         (gst_basertppayload_class_init), (gst_basertppayload_init),
22135         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22136         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22137         (gst_basertppayload_push), (gst_basertppayload_get_property),
22138         (gst_basertppayload_change_state):
22139         Posting ERROR and WARNING messages is good.
22140
22141 2005-09-19  Wim Taymans  <wim@fluendo.com>
22142
22143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22144         (gst_base_rtp_depayload_add_to_queue),
22145         (gst_base_rtp_depayload_push),
22146         (gst_base_rtp_depayload_set_gst_timestamp),
22147         (gst_base_rtp_depayload_queue_release):
22148         This one was not supposed to go in.
22149
22150 2005-09-19  Wim Taymans  <wim@fluendo.com>
22151
22152         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22153         Fix for bus API.
22154
22155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22156         (gst_base_rtp_depayload_chain),
22157         (gst_base_rtp_depayload_add_to_queue),
22158         (gst_base_rtp_depayload_push),
22159         (gst_base_rtp_depayload_set_gst_timestamp),
22160         (gst_base_rtp_depayload_queue_release):
22161         Some cleanups.
22162
22163         * gst-libs/gst/rtp/gstbasertppayload.c:
22164         (gst_basertppayload_class_init), (gst_basertppayload_init),
22165         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22166         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22167         (gst_basertppayload_get_property),
22168         (gst_basertppayload_change_state):
22169         Added debugging category.
22170
22171 2005-09-18  David Schleef  <ds@schleef.org>
22172
22173         * gst/playback/gstdecodebin.c: free plugin list correctly
22174         * gst/playback/gstplaybin.c: emit warning if autovideosink
22175           and autoaudiosink can't be found (instead of segfaulting)
22176
22177 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * check/elements/audioconvert.c: (GST_START_TEST):
22180           try out 24 bit conversion
22181
22182 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22185         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22186         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22187         * ext/vorbis/vorbisenc.h:
22188           Fix EOS handling.  Still needs a fix in the ogg muxer to
22189           mark the last page as eos.
22190
22191 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22192
22193         * common/gtk-doc-plugins.mak:
22194         * docs/plugins/Makefile.am:
22195         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22196         * gst/ffmpegcolorspace/Makefile.am:
22197         * gst/ffmpegcolorspace/avcodec.h:
22198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22199         * gst/tcp/gstmultifdsink.c:
22200           fix up ffmpegcolorspace docs; extract header
22201
22202 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * common/gtk-doc-plugins.mak:
22205         * docs/plugins/Makefile.am:
22206         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22207         * ext/theora/Makefile.am:
22208         * ext/theora/gsttheoraenc.h:
22209         * ext/theora/theoraenc.c:
22210         * ext/vorbis/vorbisenc.c:
22211           pick up signals and args for vorbis; add some docs for vorbis
22212
22213 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22214
22215         * common/gstdoc-scangobj:
22216         * common/gtk-doc-plugins.mak:
22217         * docs/libs/Makefile.am:
22218         * docs/plugins/gst-plugins-base-plugins.args:
22219         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22220         * docs/plugins/gst-plugins-base-plugins.interfaces:
22221         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22222         * docs/plugins/gst-plugins-base-plugins.signals:
22223           only scanobj stuff from our source module.  Not sure yet
22224           if that's correct, given the hierarchy stuff :)
22225
22226 2005-09-15  Wim Taymans  <wim@fluendo.com>
22227
22228         * gst/audioconvert/gstaudioconvert.c:
22229         And enable 24 bits mode as well..
22230
22231 2005-09-15  Wim Taymans  <wim@fluendo.com>
22232
22233         * gst-libs/gst/rtp/Makefile.am:
22234         * gst-libs/gst/rtp/gstbasertppayload.c:
22235         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22236         (gst_basertppayload_class_init), (gst_basertppayload_init),
22237         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22238         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22239         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22240         (gst_basertppayload_set_property),
22241         (gst_basertppayload_get_property),
22242         (gst_basertppayload_change_state):
22243         * gst-libs/gst/rtp/gstbasertppayload.h:
22244         Added rtp payloader base class.
22245
22246 2005-09-15  Andy Wingo  <wingo@pobox.com>
22247
22248         * configure.ac (plugindir): Remove the EOL matcher from the
22249         regexp, as it causes me problems. Libtool? Make? Who knows?
22250
22251 2005-09-14  David Schleef  <ds@schleef.org>
22252
22253         * check/generic/states.c: 
22254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22255         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22256           Fixes for changes in registry API.
22257
22258         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22259           to GST_PLUGIN_LDFLAGS.
22260         * ext/libvisual/visual.c: Make the library shut up.
22261         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22262         * gst-libs/gst/audio/gstaudiofilter.c: same
22263
22264 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * docs/plugins/Makefile.am:
22267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22268         * docs/plugins/inspect/plugin-libvisual.xml:
22269         * docs/plugins/tmpl/element-tcpserversink.sgml:
22270         * ext/theora/theoraenc.c:
22271           add libvisual plugin and theoraenc element to docs
22272
22273 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22274
22275         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22276         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22277         * ext/theora/theoraenc.c:
22278           add theoraenc
22279
22280 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22281
22282         * gst/audioconvert/Makefile.am:
22283           Audioconvert derives from GstBaseTransform and should
22284           link to the library with our base elements to avoid
22285           unresolved symbols. Makes things work with MinGW (#316160)
22286
22287         * gst/playback/test4.c: (main):
22288           Fix MinGW build problem and use g_usleep() instead of 
22289           sleep() (#316162)
22290
22291 2005-09-12  Wim Taymans  <wim@fluendo.com>
22292
22293         * gst/audioconvert/audioconvert.c: (float),
22294         (audio_convert_prepare_context), (audio_convert_convert):
22295         * gst/audioconvert/audioconvert.h:
22296         Cleanups, speedups, simplifications, added back support
22297         for 24 bits.
22298
22299 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22302         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22303         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22304         * docs/plugins/tmpl/element-tcpserversink.sgml:
22305         * gst/ffmpegcolorspace/gstffmpeg.c:
22306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22307         * gst/videotestsrc/gstvideotestsrc.c:
22308         * gst/volume/gstvolume.c:
22309           add more elements to the docs
22310
22311 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22312
22313         * check/Makefile.am:
22314         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22315         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22316           Add extra tests for basetransform based components. 
22317           Comment out the test_element_negotiation test until we decide
22318           if it's testing correct behaviour.
22319         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22320         (gst_visual_chain), (gst_visual_change_state):
22321           Slightly more correct but still bogus timestamping.
22322           Fix state change function.
22323         * gst/audioconvert/gstaudioconvert.c:
22324         (gst_audio_convert_class_init):
22325         * gst/audioresample/gstaudioresample.c:
22326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22327         (gst_ffmpegcsp_class_init):
22328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22329         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22330         (gst_videoscale_prepare_image):
22331         * gst/volume/gstvolume.c: (gst_volume_class_init),
22332         (volume_transform_ip):
22333           Basetransform updates. Enable passthrough modes.
22334         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22335         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22336         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22337           Negotiation fix that allows the window to return to the original
22338           size and renegotiate passthrough upstream. Extra debug output.
22339
22340 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22341
22342         * gst/sine/gstsinesrc.c:
22343         * gst/volume/gstvolume.c:
22344           fix up header include
22345
22346 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22347
22348         * gst-libs/gst/audio/gstbaseaudiosink.c:
22349         (gst_base_audio_sink_render):
22350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22351         * gst/volume/gstvolume.c: (gst_volume_class_init),
22352         (volume_transform):
22353           fixing lost sync, some more debugging
22354
22355 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22356
22357         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22358         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22359         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22360         (gst_xvimagesink_check_xshm_calls):
22361           Fix compilation when XShm is not available.
22362
22363 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22364
22365         * ext/libvisual/visual.c: (gst_visual_dispose),
22366         (gst_visual_getcaps), (gst_visual_src_setcaps),
22367         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22368         (gst_visual_change_state):
22369           Finish fixing up libvisual plugin so that it runs. 
22370
22371 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22372
22373         * ext/vorbis/vorbisenc.c:
22374         * gst-libs/gst/tag/gstvorbistag.c:
22375           gsttaginterface.h -> gsttagsetter.h
22376
22377 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22378
22379         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22380           added another test that failes for me (test is not active by default)
22381
22382 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22383
22384         * configure.ac:
22385           v4l2 is no longer in gst-plugins-base
22386
22387 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22388
22389         * configure.ac:
22390           In the output at the end, don't show the first plugin on the same
22391           line as "Core plug-ins, always built:".
22392           Indent the output as for other plugin categories
22393         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22394           #define that can be used to not use peer buffer_alloc functions for
22395           test purposes.
22396         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22397         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22398         (gst_ximagesink_show_frame):
22399         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22400         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22401         (gst_xvimagesink_show_frame):
22402           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22403           fails gracefully instead of XError aborting or deadlocking.
22404
22405 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22406
22407         * ext/libvisual/Makefile.am:
22408           link against gst-base-libs
22409
22410 2005-09-06  David Schleef  <ds@schleef.org>
22411
22412         * configure.ac: Enable libvisual plugin.
22413         * ext/libvisual/Makefile.am:
22414         * ext/libvisual/visual.c: Fixes to make it compile.
22415
22416 === release 0.9.2 ===
22417
22418 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22419
22420         * NEWS:
22421         * RELEASE:
22422         * configure.ac:
22423         * docs/random/ChangeLog-0.8:
22424           releasing 0.9.2, "Spoon"
22425
22426 2005-09-05  Michael Smith <msmith@fluendo.com>
22427
22428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22429           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22430           that in the vorbisenc element.
22431
22432 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * common/gtk-doc-plugins.mak:
22435         * docs/plugins/Makefile.am:
22436           fix distcheck
22437         * gst/audioresample/resample.c:
22438           fix wrong docstring
22439
22440 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22441
22442         * common/gst-xmlinspect.py:
22443         * common/gtk-doc-plugins.mak:
22444           only inspect plugins for this given package
22445           require gst-python 0.9
22446
22447 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22448
22449         * Makefile.am:
22450         * autogen.sh:
22451         * common/gst-xmlinspect.py:
22452         * configure.ac:
22453         * docs/Makefile.am:
22454         * docs/plugins/inspect/plugin-alsa.xml:
22455         * docs/plugins/inspect/plugin-audioresample.xml:
22456         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22457         * docs/plugins/inspect/plugin-ogg.xml:
22458         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22459         * docs/plugins/tmpl/element-multifdsink.sgml:
22460         * docs/plugins/tmpl/element-tcpserversink.sgml:
22461         * docs/plugins/tmpl/element-vorbisenc.sgml:
22462         * gst-plugins-base.spec.in:
22463           various doc-related updates
22464
22465 2005-08-31  Wim Taymans  <wim@fluendo.com>
22466
22467         * gst-libs/gst/audio/gstbaseaudiosink.c:
22468         (gst_base_audio_sink_render):
22469         Resync if the buffer timestamps drift more than a 10th 
22470         of a second.
22471
22472 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22473
22474         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22475         (gst_v4lsrc_get_property):
22476           The 'timestamp-offset' property is registered as an int64, so
22477           let's use g_value_{set|get}_int64() in our setter and getter
22478           functions (makes it work and fixes warnings with gst-inspect).
22479
22480 2005-08-30  Wim Taymans  <wim@fluendo.com>
22481
22482         * check/elements/audioconvert.c: (setup_audioconvert):
22483         * check/elements/audioresample.c: (setup_audioresample):
22484         * check/elements/volume.c: (setup_volume):
22485         Fix checks.
22486
22487 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22488
22489         * common/gtk-doc-plugins.mak:
22490         * common/plugins.xsl:
22491         * docs/plugins/Makefile.am:
22492           make module a param
22493
22494 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22495
22496         * examples/seeking/seek.c: (make_mp3_pipeline),
22497         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22498         (play_cb), (pause_cb), (stop_cb):
22499           update the example
22500
22501 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22502
22503         * gst/volume/gstvolume.c: (gst_volume_class_init),
22504         (volume_transform):
22505           do not update controlled params, if buffer has no timestamp
22506
22507 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22508
22509         * configure.ac:
22510         * gst/sine/Makefile.am:
22511         * gst/volume/Makefile.am:
22512           controllerized elements also need to link against controller-libs ;)
22513
22514 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22515
22516         * docs/libs/tmpl/gstcolorbalance.sgml:
22517         * docs/libs/tmpl/gstgconf.sgml:
22518         * docs/libs/tmpl/gstmixer.sgml:
22519         * docs/libs/tmpl/gstringbuffer.sgml:
22520         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22521         (gst_sinesrc_create):
22522         * gst/volume/gstvolume.c: (gst_volume_class_init),
22523         (volume_transform):
22524           controllerized two audio plugins
22525
22526 2005-08-29  Andy Wingo  <wingo@pobox.com>
22527
22528         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22529         (vorbis_handle_data_packet): Fix some int overflow errors.
22530
22531         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22532         -1.
22533         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22534         valid.
22535         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22536         if it's valid. Fixed streaming-mode playback.
22537
22538         * check/elements/volume.c (cleanup_volume): Fix for running
22539         CK_FORK=no.
22540
22541         * check/elements/audioconvert.c: Convert from native endian, not
22542         little endian.
22543
22544 2005-08-29  Michael Smith <msmith@fluendo.com>
22545
22546         * ext/ogg/Makefile.am:
22547         * ext/ogg/gstogg.c: (plugin_init):
22548         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22549         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22550         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22551         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22552         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22553         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22554         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22555         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22556         Add an ogg parser element.
22557
22558 2005-08-28  Andy Wingo  <wingo@pobox.com>
22559
22560         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22561
22562 2005-08-26  Wim Taymans  <wim@fluendo.com>
22563
22564         * gst/audioconvert/audioconvert.c: (if), (float),
22565         (audio_convert_get_func_index), (check_default),
22566         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22567         (audio_convert_clean_context), (audio_convert_get_sizes),
22568         (audio_convert_convert):
22569         Cleanups.
22570
22571 2005-08-26  Wim Taymans  <wim@fluendo.com>
22572
22573         * gst/audioconvert/audioconvert.c: (if), (float),
22574         (audio_convert_get_func_index), (check_default),
22575         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22576         (audio_convert_clean_context), (audio_convert_get_sizes),
22577         (audio_convert_convert):
22578         More elegant and working temp buffer selection algo.
22579
22580 2005-08-26  Wim Taymans  <wim@fluendo.com>
22581
22582         * gst/audioconvert/audioconvert.c: (if), (float),
22583         (audio_convert_get_func_index), (check_default),
22584         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22585         (audio_convert_clean_context), (audio_convert_get_sizes),
22586         (get_temp_buffer), (audio_convert_convert):
22587         Use realloc else we lose our original data.
22588
22589 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * gst/audioresample/gstaudioresample.c:
22592           use base class' newsegment to properly timestamp
22593
22594 2005-08-26  Wim Taymans  <wim@fluendo.com>
22595
22596         * gst/audioconvert/audioconvert.c: (if), (float),
22597         (audio_convert_get_func_index), (check_default),
22598         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22599         (audio_convert_clean_context), (audio_convert_get_sizes),
22600         (get_temp_buffer), (audio_convert_convert):
22601         * gst/audioconvert/gstaudioconvert.c:
22602         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22603         (gst_audio_convert_transform_caps),
22604         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22605         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22606         Oops, allocate enough space to perform the channel mix.
22607
22608 2005-08-26  Wim Taymans  <wim@fluendo.com>
22609
22610         * gst/audioconvert/Makefile.am:
22611         * gst/audioconvert/audioconvert.c: (if), (float),
22612         (audio_convert_get_func_index), (check_default),
22613         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22614         (audio_convert_clean_context), (audio_convert_get_sizes),
22615         (get_temp_buffer), (audio_convert_convert):
22616         * gst/audioconvert/audioconvert.h:
22617         * gst/audioconvert/gstaudioconvert.c:
22618         (gst_audio_convert_class_init), (gst_audio_convert_init),
22619         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22620         (gst_audio_convert_get_unit_size),
22621         (gst_audio_convert_transform_caps),
22622         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22623         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22624         * gst/audioconvert/gstaudioconvert.h:
22625         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22626         (gst_channel_mix_fill_identical),
22627         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22628         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22629         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22630         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22631         (gst_channel_mix_mix):
22632         * gst/audioconvert/gstchannelmix.h:
22633         Cleanups, librarify a bit, optimize, better negotiation and more.
22634
22635 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22636
22637         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22638         Another from MikeS:
22639         During typefinding, don't support negative offsets
22640         (offsets from the end of the stream) in our typefind->peek() function
22641         - nothing embedded in ogg ever needs them. However, we need to recognise
22642         those requests and reject them, otherwise we return invalid pointers.
22643
22644 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22645
22646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22647         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22648         (vorbisdec_finalize), (vorbis_handle_type_packet):
22649           Big shout-out to MikeS for fixing this giant memory leak.
22650           Huzzah!
22651
22652 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22653
22654         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22655         (audio_convert_get_unit_size):
22656           plug some leaks
22657
22658 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22659
22660         * check/Makefile.am:
22661         * check/elements/audioconvert.c: (setup_audioconvert),
22662         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22663         (GST_START_TEST), (audioconvert_suite), (main):
22664           add a test for audioconvert
22665         * gst/audioresample/gstaudioresample.c:
22666         * gst/audioresample/gstaudioresample.h:
22667           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22668           note that for buffers of 1/3 sec this means DURATION(c) is 
22669           one nanosecond more than for a and b
22670
22671 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22672
22673         * check/Makefile.am:
22674         * check/elements/audioresample.c: (setup_audioresample),
22675         (cleanup_audioresample), (fail_unless_perfect_stream),
22676         (test_perfect_stream_instance), (GST_START_TEST),
22677           add a check for audioresample
22678         (audioresample_suite), (main):
22679         * check/elements/volume.c: (GST_START_TEST):
22680           remove unused method
22681         * gst/audioresample/gstaudioresample.c:
22682           set correct buffer parameters since we're changing them
22683         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22684           add some debug
22685
22686 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22687
22688         * gst/audioresample/debug.c:
22689         * gst/audioresample/gstaudioresample.c:
22690           add room for extra overlap samples when asked to transform size
22691           protect against possible mem corruption and check for discrepancies
22692           between written size and outbuffer's size so we can warn for
22693           potential problems
22694         * gst/audioresample/resample.c: (resample_init),
22695         (resample_get_output_size_for_input), (resample_get_output_size),
22696         (resample_set_n_channels), (resample_set_format):
22697           set debug level based on RESAMPLE_DEBUG env var
22698           make sure that get_output_size* returns a whole number of
22699           sample_size
22700           set sample_size each time either channel or format is set
22701         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22702         * gst/audioresample/resample_functable.c:
22703         (resample_scale_functable):
22704         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22705           remove r->sample_size, it's done in resample.c now
22706           add some debugging to the ref implementation
22707           make sure we only give back bytes that are wholes of the sample
22708           size
22709
22710 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22711         * gst/playback/gstplaybasebin.c: (fill_buffer):
22712         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22713
22714 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22715
22716         * gst/volume/gstvolume.c:
22717           made set_caps function static
22718
22719 2005-08-24  Wim Taymans  <wim@fluendo.com>
22720
22721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22722         (gst_vorbisenc_change_state):
22723         Stop leaking taglists.
22724
22725 2005-08-24  Wim Taymans  <wim@fluendo.com>
22726
22727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22728         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22729         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22730         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22731         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22732         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22733         Parse seeking events better.
22734         Unref static caps.
22735         Generate correct newsegment events, fixes seeking in live oggs.
22736
22737         * ext/theora/theoradec.c: (theora_dec_src_query),
22738         (theora_dec_src_event), (theora_dec_src_getcaps),
22739         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22740         Use newsegment values to report correct play time.
22741
22742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22743         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22744         * ext/vorbis/vorbisdec.h:
22745         Parse and use newsegment values to report correct play time.
22746
22747         * gst-libs/gst/audio/gstbaseaudiosink.c:
22748         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22749         Clear ringbuffer on flush.
22750         Use newsegment values to calculate playback time.
22751
22752         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22754         Basesink does newsegment calculations for us now.
22755
22756 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22757
22758         * check/Makefile.am:
22759         * configure.ac:
22760           add core's plugins to the mix so that playbin works
22761         * check/generic/states.c: (GST_START_TEST):
22762           set a 0 timeout on pipelines, so they don't force the next
22763           state change
22764         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22765         (gst_play_base_bin_change_state):
22766           remove the crappy error handling and do GST error handling
22767
22768 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22769
22770         * check/Makefile.am:
22771         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22772           add same test as to core, it bitches out on playbin atm.
22773
22774 2005-08-24  Wim Taymans  <wim@fluendo.com>
22775
22776         * configure.ac:
22777         Remove audioscale.
22778
22779 2005-08-24  Wim Taymans  <wim@fluendo.com>
22780
22781         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22782         (gst_videoscale_prepare_size), (parse_caps),
22783         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22784         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22785         (gst_videoscale_transform):
22786         * gst/videoscale/gstvideoscale.h:
22787         Refactor, make use of BaseTranform really well.
22788
22789 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22790
22791         * configure.ac:
22792           compile audioresample
22793         * gst/audioresample/Makefile.am:
22794         * gst/audioresample/buffer.c:
22795         * gst/audioresample/functable.c:
22796         * gst/audioresample/gstaudioresample.c:
22797         * gst/audioresample/gstaudioresample.h:
22798         * gst/audioresample/resample.c:
22799         (resample_get_output_size_for_input):
22800         * gst/audioresample/resample.h:
22801         * gst/audioresample/resample_chunk.c:
22802         * gst/audioresample/resample_functable.c:
22803         * gst/audioresample/resample_ref.c:
22804           port to use basetransform; doesn't work in all cases yet
22805
22806 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22807
22808         * gst/audioconvert/gstaudioconvert.c:
22809         (gst_audio_convert_class_init), (gst_audio_convert_init),
22810         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22811         (audio_convert_fixate_caps), (audio_convert_set_caps),
22812         (audio_convert_transform),
22813         (gst_audio_convert_buffer_to_default_format),
22814         (gst_audio_convert_buffer_from_default_format),
22815         (gst_audio_convert_channels):
22816         * gst/audioconvert/gstchannelmix.c:
22817         * gst/audioconvert/gstchannelmix.h:
22818           port to basetransform
22819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22820         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22821         (gst_ffmpegcsp_get_unit_size):
22822         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22823         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22824           fix for basetransform changes
22825
22826 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22827
22828         * check/Makefile.am:
22829           Add CHECK_CFLAGS and LDFLAGS
22830
22831         * gst/playback/gstplaybasebin.c: (fill_buffer):
22832           GST_MESSAGE_SRC became a GObject
22833
22834 2005-08-24  Wim Taymans  <wim@fluendo.com>
22835
22836         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22837         (gst_ring_buffer_clear_all):
22838         * gst-libs/gst/audio/gstringbuffer.h:
22839         Added function to clear the ringbuffer.
22840
22841 2005-08-24  Andy Wingo  <wingo@pobox.com>
22842
22843         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22844         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22845         of _open and _close.
22846
22847         * sys/v4l/gstv4lxoverlay.h:
22848         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22849         an Xv connection here, instead of all the time. Make Xv only be
22850         loaded if you axe for it. Kindof a workaround for buggy behaviour
22851         of Xv when using remote xservers (XvQueryExtension would block).
22852         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22853         replace the _open and _close public API. Only start the xv
22854         connection if necessary.
22855         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22856
22857 2005-08-23  David Schleef  <ds@schleef.org>
22858
22859         * gst/audioresample/Makefile.am: Leet audioresampling code
22860         * gst/audioresample/buffer.c:
22861         * gst/audioresample/buffer.h:
22862         * gst/audioresample/debug.c:
22863         * gst/audioresample/debug.h:
22864         * gst/audioresample/functable.c:
22865         * gst/audioresample/functable.h:
22866         * gst/audioresample/gstaudioresample.c:
22867         * gst/audioresample/gstaudioresample.h:
22868         * gst/audioresample/resample.c:
22869         * gst/audioresample/resample.h:
22870         * gst/audioresample/resample_chunk.c:
22871         * gst/audioresample/resample_functable.c:
22872         * gst/audioresample/resample_ref.c:
22873
22874 2005-08-23  Wim Taymans  <wim@fluendo.com>
22875
22876         * examples/seeking/seek.c: (make_vorbis_pipeline),
22877         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22878         Small seek updates.
22879
22880 2005-08-23  Andy Wingo  <wingo@pobox.com>
22881
22882         * gst-libs/gst/audio/gstbaseaudiosrc.c
22883         (gst_base_audio_src_fixate): Only fixate endianness if it is
22884         present in the caps.
22885
22886 2005-08-22  Andy Wingo  <wingo@pobox.com>
22887
22888         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22889         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22890         device-name property.
22891
22892         * gst-libs/gst/audio/gstaudiosrc.h:
22893         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22894         close_device in the ring buffer, like gstaudiosink.
22895
22896         * ext/alsa/gstalsamixer.h:
22897         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22898         macro to implement the interface without much code. Cleanups. 
22899
22900         * ext/alsa/gstalsasrc.h:
22901         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22902         READY.
22903
22904         * ext/alsa/Makefile.am: Add new files.
22905         * ext/alsa/gstalsamixerelement.c: 
22906         * ext/alsa/gstalsamixerelement.c: Split element code out from
22907         mixer code so that alsasrc can be a mixer too.
22908
22909 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22910
22911         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22912         (GST_START_TEST):
22913         * check/elements/vorbisdec.c: (setup_vorbisdec),
22914         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22915         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22916         (vorbis_handle_identification_packet),
22917         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22918         (vorbis_handle_header_packet), (vorbis_dec_push),
22919         (vorbis_dec_chain):
22920           use the setup/teardown methods to save code.  save code is good.
22921
22922 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22923
22924         * check/Makefile.am:
22925           add ext dir for plugins
22926           add vorbisdec test conditionally
22927         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22928         (GST_START_TEST), (volume_suite):
22929           add a test with wrong caps
22930         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22931         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22932           add a vorbisdec test
22933         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22934         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22935           clean up debug output
22936         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22937           yay, fix a segfault/security issue in vorbisdec
22938           gst-launch fakesrc ! vorbisdec wasn't happy
22939         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22940         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22941         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22942         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22943         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22944         (gst_vorbisenc_set_metadata), (get_constraints_string),
22945         (update_start_message), (gst_vorbisenc_setup),
22946         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22947         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22948         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22949         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22950         * ext/vorbis/vorbisenc.h:
22951           march in line
22952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22953         (gst_ffmpegcsp_transform):
22954           have the kow come home
22955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22956           debug my func ptr
22957         * gst/volume/gstvolume.c: (volume_set_caps):
22958           add a debug
22959
22960 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22961
22962         * Makefile.am:
22963         * check/.cvsignore:
22964         * check/Makefile.am:
22965         * check/elements/.cvsignore:
22966         * check/elements/volume.c: (chain_func), (event_func),
22967         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22968         (main):
22969         * configure.ac:
22970           add unit test structure for gst-plugins-base
22971           add a test for volume
22972         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22973         (gst_volume_set_volume), (gst_volume_get_volume),
22974         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22975         (volume_funcfind), (volume_process_float), (volume_process_int16),
22976         (volume_set_caps), (volume_transform), (volume_update_mute),
22977         (volume_update_volume), (volume_set_property),
22978         (volume_get_property):
22979           document a little; use basetransform vmethod _set_caps
22980
22981 2005-08-19  Andy Wingo  <wingo@pobox.com>
22982
22983         * ext/alsa/gstalsamixertrack.h:
22984         * ext/alsa/gstalsamixertrack.c:
22985         * ext/alsa/gstalsamixeroptions.h:
22986         * ext/alsa/gstalsamixeroptions.c:
22987         * ext/alsa/gstalsamixer.h:
22988         * ext/alsa/gstalsamixer.c: Port to 0.9.
22989
22990         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22991         Remove gstalsa.c and alsaclock. No more cruft here.
22992         
22993 2005-08-18  Wim Taymans  <wim@fluendo.com>
22994
22995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22996         (gst_base_rtp_depayload_chain),
22997         (gst_base_rtp_depayload_add_to_queue),
22998         (gst_base_rtp_depayload_push),
22999         (gst_base_rtp_depayload_queue_release):
23000         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23001         Fix for RTPBuffer changes.
23002
23003         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23004         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23005         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23006         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23007         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23008         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23009         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23010         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23011         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23012         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23013         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23014         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23015         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23016         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23017         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23018         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23019         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23020         (gst_rtpbuffer_get_payload):
23021         * gst-libs/gst/rtp/gstrtpbuffer.h:
23022         Don't subclass GstBuffer but add methods and helper functions
23023         to construct and manipulate RTP packets in regular GstBuffers.
23024
23025 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23026
23027         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23028           moved statement below switch
23029         * gst/volume/gstvolume.c: (gst_volume_class_init):
23030           added debug ptr
23031
23032 2005-08-16  Wim Taymans  <wim@fluendo.com>
23033
23034         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23035         (gst_base_audio_src_change_state):
23036         Open and close device in READY<->NULL state change.
23037
23038 2005-08-16  Andy Wingo  <wingo@pobox.com>
23039
23040         * examples/seeking/Makefile.am: Don't compile non-compiling
23041         compiled objects with the compiler.
23042
23043         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23044         elements.
23045
23046 2005-08-12  Philippe Khalaf <burger@speedy.org>
23047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23048         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23049           Made a thread to release the queue.
23050           Removed timestamp conversion for now.
23051
23052 2005-08-10  Philippe Khalaf <burger@speedy.org>
23053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23055           Added rtp timestamp -> gst timestamp conversion.
23056           Fixed several problems with queue.
23057
23058 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23059
23060         * gst-libs/gst/audio/gstaudioclock.h:
23061         * gst-libs/gst/audio/gstaudiofilter.h:
23062         * gst-libs/gst/audio/gstaudiosink.h:
23063         * gst-libs/gst/audio/gstaudiosrc.h:
23064         * gst-libs/gst/audio/gstbaseaudiosink.h:
23065         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23066         * gst-libs/gst/audio/gstringbuffer.h:
23067         * gst-libs/gst/net/gstnetbuffer.h:
23068         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23069         * gst-libs/gst/rtp/gstrtpbuffer.h:
23070           Add padding (you will need to rebuild gst-plugins-base,
23071           gst-plugins and all applications afterwards!)
23072
23073 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23074
23075         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23076         (gst_riff_parse_chunk):
23077           Fix bug in debug message and add some more debug messages.
23078
23079 2005-08-08  Edward Hervey  <edward@fluendo.com>
23080
23081         * gst-libs/gst/riff/riff-media.c:
23082         backported updates since branch
23083
23084 2005-08-08  Andy Wingo  <wingo@pobox.com>
23085
23086         * gst-libs/gst/audio/gstbaseaudiosink.c
23087         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23088         like good elements should. Close on READY->NULL too.
23089
23090         * gst-libs/gst/audio/gstaudiosink.c
23091         (gst_audioringbuffer_open_device,
23092         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23093         (gst_audioringbuffer_release): Updates for new ring buffer API,
23094         hook into the new audio sink api.
23095
23096         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23097         (GstAudioSinkClass.close): Just open and close the device -- no
23098         resource allocation or configuration.
23099         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23100         vmethods, handle device setup and resource allocation.
23101
23102         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23103         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23104         base class API.
23105
23106         * gst-libs/gst/audio/gstringbuffer.h
23107         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23108         New vmethods.
23109
23110         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23111         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23112         New API functions. The device should be opened before acquiring
23113         and closed after releasing.
23114
23115 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23116
23117         * gst-libs/gst/interfaces/mixer.h:
23118           Reset padding to GST_PADDING.
23119
23120 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23121
23122         * gst/playback/gstplaybin.c: (remove_sinks):
23123           Remove visualization from parent explicitely; works around some
23124           apparent refcount issue that I haven't tracked down yet.
23125
23126 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23127
23128         * ext/alsa/gstalsasink.c: (set_hwparams):
23129           Assign debug category, add negotiation debug msgs.
23130
23131 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23132
23133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23134           Fix error code for file-not-found to NOT_FOUND.
23135
23136 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23137
23138         * common/gtk-doc-plugins.mak:
23139         * docs/plugins/Makefile.am:
23140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23142           renamed to actual element names, so much nicer to look at
23143         * docs/plugins/tmpl/gstmultifdsink.sgml:
23144           remove
23145         * docs/plugins/tmpl/multifdsink.sgml:
23146         * docs/plugins/tmpl/tcpserversink.sgml:
23147           add
23148         * ext/alsa/gstalsa.c:
23149         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23150         * ext/ogg/gstoggmux.c:
23151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23152         * gst/playback/gstdecodebin.c:
23153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23154         * gst/tcp/gsttcpserversink.c:
23155           various fixes and documentation additions
23156
23157 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * common/Makefile.am:
23160         * common/gstdoc-scangobj:
23161         * common/gtk-doc-plugins.mak:
23162         * common/gtk-doc.mak:
23163           add a custom scangobj that uses the registry
23164           add a custom gtk-doc-plugins.mak that uses it
23165           some doc build fixes
23166         * configure.ac:
23167         * docs/Makefile.am:
23168         * docs/plugins/Makefile.am:
23169         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23170         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23171         * docs/plugins/gst-plugins-base-plugins.types:
23172         * docs/plugins/tmpl/gstmultifdsink.sgml:
23173           add docs for one element, multifdsink
23174         * gst/adder/gstadder.h:
23175         * gst/volume/gstvolume.h:
23176           don't privatize enum
23177         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23178         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23179         (gst_sync_method_get_type), (gst_client_status_get_type),
23180         (gst_multifdsink_class_init),
23181         (gst_multifdsink_client_queue_buffer),
23182         (gst_multifdsink_handle_client_write):
23183         * gst/tcp/gstmultifdsink.h:
23184         * gst/tcp/gsttcp.h:
23185         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23186         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23187         (gst_tcpclientsink_render):
23188         * gst/tcp/gsttcpclientsink.h:
23189         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23190         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23191         (gst_tcpclientsrc_start):
23192         * gst/tcp/gsttcpclientsrc.h:
23193         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23194         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23195         * gst/tcp/gsttcpserversrc.h:
23196         * gst/typefind/gsttypefindfunctions.c:
23197           remove superfluous Type stuff
23198
23199 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst/playback/gstplaybin.c: (gen_video_element):
23202           Enable videoscale.
23203
23204 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23205
23206         * gst-libs/gst/gconf/gconf.c:
23207         * gst-libs/gst/gconf/gconf.h:
23208           Fix some Andy Problem [tm].
23209
23210 2005-08-04  Andy Wingo  <wingo@pobox.com>
23211
23212         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23214         (gst_ffmpegcsp_get_size): Adapt to API changes.
23215
23216         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23217         Implement an in-place do-nothing transform.
23218
23219 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23222         (gst_ximagesink_renegotiate_size):
23223           Do not set new window sizes yet if we prepare a new buffer size
23224           for upstream renegotiation (software scaling) at some point in the
23225           future, because this new size waqs not actually accepted yet. Once
23226           accepted, renegotiation later on will set the new sizes just fine.
23227           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23228           embedding testcase.
23229
23230 2005-08-03  Andy Wingo  <wingo@pobox.com>
23231
23232         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23233         (gst_ximagesink_buffer_alloc): 
23234         Protect the height, width, and desired_caps with the pool_lock.
23235         Fixes videotestsrc ! queue ! ximagesink.
23236
23237 2005-08-02  Edward Hervey  <edward@fluendo.com>
23238
23239         * gst/volume/gstvolume.c:
23240         include left from controller cleanup
23241
23242 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23244           Stop collectpads before calling the parent state
23245           change function on PAUSED->READY.
23246
23247 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23248         * configure.ac:
23249           When testing for X libs, use the X CFlags 
23250         * gst/adder/gstadder.c: (gst_adder_change_state):
23251           Stop the collectpads before calling parent state change function
23252           on PAUSED->READY, otherwise we deadlock deactivating pads.
23253
23254 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23255
23256         * configure.ac:
23257         * docs/libs/tmpl/gstcolorbalance.sgml:
23258         * docs/libs/tmpl/gstmixer.sgml:
23259         * examples/Makefile.am:
23260         * gst/sine/Makefile.am:
23261         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23262         (gst_sinesrc_set_property), (plugin_init):
23263         * gst/sine/gstsinesrc.h:
23264         * gst/volume/Makefile.am:
23265         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23266         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23267         (volume_process_float), (volume_process_int16),
23268         (volume_set_property), (plugin_init):
23269         * gst/volume/gstvolume.h:
23270           deactivate and remove dparams (libgstcontrol)
23271
23272 2005-07-29  Wim Taymans  <wim@fluendo.com>
23273
23274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23275         Convert me to BaseTransform!! help..
23276
23277 2005-07-29  Andy Wingo  <wingo@pobox.com>
23278
23279         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23280         sinks.
23281
23282         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23283         support of both endiannesses.
23284
23285 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23286
23287         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23288           Fix confusing debug message (s/event/query/)
23289
23290 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23291
23292         * gst/videotestsrc/videotestsrc.h:
23293           Use "_stdint.h" instead of <stdint.h>
23294
23295 2005-07-27  Wim Taymans  <wim@fluendo.com>
23296
23297         * ext/vorbis/Makefile.am:
23298         Revert wrong commit.
23299
23300 2005-07-27  Wim Taymans  <wim@fluendo.com>
23301
23302         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23303         More compilation fixen.
23304
23305 2005-07-27  Wim Taymans  <wim@fluendo.com>
23306
23307         * gst-libs/gst/audio/gstbaseaudiosink.c:
23308         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23309         (gst_base_audio_sink_create_ringbuffer),
23310         (gst_base_audio_sink_change_state):
23311         Fix compilation.
23312
23313 2005-07-27  Wim Taymans  <wim@fluendo.com>
23314
23315         * examples/seeking/seek.c: (setup_dynamic_link),
23316         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23317         (query_positions_elems), (query_positions_pads), (do_seek):
23318         Update seek example.
23319
23320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23321         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23322         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23323         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23324         (gst_ogg_demux_handle_event),
23325         (gst_ogg_demux_deactivate_current_chain),
23326         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23327         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23328         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23329         (gst_ogg_demux_loop):
23330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23331         * ext/theora/theoradec.c: (theora_dec_src_event),
23332         (theora_dec_src_getcaps), (theora_dec_sink_event),
23333         (theora_dec_push), (theora_dec_chain):
23334         * ext/vorbis/Makefile.am:
23335         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23336         (vorbis_dec_sink_event), (vorbis_dec_push),
23337         (vorbis_handle_data_packet):
23338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23339         (gst_vorbisenc_chain):
23340         * gst/playback/gststreaminfo.c: (cb_probe):
23341         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23342         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23343         * gst/videoscale/gstvideoscale.c:
23344         (gst_videoscale_handle_src_event):
23345         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23346         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23347         (gst_ximagesink_navigation_send_event):
23348         * sys/xvimage/xvimagesink.c:
23349         (gst_xvimagesink_navigation_send_event):
23350         Various event updates and cleanups
23351
23352 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23355           Fix segfault for I420/YV12.
23356
23357 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23358
23359         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23360           Report bitrate.
23361
23362 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23363
23364         * gst/playback/gstplaybin.c: (gen_video_element),
23365         (gen_audio_element):
23366           Switch to auto*sink elements as default sinks; add volume element
23367           so that volume control in totem works.
23368
23369 2005-07-21  Wim Taymans  <wim@fluendo.com>
23370
23371         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23372         * gst/playback/gstplaybin.c: (setup_sinks),
23373         (gst_play_bin_change_state):
23374         Refcount fix and more comments.
23375
23376 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23377
23378         * sys/ximage/Makefile.am:
23379         * sys/ximage/ximage.c: (plugin_init):
23380         * sys/ximage/ximagesink.c:
23381         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23382         
23383
23384 2005-07-21  Wim Taymans  <wim@fluendo.com>
23385
23386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23387         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23388         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23389         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23390         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23391         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23392         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23393         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23394         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23395         Generate correct disconts for live chained oggs.
23396
23397         * gst-libs/gst/audio/gstbaseaudiosink.c:
23398         (gst_base_audio_sink_render),
23399         (gst_base_audio_sink_create_ringbuffer),
23400         (gst_base_audio_sink_change_state):
23401         Handle discont math correctly.
23402
23403         * gst/playback/gstplaybin.c: (add_sink):
23404         Some small debug cleanup.
23405
23406 2005-07-21  Wim Taymans  <wim@fluendo.com>
23407
23408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23409         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23410         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23411         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23412         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23413         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23414         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23415         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23416         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23417         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23418         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23419         (gst_ogg_demux_change_state), (gst_ogg_print):
23420         Reorganize code to send the right disconts when in streaming
23421         mode.
23422
23423 2005-07-20  Andy Wingo  <wingo@pobox.com>
23424
23425         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23426         fix (?), fixes a seggie mcfalterson (#310894).
23427
23428 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23429
23430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23431         (gst_ogg_mux_set_header_on_caps):
23432         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23434         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23435         * gst-libs/gst/audio/multichannel.c:
23436         (gst_audio_set_channel_positions),
23437         (gst_audio_set_structure_channel_positions_list):
23438         * gst/playback/gstdecodebin.c: (dynamic_create):
23439         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23440         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23441           Fixes for API changes in core.
23442
23443 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23444
23445         * gst/playback/gstplaybasebin.c: (fill_buffer):
23446           Use _new_custom() so we can set custom message types for buffering
23447           messages.
23448
23449 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23450
23451         * configure.ac:
23452         * gst-libs/gst/Makefile.am:
23453         * gst-libs/gst/gconf/.cvsignore:
23454         * gst-libs/gst/gconf/Makefile.am:
23455         * gst-libs/gst/gconf/test-gconf.c:
23456         * pkgconfig/Makefile.am:
23457         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23458         * pkgconfig/gstreamer-gconf.pc.in:
23459           Remove gconf stuff, use gconf elements instead from now on.
23460
23461 2005-07-20  Wim Taymans  <wim@fluendo.com>
23462
23463         * gst-libs/gst/audio/TODO:
23464         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23465         (gst_audio_clock_get_internal_time):
23466         * gst-libs/gst/audio/gstaudioclock.h:
23467         * gst-libs/gst/audio/gstbaseaudiosink.c:
23468         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23469         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23470         (gst_base_audio_sink_render),
23471         (gst_base_audio_sink_create_ringbuffer),
23472         (gst_base_audio_sink_change_state):
23473         Make sure the audio clock always returns an increasing value.
23474
23475 2005-07-19  Andy Wingo  <wingo@pobox.com>
23476
23477         * gst/videotestsrc/: Cleanups.
23478
23479 2005-07-19  Wim Taymans  <wim@fluendo.com>
23480
23481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23482         Better debugging.
23483
23484 2005-07-19  Wim Taymans  <wim@fluendo.com>
23485
23486         * examples/seeking/seek.c: (make_dv_pipeline),
23487         (make_vorbis_theora_pipeline), (query_rates),
23488         (query_positions_elems), (query_positions_pads), (do_seek):
23489         Make correct DV pipeline.
23490
23491 2005-07-18  Andy Wingo  <wingo@pobox.com>
23492
23493         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23494         default. Also because it's the only thing that really works. (This
23495         is used in the GConf elements).
23496         Use AS_LIBTOOL_TAGS.
23497
23498 2005-07-18  Wim Taymans  <wim@fluendo.com>
23499
23500         * gst/playback/gstdecodebin.c: (remove_element_chain):
23501         * gst/playback/gstplaybin.c: (add_sink):
23502         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23503         (gst_stream_info_set_mute):
23504         * gst/playback/gststreamselector.c:
23505         (gst_stream_selector_get_linked_pad),
23506         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23507         More leak and compile fixes.
23508
23509 2005-07-18  Wim Taymans  <wim@fluendo.com>
23510
23511         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23512         (query_rates), (query_positions_elems), (query_positions_pads),
23513         (do_seek), (seek_cb), (stop_seek):
23514         Updated seek example. 
23515
23516         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23517         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23518         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23519         * gst/playback/gstplaybin.c: (add_sink):
23520         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23521         (gst_stream_info_set_mute):
23522         Some refcount leak fixes.
23523
23524 2005-07-16  Wim Taymans  <wim@fluendo.com>
23525
23526         * gst-libs/gst/audio/gstbaseaudiosink.c:
23527         (gst_base_audio_sink_render):
23528         Align samples even if we have roundoff errors in the 
23529         timestamp conversion.
23530
23531 2005-07-16  Wim Taymans  <wim@fluendo.com>
23532
23533         * docs/libs/tmpl/gstringbuffer.sgml:
23534         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23535         (query_rates), (query_positions_elems), (query_positions_pads),
23536         (update_scale), (do_seek):
23537         Updated seek example.
23538
23539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23540         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23541         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23542         (gst_ogg_demux_loop):
23543         Push out correct discont values.
23544
23545         * ext/theora/theoradec.c: (theora_dec_src_convert),
23546         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23547         (theora_dec_sink_event), (theora_handle_type_packet),
23548         (theora_handle_header_packet), (theora_dec_push),
23549         (theora_handle_data_packet), (theora_dec_chain),
23550         (theora_dec_change_state):
23551         Better timestamping.
23552
23553         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23554         (vorbis_dec_sink_event), (vorbis_dec_push),
23555         (vorbis_handle_data_packet), (vorbis_dec_chain):
23556         * ext/vorbis/vorbisdec.h:
23557         Better timestamping.
23558
23559         * gst-libs/gst/audio/gstbaseaudiosink.c:
23560         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23561         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23562         Handle syncing on timestamps instead of sample offsets. Make
23563         use of DISCONT values as described in design docs.
23564
23565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23566         (gst_base_audio_src_get_time):
23567         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23568         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23569         (gst_ring_buffer_read):
23570         * gst-libs/gst/audio/gstringbuffer.h:
23571         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23572         (gst_ximagesink_show_frame):
23573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23574         Correcly convert buffer timestamp to stream time.
23575
23576 2005-07-16  Wim Taymans  <wim@fluendo.com>
23577
23578         * gst/audioconvert/gstaudioconvert.c:
23579         (gst_audio_convert_get_buffer):
23580         Timestamp buffers correctly.
23581
23582         * gst/playback/gstplaybin.c: (gen_video_element):
23583         Make internal fakesink silent.
23584
23585 2005-07-15  Wim Taymans  <wim@fluendo.com>
23586
23587         * gst/ffmpegcolorspace/Makefile.am:
23588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23589         (gst_ffmpegcsp_caps_remove_format_info),
23590         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23591         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23592         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23593         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23594         Ported ffmpegcolorspace to basetransform.
23595
23596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23597         * gst/volume/gstvolume.c: (volume_transform):
23598         Ported to new API.
23599
23600 2005-07-14  Wim Taymans  <wim@fluendo.com>
23601
23602         * gst/videotestsrc/Makefile.am:
23603         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23604         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23605         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23606         (gst_videotestsrc_init), (gst_videotestsrc_event),
23607         (gst_videotestsrc_create), (gst_videotestsrc_start),
23608         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23609         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23610         (gst_videotestsrc_get_property):
23611         * gst/videotestsrc/gstvideotestsrc.h:
23612         Make videotestsrc a pushsrc.
23613
23614 2005-07-14  Wim Taymans  <wim@fluendo.com>
23615
23616         * gst/tcp/gstfdset.c: (gst_fdset_free):
23617         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23618         (gst_multifdsink_add), (gst_multifdsink_remove),
23619         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23620         (gst_multifdsink_remove_client_link),
23621         (gst_multifdsink_client_queue_data),
23622         (gst_multifdsink_client_queue_caps),
23623         (gst_multifdsink_client_queue_buffer),
23624         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23625         (gst_multifdsink_stop):
23626         * gst/tcp/gstmultifdsink.h:
23627         0.8 backporting.
23628
23629         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23630         Also draw image when not from a pool.
23631
23632 2005-07-14  Wim Taymans  <wim@fluendo.com>
23633
23634         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23635         (mute_stream), (silence_stream):
23636         Small debug additions.
23637
23638 2005-07-14  Wim Taymans  <wim@fluendo.com>
23639
23640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23641         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23642         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23643         Better error recovery, ignore unconnected pads and
23644         non-fatal errors.
23645
23646 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23647
23648         * docs/libs/tmpl/gstaudio.sgml:
23649         * docs/libs/tmpl/gstcolorbalance.sgml:
23650         * docs/libs/tmpl/gstgconf.sgml:
23651         * docs/libs/tmpl/gstmixer.sgml:
23652         * docs/libs/tmpl/gstringbuffer.sgml:
23653         * docs/libs/tmpl/gsttuner.sgml:
23654         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23655         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23656         (gst_tcpclientsrc_class_init):
23657         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23658         (gst_tcpserversrc_class_init):
23659         * sys/v4l/gstv4lelement.c:
23660           more autistic cleanliness in functions/names/defines
23661
23662 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23663
23664         * configure.ac:
23665           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23666           added manually to each Makefile.am so we are sure it goes
23667           *last* and doesn't add -L flags before linking in libs of our
23668           own, like, say, internal .la libs, that then accidentally pick
23669           up the installed copy.
23670         * docs/libs/Makefile.am:
23671         * ext/alsa/Makefile.am:
23672         * ext/cdparanoia/Makefile.am:
23673         * ext/gnomevfs/Makefile.am:
23674         * ext/libvisual/Makefile.am:
23675         * ext/ogg/Makefile.am:
23676         * ext/theora/Makefile.am:
23677         * ext/vorbis/Makefile.am:
23678         * gst-libs/gst/video/Makefile.am:
23679         * gst/adder/Makefile.am:
23680         * gst/audioconvert/Makefile.am:
23681         * gst/audiorate/Makefile.am:
23682         * gst/audioscale/Makefile.am:
23683         * gst/ffmpegcolorspace/Makefile.am:
23684         * gst/playback/Makefile.am:
23685         * gst/sine/Makefile.am:
23686         * gst/subparse/Makefile.am:
23687         * gst/tags/Makefile.am:
23688         * gst/tcp/Makefile.am:
23689         * gst/typefind/Makefile.am:
23690         * gst/videorate/Makefile.am:
23691         * gst/videoscale/Makefile.am:
23692         * gst/videotestsrc/Makefile.am:
23693         * gst/volume/Makefile.am:
23694         * sys/v4l/Makefile.am:
23695         * sys/ximage/Makefile.am:
23696         * sys/xvimage/Makefile.am:
23697           adapt properly to this change. This should make sure that
23698           plugins and libs properly link to the as-yet-uninstalled
23699           copies of stuff like libgstinterfaces and libgstvideo
23700
23701 2005-07-13  Andy Wingo  <wingo@pobox.com>
23702
23703         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23704         (gst_v4lsrc_fixate): Fixate on format as well.
23705
23706         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23707         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23708         buffer points to it.
23709         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23710         rather just doing X calls ourselves. Also fixes a memleak.
23711
23712 2005-07-12  Andy Wingo  <wingo@pobox.com>
23713
23714         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23715         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23716         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23717         TRUE to avoid deadlocks if an element holds on to our buffers.
23718
23719 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23720
23721         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23722         (gst_sinesrc_init), (gst_sinesrc_create),
23723         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23724         (gst_sinesrc_start):
23725         * gst/sine/gstsinesrc.h:
23726           removing num-buffers property before moving it
23727
23728 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23729
23730         * configure.ac:
23731           use overridable ERROR_CFLAGS
23732         * docs/libs/gst-plugins-base-libs.types:
23733         * docs/libs/tmpl/gstringbuffer.sgml:
23734         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23735         (gst_alsasink_class_init):
23736         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23737         (gst_alsasrc_class_init):
23738         * gst-libs/gst/audio/audio.h:
23739         * gst-libs/gst/audio/gstaudioclock.h:
23740         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23741         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23742         (gst_audio_filter_link), (gst_audio_filter_init),
23743         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23744         (gst_audio_filter_get_property),
23745         (gst_audio_filter_class_add_pad_templates):
23746         * gst-libs/gst/audio/gstaudiofilter.h:
23747         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23748         (gst_audio_filter_template_get_type),
23749         (gst_audio_filter_template_base_init),
23750         (gst_audio_filter_template_class_init),
23751         (gst_audio_filter_template_init),
23752         (gst_audio_filter_template_set_property),
23753         (gst_audio_filter_template_get_property), (plugin_init),
23754         (gst_audio_filter_template_setup),
23755         (gst_audio_filter_template_filter),
23756         (gst_audio_filter_template_filter_inplace):
23757         * gst-libs/gst/audio/gstaudiosink.c:
23758         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23759         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23760         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23761         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23762         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23763         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23764         * gst-libs/gst/audio/gstaudiosink.h:
23765         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23766         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23767         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23768         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23769         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23770         (gst_audio_src_class_init), (gst_audio_src_init),
23771         (gst_audio_src_create_ringbuffer):
23772         * gst-libs/gst/audio/gstaudiosrc.h:
23773         * gst-libs/gst/audio/gstbaseaudiosink.c:
23774         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23775         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23776         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23777         (gst_base_audio_sink_set_property),
23778         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23779         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23780         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23781         (gst_base_audio_sink_create_ringbuffer),
23782         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23783         * gst-libs/gst/audio/gstbaseaudiosink.h:
23784         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23785         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23786         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23787         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23788         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23789         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23790         (gst_base_audio_src_event), (gst_base_audio_src_create),
23791         (gst_base_audio_src_create_ringbuffer),
23792         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23793         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23795         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23796         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23797         (gst_ring_buffer_debug_spec_caps),
23798         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23799         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23800         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23801         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23802         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23803         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23804         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23805         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23806         (gst_ring_buffer_clear):
23807         * gst-libs/gst/audio/gstringbuffer.h:
23808         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23809         (gst_video_sink_class_init), (gst_video_sink_get_type):
23810         * gst-libs/gst/video/videosink.h:
23811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23812         (gst_multifdsink_class_init),
23813         (gst_multifdsink_handle_client_write),
23814         (gst_multifdsink_change_state):
23815         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23816         (gst_tcpclientsink_setcaps):
23817         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23818         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23819         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23820         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23821         (gst_ximagesink_send_pending_navigation),
23822         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23823         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23825         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23826         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23827         (gst_xvimagesink_send_pending_navigation),
23828         (gst_xvimagesink_navigation_send_event),
23829         (gst_xvimagesink_set_xwindow_id),
23830         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23831         (gst_xvimagesink_get_type):
23832         more macro splitting
23833
23834 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23835
23836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23837           plug a memleak, allows me to import 1479 albums in one go
23838           in jamboree
23839         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23840         (vorbis_handle_type_packet), (vorbis_dec_chain),
23841         (vorbis_dec_change_state):
23842           fix some format strings
23843
23844 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23845
23846         * docs/libs/tmpl/gstcolorbalance.sgml:
23847         * docs/libs/tmpl/gstmixer.sgml:
23848         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23849         (gst_alsasink_set_property), (gst_alsasink_get_property):
23850         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23851         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23852           add device property
23853
23854 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23855
23856         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23857         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23858         (audiocast_register_listener), (audiocast_thread_run),
23859         (gst_gnomevfssrc_send_additional_headers_callback),
23860         (gst_gnomevfssrc_received_headers_callback),
23861         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23862         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23863         (gst_gnomevfssrc_get_size):
23864           add/clean up debugging
23865         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23866           cleanups
23867
23868 2005-07-07  Andy Wingo  <wingo@pobox.com>
23869
23870         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23871         framerate. Need to get a handle on when exactly this function is
23872         called, tho.
23873
23874         * sys/v4l/v4lsrc_calls.h:
23875         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23876         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23877         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23878
23879         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23880         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23881         v4lelements are sources.
23882
23883         * sys/v4l/gstv4lxoverlay.h:
23884         * sys/v4l/gstv4lxoverlay.c:
23885         * sys/v4l/gstv4ltuner.h:
23886         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23887         
23888         * sys/v4l/gstv4lsrc.h:
23889         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23890         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23891         or something should handle that. Made a live source.
23892
23893         * sys/v4l/gstv4lelement.h:
23894         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23895         signals. Some cleanups.
23896
23897         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23898
23899         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23900         stuff.
23901
23902         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23903         stuff.
23904
23905         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23906
23907 2005-07-07  Wim Taymans  <wim@fluendo.com>
23908
23909         * ext/theora/theoradec.c: (theora_get_query_types),
23910         (theora_dec_src_getcaps), (theora_dec_push):
23911         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23913         Remove deprecated/unused query types.
23914
23915 2005-07-06  Wim Taymans  <wim@fluendo.com>
23916
23917         * ext/alsa/Makefile.am:
23918         * ext/alsa/gstalsaplugin.c: (plugin_init):
23919         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23920         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23921         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23922         (gst_alsasrc_class_init), (gst_alsasrc_init),
23923         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23924         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23925         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23926         (gst_alsasrc_reset):
23927         * ext/alsa/gstalsasrc.h:
23928         * gst-libs/gst/audio/Makefile.am:
23929         * gst-libs/gst/audio/gstaudiosink.c:
23930         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23931         (gst_audioringbuffer_start):
23932         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23933         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23934         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23935         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23936         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23937         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23938         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23939         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23940         * gst-libs/gst/audio/gstaudiosrc.h:
23941         * gst-libs/gst/audio/gstbaseaudiosink.c:
23942         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23943         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23944         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23946         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23947         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23948         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23949         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23950         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23951         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23952         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23953         (gst_baseaudiosrc_change_state):
23954         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23955         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23956         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23957         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23958         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23959         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23960         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23961         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23962         * gst-libs/gst/audio/gstringbuffer.h:
23963         Added audiosource base classes.
23964         Ported alsasrc, still very basic.
23965
23966 2005-07-06  Wim Taymans  <wim@fluendo.com>
23967
23968         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23969         (theora_dec_push), (theora_handle_data_packet):
23970         Prepare for better timestamp fix later.
23971
23972         * gst/audioconvert/gstaudioconvert.c:
23973         List most accurate caps first
23974
23975         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23976         Use proper pad task function.
23977
23978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23979         (gst_xvimagesink_show_frame):
23980         Fix deadlock when alloc failed.
23981
23982 2005-07-05  Andy Wingo  <wingo@pobox.com>
23983
23984         * ext/gnomevfs/gstgnomevfssrc.c:
23985         * gst/sine/gstsinesrc.c:
23986         * gst/tcp/gsttcpserversrc.c:
23987         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23988
23989         * sys/v4l/: Port from 0.8.
23990
23991         * Many files: Null if we got it....
23992
23993 2005-07-05  Andy Wingo  <wingo@pobox.com>
23994
23995         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23996         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23997         Signedness fixes.
23998
23999 2005-07-05  Wim Taymans  <wim@fluendo.com>
24000
24001         * configure.ac:
24002         * gst/tcp/Makefile.am:
24003         * gst/tcp/README:
24004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24005         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24006         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24007         (is_sync_frame), (gst_multifdsink_handle_client_write),
24008         (gst_multifdsink_render), (gst_multifdsink_start),
24009         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24010         * gst/tcp/gstmultifdsink.h:
24011         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24012         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24013         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24014         * gst/tcp/gsttcp.h:
24015         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24016         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24017         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24018         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24019         * gst/tcp/gsttcpclientsink.h:
24020         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24021         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24022         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24023         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24024         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24025         * gst/tcp/gsttcpclientsrc.h:
24026         * gst/tcp/gsttcpplugin.c: (plugin_init):
24027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24028         * gst/tcp/gsttcpserversink.h:
24029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24030         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24031         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24032         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24033         (gst_tcpserversrc_stop):
24034         * gst/tcp/gsttcpserversrc.h:
24035         * gst/tcp/gsttcpsink.c:
24036         * gst/tcp/gsttcpsink.h:
24037         * gst/tcp/gsttcpsrc.c:
24038         * gst/tcp/gsttcpsrc.h:
24039         Ported tcp plugins to 0.9. 
24040         
24041
24042 2005-07-05  Andy Wingo  <wingo@pobox.com>
24043
24044         * gst/playback/gstplaybasebin.c (fill_buffer):
24045         message_new_application fixen.
24046
24047         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24048         Style fix.
24049
24050 2005-07-04  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24053         Set caps on output buffer.
24054
24055 2005-07-04  Andy Wingo  <wingo@pobox.com>
24056
24057         * ext/gnomevfs/gstgnomevfssrc.c
24058         (gst_gnomevfssrc_received_headers_callback) 
24059         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24060         hopefully.
24061
24062         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24063         No refcount leakage.
24064
24065         * configure.ac: Enable -Werror.
24066         
24067         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24068         * gst/audioconvert/bufferframesconvert.c
24069         (buffer_frames_convert_fixate):
24070         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24071         (gst_audio_convert_fixate):
24072         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24073         (gst_sinesrc_create): Fixate func changes.
24074         
24075         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24076         (gst_ximagesink_buffer_alloc): Unused var.
24077
24078 2005-07-01  Andy Wingo  <wingo@pobox.com>
24079
24080         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24081         getcaps to do explicit caps. Needs to be done in all decoders,
24082         possibly via a base class.
24083
24084         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24085
24086         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24087         caps on the sink pad, just rely on the pad template. Also, setting
24088         ANY caps on a pad is not valid because the caps are not fixed.
24089
24090         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24091         caps on the buffer, and get the width from the desired_caps if
24092         they're set.
24093         (gst_ximagesink_renegotiate_size): Implement via setting the
24094         desired_caps on the ximagesink.
24095         (gst_ximagesink_setcaps): Only reset the width of the player if it
24096         wasn't already set. Not sure if this is right.
24097         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24098
24099         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24100         that the user wants. NULL unless the window has been resized.
24101
24102         * gst/volume/gstvolume.c (volume_transform): Adapt to
24103         basetransform refcount changes.
24104         
24105 2005-07-01  Andy Wingo  <wingo@pobox.com>
24106
24107         * gst/videoscale/gstvideoscale.c:
24108         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24109         from BaseTransform, implements a transform_caps. Removed dead code
24110         including some PAR stuff that was never reached -- should probably
24111         be added back somehow.
24112
24113 2005-07-01  Andy Wingo  <wingo@pobox.com>
24114
24115         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24116         come later.
24117
24118 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24119
24120         * configure.ac:
24121         * docs/libs/Makefile.am:
24122         * docs/libs/gst-plugins-libs.types:
24123         * ext/alsa/Makefile.am:
24124         * ext/alsa/gstalsamixer.h:
24125         * ext/alsa/gstalsamixeroptions.h:
24126         * ext/alsa/gstalsamixertrack.h:
24127         * gst-libs/gst/Makefile.am:
24128         * gst-libs/gst/colorbalance/.cvsignore:
24129         * gst-libs/gst/colorbalance/Makefile.am:
24130         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24131         * gst-libs/gst/colorbalance/colorbalance.c:
24132         * gst-libs/gst/colorbalance/colorbalance.h:
24133         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24134         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24135         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24136         * gst-libs/gst/interfaces/Makefile.am:
24137         * gst-libs/gst/interfaces/colorbalance.c:
24138         (gst_color_balance_class_init):
24139         * gst-libs/gst/interfaces/colorbalance.h:
24140         * gst-libs/gst/interfaces/interfaces-marshal.list:
24141         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24142         * gst-libs/gst/interfaces/mixer.h:
24143         * gst-libs/gst/interfaces/mixeroptions.h:
24144         * gst-libs/gst/interfaces/navigation.c:
24145         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24146         * gst-libs/gst/interfaces/tuner.h:
24147         * gst/volume/Makefile.am:
24148         * gst/volume/gstvolume.c:
24149         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24150         * sys/ximage/Makefile.am:
24151         * sys/ximage/ximagesink.c:
24152         * sys/xvimage/Makefile.am:
24153         * sys/xvimage/xvimagesink.c:
24154           fold in all interfaces into an interfaces dir, preserving CVS
24155           history
24156
24157 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24158
24159         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24160           Fix build after riff changes.
24161
24162 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24163
24164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24165         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24166         (gst_riff_create_video_template_caps),
24167         (gst_riff_create_audio_template_caps),
24168         (gst_riff_create_iavs_template_caps):
24169         * gst-libs/gst/riff/riff-media.h:
24170         * gst-libs/gst/riff/riff-read.h:
24171         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24172           Add gst_riff_init() to initialize the debug category, instead
24173           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24174
24175 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24176
24177         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24178           Oops, I shouldn't apply hacks.
24179
24180 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24181
24182         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24183           Remove pad_loop function which doesn't work.
24184
24185 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24186
24187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24188           Send EOS when deactivating.
24189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24190         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24191         (gen_preroll_element), (probe_triggered), (mute_stream),
24192         (silence_stream), (new_decoded_pad), (setup_substreams),
24193         (set_active_source):
24194         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24195         (remove_sinks), (add_sink):
24196         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24197           Change for new probe API.
24198
24199 2005-06-29  Wim Taymans  <wim@fluendo.com>
24200
24201         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24202         * gst-libs/gst/audio/gstbaseaudiosink.c:
24203         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24204         (gst_baseaudiosink_change_state):
24205         * gst-libs/gst/audio/gstbaseaudiosink.h:
24206         * gst-libs/gst/audio/gstringbuffer.c:
24207         (gst_ringbuffer_set_callback):
24208         Fix compilation error.
24209         Ringbuffer starts out as not running.
24210         Free our clock in dispose.
24211         When releasing the ringbuffer we need to renegotiate so
24212         clear the pad caps.
24213
24214 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24215
24216         * autogen.sh:
24217         * configure.ac:
24218         * docs/Makefile.am:
24219         * docs/libs/Makefile.am:
24220         * docs/libs/gst-plugins-libs-docs.sgml:
24221         * docs/libs/gst-plugins-libs-sections.txt:
24222         * docs/libs/gst-plugins-libs.types:
24223         * docs/libs/tmpl/gstaudio.sgml:
24224         * docs/libs/tmpl/gstcolorbalance.sgml:
24225         * docs/libs/tmpl/gstringbuffer.sgml:
24226         * gst-libs/gst/audio/gstringbuffer.c:
24227         (gst_ringbuffer_set_callback):
24228           reinstate gtk-doc docs for plugin libs
24229
24230 2005-06-28  Wim Taymans  <wim@fluendo.com>
24231
24232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24233         (gst_ogg_demux_init):
24234         Removed pad loop function.
24235
24236 2005-06-28  Wim Taymans  <wim@fluendo.com>
24237
24238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24239         If we're building a chain we are not in an error case
24240         when we queue a buffer.
24241
24242 2005-06-28  Andy Wingo  <wingo@pobox.com>
24243
24244         * *.c: Don't cast to GstObject before reffing/unreffing.
24245
24246 2005-06-27  Andy Wingo  <wingo@pobox.com>
24247
24248         * gst/videotestsrc/gstvideotestsrc.c
24249         (gst_videotestsrc_activate_push): Activation API changes.
24250
24251         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24252         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24253         they have refs on the decodebin.
24254
24255         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24256         parent class.
24257         (gst_ogg_pad_typefind): Don't leak a pad ref.
24258         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24259         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24260         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24261
24262 2005-06-27  Edward Hervey  <edward@fluendo.com>
24263
24264         * ext/theora/theoradec.c: (theora_dec_change_state): 
24265         re-arranged call to parent's state change in order to avoid locks (or
24266         worse).
24267
24268 2005-06-26  Edward Hervey  <edward@fluendo.com>
24269
24270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24271         2nd argument of 'unknow-type' signal is a GstCaps and not a
24272         GstMiniObject
24273
24274 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24275         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24276           Set the worker thread's running flag to TRUE before starting the
24277           thread.
24278         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24279           Catch a failure to add typefind to the bin.
24280
24281 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24282
24283         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24284         (gst_sinesrc_init), (gst_sinesrc_create),
24285         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24286         (gst_sinesrc_start):
24287         * gst/sine/gstsinesrc.h:
24288           add num-buffers and timestamp-offset properties
24289         * gst/videotestsrc/gstvideotestsrc.c:
24290         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24291         (gst_videotestsrc_get_property):
24292           add timestamp-offset property
24293
24294 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24295
24296         * configure.ac: add videorate
24297         * gst-plugins-base.spec.in: add videorate
24298
24299 2005-06-23  Wim Taymans  <wim@fluendo.com>
24300
24301         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24302         (gst_videorate_getcaps), (gst_videorate_setcaps),
24303         (gst_videorate_event), (gst_videorate_chain):
24304         Fixed videorate, fixating an already fixated caps is not
24305         an error.
24306
24307 2005-06-23  Wim Taymans  <wim@fluendo.com>
24308
24309         * ext/ogg/README:
24310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24311         Buffer on caps is not boxed anymore.
24312
24313 2005-06-22  Wim Taymans  <wim@fluendo.com>
24314
24315         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24317         Set buffers on caps as miniobjects and not as boxed.
24318
24319 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24320
24321         * configure.ac:
24322           back to HEAD
24323
24324 === release 0.9.1 ===
24325
24326 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24327
24328         * .cvsignore:
24329         * NEWS:
24330         * README:
24331         * RELEASE:
24332         * configure.ac:
24333         * po/af.po:
24334         * po/az.po:
24335         * po/cs.po:
24336         * po/en_GB.po:
24337         * po/hu.po:
24338         * po/it.po:
24339         * po/nb.po:
24340         * po/nl.po:
24341         * po/or.po:
24342         * po/sq.po:
24343         * po/sr.po:
24344         * po/sv.po:
24345         * po/uk.po:
24346         * po/vi.po:
24347           updates for release
24348
24349 2005-06-09  Andy Wingo  <wingo@pobox.com>
24350
24351         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24352         
24353 2005-06-09  Andy Wingo  <wingo@pobox.com>
24354
24355         * configure.ac:
24356         * gst-libs/gst/Makefile.am:
24357         * gst-libs/gst/net/Makefile.am:
24358         Add gstnet to build.
24359
24360 2005-06-09  Andy Wingo  <wingo@pobox.com>
24361
24362         * gst-libs/gst/gconf/gconf.c:
24363         * gst/playback/test.c:
24364         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24365         fixes.
24366
24367         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24368
24369         * ext/theora/theoraenc.c (theora_enc_chain): 
24370         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24371
24372         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24373         RealPad.
24374
24375 2005-06-02  Wim Taymans  <wim@fluendo.com>
24376
24377         * gst-libs/gst/net/Makefile.am:
24378         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24379         * pkgconfig/gstreamer-libs.pc.in:
24380         Added net stuff, version net lib.
24381
24382 2005-06-02  Wim Taymans  <wim@fluendo.com>
24383
24384         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24385         (query_rates), (query_positions_elems), (query_positions_pads),
24386         (do_seek):
24387         Updated seek example.
24388
24389 2005-06-02  Andy Wingo  <wingo@pobox.com>
24390
24391         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24392         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24393         list.
24394
24395         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24396         remove the typefind, the bin dispose will do it for us. When it's
24397         removed and unreffed, the signal handler will be disconnected,
24398         too.
24399         (unlinked): It's too difficult to disconnect from unlinked
24400         handlers, as they are on pads not elements. Just punt if the pads
24401         aren't grandkids of the bin.
24402
24403 2005-06-02  Wim Taymans  <wim@fluendo.com>
24404
24405         * ext/ogg/README:
24406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24407         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24409         * ext/theora/theoradec.c: (theora_dec_src_query),
24410         (theora_handle_data_packet):
24411         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24412         (theora_enc_chain):
24413         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24414         (vorbis_handle_data_packet):
24415         * gst/audioconvert/bufferframesconvert.c:
24416         (buffer_frames_convert_chain):
24417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24418         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24419         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24420         (gst_ffmpegcsp_chain):
24421         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24422         (gst_videorate_getcaps), (gst_videorate_setcaps),
24423         (gst_videorate_event), (gst_videorate_chain):
24424         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24425         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24427         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24428         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24429         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24430         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24431         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24432         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24433         Cleanups and buffer alloc.
24434
24435 2005-05-31  Wim Taymans  <wim@fluendo.com>
24436
24437         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24438         Don't try to call the delay method when the device is not
24439         opened.
24440
24441 2005-05-31  Wim Taymans  <wim@fluendo.com>
24442
24443         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24444         Get actual segment size and buffer size after opening
24445         the device.
24446
24447 2005-05-30  Wim Taymans  <wim@fluendo.com>
24448
24449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24450         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24451         Also FLUSH upstream, makes the loop function exit faster.
24452         
24453         * ext/theora/theoradec.c: (theora_dec_src_query):
24454         Some more debug info in the query.
24455         
24456         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24457         (gst_ximagesink_setcaps):
24458         Release lock on par error, better error reporting.
24459
24460 2005-05-26  Wim Taymans  <wim@fluendo.com>
24461
24462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24463         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24464         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24465         Clear chains in READY
24466         Queue packets until the chain is activated.
24467
24468 2005-05-25  Wim Taymans  <wim@fluendo.com>
24469
24470         * gst-libs/gst/audio/gstaudiosink.c:
24471         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24472         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24473         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24474         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24475         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24476         (gst_audiosink_create_ringbuffer):
24477         * gst-libs/gst/audio/gstbaseaudiosink.c:
24478         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24479         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24480         (gst_baseaudiosink_set_property), (build_linear_format),
24481         (debug_spec_caps), (debug_spec_buffer),
24482         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24483         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24484         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24485         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24486         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24487         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24488         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24489         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24490         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24491         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24492         (wait_segment), (gst_ringbuffer_commit),
24493         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24494         (gst_ringbuffer_clear):
24495         Various small cleanups.
24496
24497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24498         (gst_audio_convert_change_state):
24499         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24500         No need to take the locks anymore.
24501
24502 2005-05-25  Wim Taymans  <wim@fluendo.com>
24503
24504         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24505         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24506         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24507         (type_found):
24508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24509         (group_destroy), (group_commit), (queue_overrun),
24510         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24511         (mute_stream), (new_decoded_pad), (setup_substreams),
24512         (setup_source), (mute_group_type), (set_active_source),
24513         (gst_play_base_bin_change_state):
24514         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24515         (gen_video_element), (gen_text_element), (gen_audio_element),
24516         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24517         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24518         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24519         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24520         Some playbin cleanups mostly refcounting sloppyness.
24521
24522 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24523
24524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24525           Work with streaming input.
24526
24527 2005-05-25  Wim Taymans  <wim@fluendo.com>
24528
24529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24530         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24531         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24532         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24533         No need to take the STREAM lock anymore.
24534
24535 2005-05-25  Wim Taymans  <wim@fluendo.com>
24536
24537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24538         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24539         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24540         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24541         (gst_ogg_demux_sink_activate):
24542         * ext/theora/theoradec.c: (theora_dec_src_event),
24543         (theora_handle_comment_packet), (theora_dec_chain),
24544         (theora_dec_change_state):
24545         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24546         (vorbis_handle_data_packet), (vorbis_dec_chain),
24547         (vorbis_dec_change_state):
24548         Remove STREAM locks as they are taken in core now.
24549         Never set bogus granulepos on vorbis/theora.
24550         Fix leaks in theoradec tag parsing.
24551
24552 2005-05-25  Wim Taymans  <wim@fluendo.com>
24553
24554         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24555         Fix memleaks, GST_BUFFER_DATA() is not freed.
24556
24557 2005-05-25  Wim Taymans  <wim@fluendo.com>
24558
24559         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24560         Open non-blocking, set to blocking mode afterwards to avoid
24561         lockups when audio device is busy.
24562
24563 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24566           This can't be good.
24567
24568 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24569
24570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24571         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24572         (gst_audio_convert_setcaps):
24573           Implement instant setup switching.
24574
24575 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24576
24577         * gst/playback/gstplaybasebin.c: (probe_triggered):
24578           Fix missing unlock.
24579         * gst/playback/gstplaybin.c: (add_sink):
24580           First add, then link (otherwise pad link fails).
24581
24582 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24583
24584         * examples/Makefile.am:
24585         fix buildbot (make distcheck)
24586
24587 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24588
24589         * gst/playback/gstplaybin.c: (gen_vis_element):
24590           Remove some wrong code. Doesn't work yet.
24591
24592 2005-05-19  Wim Taymans  <wim@fluendo.com>
24593
24594         * gst-libs/gst/net/Makefile.am:
24595         * gst-libs/gst/net/README:
24596         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24597         (gst_netbuffer_class_init), (gst_netbuffer_init),
24598         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24599         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24600         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24601         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24602         * gst-libs/gst/net/gstnetbuffer.h:
24603         Added buffer subclass to store extra to/from addresses for
24604         network sources/sinks.
24605
24606 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24607
24608         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24609           Don't lock an unassigned variable.
24610
24611 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24612
24613         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24614           Increase buffer for video, decrease buffer for other media types.
24615         * gst/playback/gstplaybin.c: (gen_video_element),
24616         (gen_audio_element):
24617           Change names for debugging purposes.
24618
24619 2005-05-18  Wim Taymans  <wim@fluendo.com>
24620
24621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24622         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24623         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24624         (gst_ffmpegcsp_chain):
24625         Enable buffer alloc passthrough if the source and dest
24626         formats are the same.
24627
24628 2005-05-17  Wim Taymans  <wim@fluendo.com>
24629
24630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24631         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24632         (gst_ogg_demux_chain_unlocked):
24633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24634         (gst_audio_convert_caps_remove_format_info),
24635         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24636         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24638         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24639         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24640         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24641         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24642         (gst_ffmpegcsp_get_property):
24643         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24644         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24645         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24646         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24647         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24648         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24649         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24650         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24651         Leak fixes in oggdemux.
24652         Some cleanups in audioconvert.
24653         Make passthrough work along with buffer_alloc etc.
24654         Make buffer_alloc and buffer recycling actually work in
24655         xvimagesink.
24656
24657 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24658
24659         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24660           make the compiler happy
24661
24662 2005-05-17  Wim Taymans  <wim@fluendo.com>
24663
24664         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24665         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24666         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24667         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24668         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24669         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24670         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24671         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24672         (gst_xvimagesink_set_xwindow_id):
24673         * sys/xvimage/xvimagesink.h:
24674         Port xvimagesink to new MiniObject.
24675
24676 2005-05-17  Wim Taymans  <wim@fluendo.com>
24677
24678         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24679         (gst_audiofilter_chain):
24680         * gst-libs/gst/audio/gstaudiosink.c:
24681         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24682         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24683         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24684         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24685         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24686         (gst_audiosink_create_ringbuffer):
24687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24688         (gst_audio_convert_caps_remove_format_info),
24689         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24690         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24692         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24693         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24694         Fix passthrough in ffmpegcolorspace.
24695         Fix memset in audiosink on wrong memory.
24696
24697 2005-05-16  David Schleef  <ds@schleef.org>
24698
24699         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24700         to GstMiniObject.
24701
24702 2005-05-16  David Schleef  <ds@schleef.org>
24703
24704         Port from GstData to GstMiniObject.
24705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24707         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24708         (gst_ogg_mux_collected):
24709         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24710         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24711         (theora_handle_data_packet):
24712         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24713         (theora_set_header_on_caps), (theora_enc_chain):
24714         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24715         (vorbis_handle_comment_packet):
24716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24717         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24718         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24719         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24720         * gst/audioconvert/gstaudioconvert.c:
24721         (gst_audio_convert_get_buffer):
24722         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24723         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24724         (mute_stream), (silence_stream):
24725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24726         * gst/volume/gstvolume.c: (volume_transform):
24727         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24728         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24729         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24730         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24731         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24732         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24733         (gst_ximagesink_buffer_alloc):
24734         * sys/ximage/ximagesink.h:
24735
24736 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24737
24738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24739         (fill_buffer), (check_queue), (queue_threshold_reached),
24740         (queue_out_of_data):
24741         * gst/playback/gstplaybasebin.h:
24742           Post buffer-fullness on the bus.
24743
24744 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24745
24746         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24747         (try_to_link_1):
24748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24749         (group_commit), (probe_triggered), (setup_source),
24750         (gst_play_base_bin_change_state):
24751         * gst/playback/gstplaybasebin.h:
24752         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24753         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24754         (gst_play_bin_change_state):
24755           Move setup_output_pads into a virtual function, remove
24756           group-switch (no longer needed) and redirect (handled by bus
24757           now) signals.
24758
24759 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24760
24761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24762         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24763         (get_active_group), (get_building_group), (group_destroy),
24764         (group_commit), (check_queue), (queue_overrun),
24765         (queue_threshold_reached), (queue_out_of_data),
24766         (gen_preroll_element), (remove_groups), (unknown_type),
24767         (add_element_stream), (no_more_pads), (probe_triggered),
24768         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24769         (setup_substreams), (setup_source), (finish_source),
24770         (prepare_output), (muted_group_change_state),
24771         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24772         (gst_play_base_bin_change_state):
24773         * gst/playback/gstplaybasebin.h:
24774         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24775         (gst_play_bin_init), (gst_play_bin_set_property),
24776         (gen_video_element), (gen_text_element), (gen_audio_element),
24777         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24778         (gst_play_bin_change_state):
24779         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24780         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24781         (stream_info_change_state), (gst_stream_info_set_mute),
24782         (gst_stream_info_get_property):
24783         * gst/playback/gststreaminfo.h:
24784         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24785         (gst_stream_selector_get_linked_pad),
24786         (gst_stream_selector_getcaps),
24787         (gst_stream_selector_get_linked_pads),
24788         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24789         * gst/playback/gststreamselector.h:
24790           Rough port of playbin. Needs some more work, but is mostly done,
24791           and uses a few locks in important places, which should make stuff
24792           like chain-switches clean. Still uses GST_STATE() in a few places,
24793           which isn't all that good an idea, subtitles/elements disabled
24794           because no elements to test with and thus probably broken, query
24795           and event handling moved to GstBin, internal thread removed
24796           alltogether because the pipeline does that for us now. Can play
24797           Ogg/Vorbis files. Haven't tested anything else yet.
24798
24799 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24800
24801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24802           Do no-more-pads (needed for autoplugging).
24803
24804 2005-05-10  Andy Wingo  <wingo@pobox.com>
24805
24806         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24807         message to the bus with the tags. Still not sent downstream tho.
24808
24809         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24810         get_parent.
24811         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24812         avoid refcounting hassles.
24813
24814 2005-05-09  Andy Wingo  <wingo@pobox.com>
24815
24816         * gst/volume/Makefile.am:
24817         * gst/volume/demo.c
24818         * gst/volume/gstvolume.h
24819         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24820         basetransform. Probably need an audio filter base class.
24821
24822 2005-05-09  Wim Taymans  <wim@fluendo.com>
24823
24824         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24825         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24826         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24827         (gst_vorbisenc_chain):
24828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24829         (gst_audio_convert_caps_remove_format_info),
24830         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24831         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24832         Make caps writable before writing to it.
24833         Fix negotiation in audioconvert some more.
24834
24835 2005-05-09  Wim Taymans  <wim@fluendo.com>
24836
24837         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24838         (gst_videorate_getcaps), (gst_videorate_setcaps),
24839         (gst_videorate_event), (gst_videorate_chain):
24840         Better negotiation.
24841
24842 2005-05-09  Wim Taymans  <wim@fluendo.com>
24843
24844         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24845         (gst_videorate_getcaps), (gst_videorate_setcaps),
24846         (gst_videorate_blank_data), (gst_videorate_init),
24847         (gst_videorate_event), (gst_videorate_chain),
24848         (gst_videorate_change_state):
24849         Port videorate, do a better job at negotiation while we're at
24850         it.
24851
24852 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24853
24854         * configure.ac:
24855           Disable libvisual
24856
24857         * examples/Makefile.am:
24858         * gst-libs/gst/audio/Makefile.am:
24859         * gst-libs/gst/riff/Makefile.am:
24860         * gst-libs/gst/tag/Makefile.am:
24861         * gst-libs/gst/video/Makefile.am:
24862           Fixups for missing variables.
24863
24864 2005-05-09  Wim Taymans  <wim@fluendo.com>
24865
24866         * examples/seeking/seek.c: (make_theora_pipeline),
24867         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24868         (query_rates), (query_positions_elems), (query_positions_pads),
24869         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24871         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24872         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24873         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24874         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24876         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24877         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24878         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24879         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24880         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24881         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24882         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24883         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24884         (theora_dec_src_convert), (theora_dec_sink_convert),
24885         (theora_dec_src_query), (theora_dec_sink_query),
24886         (theora_dec_src_event), (theora_dec_sink_event),
24887         (theora_handle_comment_packet), (theora_handle_type_packet),
24888         (theora_handle_header_packet), (theora_handle_data_packet),
24889         (theora_dec_chain):
24890         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24891         (vorbis_dec_convert), (vorbis_dec_src_query),
24892         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24893         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24894         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24895         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24897         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24898         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24899         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24900         (gst_play_bin_query):
24901         * gst/playback/test3.c: (update_scale):
24902         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24903         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24904         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24905         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24906         (gst_videotestsrc_src_query):
24907         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24908         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24909         (paint_hline_YUV9):
24910         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24911         Port to new query API.
24912         Updated seek.
24913         Cleanups in x[v]imagesink
24914
24915 2005-05-09  Andy Wingo  <wingo@pobox.com>
24916
24917         * ext/alsa/gstalsasink.h:
24918         * ext/gnomevfs/gstgnomevfssrc.c:
24919         (gst_gnomevfssrc_get_icy_metadata):
24920         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24921         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24922         * ext/theora/theoradec.c (theora_dec_src_query)
24923         (theora_dec_src_event, theora_dec_sink_event)
24924         (theora_handle_comment_packet, theora_handle_data_packet):
24925         * ext/theora/theoraenc.c (theora_enc_chain):
24926         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24927         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24928         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24929         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24930         (qt_type_find):
24931         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24932         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24933         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24934         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24935         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24936         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24937         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24938         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24939         (paint_setup_RGB565, paint_setup_xRGB1555):
24940         * gst/videotestsrc/videotestsrc.h:
24941         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24942         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24943         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24944         GCC4 fixes.
24945         
24946         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24947         gst_pad_query_position. Fixes oggdemux.
24948
24949 2005-05-08  David Schleef  <ds@schleef.org>
24950
24951         * configure.ac: Require liboil.
24952         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24953         a few more.
24954         * gst/videotestsrc/videotestsrc.c:
24955         * gst/videotestsrc/videotestsrc.h:
24956
24957 2005-05-06  Wim Taymans  <wim@fluendo.com>
24958
24959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24960         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24961         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24962         Well, unreffing a buffer right before pushing it is asking
24963         for trouble..
24964
24965 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24966
24967         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24968
24969 2005-05-06  Wim Taymans  <wim@fluendo.com>
24970
24971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24972         (gst_audio_convert_caps_remove_format_info),
24973         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24974         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24976         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24977         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24978         * gst/sine/Makefile.am:
24979         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24980         (gst_sinesrc_class_init), (gst_sinesrc_init),
24981         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24982         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24983         (gst_sinesrc_update_freq):
24984         * gst/sine/gstsinesrc.h:
24985         * gst/tcp/gstmultifdsink.c:
24986         * sys/xvimage/xvimagesink.c:
24987         Fixed negotiation wrt _peer_get_caps()
24988         Some cleanups.
24989
24990
24991 2005-05-06  Wim Taymans  <wim@fluendo.com>
24992
24993         * gst-libs/gst/audio/gstaudiosink.c:
24994         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24995         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24996         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24997         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24998         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24999         (gst_audiosink_create_ringbuffer):
25000         * gst-libs/gst/audio/gstbaseaudiosink.c:
25001         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25002         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25003         (gst_baseaudiosink_set_property), (build_linear_format),
25004         (debug_spec_caps), (debug_spec_buffer),
25005         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25006         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25007         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25008         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25009         * gst-libs/gst/audio/gstbaseaudiosink.h:
25010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25011         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25012         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25013         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25014         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25015         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25016         (wait_segment), (gst_ringbuffer_commit),
25017         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25018         (gst_ringbuffer_clear):
25019         * gst-libs/gst/audio/gstringbuffer.h:
25020         Make the base audiosink return an error when there is no
25021         audiobuffer negotiated.
25022
25023 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25024
25025         * ext/Makefile.am:
25026         Disable cdparanoia until someone ports it!
25027
25028 2005-05-06  Wim Taymans  <wim@fluendo.com>
25029
25030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25031         (gst_ogg_demux_sink_activate):
25032         And revert after wingo's revert.. sigh..
25033
25034 2005-05-05  Andy Wingo  <wingo@pobox.com>
25035
25036         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25037         GObject.
25038         * configure.ac: Return audiorate and subparse from the ghetto.
25039         Re-enable -Wall -Werror.
25040         * gst/subparse/gstsubparse.c:
25041         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25042         or chain-based. Cleaned up a bit. Not tested.
25043         
25044 2005-05-05  Christian Schaller <christian@fluendo.com> 
25045
25046         * Makefile.am: remove stuff that is not building
25047         * configure.ac: remove stuff that is not building
25048         * examples/Makefile.am: remove stuff that is not building
25049         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25050         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25051         * sys/Makefile.am: remove stuff that is not building
25052         * testsuite/Makefile.am: remove stuff that is not building
25053
25054 2005-05-05  Andy Wingo  <wingo@pobox.com>
25055
25056         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25057         * gst-libs/gst/tag/gstvorbistag.c:
25058         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25059         * gst/adder/gstadder.h:
25060         * gst/audioconvert/gstchannelmix.c:
25061         (gst_audio_convert_fill_one_other):
25062         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25063         (gst_audiorate_init), (gst_audiorate_chain):
25064         * gst/playback/gstplaybasebin.c: (setup_source):
25065         * gst/playback/test3.c: (update_scale):
25066         Some GCC4 fixes
25067         
25068         * po/af.po:
25069         * po/az.po:
25070         * po/cs.po:
25071         * po/en_GB.po:
25072         * po/hu.po:
25073         * po/it.po:
25074         * po/nb.po:
25075         * po/nl.po:
25076         * po/or.po:
25077         * po/sq.po:
25078         * po/sr.po:
25079         * po/sv.po:
25080         * po/uk.po:
25081         * po/vi.po: Foo
25082
25083 2005-05-05  Wim Taymans  <wim@fluendo.com>
25084
25085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25086         (gst_audio_convert_caps_remove_format_info),
25087         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25088         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25089         * gst/videotestsrc/gstvideotestsrc.c:
25090         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25091         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25092         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25093         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25094         Don't ignore _push() return values.
25095         Make sure no processing is done when shutting down.
25096         Videotestsrc pad activation fix.
25097
25098 2005-05-05  Wim Taymans  <wim@fluendo.com>
25099
25100         * gst/adder/Makefile.am:
25101         * gst/adder/gstadder.c: (gst_adder_setcaps),
25102         (gst_adder_class_init), (gst_adder_init),
25103         (gst_adder_request_new_pad), (gst_adder_collected),
25104         (gst_adder_change_state):
25105         * gst/adder/gstadder.h:
25106         Ported adder as an example of a mixer element using
25107         collect pads. Needs more negotiation work.
25108
25109 2005-05-05  Wim Taymans  <wim@fluendo.com>
25110
25111         * ext/theora/theoradec.c: (_inc_granulepos),
25112         (theora_dec_src_event), (theora_dec_sink_event),
25113         (theora_handle_comment_packet), (theora_handle_type_packet),
25114         (theora_handle_header_packet), (theora_handle_data_packet),
25115         (theora_dec_chain):
25116         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25117         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25118         (theora_push_buffer), (theora_push_packet),
25119         (theora_enc_sink_event), (theora_enc_chain),
25120         (theora_enc_change_state), (theora_enc_set_property),
25121         (theora_enc_get_property):
25122         Added stream lock to decoder so that we can serialize
25123         the discont event.
25124         More theoraenc porting, recover from errors, do clean
25125         shutdown.
25126
25127 2005-05-05  Wim Taymans  <wim@fluendo.com>
25128
25129         * ext/ogg/Makefile.am:
25130         * ext/ogg/README:
25131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25132         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25133         (gst_ogg_print):
25134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25135         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25136         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25137         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25138         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25139         (gst_ogg_mux_change_state):
25140         Ported ogg muxer.
25141
25142 2005-05-05  Wim Taymans  <wim@fluendo.com>
25143
25144         * docs/design-audiosinks.txt:
25145         * gst-libs/gst/audio/TODO:
25146         * gst-libs/gst/audio/gstaudiosink.c:
25147         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25148         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25149         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25150         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25151         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25152         (gst_audiosink_create_ringbuffer):
25153         * gst-libs/gst/audio/gstbaseaudiosink.c:
25154         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25155         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25156         (gst_baseaudiosink_set_property), (build_linear_format),
25157         (debug_spec_caps), (debug_spec_buffer),
25158         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25159         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25160         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25161         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25163         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25164         (gst_ringbuffer_release), (gst_ringbuffer_play),
25165         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25166         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25167         (gst_ringbuffer_set_sample), (wait_segment),
25168         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25169         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25170         More work on the audiosink, mostly debugging and a race in
25171         shutdown.
25172
25173 2005-04-28  Wim Taymans  <wim@fluendo.com>
25174
25175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25176         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25177         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25178         (vorbis_dec_src_query), (vorbis_dec_src_event),
25179         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25180         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25181         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25182         Don't crap out when seeking back to position 0.
25183
25184 2005-04-28  Wim Taymans  <wim@fluendo.com>
25185
25186         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25187         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25188         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25189         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25190         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25191         Make audio sink configurable, use alsasink as default.
25192
25193 2005-04-28  Wim Taymans  <wim@fluendo.com>
25194
25195         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25196         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25197         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25198         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25199         (vorbis_dec_change_state):
25200         * ext/vorbis/vorbisdec.h:
25201         Refactor, use STREAM_LOCK.
25202
25203 2005-04-28  Wim Taymans  <wim@fluendo.com>
25204
25205         * ext/theora/theoradec.c: (_inc_granulepos),
25206         (theora_dec_sink_event), (theora_handle_comment_packet),
25207         (theora_handle_type_packet), (theora_handle_header_packet),
25208         (theora_handle_data_packet), (theora_dec_chain),
25209         (theora_dec_change_state):
25210         Refactor a bit, use STREAM_LOCK.
25211
25212 2005-04-28  Wim Taymans  <wim@fluendo.com>
25213
25214         * ext/alsa/Makefile.am:
25215         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25216         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25217         (gst_alsa_link), (gst_alsa_close_audio):
25218         * ext/alsa/gstalsaplugin.c: (plugin_init):
25219         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25220         (gst_alsasink_dispose), (gst_alsasink_base_init),
25221         (gst_alsasink_class_init), (gst_alsasink_init),
25222         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25223         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25224         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25225         (gst_alsasink_reset):
25226         * ext/alsa/gstalsasink.h:
25227         Implement alsasink with simple open/write/close API. 
25228         Make alsa dir build by disabling compilation of code.
25229
25230 2005-04-28  Wim Taymans  <wim@fluendo.com>
25231
25232         * gst-libs/gst/audio/Makefile.am:
25233         * gst-libs/gst/audio/audio.h:
25234         * gst-libs/gst/audio/audioclock.c:
25235         * gst-libs/gst/audio/audioclock.h:
25236         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25237         (gst_audio_clock_class_init), (gst_audio_clock_init),
25238         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25239         * gst-libs/gst/audio/gstaudioclock.h:
25240         * gst-libs/gst/audio/gstaudiosink.c:
25241         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25242         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25243         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25244         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25245         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25246         (gst_audiosink_create_ringbuffer):
25247         * gst-libs/gst/audio/gstbaseaudiosink.c:
25248         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25249         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25250         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25251         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25252         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25253         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25254         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25255         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25256         * gst-libs/gst/audio/gstbaseaudiosink.h:
25257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25258         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25259         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25260         (gst_ringbuffer_release), (gst_ringbuffer_play),
25261         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25262         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25263         (gst_ringbuffer_set_sample), (wait_segment),
25264         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25265         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25266         * gst-libs/gst/audio/gstringbuffer.h:
25267         Make ringbuffer faster and more simple by removing the locks
25268         in the playback thread.
25269         Add sample accurate playback based on buffer sample offsets.
25270         Make the baseaudiosink provide a clock.
25271         Parse caps in the base class.
25272         Correctly handle seeking, flushing and state changes.
25273
25274 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25275
25276         * configure.ac:
25277         * gst/audioconvert/Makefile.am:
25278         * gst/audioscale/Makefile.am:
25279           Fix part of the build.  Come on guys, autogen didn't even work :)
25280
25281 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25282
25283         * configure.ac:
25284         * gst-libs/gst/Makefile.am:
25285         * gst-libs/gst/media-info/.cvsignore:
25286         * gst-libs/gst/media-info/Makefile.am:
25287         * gst-libs/gst/media-info/README:
25288         * gst-libs/gst/media-info/media-info-priv.c:
25289         * gst-libs/gst/media-info/media-info-priv.h:
25290         * gst-libs/gst/media-info/media-info-test.c:
25291         * gst-libs/gst/media-info/media-info.c:
25292         * gst-libs/gst/media-info/media-info.h:
25293         * gst-libs/gst/media-info/media-info.vcproj:
25294         * pkgconfig/Makefile.am:
25295         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25296         * pkgconfig/gstreamer-media-info.pc.in:
25297           Remove media-info, which is also successed by playbin (see Totem
25298           implementation).
25299
25300 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25301
25302         * configure.ac:
25303         * examples/Makefile.am:
25304         * examples/gstplay/.cvsignore:
25305         * examples/gstplay/Makefile.am:
25306         * examples/gstplay/player.c:
25307         * gst-libs/gst/Makefile.am:
25308         * gst-libs/gst/play/.cvsignore:
25309         * gst-libs/gst/play/Makefile.am:
25310         * gst-libs/gst/play/play.c:
25311         * gst-libs/gst/play/play.h:
25312         * gst-libs/gst/play/play.vcproj:
25313         * pkgconfig/Makefile.am:
25314         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25315         * pkgconfig/gstreamer-play.pc.in:
25316           Remove libgstplay, playbin is now the official successor.
25317
25318 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25319
25320         * configure.ac:
25321         * gst-libs/gst/Makefile.am:
25322         * gst-libs/gst/xwindowlistener/Makefile.am:
25323         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25324         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25325           Remove deprecated xwindowlistener (I've moved xwindowlistening
25326           in the v4l/v4l2 plugins over to serverside).
25327
25328 2005-04-25  David Schleef  <ds@schleef.org>
25329
25330         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25331         to examples/dynparams.  Examples do not belong interspersed with
25332         source code.
25333         * examples/dynparams/demo-dparams.c:
25334         * gst/sine/Makefile.am:
25335         * gst/sine/demo-dparams.c:
25336
25337 2005-04-25  David Schleef  <ds@schleef.org>
25338
25339         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25340         * gst-libs/gst/audio/Makefile.am:
25341         * gst-libs/gst/riff/Makefile.am:
25342         * gst-libs/gst/tag/Makefile.am:
25343         * gst-libs/gst/video/Makefile.am:
25344         * gst-libs/gst/xwindowlistener/Makefile.am:
25345
25346         Convert to 0.9 API, seems to work:
25347         * sys/ximage/Makefile.am:
25348         * sys/ximage/ximagesink.c:
25349
25350 2005-04-24  David Schleef  <ds@schleef.org>
25351
25352         Link plugins against libraries:
25353         * ext/alsa/Makefile.am:
25354         * gst/tcp/Makefile.am:
25355
25356         Remove asm code that should be in liboil
25357         * gst/videoscale/Makefile.am:
25358         * gst/videoscale/videoscale_x86_asm.s:
25359
25360         gettext wants these checked in:
25361         * po/af.po:
25362         * po/az.po:
25363         * po/cs.po:
25364         * po/en_GB.po:
25365         * po/hu.po:
25366         * po/it.po:
25367         * po/nb.po:
25368         * po/nl.po:
25369         * po/or.po:
25370         * po/sq.po:
25371         * po/sr.po:
25372         * po/sv.po:
25373         * po/uk.po:
25374         * po/vi.po:
25375
25376 2005-04-24  David Schleef  <ds@schleef.org>
25377
25378         Convert gst_main() to g_main_loop_run()
25379         * gst/playback/decodetest.c: (main):
25380         * gst/playback/test2.c: (main):
25381         * gst/playback/test3.c: (main):
25382         * gst/playback/test4.c: (main):
25383
25384         Link plugins against libraries:
25385         * ext/libvisual/Makefile.am:
25386         * sys/xvimage/Makefile.am:
25387
25388 2005-04-24  David Schleef  <ds@schleef.org>
25389
25390         * configure.ac: Remove idct and resample libs
25391         * gst-libs/gst/Makefile.am: same
25392
25393         Remove usage of gst_library_load():
25394         * ext/alsa/gstalsaplugin.c: (plugin_init):
25395         * ext/libvisual/visual.c: (plugin_init):
25396         * ext/ogg/gstogg.c: (plugin_init):
25397         * ext/theora/theora.c: (plugin_init):
25398         * ext/vorbis/vorbis.c: (plugin_init):
25399         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25400         * gst/audioscale/gstaudioscale.c:
25401         * gst/adder/gstadder.c: (plugin_init):
25402         * gst/audioconvert/plugin.c: (plugin_init):
25403         * sys/ximage/ximagesink.c: (plugin_init):
25404         * sys/xvimage/xvimagesink.c: (plugin_init):
25405         * gst/tcp/gsttcpplugin.c: (plugin_init):
25406
25407         Link plugins against libraries:
25408         * ext/ogg/Makefile.am:
25409         * ext/theora/Makefile.am:
25410         * ext/vorbis/Makefile.am:
25411         * gst/audioconvert/Makefile.am:
25412
25413         Create proper libraries:
25414         * gst-libs/gst/riff/Makefile.am:
25415         * gst-libs/gst/audio/Makefile.am:
25416         * gst-libs/gst/video/Makefile.am:
25417
25418         Move resample library to audioscale plugin directory:
25419         * gst-libs/gst/resample/Makefile.am:
25420         * gst-libs/gst/resample/README:
25421         * gst-libs/gst/resample/dtof.c:
25422         * gst-libs/gst/resample/dtos.c:
25423         * gst-libs/gst/resample/functable.c:
25424         * gst-libs/gst/resample/private.h:
25425         * gst-libs/gst/resample/resample.c:
25426         * gst-libs/gst/resample/resample.h:
25427         * gst-libs/gst/resample/resample.vcproj:
25428         * gst-libs/gst/resample/test.c:
25429         * gst/audioscale/Makefile.am:
25430         * gst/audioscale/README:
25431         * gst/audioscale/dtof.c:
25432         * gst/audioscale/dtos.c:
25433         * gst/audioscale/functable.c:
25434         * gst/audioscale/private.h:
25435         * gst/audioscale/resample.c:
25436         * gst/audioscale/resample.h:
25437         * gst/audioscale/test.c:
25438
25439         Move tagedit library to gst-libs:
25440         * gst-libs/gst/tag/Makefile.am:
25441         * gst-libs/gst/tag/gstid3tag.c:
25442         * gst-libs/gst/tag/gsttagediting.c:
25443         * gst-libs/gst/tag/gsttageditingprivate.h:
25444         * gst-libs/gst/tag/gstvorbistag.c:
25445         * gst/tags/Makefile.am:
25446         * gst/tags/gstid3tag.c:
25447         * gst/tags/gstvorbistag.c:
25448
25449         Fix for core changes:
25450         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25451         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25452         (gst_sinesrc_getrange):
25453
25454 2005-04-23  David Schleef  <ds@schleef.org>
25455
25456         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25457         in gst-plugins in a long time, and properly belongs in liboil.
25458         * gst-libs/gst/idct/Makefile.am:
25459         * gst-libs/gst/idct/README:
25460         * gst-libs/gst/idct/dct.h:
25461         * gst-libs/gst/idct/doieee:
25462         * gst-libs/gst/idct/fastintidct.c:
25463         * gst-libs/gst/idct/floatidct.c:
25464         * gst-libs/gst/idct/idct.c:
25465         * gst-libs/gst/idct/idct.h:
25466         * gst-libs/gst/idct/idtc.vcproj:
25467         * gst-libs/gst/idct/ieeetest.c:
25468         * gst-libs/gst/idct/intidct.c:
25469
25470 2005-04-20  Wim Taymans  <wim@fluendo.com>
25471
25472         * docs/design-audiosinks.txt:
25473         * gst-libs/gst/audio/Makefile.am:
25474         * gst-libs/gst/audio/TODO:
25475         * gst-libs/gst/audio/gstaudiosink.c:
25476         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25477         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25478         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25479         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25480         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25481         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25482         (gst_audiosink_class_init), (gst_audiosink_init),
25483         (gst_audiosink_create_ringbuffer):
25484         * gst-libs/gst/audio/gstaudiosink.h:
25485         * gst-libs/gst/audio/gstbaseaudiosink.c:
25486         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25487         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25488         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25489         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25490         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25491         (gst_baseaudiosink_create_ringbuffer),
25492         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25493         * gst-libs/gst/audio/gstbaseaudiosink.h:
25494         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25495         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25496         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25497         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25498         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25499         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25500         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25501         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25502         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25503         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25504         * gst-libs/gst/audio/gstringbuffer.h:
25505         An attempt at a set of audio base classes together with some
25506         design docs.
25507
25508 2005-04-20  Wim Taymans  <wim@fluendo.com>
25509
25510         * gst/audioconvert/Makefile.am:
25511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25512         (gst_audio_convert_caps_remove_format_info),
25513         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25514         (gst_audio_convert_channels):
25515         Link against audio libs.
25516         Fix audio convert plugin.
25517
25518 2005-04-20  Wim Taymans  <wim@fluendo.com>
25519
25520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25521         (gst_ogg_demux_sink_activate):
25522         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25523         (theora_set_header_on_caps), (theora_enc_sink_event),
25524         (theora_enc_chain):
25525         Fix theora encoder.
25526
25527 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25528
25529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25530         * gst/playback/gstdecodebin.c: (find_compatibles):
25531           Work with staticpadtemplates in elementfactories.
25532
25533 2005-04-12  Wim Taymans  <wim@fluendo.com>
25534
25535         * gst/playback/README:
25536         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25537         (compare_ranks), (print_feature), (gst_decode_bin_init),
25538         (dynamic_create), (dynamic_free), (find_compatibles),
25539         (mimetype_is_raw), (close_pad_link), (got_redirect),
25540         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25541         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25542         (gst_decode_bin_change_state):
25543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25544         (gst_play_base_bin_init), (group_destroy), (group_commit),
25545         (check_queue), (queue_overrun), (queue_threshold_reached),
25546         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25547         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25548         (got_redirect), (setup_source), (play_base_eos),
25549         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25550         (gst_play_base_bin_remove_element):
25551         * gst/playback/gstplaybasebin.h:
25552         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25553         (gst_play_bin_init), (gst_play_bin_dispose),
25554         (gst_play_bin_set_property), (gen_video_element),
25555         (gen_text_element), (gen_audio_element), (remove_sinks),
25556         (gst_play_bin_send_event):
25557         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25558         (stream_info_change_state), (gst_stream_info_set_mute):
25559         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25560         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25561         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25562         (gst_stream_selector_chain):
25563         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25564         (main):
25565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25566         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25567         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25568         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25569         Raw and crude port of decodebin. 
25570         Make playbin compile.
25571
25572 2005-04-06  Wim Taymans  <wim@fluendo.com>
25573
25574         * ext/gnomevfs/Makefile.am:
25575         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25576         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25577         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25578         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25579         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25580         (gst_gnomevfssrc_stop):
25581         * ext/ogg/Makefile.am:
25582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25583         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25584         * ext/theora/Makefile.am:
25585         * ext/theora/theoradec.c: (_inc_granulepos),
25586         (theora_dec_sink_event), (theora_dec_chain):
25587         * ext/vorbis/Makefile.am:
25588         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25589         (vorbis_dec_sink_event), (vorbis_dec_chain):
25590         * gst-libs/gst/audio/Makefile.am:
25591         * sys/xvimage/Makefile.am:
25592         Make gnomevfssrc extend the source base class.
25593         Fix linking against libs in various plugins.
25594
25595 2005-04-06  Andy Wingo  <wingo@pobox.com>
25596
25597         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25598         GST_BASE_LIBS.
25599
25600         * configure.ac: Add check and AC_SUBST for libgstbase.
25601
25602 2005-03-31  Wim Taymans  <wim@fluendo.com>
25603
25604         * examples/seeking/Makefile.am:
25605         * examples/seeking/cdparanoia.c: (main):
25606         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25607         (play_cb), (pause_cb), (stop_cb), (main):
25608         * examples/seeking/playbin.c:
25609         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25610         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25611         (make_sid_pipeline), (make_vorbis_pipeline),
25612         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25613         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25614         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25615         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25616         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25617         (stop_cb), (main):
25618         * examples/seeking/spider_seek.c:
25619         * examples/seeking/vorbisfile.c:
25620         * ext/gnomevfs/Makefile.am:
25621         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25623         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25624         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25625         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25626         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25627         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25628         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25629         * ext/ogg/README:
25630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25631         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25632         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25633         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25634         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25635         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25636         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25637         (gst_ogg_demux_factory_filter), (compare_ranks),
25638         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25639         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25640         (gst_ogg_chain_new), (gst_ogg_chain_free),
25641         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25642         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25643         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25644         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25645         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25646         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25647         (gst_ogg_demux_get_prev_page),
25648         (gst_ogg_demux_deactivate_current_chain),
25649         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25650         (gst_ogg_demux_bisect_forward_serialno),
25651         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25652         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25653         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25654         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25655         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25656         (gst_ogg_demux_change_state), (gst_ogg_print):
25657         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25658         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25659         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25660         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25661         (gst_ogg_mux_loop):
25662         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25663         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25664         (theora_dec_src_convert), (theora_dec_sink_convert),
25665         (theora_dec_src_query), (theora_dec_src_event),
25666         (theora_dec_sink_event), (theora_dec_chain),
25667         (theora_dec_change_state):
25668         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25669         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25670         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25671         (theora_enc_change_state):
25672         * ext/vorbis/Makefile.am:
25673         * ext/vorbis/oggvorbisenc.c:
25674         * ext/vorbis/oggvorbisenc.h:
25675         * ext/vorbis/vorbis.c: (plugin_init):
25676         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25677         (vorbis_dec_src_query), (vorbis_dec_src_event),
25678         (vorbis_dec_sink_event), (vorbis_dec_chain),
25679         (vorbis_dec_change_state):
25680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25681         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25682         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25683         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25684         (gst_vorbisenc_change_state):
25685         * ext/vorbis/vorbisenc.h:
25686         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25687         * gst-libs/gst/audio/audioclock.c:
25688         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25689         (gst_audiofilter_init), (gst_audiofilter_chain):
25690         * gst-libs/gst/audio/testchannels.c: (main):
25691         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25692         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25693         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25694         (gmip_find_track_streaminfo), (gmip_find_track_format):
25695         * gst-libs/gst/media-info/media-info.c:
25696         (gst_media_info_read_idler):
25697         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25698         (gst_play_get_all_by_interface):
25699         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25700         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25701         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25702         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25703         (gst_riff_parse_info):
25704         * gst-libs/gst/riff/riff-read.h:
25705         * gst-libs/gst/riff/riff.c: (plugin_init):
25706         * gst-libs/gst/video/Makefile.am:
25707         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25708         (gst_videosink_class_init), (gst_videosink_get_type):
25709         * gst-libs/gst/video/videosink.h:
25710         * gst/audioconvert/bufferframesconvert.c:
25711         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25712         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25713         * gst/audioconvert/channelmixtest.c: (main):
25714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25715         (gst_audio_convert_chain),
25716         (gst_audio_convert_caps_remove_format_info),
25717         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25718         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25719         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25720         (gst_audio_convert_buffer_to_default_format),
25721         (gst_audio_convert_buffer_from_default_format),
25722         (gst_audio_convert_channels):
25723         * gst/audioconvert/gstchannelmix.h:
25724         * gst/ffmpegcolorspace/avcodec.h:
25725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25726         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25727         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25728         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25729         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25730         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25731         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25732         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25733         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25734         (dv_type_find):
25735         * gst/videotestsrc/gstvideotestsrc.c:
25736         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25737         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25738         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25739         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25740         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25741         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25742         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25744         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25745         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25746         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25747         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25748         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25749         (gst_xvimagesink_navigation_send_event),
25750         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25751         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25752         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25753         * sys/xvimage/xvimagesink.h:
25754         Plugin port to 0.9, ogg/theora playback should work in the seek
25755         example now.
25756         Removed old examples.
25757         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25758         explained in 0.9 TODO doc.
25759
25760
25761 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25762
25763         * autogen.sh:
25764         * configure.ac:
25765         * ext/Makefile.am:
25766         * gst/Makefile.am:
25767         * po/POTFILES.in:
25768         * po/af.po:
25769         * po/az.po:
25770         * po/cs.po:
25771         * po/en_GB.po:
25772         * po/hu.po:
25773         * po/it.po:
25774         * po/nb.po:
25775         * po/nl.po:
25776         * po/or.po:
25777         * po/sq.po:
25778         * po/sr.po:
25779         * po/sv.po:
25780         * po/uk.po:
25781         * po/vi.po:
25782         * sys/Makefile.am:
25783         * testsuite/Makefile.am:
25784           remove a whole bunch of plugins.  This module now contains a set
25785           of free reference plugins/elements as agreed.
25786
25787 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25788
25789         * configure.ac:
25790           hunting season on 0.9 is now OPEN
25791
25792 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25793
25794         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25795           Kick the hell out of gcc for not warning me about a symbol conflict.
25796
25797 2005-02-22  Luca Ognibene  <luogni@tin.it>
25798
25799         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25800
25801         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25802           Don't leak caps string (fixes #168134)
25803
25804         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25805         (gst_jpegenc_init), (gst_jpegenc_finalize),
25806         (gst_jpegenc_change_state):
25807           Don't leak line buffers and context struct (fixes #168133).
25808
25809 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25810
25811         * configure.ac:
25812         * ext/dirac/gstdiracdec.cc:
25813         (gst_diracdec_chain):
25814           Since dirac 0.5.0 the framerate in dirac is expressed as a
25815           rational number. Fix build and up requirement to 0.5.0, and
25816           also pass parameters to gst_diracdec_link in the right order
25817           (fixes #167959).
25818
25819 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25820
25821         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25822         * ext/faad/gstfaad.h:
25823         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25824         certain invalid muxed streams, where some packets will contain 
25825         junk after decoder data. Partially fixes #149158.
25826
25827 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25828         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25829           Make sure we only write to writable buffers
25830
25831 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25832
25833         * gst-libs/gst/riff/riff-media.c:
25834         (gst_riff_create_audio_caps_with_data):
25835           Do actually fix invalid RIFF fmt header values for alaw
25836           and mulaw audio instead of just saying so.
25837
25838         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25839           Give gst_riff_create_audio_caps_with_data() a chance to
25840           fix up broken format header fields before extracting any
25841           parameters from the header. (fixes #167633)
25842
25843 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25844
25845         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25846
25847         * gst/audioconvert/bufferframesconvert.c:
25848         (buffer_frames_convert_link):
25849           Don't leak othercaps. (fixes #167878)
25850
25851 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25852
25853         * configure.ac:
25854         * ext/libvisual/visual.c: (gst_visual_srclink),
25855         (gst_visual_change_state):
25856           Support libvisual 0.2.0.
25857
25858 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25859
25860         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25861         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25862           Use same rowstrides for I420 as used everywhere else.
25863
25864 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25865
25866         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25867           Declare variables at beginning of block and make gcc-2.95 happy
25868           (fixes # 167482, patch by Gergely Nagy).
25869           
25870         * gst/tcp/gsttcpclientsrc.c:
25871         * gst/tcp/gsttcpclientsrc.h:
25872           Move some includes into the header, so that struct sockaddr_in is
25873           defined when it should be defined on FreeBSD as well (fixes
25874           #167483).
25875           
25876         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25877           Don't pass uninitialised values to setsockopt() here either.
25878
25879 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25880
25881         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25882
25883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25884           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25885
25886 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25887
25888         * gst/playback/gstplaybin.c: (add_sink):
25889           Invert bin_add/link order to workaround deadlock in opt.
25890
25891 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * gst/modplug/gstmodplug.cc:
25894           Add missing break causing position queries to fail.
25895
25896 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25897
25898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25899           Granpos can apparently be -1, which screws up calculations...
25900
25901 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25902
25903         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25904         (gst_ximagesink_send_pending_navigation),
25905         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25906         (gst_ximagesink_init):
25907         * sys/ximage/ximagesink.h:
25908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25909         (gst_xvimagesink_send_pending_navigation),
25910         (gst_xvimagesink_navigation_send_event),
25911         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25912         * sys/xvimage/xvimagesink.h:
25913           Use a mutex protected list to marshal navigation
25914           events into the stream thread from whichever thread
25915           sends them.
25916
25917 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25918
25919         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25920           Display current position and track length; misc. clean-ups.
25921           
25922         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25923         (speed_init), (speed_chain):
25924           Add query function, so that the stream length and current position
25925           get adjusted when queried (note that current position queries may
25926           still be wrong if the audio sink returns values based on buffer
25927           timestamps instead of passing on the query).
25928
25929 2005-02-13  Benjamin Otte  <otte@gnome.org>
25930
25931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25932         (gst_audio_convert_channels):
25933           create channel conversion matrix when linking
25934         * gst/audioconvert/.cvsignore:
25935         * gst/audioconvert/Makefile.am:
25936         * gst/audioconvert/channelmixtest.c: (main):
25937           add (ugly) test that ensures stereo <=> mono conversion works
25938           correctly
25939
25940 2005-02-13  Benjamin Otte  <otte@gnome.org>
25941
25942         * gst/audioconvert/gstchannelmix.h:
25943           include missing header file
25944         * gst/audioconvert/gstchannelmix.c:
25945         (gst_audio_convert_fill_compatible):
25946           use same sign for both channels when converting to/from compatible
25947           channel. Previously used different signs made the signals cancel
25948           each other out and appear like silence. (fixes #167269)
25949
25950 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25951
25952         * gst/ffmpegcolorspace/avcodec.h:
25953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25954         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25955         (gst_ffmpegcsp_avpicture_fill):
25956         * gst/ffmpegcolorspace/imgconvert.c:
25957           Convert to and from YV12 (fixes #156379).
25958
25959 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25960
25961         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25962         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25963         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25964         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25965         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25966         methods from chain and negotiation and vice versa (Fixes #166142).
25967         * sys/ximage/ximagesink.h: Add stream_lock.
25968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25969         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25970         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25971         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25972
25973 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25974
25975         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25976           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25977           error message when we can't open the DVD device (when dvdnav_open()
25978           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25979           the above). Send something more useful instead (fixes #167117).
25980
25981 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25982
25983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25984         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25985         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25986         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25987         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25988         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25989         methods from chain and negotiation and vice versa (Fixes #166142).
25990         Fix a possible bug of images in the buffer pool being discarded because
25991         we are looking at the wrong geometry.
25992         * sys/xvimage/xvimagesink.h: Add stream_lock.
25993
25994 2005-02-11  David Schleef  <ds@schleef.org>
25995
25996         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25997         unsigned int. (fixes #167128)
25998
25999 2005-02-11  David Schleef  <ds@schleef.org>
26000
26001         * gst/librfb/Makefile.am: Testing stuff before committing is
26002           for wimps... and people with fast machines.  Fix stupid
26003           mistake.
26004
26005 2005-02-11  David Schleef  <ds@schleef.org>
26006
26007         * configure.ac: Pull in librfb from my CVS tree, because it is
26008           too small and annoying to be separate.  Move rfbsrc plugin
26009           to gst/.
26010         * ext/Makefile.am:
26011         * ext/librfb/Makefile.am:
26012         * ext/librfb/gstrfbsrc.c:
26013         * gst/librfb/Makefile.am:
26014         * gst/librfb/gstrfbsrc.c:
26015         * gst/librfb/rfb.c:
26016         * gst/librfb/rfb.h:
26017         * gst/librfb/rfbbuffer.c:
26018         * gst/librfb/rfbbuffer.h:
26019         * gst/librfb/rfbbytestream.c:
26020         * gst/librfb/rfbbytestream.h:
26021         * gst/librfb/rfbcontext.h:
26022         * gst/librfb/rfbdecoder.c:
26023         * gst/librfb/rfbdecoder.h:
26024         * gst/librfb/rfbutil.h:
26025
26026 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26027
26028         * gst/speed/Makefile.am:
26029         * gst/speed/demo-mp3.c: (main):
26030         * gst/speed/filter.func:
26031         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26032         (speed_class_init), (speed_init), (speed_chain_int16),
26033         (speed_chain_float32), (speed_chain), (speed_set_property),
26034         (speed_get_property), (speed_change_state):
26035         * gst/speed/gstspeed.h:
26036           Fix speed element and make it chain-based (fixes #156467),
26037           and make it handle more than one channel.
26038
26039 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26040
26041         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26042         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26043         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26044         * ext/dts/gstdtsdec.h:
26045           Don't clobber the stack constructing the channels array.
26046           Make the element chain-based. DTS tracks can now be played.
26047           
26048 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26049
26050         * gst-libs/gst/audio/multichannel.h:
26051         * gst-libs/gst/gconf/gconf.h:
26052         * gst-libs/gst/idct/idct.h:
26053         * gst-libs/gst/media-info/media-info-priv.h:
26054         * gst-libs/gst/play/play.h:
26055         * gst-libs/gst/resample/private.h:
26056         * gst-libs/gst/resample/resample.h:
26057         * gst-libs/gst/riff/riff-ids.h:
26058         * gst-libs/gst/video/video.h:
26059         * gst-libs/gst/video/videosink.h:
26060           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26061           missing, so that they work when included from C++ code.
26062
26063 2005-02-09  David Schleef  <ds@schleef.org>
26064
26065         * testsuite/gst-lint: Check for non-statically scoped
26066           parent_class variables.  This won't be a problem once
26067           plugins are loaded with RTLD_LOCAL.
26068
26069 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26070
26071         * ext/mplex/gstmplexibitstream.cc:
26072           gcc madness.
26073
26074 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * ext/ogg/gstogmparse.c:
26077         * gst/debug/gstnavigationtest.c:
26078           Die, thou faulty symbol pollutors (non-static parent_class).
26079
26080 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * ext/mplex/gstmplexibitstream.cc:
26083           Fix event handling (#165525).
26084
26085 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26086
26087         * ext/mikmod/gstmikmod.c:
26088         * gst/modplug/gstmodplug.cc:
26089           Add missing endianness to template (fixes #165509).
26090
26091 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26094           Fix wrong order of reading of optional bytes (#165290).
26095
26096 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26097
26098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26099           Implement FILLER event awareness.
26100
26101 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26104           Fix track calculations (#166208).
26105
26106 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26107
26108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26111         * ext/libpng/gstpngenc.c:
26112           Fix byte-order, use proper fixed caps. Fixes #164197.
26113
26114 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26115
26116         * configure.ac:
26117           Add dvdlpcmdec 
26118
26119         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26120         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26121           Don't push buffers if the src pad isn't negotiated yet.
26122           
26123         * gst/audioconvert/gstaudioconvert.c:
26124         (gst_audio_convert_buffer_to_default_format),
26125         (gst_audio_convert_buffer_from_default_format):
26126           Add support for 24-bit width.
26127
26128         * gst/dvdlpcmdec/.cvsignore:
26129         * gst/dvdlpcmdec/Makefile.am:
26130         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26131         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26132         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26133         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26134         (plugin_init):
26135         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26136           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26137           format. Needs support for the channels maps if someone can find 
26138           a DVD LPCM track with > 2 channels.
26139
26140         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26141         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26142         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26143         * gst/mpegstream/gstdvddemux.h:
26144         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26145         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26146         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26147         * gst/mpegstream/gstmpegdemux.h:
26148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26149         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26150         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26151         (gst_mpeg_parse_handle_src_query),
26152         (gst_mpeg_parse_handle_src_event):
26153           Use audio/x-dvd-lpcm for LPCM output.
26154           Add DTS output.
26155
26156 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26157
26158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26159
26160         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26161         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26162           Add BGRA handling (#165736).
26163
26164 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26165
26166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * gst/law/alaw-decode.c: (alawdec_link):
26169         * gst/law/alaw-encode.c: (alawenc_link):
26170         * gst/law/mulaw-decode.c: (mulawdec_link):
26171         * gst/law/mulaw-encode.c: (mulawenc_link):
26172           Fix caps memleaks (#166600).
26173
26174 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26175
26176         * ext/tarkin/mem.h:
26177         * ext/tarkin/wavelet.h:
26178         * ext/tarkin/yuv.h:
26179         * gst/ffmpegcolorspace/avcodec.h:
26180           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26181           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26182
26183 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26184
26185         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26187         (gst_xvimagesink_change_state):
26188           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26189           Xv video (and thereby regenerate Xv colourkey) in clear() so
26190           that PLAY -> READY -> PLAY works (fixes #162504).
26191
26192 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26195           Switch to list instead of range, since MJPEG-devices really just
26196           support decimations, not any size.
26197
26198 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26199         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26200         (gst_mpeg2dec_reset), (free_all_buffers),
26201         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26202         * ext/mpeg2dec/gstmpeg2dec.h:
26203           The libmpeg2 user-allocated buffer management is awkward, 
26204           to say the least. Hopefully this fixes things.
26205
26206 2005-02-04  Andy Wingo  <wingo@pobox.com>
26207
26208         * gst/audioconvert/bufferframesconvert.c
26209         (buffer_frames_convert_fixate): New function, fixates to 256
26210         frames per buffer by default. (Much better than 1.)
26211         (buffer_frames_convert_init): Set the fixate function for both src
26212         and sink pad.
26213         (buffer_frames_convert_link): After success setting nonfixed caps,
26214         get the negotiated caps so we can know how many buffer-frames it
26215         will be. No idea how this worked at all before.
26216
26217 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26218
26219         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26220         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26221         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26222         (handle_sequence), (handle_picture):
26223         * ext/mpeg2dec/gstmpeg2dec.h:
26224           Rearrange buffer tracking and refcounting and refactor
26225           a little for readability. 
26226
26227 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26228         * sys/v4l/gstv4l.c: (plugin_init):
26229         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26230         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26231         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26232         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26233         * sys/v4l/gstv4ljpegsrc.h:
26234         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26235         * sys/v4l/v4l_calls.h:
26236         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26237         (gst_v4lsrc_get_fps):
26238         * sys/v4l/v4lsrc_calls.h:
26239           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26240           you jpeg inside rgb frames" driver.
26241           Don't error in the v4lsrc link function, just return 
26242           REFUSED.
26243
26244 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26245
26246         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26247         (gst_qcamsrc_open):
26248           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26249
26250 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26251
26252         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26253           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26254
26255 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26256
26257         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26258           Reset negotiated state on PAUSED->READY.
26259
26260 2005-02-02  David Schleef  <ds@schleef.org>
26261
26262         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26263         whereever possible.  (Fixes #165997)
26264         * examples/capsfilter/capsfilter1.c: (main):
26265         * examples/dynparams/filter.c: (create_ui):
26266         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26267         * examples/seeking/chained.c: (main):
26268         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26269         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26270         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26271         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26272         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26273         * examples/switch/switcher.c: (main):
26274         * ext/dv/demo-play.c: (main):
26275         * ext/faad/gstfaad.c: (gst_faad_change_state):
26276         * ext/mad/gstmad.c: (gst_mad_chain):
26277         * ext/smoothwave/demo-osssrc.c: (main):
26278         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26279         (gst_gconf_render_bin_from_description),
26280         (gst_gconf_get_default_audio_sink),
26281         (gst_gconf_get_default_video_sink),
26282         (gst_gconf_get_default_audio_src),
26283         (gst_gconf_get_default_video_src),
26284         (gst_gconf_get_default_visualization_element):
26285         * gst/level/demo.c: (main):
26286         * gst/level/plot.c: (main):
26287         * gst/playback/gstplaybin.c: (gen_video_element),
26288         (gen_audio_element):
26289         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26290         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26291         * gst/sine/demo-dparams.c: (main):
26292         * gst/spectrum/demo-osssrc.c: (main):
26293         * gst/speed/demo-mp3.c: (main):
26294         * gst/volume/demo.c: (main):
26295         * testsuite/embed/embed.c: (main):
26296
26297 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26298
26299         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26300         (gst_tcpclientsink_finalize):
26301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26302         (gst_tcpclientsrc_finalize):
26303         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26304         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26305         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26306         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26307           Don't leak the hostname when shutting down.
26308           In tcpserversrc, take a copy of the default hostname.
26309
26310 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26313           Set caps to systemstream=TRUE.
26314
26315 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26316
26317         * testsuite/Makefile.am:
26318           Fix more OSX buildbots.
26319
26320 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26321
26322         * ext/mpeg2dec/gstmpeg2dec.c:
26323           Don't send things to NULL PAD_PEERs
26324
26325         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26326           Copy-on-write the incoming buffer.
26327
26328         * gst/mpegstream/gstdvddemux.h:
26329         * gst/mpegstream/gstmpegclock.h:
26330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26331         (normal_seek), (gst_mpeg_demux_handle_src_event):
26332         * gst/mpegstream/gstmpegdemux.h:
26333         * gst/mpegstream/gstmpegpacketize.h:
26334         * gst/mpegstream/gstmpegparse.c:
26335         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26336         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26337         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26338         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26339         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26340         * gst/mpegstream/gstmpegparse.h:
26341         * gst/mpegstream/gstrfc2250enc.h:
26342           Various changes to the way time is computed that make seeking and
26343           total time estimation much better here.
26344           Use G_BEGIN/END_DECLS instead of __cplusplus
26345
26346         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26347           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26348
26349 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26350
26351         * gst/subparse/gstsubparse.c:
26352           Fix OSX buildbot.
26353
26354 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26355
26356         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26357         (theora_enc_chain), (theora_enc_change_state):
26358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26359         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26360         (gst_vorbisenc_change_state):
26361         * ext/vorbis/vorbisenc.h:
26362           Set granulepos and timestamp correctly for streams not
26363           starting at 0, taking into account the initial delay.
26364
26365 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26366
26367         * gst/mpegstream/gstdvddemux.c:
26368           Add audio/x-dts to audio pad template caps
26369
26370 2005-01-30  David Schleef  <ds@schleef.org>
26371
26372         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26373         (create_context), (gst_polypsink_link): Fix silly endianness
26374         bug.  Add some debugging.  Remove float from caps; it doesn't
26375         work.  Attempt to get remote audio working.
26376
26377 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26380           Add 3IV2 fourcc.
26381
26382 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26385         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26386         (gst_avi_demux_stream_data):
26387         * gst/avi/gstavidemux.h:
26388           Invert DIB images. Fixes #132341.
26389
26390 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26393         (gst_ffmpegcsp_chain):
26394           D'oh, reference the palette data, not the palette structure.
26395           Fixes color distortion in #132341.
26396
26397 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26398
26399         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26400           PAR can be non-fixed when not provided as argument (#162626).
26401
26402 2005-01-29  David Moore  <dcm@acm.org>
26403
26404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26407         (gst_qtdemux_loop_header):
26408           Re-apply patch from #142272 that allows non-seekable sources,
26409           re-proposed by Daniel Drake <dsd@gentoo.org>.
26410
26411 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26414           Use the src template for creating the src pad (#162330).
26415
26416 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * configure.ac:
26419         * ext/musepack/Makefile.am:
26420         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26421         (gst_musepackdec_init), (gst_musepackdec_dispose),
26422         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26423         (gst_musepack_stream_init), (gst_musepackdec_loop),
26424         (gst_musepackdec_change_state):
26425         * ext/musepack/gstmusepackdec.cpp:
26426         * ext/musepack/gstmusepackdec.h:
26427         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26428         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26429         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26430         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26431         * ext/musepack/gstmusepackreader.cpp:
26432         * ext/musepack/gstmusepackreader.h:
26433           Update to 1.1 API (#165446).
26434
26435 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26436
26437         * ext/Makefile.am:
26438           Unbreak buildbot.
26439
26440 2005-01-28  Andy Wingo  <wingo@pobox.com>
26441
26442         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26443         to reflect a different dubious internet source. Add a reference
26444         and some commentary.
26445
26446 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26449         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26450         * gst/playback/gststreamselector.h:
26451           Be more selective when we're redoing caps negotiation from
26452           within the chain function on a stream change.
26453
26454 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * configure.ac:
26457         * ext/Makefile.am:
26458         * ext/amrnb/Makefile.am:
26459         * ext/amrnb/amrnb.c: (plugin_init):
26460         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26461         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26462         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26463         (gst_amrnbdec_state_change):
26464         * ext/amrnb/amrnbdec.h:
26465         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26466         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26467         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26468         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26469         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26470         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26471         * ext/amrnb/amrnbparse.h:
26472           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26473         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26474           Add AMR-NB/-WB raw formats.
26475         * ext/alsa/gstalsa.c: (gst_alsa_link):
26476           Keep valid time when changing format.
26477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26478         (qtdemux_parse_trak):
26479           Add some more format-specific options (#140141, #143555, #155163).
26480
26481 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/matroska/matroska-demux.c:
26484         (gst_matroska_demux_parse_blockgroup):
26485           Fix logic error in timing of subtitle stream synchronization.
26486         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26487           Add skip-chunk, which is found in kodak-camera streams.
26488
26489 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26490
26491         * po/LINGUAS:
26492         * po/vi.po:
26493           Adding Vietnamese translation (submitted by Clytie Siddall)
26494
26495 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * gst/playback/gstdecodebin.c: (try_to_link_1):
26498           Use realpad for signal.
26499
26500 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26501
26502         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26503           Fix category so decodebin picks it up.
26504
26505 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26506
26507         * ext/mad/Makefile.am:
26508         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26509         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26510         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26511         (found_type), (gst_id3demux_bin_change_state):
26512         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26513         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26514         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26515         (gst_id3_tag_change_state), (plugin_init):
26516         * ext/mad/gstmad.h:
26517           Add id3demuxbin (which is a simple bin consisting of id3demux
26518           and typefind), take over rank from id3demux, remove typefind
26519           code from id3demux. Makes all broken mp3s that I know of work,
26520           and thereby fixes #152688.
26521
26522 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26523
26524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * ext/mad/gstmad.c: (gst_mad_src_event):
26527         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26528           Allow seeks on audio pad, make mad forward those (#164826).
26529         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26530           Set duration (#165335).
26531
26532 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26535         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26536         (gst_asf_demux_process_ext_content_desc),
26537         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26538         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26539         * gst/asfdemux/gstasfdemux.h:
26540           Improve metadata display, e.g. if the metadata comes before the
26541           streams are loaded (which is perfectly valid).
26542
26543 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * tools/gst-launch-ext-m.m:
26546           Fix AVI/ASF pipelines (#165340).
26547
26548 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26549         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26550         build failure on amd64
26551
26552 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26553
26554         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26555         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26556           Check environment variables GST_ID3V2_TAG_ENCODING,
26557           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26558           list of character encodings to force interpretation of non-unicode
26559           strings stored in an ID3v2 tag to a particular encoding. If none
26560           is specified, try to use current locale's encoding, then fall back
26561           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26562         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26563         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26564           Check environment variables GST_ID3V1_TAG_ENCODING,
26565           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26566           list of character encodings to use in case a string encountered
26567           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26568           specified, try to use the current locale's encoding, then fall
26569           back to ISO-8859-1 (which will always succeed).
26570
26571 2005-01-25  Benjamin Otte  <otte@gnome.org>
26572
26573         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26574           - on half framerate, compute the rate in advance so the comparisons
26575             don't compare wrong values
26576           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26577             behaviour
26578           - don't use mad_header_decode anymore, mad_frame_decode does that
26579             automatically
26580           - when getting rid of consumed bytes, reset the stream's skiplen
26581           (fixes #163867)
26582
26583 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26584
26585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26586           Use 1/2 a second for default max_discont, as PES streams from DVB
26587           seem to have larger spacings in the SCR. 
26588           Fix a typo.
26589
26590 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst/playback/gstplaybasebin.c: (group_commit):
26593           Notify delayed stream-info availability.
26594
26595 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26596         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26597         (gst_a52dec_handle_event), (gst_a52dec_chain):
26598         Add some debug output. Check that a discont has a valid
26599         time associated.
26600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26601         (gst_alsa_sink_loop):
26602         Ignore TAG events. A little extra debug for broken timestamps.
26603         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26604         (dvdnavsrc_change_state):
26605         Ensure we send a discont to engage the link before we send any
26606         other events.
26607         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26608         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26609         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26610         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26611         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26612         dvd://title works in totem because typefinding sends a seek that ends
26613         up going back to chapter 1 regardless.
26614         * ext/mpeg2dec/gstmpeg2dec.c:
26615         * ext/mpeg2dec/gstmpeg2dec.h:
26616         Output correct timestamps and handle disconts.
26617         * ext/ogg/gstoggdemux.c: (get_relative):
26618         Small guard against a null dereference.
26619         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26620         (gst_textoverlay_set_property):
26621         Free memory when done. Don't call gst_event_filler_get_duration on
26622         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26623         g_warning.
26624         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26625         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26626         (gst_sw_srclink), (gst_smoothwave_chain):
26627         Draw solid lines, prettier colours.
26628         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26629         Add a default palette that'll work for some movies.
26630         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26631         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26632         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26633         * gst/mpegstream/gstdvddemux.h:
26634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26635         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26636         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26637         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26638         * gst/mpegstream/gstmpegparse.h:
26639         Use PTM/NAV events when for timestamp adjustment when connected to 
26640         dvdnavsrc. Don't use many discont events where one suffices.
26641         * gst/playback/gstplaybasebin.c: (group_destroy),
26642         (gen_preroll_element), (gst_play_base_bin_add_element):
26643         * gst/playback/gstplaybasebin.h:
26644         Make sure we remove subtitles from the same bin we put them in.
26645         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26646         (gst_subparse_buffer_format_autodetect),
26647         (gst_subparse_change_state):
26648         Fix some memleaks and invalid accesses.
26649         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26650         (oggskel_type_find), (cmml_type_find), (plugin_init):
26651         Some typefind functions for Annodex v3.0 files
26652         * gst/wavparse/gstwavparse.h:
26653         GstRiffReadClass is the correct parent class.
26654
26655 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * gst-libs/gst/riff/riff-media.c:
26658         (gst_riff_create_video_caps_with_data):
26659           Add extradata to huffyuv (fixes #165013).
26660         * gst-libs/gst/riff/riff-read.c:
26661         (gst_riff_read_strf_vids_with_data):
26662           Fix extradata extraction if it is in the chunk size.
26663
26664 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26665
26666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26667
26668         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26669         (gst_quarktv_change_state), (gst_quarktv_dispose):
26670           Memory free'ing location fix (#164708).
26671
26672 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/playback/gstplaybasebin.c: (group_commit),
26675         (gen_preroll_element), (probe_triggered), (gen_source_element),
26676         (setup_source), (gst_play_base_bin_change_state),
26677         (gst_play_base_bin_add_element):
26678           Don't block for streams.
26679         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26680         (gst_stream_info_set_mute):
26681           Use gst_pad_set_active_recursive.
26682
26683 2005-01-25  Andy Wingo  <wingo@pobox.com>
26684
26685         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26686         for #ifndef HAVE_XVIDEO.
26687
26688 2005-01-24  Jeffrey C. Ollie
26689
26690         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26691
26692         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26693         * ext/gsm/gstgsmdec.h:
26694         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26695         * ext/gsm/gstgsmenc.h:
26696         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26697         was given by property. Add proper buffer timestamps and offsets.
26698
26699 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * gst-libs/gst/riff/riff-media.c:
26702         (gst_riff_create_audio_caps_with_data):
26703           Audio can be <8000Hz.
26704
26705 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26706
26707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26708           Explicit state change to workaround refcount bugs.
26709
26710 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26711
26712         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26713         (gst_avimux_riff_get_avi_header):
26714           Fix...
26715
26716 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26719         (gst_riff_read_element_data):
26720         * gst-libs/gst/riff/riff-read.h:
26721           Add _peek version (req'ed in CDXA).
26722         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26723         (gst_cdxaparse_loop):
26724           Fix parsing in playbin.
26725         * gst/playback/gstdecodebin.c: (close_pad_link):
26726           Ignore current_ pads, they cause major annoyance.
26727
26728 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26731           Safety guard.
26732
26733 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26736           Fix padding...
26737
26738 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26739
26740         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26741           Allow for 0-sized buffers. Fixes length query problems in
26742           starwars.mkv from the testsuite.
26743
26744 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26745
26746         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26747         (gst_video_box_i420), (gst_video_box_chain):
26748           Fix row strides for I420 (fixes #163159)
26749           
26750 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26753           MPEG2 has a useful rate property, so we can actually use that.
26754           For MPEG-1, continue using the bytes/time properties.
26755
26756 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * gst-libs/gst/riff/riff-media.c:
26759         (gst_riff_create_video_caps_with_data),
26760         (gst_riff_create_video_template_caps):
26761           Add intel-h263.
26762
26763 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26766           Fail if caps negotiation fails. Should fix #162184, and should
26767           definately be in there regardless of it fixing the actual bug.
26768         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26769         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26770         (gst_avimux_riff_get_avix_header),
26771         (gst_avimux_riff_get_video_header),
26772         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26773         (gst_avimux_start_file), (gst_avimux_handle_event),
26774         (gst_avimux_change_state):
26775         * gst/avi/gstavimux.h:
26776           Refactor structure writing to use GST_WRITE_UINT macros, add
26777           metadata writing support.
26778
26779 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26780
26781         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26782           Elements may already be destroyed when this function is called.
26783
26784 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26785
26786         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26787         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26788           More memory leak fixes (#149162).
26789
26790 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26793         (gst_qtdemux_add_stream):
26794           Fix two memleaks.
26795
26796 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26797
26798         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26799           Argh...
26800
26801 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26802
26803         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26804           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26805           when fixating to six channels in Totem.
26806
26807 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26808
26809         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26810           Fix compile warnings on Solaris 10 buildbot
26811
26812 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26813
26814         * ext/dvdread/dvdreadsrc.c: (_read):
26815           Don't read beyond the last cell in a chapter (fixes 
26816           invalid memory access)
26817
26818 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26819
26820         * ext/dvdread/stream_labels.c:
26821         (dvdreadsrc_get_audio_stream_labels):
26822           Use NULL for an empty GList instead of g_list_alloc(); fix 
26823           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26824           of GString (easier to bulk free later)
26825
26826 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26827
26828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26831         (gst_ffmpeg_pixfmt_to_caps):
26832           Fix BGRA32 caps (#164209).
26833
26834 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26835
26836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26839         (gst_ffmpeg_caps_to_pixfmt):
26840           alpha_mask can be RGBA/ABGR. Fixes #164265.
26841
26842 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26843
26844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26847         (gst_mpeg2dec_alloc_buffer):
26848         * ext/mpeg2dec/gstmpeg2dec.h:
26849           Crop if decoding size is not the actual image size (#163676).
26850
26851 2005-01-17  Steve Baker  <steve@stevebaker.org>
26852
26853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26856         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26857           Add libsndfile typefind functions (#163309).
26858
26859 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * tools/gst-launch-ext-m.m:
26862           Add .aac, fix .m1v/.m2v (#163891).
26863
26864 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26867           Sanity check, don't wait endlessly since the clock might not
26868           actually run at this point (which is a deadlock). Fixes #164069.
26869
26870 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * gst/playback/gstplaybasebin.c: (probe_triggered):
26873           Of course, only pause if group is done...
26874
26875 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26876
26877         * gst/playback/gstplaybasebin.c: (probe_triggered):
26878           Thread safety.
26879
26880 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26881
26882         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26883           Don't return state change success when the parent
26884           failed.
26885
26886 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26889           Free events (fix memleak in #162905).
26890
26891 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26892
26893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26896         (gst_ffmpeg_caps_to_pixfmt):
26897           Fix for depth = 15. Fixes #161675.
26898
26899 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26900
26901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26902           Set FPS correctly, even for webcams and the like.
26903         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26904           Don error on setting while capturing.
26905
26906 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26907
26908         * ext/dv/gstdvdec.c:
26909         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26910         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26911           I'm a bad boy. using /1001. to force C to do float division
26912           and not integer division (as it did in my last commit)
26913           Thanks to David I. Lehn for pointing this mistake.
26914
26915 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26918           Revert Johan's 1.35->1.36 since it breaks compat.
26919
26920 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26921
26922         * ext/dv/gstdvdec.c:
26923         * ext/libfame/gstlibfame.c:
26924         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26925         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26926           replace framerate aproximations by their real value
26927           (24000/1001, 30000/1001, 60000/1001)
26928           Finish fixing bug #164049
26929
26930 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26931
26932         * ext/ogg/gstoggmux.c:
26933           eos/bos debugging
26934         * gst/tcp/gstmultifdsink.c:
26935         * gst/tcp/gstmultifdsink.h:
26936         * gst/tcp/gsttcp.c:
26937         * gst/tcp/gsttcp.h:
26938         * gst/tcp/gsttcpclientsink.c:
26939         * gst/tcp/gsttcpclientsrc.c:
26940         * gst/tcp/gsttcpserversink.c:
26941         * gst/tcp/gsttcpserversrc.c:
26942           improve reusability of elements after state changes and errors
26943           make multifdsink throw away streamheaders when receiving new ones
26944
26945 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26948           Fix for if items are already in list...
26949
26950 2005-01-12  Benjamin Otte  <otte@gnome.org>
26951
26952         * gst/adder/gstadder.c: (gst_adder_loop):
26953           fix adder a bit so it doesn't screw up with events as much anymore
26954
26955 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26956
26957         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26958         (pixbufscale_scale), (gst_pixbufscale_chain):
26959         * ext/gdk_pixbuf/pixbufscale.h:
26960           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26961           to ensure rowstrides are calculated the same way as 
26962           ffmpegcolorspace
26963           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26964           that we pick up duration and offset also.
26965
26966 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26969         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26970           Reusability fixes.
26971
26972 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26975         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26976         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26977         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26978           Update flags when requested.
26979
26980 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26983           Fix dmix.
26984
26985 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26986
26987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26988         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26989         (probe_triggered), (new_decoded_pad), (gen_source_element),
26990         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26991         * gst/playback/gstplaybasebin.h:
26992         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26993         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26994         (gst_play_bin_change_state):
26995           Implement group-switch signal for use in apps to clear metadata
26996           cache, clean up subtitle, add suburi property instead of # hack,
26997           some error-out fixes.
26998
26999 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27000
27001         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27002           Debug.
27003         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27004           If we got a state change in the _get handler, don't return success.
27005
27006 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27007
27008         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27009         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27010           Make jpegdec quiet on MJPEG decoding
27011         * gst/asfdemux/README:
27012           Fix mimetypes for MJPEG and H263
27013
27014 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * ext/theora/theoradec.c: (theora_dec_chain):
27017           Fix broken code generation by gcc by swapping arguments.
27018         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27019           Fix \n in debug.
27020
27021 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27022
27023         * TODO:
27024           delete this file, it is by far outdated
27025         * ext/alsa/gstalsa.1: remove
27026         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27027         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27028         (gst_alsa_get_caps):
27029           Add HW probing for supported sample rates. Fixes #161704
27030
27031 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27032
27033         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27034           Don't crash, biatch! :).
27035
27036 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * ext/musepack/gstmusepackreader.cpp:
27039         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27040           Some work on tags - still doesn't work in playbin...
27041         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27042           Handle events...
27043
27044 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27045
27046         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27047           Also shove tags on kid pads.
27048
27049 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27050
27051         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27052           Don't bail on unknown events.
27053         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27054           Don't crash on events before negotiation.
27055         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27056           Send tags on pads, too.
27057         * gst/playback/gststreamselector.c:
27058         (gst_stream_selector_request_new_pad):
27059           Forward events on first pad if no input was selected yet.
27060
27061 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * gst/playback/gstplaybasebin.c: (setup_substreams):
27064           Don't disable streamtype if the stream doesn't exist, since
27065           then playing a video after audio will disable both and nothing
27066           will happen. Fixes the testsuite.
27067
27068 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27071         (gst_v4l_xoverlay_set_xwindow_id):
27072         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27073         (gst_v4l2_xoverlay_set_xwindow_id):
27074           Add debug categories, fix overlay disabling.
27075
27076 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27077
27078         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27079         * ext/alsa/gstalsa.h:
27080           Add HW probing for period_count/size and buffer_size MIX/MAX
27081           Adjust default/user defined value if out of bounds
27082           Should fix bug #162024
27083
27084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27087           Fix warning (#161191).
27088
27089 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27090
27091         * ext/dvdread/stream_labels.c:
27092         (dvdreadsrc_get_audio_stream_labels):
27093           Fix warning (init the good variable in switch default)
27094
27095 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27096
27097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27100           Fix gcc-2.95 compile (#163485).
27101
27102 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * configure.ac:
27105         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27106         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27107         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27108         (gst_flacenc_change_state):
27109         * ext/flac/gstflacenc.h:
27110           Update for API change in flac-1.1.1. Update requirement in
27111           configure.ac. Fixes #162974.
27112
27113 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27114
27115         * gst/playback/gstplaybasebin.c: (group_destroy):
27116           Remove hack to get rid of assert and get rid of unlinked
27117           signals properly.
27118
27119 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * gst/playback/gstplaybasebin.c: (setup_source):
27122           Set source to NULL so that resources are free'ed. Fixes issues
27123           with playback of CDDA and similar device-accessing things.
27124
27125 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27126
27127         * testsuite/embed/Makefile.am:
27128           test->noinst, fix make test in buildbot.
27129
27130 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27131
27132         * ext/dvdread/stream_labels.c: new file
27133         * ext/dvdread/stream_labels.h: new file
27134         * ext/dvdread/Makefile.am:
27135         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27136           Extract audio stream label from DVD IFO files.
27137           It only dump them on the console for now, still have to
27138           make playbin aware of them.
27139
27140 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27141
27142         * gst/playback/gstplaybasebin.c: (setup_source):
27143           Fix hanging subs.
27144
27145 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27146
27147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27148         (gen_preroll_element), (remove_groups), (setup_subtitle),
27149         (gen_source_element), (setup_source):
27150         * gst/playback/gstplaybasebin.h:
27151           Multiple .sub files is just a stupid idea... Fix some threading
27152           mistakes. Interestingly, external .sub files cause playbin to
27153           hang, I don't know why... Parsing fixes contributed by Fran??ois
27154           Kooman <fkooman@tuxed.net>.
27155
27156 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * testsuite/embed/Makefile.am:
27159           Fix buildbot.
27160
27161 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27162
27163         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27164
27165         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27166         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27167         (gst_pngenc_set_property):
27168         * ext/libpng/gstpngenc.h:
27169           Add compression level property (#163323).
27170
27171 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * configure.ac:
27174         * examples/capsfilter/capsfilter1.c: (main):
27175         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27176         * ext/dvdread/Makefile.am:
27177         * ext/dvdread/demo-play:
27178         * ext/dvdread/demo-play.c:
27179         * gconf/gstreamer.schemas.in:
27180         * gst-libs/gst/gconf/gconf.c:
27181         * sys/v4l/TODO:
27182         * testsuite/Makefile.am:
27183         * testsuite/embed/Makefile.am:
27184         * testsuite/embed/embed.c: (cb_expose), (main):
27185           Remove all references to xvideosink, fix examples (#140845).
27186         * gst/playback/gstplaybasebin.c: (group_destroy):
27187           Apparently, disposal does not unlink - so do explicitely.
27188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27189           Add debug.
27190
27191 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27192
27193         * README: fix PKG_CONFIG_PATH instructions, what was there
27194         previously was breaking default search path, not nice. 
27195         Fixes #163358
27196
27197 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27200         (gst_audioscale_chain):
27201           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27202           when resampling - how the ^@$^!@^! is this possible?!?
27203
27204 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27205
27206         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27207           Reset variables on READY.
27208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27209         (gst_matroska_mux_loop):
27210           Require data before writing header.
27211
27212 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27213
27214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27215
27216         * ext/mad/gstmad.c: (gst_mad_chain):
27217           Don't call mad_stream_sync() directly after recovering sync.
27218           Fixes #151661.
27219
27220 2005-01-09  Martin Eikermann  <meiker@upb.de>
27221
27222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27223
27224         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27225         (snapshot_handler), (gst_snapshot_sinkconnect),
27226         (gst_snapshot_chain):
27227           Allocate resources when required, fix recursive signal emission
27228           and fix caps. Fixes #161667.
27229
27230 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27231
27232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27235         (gst_pngdec_chain):
27236           Handle only 8-bppc (bits-per-pixel-component) images, better
27237           error handling and correct strides. Fixes #163177.
27238         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27239         (gst_pngenc_chain):
27240           Better error handling. Fixes #163348.
27241
27242 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27245         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27246         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27247         (dvdnavsrc_uri_handler_init):
27248           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27249         * gst/playback/gstplaybasebin.c: (gen_source_element):
27250           Add MMS to streaming URIs.
27251
27252 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27253
27254         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27255         * sys/xvimage/xvimagesink.c:
27256         (gst_xvimagesink_navigation_send_event):
27257           Check for pad availability before sending event.
27258
27259 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * gst-plugins.spec.in:
27262           Add subparse.
27263
27264 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * configure.ac:
27267           Since we use functions from CVS, up requirement.
27268
27269 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * gst/playback/Makefile.am:
27272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27273         (group_destroy), (group_commit), (group_is_muted),
27274         (gen_preroll_element), (add_stream), (unknown_type),
27275         (probe_triggered), (preroll_unlinked), (mute_stream),
27276         (silence_stream), (new_decoded_pad), (setup_substreams),
27277         (setup_source), (get_active_source), (mute_group_type),
27278         (muted_group_change_state), (set_active_source),
27279         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27280         (play_base_eos), (gst_play_base_bin_change_state):
27281         * gst/playback/gstplaybasebin.h:
27282         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27283         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27284         (gst_stream_info_dispose), (stream_info_mute_pad),
27285         (stream_info_change_state), (gst_stream_info_set_mute):
27286         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27287         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27288         (gst_stream_selector_init), (gst_stream_selector_dispose),
27289         (gst_stream_selector_get_linked_pad),
27290         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27291         (gst_stream_selector_get_linked_pads),
27292         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27293         * gst/playback/gststreamselector.h:
27294           Adding stream selection support plus required properties for
27295           applications to use this. Fully fixes #100931.
27296
27297 2005-01-08  Benjamin Otte  <otte@gnome.org>
27298
27299         * gst/games/gstpuzzle.c: (nav_event_handler):
27300           - handle nav events differently: forward every event no matter if it
27301             was handled or not.
27302           - translate events
27303           You can now cheat by using navigationtest ! puzzle and moving the
27304           mouse close to the edge of a tile. ;)
27305
27306 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * configure.ac:
27309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27310         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27311         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27312         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27313         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27314         (gst_ogm_parse_plugin_init):
27315         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27316         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27317         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27318         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27319         * ext/pango/gsttextoverlay.h:
27320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27321         (gst_matroska_demux_handle_seek_event),
27322         (gst_matroska_demux_sync_streams),
27323         (gst_matroska_demux_parse_blockgroup),
27324         (gst_matroska_demux_subtitle_caps),
27325         (gst_matroska_demux_plugin_init):
27326         * gst/matroska/matroska-ids.h:
27327         * gst/playback/gstdecodebin.c: (close_pad_link):
27328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27329         (gen_preroll_element), (remove_groups), (add_stream),
27330         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27331         (setup_source):
27332         * gst/playback/gstplaybasebin.h:
27333         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27334         * gst/subparse/Makefile.am:
27335         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27336         (gst_subparse_base_init), (gst_subparse_class_init),
27337         (gst_subparse_init), (gst_subparse_formats),
27338         (gst_subparse_eventmask), (gst_subparse_event),
27339         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27340         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27341         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27342         (parse_mpsub_deinit), (parse_mpsub_init),
27343         (gst_subparse_buffer_format_autodetect),
27344         (gst_subparse_format_autodetect), (gst_subparse_loop),
27345         (gst_subparse_change_state), (gst_subparse_type_find),
27346         (plugin_init):
27347         * gst/subparse/gstsubparse.h:
27348         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27349         (plugin_init):
27350           Add subtitle support, .sub parser (supports SRT and MPsub),
27351           OGM text support, Matroska UTF-8 text support, deadlock fixes
27352           all over the place, subtitle awareness in decodebin/playbin
27353           and some fixes to textoverlay to handle subtitles in a stream
27354           correctly. Fixes #100931.
27355
27356 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27357
27358         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27359           Check for pad availability before doing a query on it.
27360
27361 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27362
27363         * ext/dv/gstdvdec.c:
27364           really fix bpp24/32 dvdec caps (classic rgba indeed)
27365         * gst/asfdemux/gstasfdemux.c:
27366         (gst_asf_demux_process_ext_content_desc):
27367           don't send text tags if they are empty (bis repetita)
27368
27369 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27370
27371         * ext/dv/gstdvdec.c:
27372          remove unneeded comment from dvdec
27373           (related to DV 4CC codes in AVI files)
27374           moved them in gstreamer/docs/random/mimetypes
27375         * gst/asfdemux/gstasfdemux.c:
27376         (gst_asf_demux_process_ext_content_desc):
27377          don't send text tags if they are empty
27378          fix mem leak on error path
27379         * gst/ffmpegcolorspace/avcodec.h:
27380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27381         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27382         (gst_ffmpegcsp_avpicture_fill):
27383         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27384         * gst/ffmpegcolorspace/imgconvert_template.h:
27385          adds BGR32 and BGRA32 to ffmpegcolorspace
27386           (still bad colors, fixing it on next commit)
27387           helps with dvdec outputing BGR32
27388
27389 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27390
27391         * ext/dv/gstdvdec.c:
27392          Fix audio caps i just broke (missing ',')
27393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27394         (gst_matroska_mux_reset):
27395          Fix typo + add FIXME about old "x-gst-metadata" crap
27396
27397 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27398
27399         * ext/dv/demo-play.c: (main):
27400          xvideosink -> xvimagesink
27401         * ext/dv/gstdvdec.c:
27402          change rgb 32/32 caps to 24/32 (no alpha)
27403          change nb of channels to be a list (2 or 4, not 2)
27404          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27405         * gst/asfdemux/gstasfdemux.c:
27406         (gst_asf_demux_process_ext_content_desc):
27407          Add 'date/year' to extracted metadata list
27408
27409 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27410
27411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27412           The return value of fixate_to does not imply that the requested
27413           value was set, so don't assume.
27414
27415 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27416
27417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * ext/libpng/gstpngdec.c:
27420         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27421         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27422         * ext/libpng/gstpngenc.h:
27423           Alpha support (encoder; #163161), mime fixage.
27424
27425 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27426
27427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27428
27429         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27430         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27431         (gst_faac_set_property), (gst_faac_get_property):
27432         * ext/faac/gstfaac.h:
27433           Allow for ADTS output (#153434).
27434
27435 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27438           Fix against template (#150576).
27439
27440 2005-01-06  Benjamin Otte  <otte@gnome.org>
27441
27442         * gst/games/gstpuzzle.c: (draw_puzzle):
27443           don't draw a puzzle if either width or height of tiles would be 0.
27444
27445 2005-01-06  Benjamin Otte  <otte@gnome.org>
27446
27447         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27448         (gst_puzzle_class_init), (gst_puzzle_finalize):
27449           no memleaks, please
27450         (gst_puzzle_create), (gst_puzzle_init),
27451         (gst_puzzle_set_property), (gst_puzzle_setup):
27452           change initialization code around so we don't reshuffle on resize
27453         (draw_puzzle):
27454           fix another stupid typo
27455
27456 2005-01-06  Benjamin Otte  <otte@gnome.org>
27457
27458         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27459           fix stupid typo that borked copying on YUY2
27460
27461 2005-01-06  Benjamin Otte  <otte@gnome.org>
27462
27463         * gst/games/gstpuzzle.c: (draw_puzzle):
27464           fix edges when image sizes aren't multiples of tile sizes
27465
27466 2005-01-06  Benjamin Otte  <otte@gnome.org>
27467
27468         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27469           make RGB endianness work correctly
27470         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27471           refactor and fix race with initial shuffling
27472         (nav_event_handler):
27473           allow using the mouse to puzzle
27474         (draw_puzzle):
27475           insist on tiles having width and height as multiples of 4 to get
27476           clean YUV image handling
27477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27478         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27479           s/DEBUG/LOG/ for common messages
27480         (gst_xvimagesink_navigation_send_event):
27481           fix mouse event translation to not include screen PAR
27482         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27483           fix mouse event translation to actually work
27484
27485 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27486
27487         * gst/asfdemux/gstasfdemux.c:
27488         (gst_asf_demux_process_ext_content_desc):
27489          Extract TrackNumber metadata + clean up code
27490         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27491          Hope this is the good fix (var used unitialised)
27492
27493 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27494
27495         * ext/faad/gstfaad.c: (gst_faad_chain):
27496           Only increment timestamp if it's valid. Fixes raw AAC streams.
27497
27498 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27499
27500         * configure.ac:
27501         * gst/games/Makefile.am:
27502         * gst/games/gstpuzzle.c:
27503           add a puzzle game with...
27504         * gst/games/gstvideoimage.c:
27505         * gst/games/gstvideoimage.h:
27506           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27507           from videotestsrc and made into something that would be a nice
27508           library for a lot of other plugins.
27509
27510 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27511
27512         * configure.ac:
27513          don't compile faad plugin if a RC of 2.0 is found
27514          Fixes #155346 (and FC1 buildbot)
27515         * gst/asfdemux/gstasfdemux.c:
27516         (gst_asf_demux_process_ext_content_desc):
27517          try to make Solaris compiler happier
27518
27519 2005-01-06  Paul Jack  <pjack@sfaf.org>
27520
27521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27524           Fix segfault (#161667).
27525
27526 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27529           Fix framerate reporting.
27530
27531 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27532
27533         * gst-libs/gst/riff/riff-ids.h:
27534         * gst/wavenc/riff.h:
27535          Add AMR (VBR and CBR) ids to riff.h audio codec list
27536         * gst/asfdemux/gstasfdemux.c:
27537         (gst_asf_demux_process_ext_content_desc),
27538         (gst_asf_demux_process_object):
27539           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27540
27541 2005-01-05  Martin Eikermann  <meiker@upb.de>
27542
27543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27546         (gst_dvd_demux_handle_discont):
27547         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27548         (gst_mpeg_demux_handle_discont):
27549           Recreate pads on new-media (#160730).
27550         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27551           Send discont even if manager changes timestamps (#161929).
27552
27553 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27554
27555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27558           Fix invalid memory access (#159211).
27559
27560 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27561
27562         * examples/gstplay/player.c: (main):
27563           Don't iterate.
27564         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27565           Add visualizations.
27566         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27567         (gst_a52dec_handle_frame):
27568           Set duration.
27569         * ext/dvdnav/gst-dvd:
27570           Add audioconvert. Fixes #161325.
27571         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27572           Explicitely case to gint64. Possible valgrind error.
27573         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27574         (gst_play_tick_callback), (gst_play_change_state),
27575         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27576         (gst_play_set_location), (gst_play_get_location),
27577         (gst_play_seek_to_time), (gst_play_set_data_src),
27578         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27579         (gst_play_set_visualization), (gst_play_connect_visualization),
27580         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27581         (gst_play_new):
27582           Use playbin. Fixes #139749 and #147744.
27583         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27584           Add genre tag.
27585         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27586         (audioscale_get_type), (gst_audioscale_base_init),
27587         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27588         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27589         (gst_audioscale_link), (gst_audioscale_get_buffer),
27590         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27591         (gst_audioscale_init), (gst_audioscale_dispose),
27592         (gst_audioscale_chain), (gst_audioscale_set_property),
27593         (gst_audioscale_get_property), (plugin_init):
27594           Indent properly.
27595         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27596           Fix LPCM.
27597         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27598         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27599         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27600           Add more metadata (fixes #162656).
27601
27602 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27603
27604         * configure.ac:
27605           back to cvs
27606
27607 === release 0.8.7 ===
27608
27609 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27610
27611         * NEWS:
27612         * RELEASE:
27613         * configure.ac:
27614           releasing 0.8.7, "Hyperspace"
27615
27616 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27619
27620         * gst/playback/gstplaybasebin.c:
27621          Fix for #162924 - free caps after use, not before
27622
27623 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27626
27627         * gst/playback/gstplaybasebin.c:
27628         * gst/wavparse/gstwavparse.c:
27629           Fix for #154773 - fixes playback of small .wav files
27630
27631 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27634
27635         * gst/audioscale/gstaudioscale.c:
27636           Fix for #162819 - make audioscale reusable
27637           Fixes playback of more than one file with playbin/totem
27638
27639 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27640
27641         * gst/ffmpegcolorspace/avcodec.h:
27642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27643         * gst/ffmpegcolorspace/imgconvert.c:
27644           clean up the mess that made me cry and avoid needless duplication
27645
27646 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27647
27648         * gst/ffmpegcolorspace/imgconvert.c:
27649           give some indication of why we're segfaulting
27650
27651 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * configure.ac:
27654           Fix indentation, fix v4l2 plugin detection.
27655         * ext/Makefile.am:
27656           Fix libmms location (Maciej, use diff -u!).
27657         * ext/alsa/gstalsa.c: (gst_alsa_init):
27658           Initialize caps cache to NULL.
27659         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27660           Only change state on audiosink if it exists.
27661
27662 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27663
27664         * gst/matroska/matroska-demux.c:
27665         * gst/matroska/matroska-ids.h:
27666         * gst/matroska/matroska-demux.h:
27667         Fix Vorbis streams failing to decode in some files, where cluster_time
27668         isn't 0, because then it doesn't send codec_priv before actual data.
27669         Remove time-based test and replace it with marker set on beginning of
27670         new stream
27671
27672 2004-12-28  David Schleef  <ds@schleef.org>
27673
27674         Merge patch from Ronald fixing problems with streaming
27675         text.
27676         * ext/cairo/gstcairo.c: (plugin_init):
27677         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27678         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27679         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27680         (gst_textoverlay_font_init), (gst_textoverlay_init),
27681         (gst_textoverlay_set_property):
27682         * ext/cairo/gsttextoverlay.h:
27683
27684 2004-12-27  David Schleef  <ds@schleef.org>
27685
27686         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27687         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27688         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27689         (gst_textoverlay_font_init), (gst_textoverlay_init),
27690         (gst_textoverlay_set_property): Improvements to actually
27691         render text as white on black outline on video, including
27692         font selection and horizontal/vertical alignment.  (Ronald's
27693         christmas present)
27694         * ext/cairo/gsttextoverlay.h:
27695
27696 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27697
27698         * ext/ogg/gstogg.c:
27699         * ext/ogg/gstogmparse.c:
27700           fix ogm[audio/video]parse plugin registration
27701           (riff won't load if bytestream is already loaded)
27702
27703 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27704
27705         * gst/audioconvert/gstchannelmix.c:
27706           fix for GLIB < 2.4
27707
27708 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27709
27710         * Makefile.am:
27711         * configure.ac:
27712           disable docs again until it actually passes make distcheck.
27713
27714 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27717         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27718         (plugin_init):
27719           Add 3GP (variables name Q3GP because they can't start with a
27720           number). Add samr audio fourcc (used in .3gp files), decoder
27721           is work in progress. Also do a GST_WARNING instead of ERROR
27722           in case of unknown nodes, to decrease output.
27723
27724 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27725
27726         * Makefile.am:
27727           really fix dist
27728
27729 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27730
27731         * configure.ac:
27732         * ext/speex/gstspeexdec.h:
27733         * ext/speex/gstspeexenc.h:
27734           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27735           Fix detection code in configure.ac
27736
27737 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27738
27739         * gst/matroska/matroska-demux.c:
27740         (gst_matroska_demux_parse_blockgroup):
27741           Save position, so that queries give proper return values. Don't
27742           know how this could ever have worked before...
27743
27744 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27745
27746         * configure.ac:
27747           Put additional LAME check inside the conditional.  Fixes #152339
27748
27749 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27750
27751         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27752         (gst_avi_demux_stream_scan):
27753           Add some more debug. Fix logic error when setting movi offset
27754           while reading index.
27755
27756 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27759         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27760         (gst_avi_demux_process_next_entry):
27761           Add some debugging. Better detection of broken indexes and the
27762           accompanying index recovery. No infinite loops on state changes
27763           when we're still in our loopfunction.
27764
27765 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * configure.ac:
27768           Fix up.
27769
27770 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27771
27772         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27773
27774         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27775           Normalizing the value before setting
27776         (gst_sunaudiomixer_get_volume):
27777           Normalizing the value after getting. Fixes bug# 161980
27778
27779 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27780
27781         * Makefile.am: Make sure docs gets disted
27782         * docs/Makefile.am: Make sure all needed files get disted
27783         * gst-plugins.spec.in: latest updates
27784
27785 2004-12-22  Wim Taymans  <wim@fluendo.com>
27786
27787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27788         Revert patch 1.38 as clock distribution over schedulers does
27789         not work correcly in the core yet.
27790
27791 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27792
27793         * sys/oss/README: remove this file, which predates my birth
27794           (and which content is by far outdated)
27795
27796 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27797
27798         * Makefile.am:
27799         * configure.ac:
27800         * docs/Makefile.am:
27801         * docs/libs/Makefile.am:
27802         * docs/libs/gst-plugins-libs-docs.sgml:
27803         * docs/libs/gst-plugins-libs-sections.txt:
27804         * docs/libs/tmpl/gstgconf.sgml:
27805         * docs/upload.mak:
27806         * docs/version.entities.in:
27807           Added boilerplate gtk-doc files for plugin-libs documentation.
27808
27809 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27810
27811         * gst/auparse/gstauparse.c: fix int and float audio caps
27812
27813 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27814
27815         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27816         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27817           g_assert() can be a macro, don't use #ifdef inside it.
27818
27819 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27820
27821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27822
27823         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27824         (gst_videorate_init), (gst_videorate_chain),
27825         (gst_videorate_change_state):
27826           Event handling (fixes #159986).
27827
27828 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * gst-libs/gst/riff/riff-media.c:
27831         (gst_riff_create_video_caps_with_data):
27832           Add BLZ0 (Blizzard's version of DivX) fourcc.
27833
27834 2004-12-18  David Schleef  <ds@schleef.org>
27835
27836         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27837         portability fix.
27838
27839 2004-12-18  David Schleef  <ds@schleef.org>
27840
27841         * gst/tta/ttadec.h: Disable some header code that isn't used
27842         and clearly isn't portable.
27843
27844 2004-12-18  David Schleef  <ds@schleef.org>
27845
27846         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27847         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27848         (avcodec_get_pix_fmt), (avpicture_layout),
27849         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27850         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27851         Fix code to not use GCC extensions (and c99 extensions that
27852         Forte does not like.)
27853
27854 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27855
27856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27857
27858         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27859         (gst_deinterlace_chain):
27860           Rowstride fixes. Fixes #161039.
27861         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27862         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27863         (gst_video_crop_getcaps), (gst_video_crop_link),
27864         (gst_video_crop_i420), (gst_video_crop_chain),
27865         (gst_video_crop_change_state):
27866           Rework of negotiation. Actually works now. Fixes #158650.
27867
27868 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27871           That was very stupid.
27872
27873 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * gst/matroska/matroska-demux.c:
27876         (gst_matroska_demux_parse_blockgroup):
27877           Fix possible crasher.
27878
27879 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27880
27881         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27882         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27883           Lace sizes can be zero.
27884
27885 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27886
27887         * ext/musepack/gstmusepackdec.cpp:
27888           Fetch error return values. Fixes #161624.
27889         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27890           Really EOS.
27891
27892 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27893
27894         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27895           Work for truncated (unfinished download etc.) files. Fixes #160514.
27896
27897 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27898
27899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27900           Fix for integer overflow. Makes #156001 not crash. Probably masks
27901           the real bug.
27902
27903 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27904
27905         * gst/ac3parse/gstac3parse.c: (plugin_init):
27906           Parsers never have ranks. Fixes #159651.
27907
27908 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27909
27910         * gst/playback/gstdecodebin.c: (compare_ranks):
27911           make sure the facotries are ordered the same every time even if they
27912           have the same rank by using the name
27913         * gst/playback/gstdecodebin.c: (find_compatibles):
27914           make sure we don't add factories to the list twice
27915
27916 2004-12-16  David Schleef  <ds@schleef.org>
27917
27918         * configure.ac: look for musepack headers as musepack/*.h
27919         (fixes #159847)
27920         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27921         * ext/musepack/gstmusepackreader.h: same
27922
27923 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27924
27925         * gst-libs/gst/riff/riff-read.c:
27926         (gst_riff_read_strf_auds_with_data):
27927           Read extradata correctly (fixes #155879).
27928
27929 2004-12-16  David Schleef  <ds@schleef.org>
27930
27931         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27932         audio.  does _not_ attempt or allow conversion unless channels
27933         is 1 or 2.
27934
27935 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27936
27937         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27938
27939 2004-12-16  David Schleef  <ds@schleef.org>
27940
27941         * gst/audioscale/gstaudioscale.c: the resample library only
27942         handles 1 or 2 channels.  Change caps to compensate.
27943
27944 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27947         (gst_matroska_demux_audio_caps):
27948           Some MPEG-AAC hacks, because else it doesn't work...
27949
27950 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * gst-libs/gst/riff/riff-media.c:
27953         (gst_riff_create_video_caps_with_data),
27954         (gst_riff_create_video_template_caps):
27955           Add h264.
27956
27957 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27958
27959         * gst-libs/gst/audio/Makefile.am:
27960           Try to fix buildbot.
27961
27962 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27963
27964         * gst/tcp/gstmultifdsink.c:
27965           Clean up and uniformize debugging.
27966
27967 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27968
27969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27970
27971         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27972         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27974         (gst_mpeg_demux_change_state):
27975           Reset on ready. Fixes 160276.
27976
27977 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27978
27979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27980
27981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27982         (gst_ffmpegcsp_pad_link):
27983           Fix memleak (#154815).
27984
27985 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27986
27987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27988
27989         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27990         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27991         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27992         * ext/musicbrainz/gsttrm.h:
27993           Add support for using a proxy server when getting a trm id from
27994           the MusicBrainz database (#149613).
27995
27996 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27997
27998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28001         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28002           Fix memleaks (#157233).
28003
28004 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28005
28006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28007
28008         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28009         * gst-libs/gst/resample/resample.h:
28010         * gst/audioscale/gstaudioscale.c:
28011           Fix memleak (#159215).
28012
28013 2004-12-16  Toni Willberg  <toniw@iki.fi>
28014
28015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28016
28017         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28018         * sys/oss/oss_probe.c: (main):
28019           Check for mono/stereo support (similar to samplerate probing),
28020           fixes #159433. Also add missing copyright header to oss_probe.c.
28021
28022 2004-12-15  David Schleef  <ds@schleef.org>
28023
28024         * configure.ac: add audioresample and cairo plugins.  Remove
28025         HAVE_MMX stuff, because it's not used.
28026         * ext/Makefile.am: same
28027         * ext/audioresample/Makefile.am: You are not ready for an
28028         audio resampling element based on audioresample.
28029         * ext/audioresample/gstaudioresample.c:
28030         * ext/audioresample/gstaudioresample.h:
28031         * ext/cairo/Makefile.am: You are not ready for overlay elements
28032         based on cairo.  Don't look too closely, these elements kinda
28033         suck right now.
28034         * ext/cairo/gstcairo.c: new
28035         * ext/cairo/gsttextoverlay.c: new
28036         * ext/cairo/gsttextoverlay.h: new
28037         * ext/cairo/gsttimeoverlay.c: new
28038         * ext/cairo/gsttimeoverlay.h: new
28039         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28040         problem with compilers that don't support variadic macros.
28041
28042 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28043
28044         Reviewed by:  David Schleef  <ds@schleef.org>
28045
28046         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28047         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28048         bit.  Also ran indent-gst.
28049         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28050         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28051         (gst_sunaudiosrc_setparams):
28052
28053 2004-12-14  David Schleef  <ds@schleef.org>
28054
28055         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28056         output rate to 16000.  Should fix #160235.
28057
28058 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28059
28060         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28061         Add typefinding for mpeg2 pes streams
28062
28063 2004-12-13  David Schleef  <ds@schleef.org>
28064
28065         * configure.ac:  Applied patch from bug #143659, making default
28066         sources and sinks OS-dependent (for Solaris), and added code
28067         for OS/X.
28068         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28069
28070 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28071
28072         * gst-libs/gst/riff/riff-media.c:
28073           forgot to add h2.64 to avidemux template caps
28074
28075 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28076
28077         * gst/wavenc/riff.h:
28078         * gst-libs/gst/riff/riff-media.c:
28079         * gst-libs/gst/riff/riff-ids.h:
28080         * gst/avi/gstavimux.c
28081         add 4CC code for VideoSoft h264 in AVI (VSSH)
28082           fixes bug #160655
28083         remove s323 from riff, it's quicktime specific :(
28084
28085 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28086
28087         * gst/asfdemux/README
28088         * gst/wavenc/riff.h
28089         * gst-libs/gst/riff/riff-ids.h
28090         * gst-libs/gst/riff/riff-media.c
28091         * gst/qtdemux/qtdemux.c:
28092           add new 4CC codes for h263 related codecs
28093           fixes partially bug #155163
28094
28095 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28096
28097         * configure.ac: Update polyaudio requirement to 0.7
28098         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28099
28100 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28101
28102         * gst/interleave/deinterleave.c:
28103         fix my name's spelling! :)
28104
28105 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28106
28107         * AUTHORS ChangeLog
28108         * gst/auparse/gstauparse.c
28109         * gst/interleave/deinterleave.c
28110         * gst/law/:
28111                 alaw-decode.c alaw-encode.c
28112                 mulaw-decode.c mulaw-encode.c
28113         * gst/oneton/gstoneton.c
28114         * sys/osxaudio/:
28115                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28116         * sys/osxvideo/:
28117                 cocoawindow.h cocoawindow.m
28118                 osxvideosink.h osxvideosink.m
28119
28120         put the same mail address for Zaheer Abbas Merali everywhere
28121
28122 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28123
28124         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28125           Align by packetsize, and assert that we a packet available before
28126           playing. The first makes webstreams work (they often include
28127           trailing padding data in a packet), the second allows pausing a
28128           ASF stream in totem without getting demux errors afterwards.
28129
28130 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28131
28132         * ext/ogg/gstoggdemux.c: (get_relative):
28133           Check for non-NULL before accessing member (end-of-chain).
28134
28135 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28136
28137         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28138         (cdparanoia_set_property), (cdparanoia_get_property):
28139         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28140         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28141         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28142         (dvdreadsrc_init), (dvdreadsrc_set_property),
28143         (dvdreadsrc_get_property):
28144         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28145         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28146           Synchronize property names where not yet the case. Devices are
28147           now device=X, other versions are deprecated (but still exist).
28148           Also use g_free() unconditionally.
28149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28150         (setup_source), (gst_play_base_bin_get_property):
28151           Expose source.
28152
28153 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28154
28155         * configure.ac: move GCONF macro outside conditional for the am
28156           conditional. Fixes #160439
28157
28158 2004-12-08  David Schleef  <ds@schleef.org>
28159
28160         * tools/gst-visualise-m.m: Switch to elements that currently
28161         exist.
28162
28163 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28166           We love wrong commas.
28167
28168 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * gst/matroska/matroska-demux.c:
28171         (gst_matroska_demux_handle_src_query):
28172           Don't set DEFAULT, unsupported - makes length display incorrectly
28173           in some cases.
28174
28175 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28176
28177         * gst/monoscope/README: remove blurb about files being GPL
28178         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28179         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28180           monoscope is now effectively LGPL licensed
28181
28182 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28183
28184         * gst/monoscope/README: Update information to be more correct
28185         * gst/monoscope/convolve.c: Relicense to LGPL
28186         * gst/monoscope/convolve.h: Relicense to LGPL
28187
28188 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28189
28190         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28191           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28192         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28193           set default_duration for mpeg1 audio
28194
28195 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28196
28197         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28198         * ext/alsa/gstalsa.h:
28199           refactor big chunks of the core caps negotiation code to make it
28200           a lot faster, because people claim it's really slow
28201           (actually, just cache the getcaps when the device is opened)
28202
28203 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28204
28205         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28206         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28207         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28208         (gst_a52dec_change_state), (plugin_init):
28209         * ext/a52dec/gsta52dec.h:
28210           Do something useful with timestamps. Make chain-based (since
28211           there's really no reason to be loopbased).
28212         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28213           Update current_byte/frame correctly.
28214
28215 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28216
28217         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28218         (gst_ape_demux_stream_init):
28219           Forward tags, too.
28220
28221 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28222
28223         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28224           Let's make sure we're done typefinding when detecting tags.
28225
28226 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28227
28228         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28229         (gst_ebml_read_init), (gst_ebml_read_use_event),
28230         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28231         (gst_ebml_read_seek), (gst_ebml_read_skip),
28232         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28233         (gst_ebml_read_master):
28234         * gst/matroska/ebml-read.h:
28235         * gst/matroska/matroska-demux.c:
28236         (gst_matroska_demux_parse_contents),
28237         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28238           Disgustingly evil hack for working around INTERRUPT events and
28239           their extremely annoying habit of being a pain in the ass. We
28240           simply peek a cluster before reading any of it.
28241
28242 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28243
28244         * ext/musepack/gstmusepackdec.cpp:
28245           There's also floating point libmusepacks.
28246
28247 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28250         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28251           Set DURATION even if source buffer didn't. Also use increasing
28252           timestamps.
28253         * gst-libs/gst/riff/riff-media.c:
28254         (gst_riff_create_audio_caps_with_data):
28255           Block_align can have larger values than 8192.
28256
28257 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28258
28259         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28260         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28261         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28262         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28263           Fix caps.
28264
28265 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28268           Fix logic bug.
28269
28270 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28271
28272         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28273           Yay, another one.
28274
28275 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28276
28277         * ext/esd/esdsink.c: (gst_esdsink_chain):
28278           Make error actually say something useful (fixes #156798).
28279         * gst-libs/gst/riff/riff-media.c:
28280         (gst_riff_create_video_caps_with_data),
28281         (gst_riff_create_video_template_caps):
28282           Add Intel Video 5.0 fourcc (IV50).
28283
28284 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28285
28286         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28287         detection on mono and stereo mp3 files.
28288
28289 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28292           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28293           the contained stream).
28294
28295 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28298           Oops, remove debug.
28299
28300 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28301
28302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/law/alaw-decode.c: (alawdec_getcaps):
28305         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28306           Prevent warnings when negotiating caps (fixes #159338).
28307
28308 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28309
28310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28311         (gst_ffmpegcsp_chain):
28312           Remove old leftover that shouldn't be there...
28313
28314 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28315
28316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28319           Don't forward DISCONT events (fixes #159684).
28320
28321 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28324           Unlink manually since sometimes bin disposal (and therefore
28325           pad unlinking) is delayed, which will cause a new media file
28326           to not be able to start playing instantly.
28327
28328 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28329
28330         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28331           On mute of an unlinked stream, check for pad availability so
28332           we don't crash on unlinked pad.
28333
28334 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28337         (gst_avi_demux_massage_index):
28338           Fix quite humiliating bug in omitting 0-sized index chunks but
28339           forgetting to count them for timestamps.
28340
28341 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28342
28343         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28344           Actually leave the loop if we failed to sync. Don't crash.
28345
28346 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28347
28348         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28349         (gst_dvd_demux_process_private):
28350         * gst/mpegstream/gstdvddemux.h:
28351           Fix crash (#159759). Doesn't work, though. :-(.
28352
28353 2004-11-28  Benjamin Otte  <otte@gnome.org>
28354
28355         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28356           more overwriting protection due to modifying channels one by one
28357           instead of all at once
28358
28359 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28360
28361         * gst/audioconvert/gstchannelmix.c:
28362         (gst_audio_convert_fill_normalize):
28363           Normalize using absolute values.
28364
28365 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28366
28367         * configure.ac:
28368         * ext/Makefile.am:
28369         * ext/directfb/Makefile.am:
28370         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28371         (gst_directfbvideosink_get_pixel_format),
28372         (gst_directfbvideosink_get_format_from_fourcc),
28373         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28374         (gst_directfbvideosink_sink_link),
28375         (gst_directfbvideosink_change_state),
28376         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28377         (gst_directfbvideosink_buffer_alloc),
28378         (gst_directfbvideosink_interface_supported),
28379         (gst_directfbvideosink_interface_init),
28380         (gst_directfbvideosink_navigation_send_event),
28381         (gst_directfbvideosink_navigation_init),
28382         (gst_directfbvideosink_set_property),
28383         (gst_directfbvideosink_get_property),
28384         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28385         (gst_directfbvideosink_base_init),
28386         (gst_directfbvideosink_class_init),
28387         (gst_directfbvideosink_get_type), (plugin_init):
28388         * ext/directfb/directfbvideosink.h: Adding a first version of
28389         directfbvideosink.
28390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28391         more.
28392
28393 2004-11-28  Benjamin Otte  <otte@gnome.org>
28394
28395         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28396           walk the samples backwards if out_channels > in_channels so we don't
28397           overwrite data
28398
28399 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * gst/audioconvert/Makefile.am:
28402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28403         (gst_audio_convert_link), (gst_audio_convert_change_state),
28404         (gst_audio_convert_channels):
28405         * gst/audioconvert/gstchannelmix.c:
28406         (gst_audio_convert_unset_matrix),
28407         (gst_audio_convert_fill_identical),
28408         (gst_audio_convert_fill_compatible),
28409         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28410         (gst_audio_convert_fill_others),
28411         (gst_audio_convert_fill_normalize),
28412         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28413         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28414         * gst/audioconvert/gstchannelmix.h:
28415           Implement a channel mixer.
28416
28417 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28418
28419         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28420         * ext/alsa/gstalsa.h:
28421         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28422         Make alsasink actually honor gst_element_set_clock and use that
28423         clock instead of its internal one.
28424
28425 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28426
28427         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28428         (gst_play_base_bin_change_state): nullify source and decoder when
28429         going from READY to NULL so that we don't try to do weird stuff with
28430         them when going from NULL to READY
28431         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28432         instead of g_object_unref
28433         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28434         it should be correct
28435         (gst_play_bin_change_state): don't call remove_sinks if we are
28436         currently disposing the object
28437
28438 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28441           Don't forget bass if it's there. Else left channel is silent...
28442
28443 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28446         (gst_a52dec_change_state):
28447           Don't do sample adjusting anymore, we use float audio now.
28448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28449           Don't fixate to non-existing properties.
28450
28451 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28454         (gst_a52dec_change_state):
28455           Advertise that we can do surround sound.
28456
28457 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28458
28459         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28460           Add buffer-frames=0.
28461         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28462         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28463         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28464         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28465         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28466         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28467         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28468         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28469         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28470         * ext/dvdread/dvdreadsrc.h:
28471           Add seeking, querying for bytes, sectors, title, angle and
28472           chapter. Handle multiple chapters. Relicense to LGPL because
28473           Billy agreed on that (thanks Billy!).
28474
28475 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28476
28477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28478         call parent dispose method
28479
28480 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28481
28482         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28483         (gst_audio_clock_get_internal_time):
28484         Fix active <-> inactive transitions: ensure time value always
28485         grows and avoid abrupt value changes.
28486
28487 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28488
28489         * configure.ac:
28490         * gst/tta/Makefile.am:
28491         * gst/tta/crc32.h:
28492         * gst/tta/filters.h:
28493         * gst/tta/gsttta.c:
28494         * gst/tta/gstttadec.c:
28495         * gst/tta/gstttadec.h:
28496         * gst/tta/gstttaparse.c:
28497         * gst/tta/gstttaparse.h:
28498         * gst/tta/ttadec.h:
28499           added TTA parser and decoder
28500
28501 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28502
28503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28504         (probe_triggered), (check_queue), (buffer_underrun),
28505         (buffer_running), (buffer_overrun), (gen_source_element),
28506         (setup_source):
28507         * gst/playback/gstplaybasebin.h:
28508           Implement buffering. Needs some more work.
28509
28510 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * ext/theora/theoradec.c: (theora_dec_chain):
28513           Fix ilog mask range overflow.
28514
28515 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28518           Don't omit the last (which in case of dmix is the only :) )
28519           channel count. Don't set channels if <= 2.
28520
28521 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28522
28523         * gst/playback/gstplaybin.c: (gen_video_element),
28524         (gen_audio_element): Removed 2 obsolete comments
28525
28526 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28527
28528         * ext/vorbis/oggvorbisenc.c
28529         * ext/vorbis/vorbisenc.c :
28530           change description fields of those plugins to differentiate them
28531           (pitivi show Encoders by description, they had the same one)
28532
28533 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28534
28535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28538         (gst_play_bin_set_property), (gen_video_element),
28539         (gen_audio_element):
28540           Refcounting fixes for provided audio-/videosinks.
28541
28542 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * gst/playback/gstplaybin.c: (gen_video_element),
28545         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28546           Don't reference all sinks, but only the video- and audiosinks.
28547           The vis. element should be disposed when we're done with it.
28548           We don't have any reason to keep it around. This fixes warnings
28549           when reusing playbin for playing multiple audio files with
28550           vis. enabled. Also release audio device on pause - idea stolen
28551           from Rhythmbox.
28552
28553 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28556         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28557         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28558         * ext/alsa/gstalsaplugin.c: (plugin_init):
28559         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28560         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28561         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28562         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28563         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28564         (gst_faad_change_state), (plugin_init):
28565         * ext/faad/gstfaad.h:
28566         * ext/vorbis/vorbis.c: (plugin_init):
28567         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28568         * gst-libs/gst/audio/Makefile.am:
28569         * gst-libs/gst/audio/audio.c: (plugin_init):
28570         * gst-libs/gst/audio/multichannel.c:
28571         (gst_audio_check_channel_positions),
28572         (gst_audio_get_channel_positions),
28573         (gst_audio_set_channel_positions),
28574         (gst_audio_set_structure_channel_positions_list),
28575         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28576         (gst_audio_fixate_channel_positions):
28577         * gst-libs/gst/audio/multichannel.h:
28578         * gst-libs/gst/audio/testchannels.c: (main):
28579         * gst/audioconvert/gstaudioconvert.c:
28580         (gst_audio_convert_class_init), (gst_audio_convert_init),
28581         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28582         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28583         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28584         * gst/audioconvert/plugin.c: (plugin_init):
28585           Surround sound support.
28586
28587 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28590           Fix position for discont if we're close as well. Nitpicking, but
28591           saves a few milliseconds of extra waiting or skipping.
28592
28593 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28594
28595         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28596           We sometimes need parsers for playback, so add those too.
28597
28598 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28599
28600         * configure.ac:
28601         * gst/apetag/Makefile.am:
28602         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28603         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28604         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28605         (gst_ape_demux_get_src_query_types),
28606         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28607         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28608         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28609         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28610         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28611         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28612         (gst_ape_demux_change_state):
28613         * gst/apetag/apedemux.h:
28614         * gst/apetag/apetag.c: (plugin_init):
28615         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28616         (plugin_init):
28617           APE v1/2 tag reader plus typefind function.
28618
28619 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * configure.ac:
28622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28623         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28624           Remove hacks for older core. Require newer core version
28625           accordingly.
28626
28627 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * gst/cdxaparse/Makefile.am:
28630         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28631         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28632         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28633         * gst/cdxaparse/gstcdxaparse.h:
28634         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28635         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28636         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28637         (gst_cdxastrip_get_src_query_types),
28638         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28639         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28640         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28641         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28642         * gst/cdxaparse/gstcdxastrip.h:
28643           SVCD/VCD header stripping separated from CDXA image parsing.
28644         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28645         (plugin_init):
28646           Add VCD/SVCD header typefinding for VCD/SVCD.
28647         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28648         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28649         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28650         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28651         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28652         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28653         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28654         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28655         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28656         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28657         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28658         * sys/vcd/vcdsrc.h:
28659           Fix up, add seeking, querying, URI interface. Works in totem now.
28660
28661 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28662
28663         * configure.ac:
28664           back to CVS
28665
28666 === release 0.8.6 ===
28667
28668 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28669
28670         * NEWS:
28671         * RELEASE:
28672         * configure.ac:
28673         * po/af.po:
28674         * po/az.po:
28675         * po/cs.po:
28676         * po/en_GB.po:
28677         * po/hu.po:
28678         * po/it.po:
28679         * po/nb.po:
28680         * po/nl.po:
28681         * po/or.po:
28682         * po/sq.po:
28683         * po/sr.po:
28684         * po/sv.po:
28685         * po/uk.po:
28686           releasing 0.8.6, "IOU Love"
28687
28688 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28689
28690         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28691
28692         * gst/playback/gstplaybasebin.c:
28693           Fix unplayable files error handling.  Fixes #158365
28694
28695 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28696
28697         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28698
28699         * gst/typefind/gsttypefindfunctions.c:
28700           Fix broken mp3 typefinding.  Fixes #158375
28701
28702 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28703
28704         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28705
28706         * ext/ogg/gstoggdemux.c:
28707           Fix sync on broken files.  Fixes #158976
28708
28709 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28710
28711         patch by: Edward Hervey <bilboed@bilboed.com>
28712
28713         * ext/libpng/gstpngenc.c:
28714           Copy over buffer properties.  Fixes #158832
28715
28716 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28717
28718         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28719
28720         * ext/dvdread/dvdreadsrc.c:
28721           Fixes invalid reads (#158462)
28722
28723 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28724
28725         * sys/v4l/gstv4lsrc.c:
28726         * sys/v4l/gstv4lsrc.h:
28727         * sys/v4l/v4lsrc_calls.c:
28728           Probe less and cache it.  Fixes #159187.
28729
28730 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28731
28732         * gst/videorate/gstvideorate.c:
28733           Handle all video formats. Fixes #159186.
28734
28735 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28736         * gst/synaesthesia/gstsynaesthesia.c:
28737         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28738         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28739         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28740         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28741         (gst_synaesthesia_change_state), (plugin_init):
28742         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28743         Force 320x200 output, as that's the only thing the underlying
28744         synaesthesia implementation supports. Still needs to be made
28745         re-entrant.
28746
28747 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * configure.ac:
28750           Fix mpeg2enc configure check (similar to mplex check below).
28751
28752 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28753
28754         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28755
28756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28757           Fix for gcc-2.95 (fixes #158221).
28758
28759 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28760
28761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28762           Re-add clock distribution hack (until new core is released).
28763           Fixes #158125.
28764
28765 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28766         * configure.ac:
28767           fix mplex configure check segfaulting on some systems (bug #140994)
28768
28769 2004-11-13  Benjamin Otte  <otte@gnome.org>
28770
28771         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28772           add debugging
28773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28774           do a wait when we enter the loop func with no data available to
28775           write instead of getting into an 100% CPU loop by just returning and
28776           being called again by the scheduler
28777
28778 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28779
28780         * configure.ac:
28781         * ext/libvisual/visual.c: (gst_visual_get_type),
28782         (libvisual_log_handler), (gst_visual_getcaps),
28783         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28784         (plugin_init):
28785           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28786         * ext/smoothwave/Makefile.am:
28787         * ext/smoothwave/demo-osssrc.c: (main):
28788         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28789         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28790         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28791         (plugin_init):
28792         * ext/smoothwave/gstsmoothwave.h:
28793           Make gstsmoothwave a working element in the 20th century.
28794
28795         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28796           Fix incorrect link function
28797
28798 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28799
28800         * gst/volume/gstvolume.c:
28801           Allow buffer-frames=0.
28802
28803 2004-11-12 Iain <iaingnome@gmail.com>
28804
28805         * configure.ac: Check for polypaudio
28806
28807         * ext/Makefile.am: Build the polyp dir
28808
28809         * ext/polyp: The polypsink sources.
28810
28811 2004-10-30 Iain <iaingnome@gmail.com>
28812
28813         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28814         caps to reflect the new number of channels.
28815
28816 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28817
28818         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28819           Fix for negotiation order problem. This would show when the
28820           ALSA loopfuction was called before any other function. ALSA
28821           wouldn't do anything because we're not negotiated yet, leading
28822           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28823
28824 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28825
28826         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28827
28828         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28829           No warnings (#157986).
28830
28831 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28834           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28835
28836 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28839           Signal no-more-pads (so it works in playbin).
28840
28841 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * ext/musepack/gstmusepackreader.cpp:
28844           Workaround for older core.
28845
28846 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28847
28848         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28849           Actually test for odd width/height rather than testing whether
28850           a temporary variable that was 0 before we subtracted 1 is now
28851           not equal to zero (which it always is).
28852
28853 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28854
28855         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28856         Fix compilation if HAVE_XVIDEO is not defined
28857
28858 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28859
28860         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28861         Fix compilation if HAVE_XVIDEO is not defined
28862
28863 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28864
28865         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28866         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28867         (gst_goom_change_state), (plugin_init):
28868         Use the bytestream adapter so goom doesn't depend on the input
28869         buffer size.
28870         Add a debug category
28871
28872 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28875           Only set hardware parameters *after* negotiation. Before
28876           negotiation, it will set ANY and that seems to cause crashes
28877           (see e.g. #151288, #153227).
28878
28879 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28880
28881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28882           This seems to be antique leftover. It needs to pass error
28883           checking.
28884         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28885         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28886         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28887         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28888           Fix GstXOverlay implementation (#151059).
28889
28890 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28893           Don't assert (#157853).
28894
28895 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28896
28897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28898           Fix bytes/samples confustion.
28899         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28900           Fix for underrun (#144389).
28901
28902 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28903
28904         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28905           Disable halfway-seek for pending release (since it needs a new
28906           core release).
28907
28908 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28909
28910         * sys/v4l/gstv4lsrc.c:
28911         * sys/v4l/gstv4lsrc.h:
28912         * sys/v4l/v4lsrc_calls.c:
28913           add autoprobe-fps property so we can separate autoprobing parts
28914
28915 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28916
28917         * sys/v4l/gstv4lsrc.c:
28918         * sys/v4l/v4lsrc_calls.c:
28919         initialise fourcc to catch unset fourcc's, and debug
28920
28921 2004-11-09  Wim Taymans  <wim@fluendo.com>
28922
28923         * gst/playback/README:
28924         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28925         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28926         (gst_play_bin_dispose), (gst_play_bin_set_property),
28927         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28928         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28929         (gst_play_bin_get_formats), (gst_play_bin_convert),
28930         (gst_play_bin_get_query_types), (gst_play_bin_query):
28931         Cleanups and some more documentation.
28932
28933 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28934
28935         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28936         (gst_cacasink_init), (gst_cacasink_chain):
28937         * ext/libcaca/gstcacasink.h:
28938         Cacasink inherits from VideoSink, so let that store the clock.
28939
28940 2004-11-09  Wim Taymans  <wim@fluendo.com>
28941
28942         * gst/playback/README:
28943         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28944         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28945         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28946         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28947         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28948         (setup_sinks):
28949         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28950         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28951         * gst/playback/gststreaminfo.h:
28952         Updated README.
28953         Only switch groups if all streams have muted (EOSed).
28954         Send Tags in sync with the stream playback instead of in
28955         the playback/preroll phase.
28956         Some cleanups, free the fakesrc elements.
28957
28958 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28959
28960         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28961           buffer-frames property was missing
28962         * ext/arts/gst_arts.c:
28963           rate missing from sinkcaps
28964         * ext/audiofile/gstafparse.c:
28965         * ext/audiofile/gstafsink.c:
28966         * ext/audiofile/gstafsrc.c:
28967         * ext/swfdec/gstswfdec.c:
28968           int audio doesn't know buffer-frames
28969         * ext/cdparanoia/gstcdparanoia.c:
28970           int audio doesn't know chunksize either
28971         * ext/nas/nassink.c:
28972           it's endianness, not endianess
28973         * gst-libs/gst/audio/audio.h:
28974           make float standard pad template caps really describe float
28975         * gst/law/mulaw.c: (linear_factory):
28976           signed only, please
28977         * gst/mpegstream/gstdvddemux.c:
28978           widths of 20 are not valid
28979
28980 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28981
28982         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28983
28984         * po/LINGUAS:
28985         * po/it.po:
28986           Add Italian
28987
28988 2004-11-08  Wim Taymans  <wim@fluendo.com>
28989
28990         * gst/playback/README:
28991         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28992         * gst/playback/gstplaybasebin.c: (probe_triggered),
28993         (gst_play_base_bin_change_state):
28994         Updated README, added more comments for fixmes etc..
28995
28996 2004-11-08  Wim Taymans  <wim@fluendo.com>
28997
28998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28999         We can remove this hack now.
29000
29001 2004-11-08  Wim Taymans  <wim@fluendo.com>
29002
29003         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29004         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29005         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29006         Only mix AYUV for maximum quality.
29007
29008 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29009
29010         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29011         (gst_ogg_demux_push), (gst_ogg_pad_push):
29012           Let's act as if we're synchronized now! :).
29013         * ext/theora/theoradec.c: (theora_dec_chain):
29014           Add some debug.
29015
29016 2004-11-08  Wim Taymans  <wim@fluendo.com>
29017
29018         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29019         (gst_alpha_set_property), (gst_alpha_sink_link),
29020         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29021         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29022         (gst_alpha_init_params), (gst_alpha_chain):
29023         Implement alpha functions for AYUV too, this increases
29024         accuracy quite a bit.
29025
29026 2004-11-08  Wim Taymans  <wim@fluendo.com>
29027
29028         * gst/ffmpegcolorspace/avcodec.h:
29029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29030         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29031         (gst_ffmpegcsp_avpicture_fill):
29032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29033         (gst_ffmpegcsp_caps_remove_format_info):
29034         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29035         (shrink12), (img_get_alpha_info), (deinterlace_line),
29036         (deinterlace_line_inplace):
29037         * gst/ffmpegcolorspace/imgconvert_template.h:
29038         Added AYUV colorspace and handle RGBA a bit more respectful.
29039
29040 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29043           Actually always send a discont (cornercase when resending the
29044           same serial-tagged chain twice).
29045
29046 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29047
29048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29049         (gst_ximagesink_finalize):
29050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29051         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29052
29053 2004-11-08  Wim Taymans  <wim@fluendo.com>
29054
29055         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29056         Don't segfault on NULL data.
29057
29058 2004-11-08  Wim Taymans  <wim@fluendo.com>
29059
29060         * gst/playback/gstdecodebin.c: (unlinked):
29061         * gst/playback/gstplay-marshal.list:
29062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29063         (gst_play_base_bin_init), (group_create), (get_active_group),
29064         (get_building_group), (group_destroy), (group_commit),
29065         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29066         (add_element_stream), (no_more_pads), (probe_triggered),
29067         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29068         (state_change), (setup_source), (gst_play_base_bin_get_property),
29069         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29070         (gst_play_base_bin_link_stream),
29071         (gst_play_base_bin_get_streaminfo):
29072         * gst/playback/gstplaybasebin.h:
29073         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29074         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29075         Add support for chained ogg files. Prepare for playlist
29076         support. This patch introduces the concept of pad groups, which
29077         together compose one playable media file.
29078
29079 2004-11-07  David Schleef  <ds@schleef.org>
29080
29081         * testsuite/gst-lint: Check for pad templates that aren't statically
29082         scoped.
29083
29084 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29085
29086         * configure.ac:
29087         * ext/Makefile.am:
29088         * ext/musepack/Makefile.am:
29089         * ext/musepack/gstmusepackdec.cpp:
29090         * ext/musepack/gstmusepackdec.h:
29091         * ext/musepack/gstmusepackreader.cpp:
29092         * ext/musepack/gstmusepackreader.h:
29093           Add musepack decoder.
29094         * ext/faad/gstfaad.c: (gst_faad_base_init):
29095           Make pad templates static.
29096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29097         (plugin_init):
29098           Add musepack typefinder, make mp3 typefinding work halfway stream,
29099           which doesn't actually work yet because id3demux doesn't implement
29100           _get_length().
29101
29102 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29103
29104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29105         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29106           Fix interrupt event handling (#144436).
29107
29108 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29109
29110         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29111           Hide unused glory.
29112
29113 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29114
29115         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29118           Fix weird caps (#157548).
29119
29120 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29121
29122         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29123
29124         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29125           Add missing NULL terminator (#157543).
29126
29127 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29128
29129         * gst/tcp/gsttcp.h:
29130         * gst/tcp/gsttcpclientsink.c:
29131         * gst/tcp/gsttcpclientsrc.c:
29132         * gst/tcp/gsttcpserversink.c:
29133         * gst/tcp/gsttcpserversrc.c:
29134           ports can go up to 65535.  Move common defines to gsttcp.h
29135
29136 2004-11-05  Wim Taymans  <wim@fluendo.com>
29137
29138         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29139         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29140         Added two more colorspaces.
29141
29142 2004-11-05  Wim Taymans  <wim@fluendo.com>
29143
29144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29145         (gst_ffmpegcsp_avpicture_fill):
29146         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29147         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29148         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29149         More stride fixes.
29150
29151 2004-11-05  Wim Taymans  <wim@fluendo.com>
29152
29153         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29154         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29155         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29156         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29157         (gst_videomixer_loop):
29158         More stride fixes.
29159
29160 2004-11-05  Benjamin Otte  <otte@gnome.org>
29161
29162         * ext/mad/gstmad.c: (gst_mad_chain):
29163           don't overflow data buffer. Flush not needed sync data when syncing
29164           failed.
29165
29166 2004-11-04  Wim Taymans  <wim@fluendo.com>
29167
29168         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29169         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29170         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29171         (gst_alpha_init_params), (gst_alpha_chain),
29172         (gst_alpha_change_state):
29173         Updated the chroma keying algorithm with something more
29174         sophisticated.
29175
29176 2004-11-03  Wim Taymans  <wim@fluendo.com>
29177
29178         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29179         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29180         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29181         Fix stride issues. Does not completely work for odd
29182         heights.
29183
29184 2004-11-03  Wim Taymans  <wim@fluendo.com>
29185
29186         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29187         (gst_alpha_chroma_key), (gst_alpha_chain):
29188         Fix stride issues. Does not completely work for odd
29189         heights.
29190
29191 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29192
29193         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29194         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29195         leak fixes
29196
29197 2004-11-03  Wim Taymans  <wim@fluendo.com>
29198
29199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29200         (gst_ffmpegcsp_avpicture_fill):
29201         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29202         (avpicture_alloc):
29203         * gst/ffmpegcolorspace/imgconvert_template.h:
29204         Use correct _fill function to get correct strides.
29205
29206 2004-11-02  David Schleef  <ds@schleef.org>
29207
29208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29209         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29210         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29211         Change all g_print()s to debugging.  Add a bunch of consistency
29212         checks.
29213
29214 2004-11-02  Wim Taymans  <wim@fluendo.com>
29215
29216         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29217         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29218         (unlinked), (no_more_pads), (close_link):
29219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29220         (unknown_type), (add_element_stream), (new_decoded_pad),
29221         (removed_decoded_pad), (setup_source):
29222         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29223         (gst_stream_info_class_init), (gst_stream_info_init),
29224         (gst_stream_info_new), (gst_stream_info_dispose),
29225         (stream_info_mute_pad), (gst_stream_info_set_property),
29226         (gst_stream_info_get_property):
29227         * gst/playback/gststreaminfo.h:
29228         Fix playback of multiple files.
29229         a slightly different approach to handling dynamic pad removals.
29230         This one only looks at pads that we have linked.
29231
29232 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29233
29234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29235         free" warning from libc.
29236
29237 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29238
29239         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29240         (get_unconnected_element), (remove_starting_from), (pad_removed),
29241         (close_link):
29242           Implement support for dynamic pad changing. We listen to "live"
29243           pad removals (i.e. while playing) and re-setup autoplugging
29244           after that. Playbasebin/playbin need some more work for this
29245           to finally work, but decodebin supports (and replugs) chained
29246           ogg now.
29247
29248 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29249
29250         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29251         (gst_alsa_finalize):
29252         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29253         (gst_cdaudio_finalize):
29254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29255         (cdparanoia_finalize):
29256         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29257         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29258         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29259         (dvdreadsrc_finalize):
29260         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29261         (gst_flacdec_finalize):
29262         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29263         (gst_flacenc_finalize):
29264         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29265         (gst_gnomevfssink_finalize):
29266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29267         (gst_gnomevfssrc_finalize):
29268         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29269         (gst_fameenc_finalize):
29270         * ext/nas/nassink.c: (gst_nassink_class_init),
29271         (gst_nassink_finalize):
29272         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29273         (gst_sdlvideosink_class_init):
29274         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29275         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29276         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29277         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29278         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29279         (gst_x_window_listener_dispose):
29280         * gst/audioscale/gstaudioscale.c:
29281         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29282         (play_on_demand_finalize):
29283         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29284         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29285         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29286         (cdplayer_finalize):
29287         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29288         (gst_glimagesink_class_init):
29289         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29290         (gst_osselement_finalize):
29291         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29292         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29293         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29294           Fixes a bunch of problems with finalize and dispose functions,
29295           either assumptions that dispose is only called once, or not calling
29296           the parent class dispose/finalize function
29297
29298 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29299
29300         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29301           added two api precondition guards
29302           use g_strdup with getenv to fix crash when using ENVVAR
29303
29304 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29305         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29306         (gst_esdsink_finalize):
29307         Use a finalize function, not dispose, and more importantly,
29308         call the parent class finalize function too
29309
29310 2004-11-01  Johan Dahlin  <johan@gnome.org>
29311
29312         * ext/ogg/gstoggdemux.c:
29313         * gst/tags/gstvorbistag.c:
29314         Plug leaks.
29315
29316 2004-10-31  Benjamin Otte  <otte@gnome.org>
29317
29318         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29319           lotsa memleaks today. But they're all small...
29320
29321 2004-10-31  Benjamin Otte  <otte@gnome.org>
29322
29323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29324           another memleak crushed
29325
29326 2004-10-31  Benjamin Otte  <otte@gnome.org>
29327
29328         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29329           fix memleak
29330
29331 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29332
29333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29334           Hack to prevent crash when going to READY inside signal handler
29335           while this function is active.
29336
29337 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * gst/ffmpegcolorspace/Makefile.am:
29340         * gst/ffmpegcolorspace/avcodec.h:
29341         * gst/ffmpegcolorspace/common.h:
29342         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29343         * gst/ffmpegcolorspace/dsputil.h:
29344         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29345         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29346         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29347         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29348         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29349         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29350         (gst_ffmpegcsp_avpicture_fill):
29351         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29353         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29354         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29355         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29356         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29357         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29358         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29359         * gst/ffmpegcolorspace/imgconvert.c:
29360         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29361         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29362         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29363         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29364         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29365         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29366         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29367         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29368         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29369         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29370         (grow21), (grow22), (grow41), (grow44), (conv411),
29371         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29372         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29373         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29374         (avpicture_free), (is_yuv_planar), (img_convert),
29375         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29376         (deinterlace_line_inplace), (deinterlace_bottom_field),
29377         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29378         * gst/ffmpegcolorspace/imgconvert_template.h:
29379         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29380         * gst/ffmpegcolorspace/mmx.h:
29381         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29382         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29383         (av_freep), (avcodec_get_context_defaults),
29384         (avcodec_alloc_context), (avcodec_init):
29385           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29386           handling plus update from ffmpeg CVS. Large clean-up.
29387
29388 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * gst/playback/Makefile.am:
29391           We need the marshallers for decodebin, too.
29392
29393 2004-10-30  David Schleef  <ds@schleef.org>
29394
29395         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29396           quicktime typefinding work with 64-bit offsets.
29397
29398 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29399
29400         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29401           Set EOS on the element when processing an EOS event.
29402         * ext/speex/gstspeexdec.h:
29403         * ext/speex/gstspeexenc.h:
29404           Only keep a const ptr to the mode
29405         * gst-libs/gst/riff/riff-media.c:
29406         (gst_riff_create_audio_caps_with_data),
29407         (gst_riff_create_audio_template_caps):
29408           Allow WMAV3, with up to 6 channels.
29409         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29410           Don't call gst_pad_set_event_function on a sink pad.
29411         * gst/mpegstream/gstdvddemux.c:
29412         (gst_dvd_demux_get_subpicture_stream),
29413         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29414           Copy the explicit caps that were set across to the cur_* pads,
29415           instead of trying to use a possibly non-existent negotiated caps.
29416           Reset the type of subpicture pads to UNKNOWN after calling
29417           init_stream, so that the caps get set.
29418
29419 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29420
29421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29424           Don't touch buffer if it is of size 0 (fixes #151064).
29425
29426 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29427
29428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29429           Synchronized discont handling.
29430
29431 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29432
29433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29434         (gst_ogg_demux_push):
29435           Make seeking sort-of exact again (fixes #156387).
29436
29437 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29438
29439         * gst/playback/gstplaybasebin.c: (unknown_type),
29440         (add_element_stream), (new_decoded_pad),
29441         (gst_play_base_bin_change_state):
29442         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29443         (gst_stream_info_init), (gst_stream_info_new),
29444         (gst_stream_info_dispose), (gst_stream_info_get_property):
29445         * gst/playback/gststreaminfo.h:
29446           Make caps explicitely available. Makes testing for unsupported
29447           types possible. Improves error reporting.
29448
29449 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29450
29451         * gst/audioconvert/gstaudioconvert.c:
29452         (gst_audio_convert_buffer_to_default_format):
29453           Really don't touch read-only buffers (#156563).
29454
29455 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29456
29457         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29458
29459         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29460           Fix memleak (#155223).
29461
29462 2004-10-29  Wim Taymans  <wim@fluendo.com>
29463
29464         * gst/tcp/.cvsignore:
29465         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29466         (gst_multifdsink_class_init), (gst_multifdsink_init),
29467         (gst_multifdsink_add), (gst_multifdsink_remove),
29468         (gst_multifdsink_remove_client_link), (is_sync_frame),
29469         (gst_multifdsink_new_client),
29470         (gst_multifdsink_handle_client_write),
29471         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29472         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29473         (gst_multifdsink_get_property):
29474         * gst/tcp/gstmultifdsink.h:
29475         Added burst on connect sync_method, deprecated sync_clients,
29476         streamlined the sync code some more.
29477
29478 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29481         (gst_play_base_bin_change_state):
29482           Improve error reporting.
29483
29484 2004-10-28  Wim Taymans  <wim@fluendo.com>
29485
29486         * gst/tcp/Makefile.am:
29487         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29488         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29489         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29490         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29491         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29492         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29493         (gst_fdset_wait):
29494         Added more locks around fdset structures. Fixed/reworked
29495         the poll array resizing code.
29496         Added stress test for fdset.
29497
29498 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29499
29500         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29501         fix build
29502
29503 2004-10-28  Benjamin Otte  <otte@gnome.org>
29504
29505         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29506           fix link function to always query channels and query width for
29507           floats
29508         * configure.ac:
29509           add equalizer dir
29510         * gst/equalizer/Makefile.am:
29511         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29512         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29513         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29514         (arg_to_scale), (setup_filter),
29515         (gst_iir_equalizer_compute_frequencies),
29516         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29517         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29518         (plugin_init):
29519           add an equalizer
29520
29521 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29522
29523         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29524
29525         * po/LINGUAS:
29526         * po/nb.po:
29527           Added Norwegian Bokmaal translation
29528
29529 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29530
29531         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29532           Don't break on options (fixes #156488).
29533
29534 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * configure.ac:
29537         * ext/cdaudio/Makefile.am:
29538         * sys/Makefile.am:
29539           fix build on older automake
29540
29541 2004-10-26  Wim Taymans  <wim@fluendo.com>
29542
29543         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29544         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29545         Allow a little margin when negotiating the framerate.
29546
29547 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29548
29549         * gst/level/gstlevel.c:
29550           synchonised naming of pads and pad-templates
29551
29552 2004-10-26  Wim Taymans  <wim@fluendo.com>
29553
29554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29555         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29556         (_find_streams_check), (gst_ogg_demux_push):
29557         Fix EOS again. Needs to be done in a better way. We should not
29558         remove the pad if there is no new chained stream.
29559
29560 2004-10-26 Iain <iaingnome@gmail.com>
29561
29562         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29563         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29564         of the caps.
29565         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29566         pad.
29567         (interleave_release_pad): Remove the pad.
29568         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29569         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29570         the set device.
29571         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29572         attrs
29573         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29574         (gst_xvimagesink_finalize): Free the par.
29575
29576 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29577
29578         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29579         (gst_avimux_stop_file):
29580           First calculate the rate, and only then use it. Hdr.rate is a
29581           multiple and not a derivative of hdr.scale. Scale is not the
29582           same as blockalign but is solely related to rate.
29583
29584 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29585
29586         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29587         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29588           Implement seeking.
29589
29590 2004-10-25  James Henstridge  <james@jamesh.id.au>
29591
29592         Reviewed by:  David Schleef  <ds@schleef.org>
29593
29594         * examples/gstplay/player.c: (got_stream_length), (main):
29595         * examples/seeking/cdplayer.c: (update_scale):
29596         * examples/seeking/seek.c: (format_value), (update_scale):
29597         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29598         (stop_seek):
29599         Build fixes on AMD64.
29600
29601 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29602
29603         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29604
29605         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29606         Fix for some v4l cards which hang in v4lsrc
29607
29608 2004-10-25  Wim Taymans  <wim@fluendo.com>
29609
29610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29611         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29612         Make sure to remove the pad when a new chain is
29613         encountered. Set some vars to NULL so we don't try
29614         to reference freed memory.
29615
29616 2004-10-25  Wim Taymans  <wim@fluendo.com>
29617
29618         * examples/seeking/Makefile.am:
29619         * examples/seeking/cdplayer.c: (update_scale):
29620         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29621         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29622         (format_value), (update_scale), (iterate), (start_seek),
29623         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29624         (print_usage), (main):
29625         Added some more examples, update others.
29626
29627 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29628
29629         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29630         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29631         * ext/theora/theoradec.c: (theora_dec_chain):
29632         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29633           Add codec-name metadata.
29634
29635 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29636
29637         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29640         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29641         * ext/alsa/gstalsamixertrack.h:
29642         * po/POTFILES.in:
29643           ALSA mixer track label internationalization (#154054).
29644
29645 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29646
29647         * ext/theora/theoradec.c: (theora_dec_chain):
29648           Export bitrate as metadata.
29649
29650 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29651
29652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29653         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29654         * ext/alsa/gstalsamixertrack.h:
29655           Fix names, fix loop.
29656
29657 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29658
29659         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29660         (speex_dec_convert):
29661           sinkconvert function so oggdemux can get the file length (totem).
29662
29663 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29664
29665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29666
29667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29668           Don't push incomplete packets.
29669         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29670           Fix MPEG-4 audio typefinding.
29671
29672 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29673
29674         * sys/v4l/Makefile.am:
29675         * sys/v4l/gstv4l.c: (plugin_init):
29676         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29677         (gst_v4lelement_init), (gst_v4lelement_dispose),
29678         (gst_v4lelement_change_state):
29679         * sys/v4l/gstv4lelement.h:
29680         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29681         (gst_v4l_xoverlay_close), (idle_refresh),
29682         (gst_v4l_xoverlay_set_xwindow_id):
29683         * sys/v4l/gstv4lxoverlay.h:
29684         * sys/v4l/v4l-overlay_calls.c:
29685         * sys/v4l/v4l_calls.h:
29686         * sys/v4l2/Makefile.am:
29687         * sys/v4l2/gstv4l2.c: (plugin_init):
29688         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29689         (gst_v4l2element_init), (gst_v4l2element_dispose),
29690         (gst_v4l2element_change_state):
29691         * sys/v4l2/gstv4l2element.h:
29692         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29693         (gst_v4l2_xoverlay_close), (idle_refresh),
29694         (gst_v4l2_xoverlay_set_xwindow_id):
29695         * sys/v4l2/gstv4l2xoverlay.h:
29696         * sys/v4l2/v4l2-overlay_calls.c:
29697         * sys/v4l2/v4l2_calls.h:
29698           Remove client-side overlay handling, use the X-server v4l plugin
29699           for that. Nicer overlay, less code. Also make the plugin
29700           compileable without X (but then without overlay, obviously).
29701           Makes xwindowlistener obsolete, should we remove that?
29702
29703 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29706         (gst_osssrc_src_query):
29707         * sys/oss/gstosssrc.h:
29708           OK, so people want offset in DEFAULT. This time, actually fix all
29709           cases.
29710         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29711           Add FPS properly.
29712
29713 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29714
29715         * gst/asfdemux/gstasfmux.c:
29716         * gst/avi/gstavimux.c:
29717           Framerate.
29718
29719 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29722           Fix properties (channel, norm, frequency).
29723
29724 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29725
29726         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29727           Flag typo.
29728         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29729           No warnings.
29730
29731 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29734           Fix hang.
29735
29736 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29737
29738         * sys/v4l2/gstv4l2element.h:
29739           Yet Another Hack (tm) for kernel header borkedness.
29740         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29741         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29742         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29743         (gst_v4l2src_change_state):
29744         * sys/v4l2/gstv4l2src.h:
29745         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29746         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29747           Fix caps, keep track of state, work.
29748
29749 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29752           Quiet.
29753
29754 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29757           Don't mix bytes and samples.
29758
29759 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29760
29761         * ext/ogg/gstoggmux.c:
29762           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29763           and theora. Any is incorrect.
29764         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29765           Fix caps.
29766         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29768         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29769         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29770         * sys/v4l/gstv4lmjpegsrc.h:
29771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29772         (gst_v4lsrc_change_state):
29773         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29774         (gst_v4lmjpegsrc_capture_stop):
29775           Fix caps. Keep track of internal state. Work.
29776
29777 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29778
29779         * ext/Makefile.am:
29780           Fix the build fixes.
29781
29782 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29785         (gst_ogg_demux_src_event), (_find_chain_seek),
29786         (gst_ogg_pad_push):
29787           Check for pad availability before using it.
29788         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29789           Fix parsing of chained ogg. Needs more work on the decoder side.
29790
29791 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29792
29793         * gst/spectrum/Makefile.am:
29794         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29795         (idle_func):
29796           Fix demo and reenable it. Yes, I'm currently playing with audio
29797           analysis tools
29798
29799 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29802           We love it if files that start at zero work too...
29803
29804 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29805
29806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29807           Handle files with missing EOS headers.
29808
29809 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29810
29811         * gst/tcp/gsttcpserversink.c:
29812         (gst_tcpserversink_handle_server_read),
29813         (gst_tcpserversink_init_send):
29814         Zero some variables first (need for accept not to return EINVAL)
29815
29816 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29817
29818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29819         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29820         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29821         (theora_dec_chain):
29822         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29823         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29824           Seeking and querying finetune.
29825
29826 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29827
29828         * configure.ac:
29829         * ext/Makefile.am:
29830         * ext/raw1394/Makefile.am:
29831           fix the build
29832
29833 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29834
29835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29836           Wrong return.
29837         * gst/playback/Makefile.am:
29838         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29839         * gst/playback/gstplay-marshal.list:
29840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29841           Fix marshallers.
29842
29843 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29844
29845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29846           Silence.
29847
29848 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29851         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29852         (gst_ogg_pad_push):
29853           Yay for non-lineair granulepos in theora.
29854
29855 2004-10-18  Wim Taymans  <wim@fluendo.com>
29856
29857         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29858         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29859         * ext/dv/gstdvdec.h:
29860         Make sure we renegotiate aspect ratio when the camera switches.
29861
29862 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29865         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29866           Start at zero.
29867         * ext/theora/theoradec.c: (theora_dec_chain):
29868           Skip headers. Bad idea for chained ogg, but fixes seeking.
29869
29870 2004-10-18  Wim Taymans  <wim@fluendo.com>
29871
29872         * configure.ac:
29873         I swear, this is the last time I touch this.
29874
29875 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29876
29877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29878         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29879         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29880           Faster seeking.
29881         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29882           Time-to-default conversion.
29883         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29884           Don't error on unknown packets, just skip. We should probably
29885           read them if we want to support chained ogg.
29886
29887 2004-10-18  Wim Taymans  <wim@fluendo.com>
29888
29889         * configure.ac:
29890         Added cdaudio to wrong list.
29891
29892 2004-10-18  Wim Taymans  <wim@fluendo.com>
29893
29894         * configure.ac:
29895         Revive cdaudio.
29896
29897 2004-10-18  Wim Taymans  <wim@fluendo.com>
29898
29899         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29900         (gst_dvdec_video_link), (gst_dvdec_push):
29901         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29902         (gst_smokeenc_resync), (gst_smokeenc_chain):
29903         Fix mimetype on smoke encoder.
29904         Add aspect ratio to dvdec. Not sure if these
29905         values are correct though....
29906
29907 2004-10-18  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29910         Fix vorbis property descriptions and ranges.
29911
29912 2004-10-18  Wim Taymans  <wim@fluendo.com>
29913
29914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29915         Really do nothing when no data is available.
29916         Go to the playing state when the stream is not seekable
29917         instead of failing.
29918
29919 2004-10-18  Wim Taymans  <wim@fluendo.com>
29920
29921         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29922         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29923         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29924         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29925         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29926         Added uri handler for cd://
29927         Port to new API.
29928
29929 2004-10-18  Wim Taymans  <wim@fluendo.com>
29930
29931         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29932         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29933         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29934         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29935         (remove_prerolls), (unknown_type), (add_element_stream),
29936         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29937         (gst_play_base_bin_remove_element),
29938         (gst_play_base_bin_link_stream):
29939         * gst/playback/gstplaybin.c: (gen_video_element),
29940         (gen_vis_element), (remove_sinks), (setup_sinks):
29941         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29942         (gst_stream_info_get_type), (gst_stream_info_class_init),
29943         (gst_stream_info_init), (gst_stream_info_new),
29944         (gst_stream_info_dispose), (stream_info_mute_pad),
29945         (gst_stream_info_set_property), (gst_stream_info_get_property):
29946         * gst/playback/gststreaminfo.h:
29947         Add sink padtemplate to decodebin.
29948         Added some more comments.
29949         Make queue size configurable in playbasebin.
29950         Added possibility to use elements as sinks (ex cdaudio).
29951
29952 2004-10-15  Wim Taymans  <wim@fluendo.com>
29953
29954         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29955         (gst_speexenc_chain):
29956         Fix speex timestamps so that it gets muxed properly.
29957
29958 2004-10-15  Wim Taymans  <wim@fluendo.com>
29959
29960         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29961         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29962         (gst_dv1394src_init), (gst_dv1394src_dispose),
29963         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29964         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29965         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29966         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29967         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29968         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29969         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29970         * ext/raw1394/gstdv1394src.h:
29971         Added conversion/query functions.
29972         Update buffer timestamps,
29973         Added signals.
29974         Added uri dv:// so it might play from the firewire in playbin.
29975         Fix a possible leak.
29976         Added debugging.
29977
29978 2004-10-15  Wim Taymans  <wim@fluendo.com>
29979
29980         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29981         (gst_dv1394src_init), (gst_dv1394src_set_property),
29982         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29983         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29984         * ext/raw1394/gstdv1394src.h:
29985         Added AV/C VTR control support needed for some cameras.
29986         Added automatic port detection.
29987         Added properties for selecting the channel.
29988         The configure.ac script is not yet updated to reflect the
29989         new libavc1394 and librom1394 dependencies.
29990
29991 2004-10-15  Wim Taymans  <wim@fluendo.com>
29992
29993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29994         (qtdemux_parse), (gst_qtdemux_handle_esds):
29995         An esds box is not a container.
29996         Fix parsing of mp4v boxes.
29997         Do not try to renegotiate fps for each frame. Need to
29998         find a better method. This should fix mp4 playback.
29999
30000 2004-10-14  David Schleef  <ds@schleef.org>
30001
30002         * configure.ac: update for swfdec-0.3 and liboil-0.2
30003         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30004         * ext/swfdec/gstswfdec.h: same
30005         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30006         * gst/videotestsrc/videotestsrc.c: same
30007
30008 2004-10-14  Wim Taymans  <wim@fluendo.com>
30009
30010         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30011         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30012         (is_sync_frame), (gst_multifdsink_new_client),
30013         (gst_multifdsink_handle_client_write),
30014         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30015         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30016         Turn warnings into info.
30017         Don't allow a state change in the streaming thread.
30018
30019 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30020
30021         * ext/vorbis/oggvorbisenc.c:
30022         * ext/vorbis/vorbisdec.c:
30023           fix template sample rate
30024
30025 2004-10-13  Wim Taymans  <wim@fluendo.com>
30026
30027         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30028         Decoding the header first fixes some problems in resyncing
30029         in more mp3s.
30030
30031 2004-10-12  Wim Taymans  <wim@fluendo.com>
30032
30033         * gst/playback/gstplaybin.c: (gen_video_element),
30034         (gen_vis_element), (remove_sinks), (setup_sinks):
30035         Added vis plugin support, need to configure the vis
30036         element to activate it.
30037
30038 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30039
30040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30041         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30042           Some debug.
30043         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30044         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30045         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30046         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30047         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30048         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30049         * gst/avi/gstavidemux.h:
30050           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30051           recovery (where, if part of the index is broken, we will still read
30052           the rest of the index and recover the broken part by stream
30053           scanning). More broken media support. EOS workarounds. General AVI
30054           braindamage headache recovery. Aspirin included.
30055
30056 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30059         (cdparanoia_event), (cdparanoia_query):
30060           Get rid of hideous lead-in.
30061
30062 2004-10-11  Wim Taymans  <wim@fluendo.com>
30063
30064         * gst/playback/gstplaybasebin.c: (setup_source):
30065         Wrong var used to get g_list_next.
30066
30067 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30068
30069         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30070         (cdparanoia_get), (cdparanoia_open):
30071           Report discid as metadata, add duration.
30072
30073 2004-10-11  Wim Taymans  <wim@fluendo.com>
30074
30075         * gst/playback/gstplaybasebin.c: (setup_source):
30076         Cleanup the previous pipeline a little earlier for the
30077         case that a source element provides raw data.
30078
30079 2004-10-11  Benjamin Otte  <otte@gnome.org>
30080
30081         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30082           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30083           consuming the last 128 bytes, even though it was valid mp3 data.
30084
30085 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30086
30087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30088         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30089         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30090         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30091
30092 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30093
30094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30095         Fix for webcams that support only specific width or height
30096
30097 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30098
30099         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30100
30101         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30102           Fix wrong discont event setup (fixes #154967).
30103
30104 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30105
30106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30107
30108         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30109           Error out on invalid data (fixes #154807).
30110
30111 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30112
30113         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * ext/dvdread/dvdreadsrc.c: (_read):
30116           Make titles > 0 work again (fixes #154834).
30117
30118 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30119
30120         * gst-libs/gst/riff/riff-media.c:
30121         (gst_riff_create_video_template_caps):
30122           WMV3 missing in template caps.
30123
30124 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30125
30126         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30127           OK, so the original code was too strict. It makes random AVI files
30128           hang for seconds upon opening, which is unacceptable and is far
30129           beyond the original goal of getting multiple chunks for one-chunk
30130           sounc stream files. So now do just that.
30131
30132 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30133
30134         * gst/playback/gstplaybasebin.c: (setup_source),
30135         (gst_play_base_bin_change_state):
30136           Actually clean up streaminfo if output fails. This would trigger
30137           if, for example, there was no CD in the drive. No preroll, so
30138           a streaminfo structure is created, but the subsequent state change
30139           of the thread fails.
30140         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30141           Don't change state if parent failed.
30142
30143 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30144
30145         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30146         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30147         (gen_video_element), (remove_sinks):
30148           Add small bits of code for screenshot handling.
30149
30150 2004-10-08  Wim Taymans  <wim@fluendo.com>
30151
30152         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30153         (gen_video_element), (gen_audio_element), (setup_sinks):
30154         Don't assume the user provided sinks are named "sink"...
30155
30156 2004-10-08  Wim Taymans  <wim@fluendo.com>
30157
30158         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30159         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30160         (gst_play_base_bin_link_stream):
30161         Do not try to autoplug sources that generate raw streams like
30162         cdparanoia.
30163         disconnect the preroll overrun signal when we don't need it anymore.
30164
30165 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30166
30167         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30168         Added reworked patch from #154903 from milosz derezynski (deadchip).
30169
30170 2004-10-08  Wim Taymans  <wim@fluendo.com>
30171
30172         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30173         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30174         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30175         (cdparanoia_convert), (cdparanoia_uri_get_type),
30176         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30177         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30178         * ext/cdparanoia/gstcdparanoia.h:
30179         This adds the cdda://<tracknum> uri.
30180
30181 2004-10-08  Wim Taymans  <wim@fluendo.com>
30182
30183         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30184         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30185         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30187         (unknown_type), (gst_play_base_bin_remove_element),
30188         (gst_play_base_bin_link_stream):
30189         * gst/playback/gstplaybasebin.h:
30190         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30191         (gst_play_bin_set_property), (gen_video_element),
30192         (gen_audio_element), (setup_sinks):
30193         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30194         (gst_stream_info_get_type), (gst_stream_info_class_init),
30195         (gst_stream_info_init), (gst_stream_info_new),
30196         (gst_stream_info_dispose), (stream_info_mute_pad),
30197         (gst_stream_info_set_property), (gst_stream_info_get_property):
30198         * gst/playback/gststreaminfo.h:
30199         Reuse the audio and video bins.
30200         Some internal cleanups in the stream selection code.
30201
30202 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30203
30204         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30205         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30206         * sys/ximage/ximagesink.h:
30207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30208         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30209         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30210         not coming from those elements. Moreover these elements should not keep
30211         the xid they have been given when in NULL state.
30212
30213 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30214
30215         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30216         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30217         * sys/ximage/ximagesink.h:
30218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30219         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30220         * sys/xvimage/xvimagesink.h:
30221           Actually only create a new toplevel window if we're not gonna
30222           embed it right after.
30223
30224 2004-10-07  Wim Taymans  <wim@fluendo.com>
30225
30226         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30227         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30228         * gst/playback/gstplaybin.c: (setup_sinks):
30229         Implement muting/unmuting of streams, mute streams that are not
30230         used.
30231
30232 2004-10-07  Wim Taymans  <wim@fluendo.com>
30233
30234         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30235         (plugin_init):
30236         Added lame audio/x-ac3 typefind function.
30237
30238 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30239
30240         * configure.ac:
30241           bump nano to cvs
30242
30243 === release 0.8.5 ===
30244
30245 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30246
30247         * NEWS:
30248         * RELEASE:
30249         * configure.ac:
30250           releasing 0.8.5, "Take You On"
30251
30252 2004-10-06  Wim Taymans  <wim@fluendo.com>
30253
30254         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30255         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30256         (no_more_pads), (close_link), (type_found):
30257         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30258         * gst/playback/gstplaybin.c: (gen_video_element):
30259         Do not signal the no_more_pads after the first pad when
30260         we are plugging a non dynamic element with multiple
30261         output pads (like swfdec, dvdec, ...).
30262
30263 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30264
30265         * configure.ac:
30266           bump for prerelease
30267
30268 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30269
30270         * gst/wavparse/gstwavparse.c:
30271           add ATRAC3 to STATIC CAPS to fix a warning
30272
30273         * gst/matroska/ebml-read.c:
30274         * gst-libs/gst/riff/riff-read.c:
30275           fix typos
30276
30277 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30278
30279         * gst-libs/gst/riff/riff-media.c:
30280           generate caps for ATRAC3 audio streams
30281
30282         * gst/realmedia/rmdemux.c:
30283           generate caps for ATRAC3 audio streams
30284
30285 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30286
30287         * gst/wavparse/Makefile.am
30288         * gst/wavparse/riff.h
30289         * gst/wavparse/wavparse.vcproj
30290           riff.h removal (unused and duplication with riff-ids.h)
30291
30292 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30293
30294         * gst/wavparse/gstwavparse.h
30295           remove duplicated defines for audio codec codes
30296
30297         * gst-libs/gst/riff/riff-ids.h
30298         * gst/wavenc/riff.h:
30299           add "4CC" code for ATRAC3 audio streams
30300           add "4CC" code for ITU_G721_ADPCM (unused for now)
30301
30302 2004-10-06  Wim Taymans  <wim@fluendo.com>
30303
30304         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30305         Actually _do_ negotiation. Pass gdouble as arg instead
30306         of guint64 for the framerate.
30307
30308 2004-10-06  Wim Taymans  <wim@fluendo.com>
30309
30310         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30311         (find_compatibles), (close_pad_link), (try_to_link_1),
30312         (no_more_pads), (close_link), (type_found):
30313         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30314         * gst/playback/gstplaybin.c: (gen_video_element),
30315         (gen_audio_element):
30316         Set state on newly added element to READY so that negotiation
30317         can happen ASAP.
30318         Addes some more debug info.
30319         Do not try to plug pads with multiple caps structures or ANY
30320         because it is too dangerous since we do not do dynamic
30321         replugging.
30322
30323 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30324
30325         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30326
30327         * po/LINGUAS:
30328         * po/or.po:
30329           add Oriya translation
30330
30331 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30332
30333         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30334           Prevent overwrite of size member. Makes audio sound crappy.
30335
30336 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30337
30338         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30339         Add rmvb to the list of known RealMedia extensions
30340
30341 2004-10-05  Wim Taymans  <wim@fluendo.com>
30342
30343         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30344         (mngdec_openstream), (mngdec_closestream),
30345         (mngdec_handle_sink_event), (mngdec_readdata),
30346         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30347         (mngdec_getcanvasline), (mngdec_refresh),
30348         (gst_mngdec_change_state):
30349         Set the framerate correctly.
30350
30351 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30352
30353         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30354           There was something wrong with the index massaging.
30355
30356 2004-10-04  Wim Taymans  <wim@fluendo.com>
30357
30358         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30359         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30360         (gst_smokedec_chain):
30361         * ext/jpeg/gstsmokedec.h:
30362         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30363         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30364         * ext/jpeg/gstsmokeenc.h:
30365         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30366         (smokecodec_decode_new), (smokecodec_info_free),
30367         (smokecodec_set_quality), (smokecodec_get_quality),
30368         (smokecodec_set_threshold), (smokecodec_get_threshold),
30369         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30370         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30371         (smokecodec_encode), (smokecodec_parse_id),
30372         (smokecodec_parse_header), (smokecodec_decode):
30373         * ext/jpeg/smokecodec.h:
30374         * ext/jpeg/smokeformat.h:
30375         Updated smoke, new bitstream, allows embedding in ogg.
30376
30377 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30378
30379         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30380           Fix seeking in some files. All this code is no longer needed (and
30381           actually breaks stuff) because we now synchronize the full index
30382           right when reading the header.
30383
30384 2004-10-04  Wim Taymans  <wim@fluendo.com>
30385
30386         * configure.ac:
30387         configure update for libmng.
30388
30389 2004-10-04  Wim Taymans  <wim@fluendo.com>
30390
30391         * ext/libmng/Makefile.am:
30392         * ext/libmng/gstmng.c: (plugin_init):
30393         * ext/libmng/gstmng.h:
30394         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30395         (gst_mngdec_base_init), (gst_mngdec_class_init),
30396         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30397         (gst_mngdec_loop), (gst_mngdec_get_property),
30398         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30399         (mngdec_closestream), (mngdec_handle_sink_event),
30400         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30401         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30402         (gst_mngdec_change_state):
30403         * ext/libmng/gstmngdec.h:
30404         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30405         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30406         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30407         (gst_mngenc_chain), (gst_mngenc_get_property),
30408         (gst_mngenc_set_property):
30409         * ext/libmng/gstmngenc.h:
30410         Added basic MNG decoder. Needs more work. The encoder does
30411         not work yet.
30412
30413 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30414
30415         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30416         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30417         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30418           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30419           no-more-pads.
30420
30421 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30422
30423         * configure.ac:
30424           you need at least 1.0.4 of speex
30425
30426 2004-10-04 Iain <iaingnome@gmail.com>
30427
30428         * ext/speex/gstspeexdec.h: Revert the includes changes.
30429
30430         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30431
30432 2004-09-30 Iain <iaingnome@gmail.com>
30433
30434         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30435         found during init or set as a property instead of hardcoding /dev/audio
30436
30437 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30438
30439         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30440         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30441         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30442         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30443         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30444         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30445         (gst_rmdemux_dump_data):
30446           Use debug category, fix EOS handling. filesrc ! rmdemux now
30447           works.
30448
30449 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30450
30451         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30452         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30453         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30454           Improve allocation, cutting and sorting of the index. How takes a
30455           few seconds instead of minutes.
30456
30457 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30458
30459         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30460           fixed compilation
30461
30462 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30463
30464         * gst-libs/gst/riff/riff-media.c:
30465         (gst_riff_create_video_caps_with_data),
30466         (gst_riff_create_video_template_caps):
30467           Add wing commander format mimetype/fourccs.
30468         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30469           Don't crash if some value is 0.
30470
30471 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * gst-libs/gst/riff/riff-media.c:
30474         (gst_riff_create_video_caps_with_data),
30475         (gst_riff_create_video_template_caps):
30476           Add DIB fourcc (raw, palettized 8-bit RGB).
30477         * gst-libs/gst/riff/riff-read.c:
30478         (gst_riff_read_strf_vids_with_data):
30479           Oops, fix strf_data reading bug.
30480         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30481           Use a non-NULL tag.
30482         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30483           Time for hacks. Sorry Dave. At least one quicktime movie (a
30484           trailer) that I've encountered contains multiple video tracks.
30485           One of those is the actual video track, the other are one-frame
30486           tracks (images). Unfortunately, the number of frames according
30487           to the trak header is 1 for each, so that doesn't help. So
30488           instead, I look at the duration and discard tracks with a
30489           duration shorter than 20% of the length of the stream. Better
30490           than nothing.
30491
30492 2004-10-01  Christian Schaller <christian@fluendo.com>
30493
30494         * ext/ivorbis/vorbis.c:
30495           Patch from Phil Blundell (Bug 152341)
30496
30497 2004-10-01  Wim Taymans  <wim@fluendo.com>
30498
30499         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30500         (speex_dec_get_formats), (speex_dec_convert),
30501         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30502         (speex_dec_chain), (gst_speexdec_get_property),
30503         (gst_speexdec_set_property):
30504         Small cleanups.
30505
30506 2004-10-01  Wim Taymans  <wim@fluendo.com>
30507
30508         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30509         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30510         (gst_wavparse_other), (gst_wavparse_loop),
30511         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30512         (gst_wavparse_srcpad_event):
30513         * gst/wavparse/gstwavparse.h:
30514         Added some more debugging info.
30515         Fix the case where the length of the file is 0.
30516         Make sure we seek to sample borders.
30517
30518 2004-10-01  Wim Taymans  <wim@fluendo.com>
30519
30520         * gst/playback/README:
30521         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30522         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30523         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30524         Add some debug info to decodebin, update README
30525
30526 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30527
30528         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30529           Don't use g_print(); use GST_DEBUG().
30530
30531 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30534         (gst_ogg_mux_queue_pads):
30535           Handle EOS properly.
30536
30537 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30538
30539         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30542         (gst_faad_chain), (gst_faad_change_state):
30543         * ext/faad/gstfaad.h:
30544           Allow playback of raw (unframed) MPEG AAC files (#148993).
30545
30546 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30547
30548         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30549
30550         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30551           Throw error if we didn't recognize the stream. Fixes #152289.
30552
30553 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30556           Fix negotiation.
30557
30558 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30559
30560         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30561
30562         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30563           Fix memleak.
30564
30565 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30566
30567         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30568
30569         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30570           Solve #152805.
30571         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30572           Solve 152806.
30573
30574 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * gst-libs/gst/riff/riff-media.c:
30577         (gst_riff_create_video_caps_with_data),
30578         (gst_riff_create_audio_caps_with_data):
30579           Add codec_data handling (like asfdemux used to do).
30580         * gst/asfdemux/gstasf.c: (plugin_init):
30581         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30582         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30583           Use riff-media for caps creation instead of our own (mostly
30584           broken) copy of its functions.
30585
30586 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30589           Don't actually error out if we get another return value than
30590           -EINVAL. Opposite to what I first thought, drivers have random
30591           return values for this, although -EINVAL is the expected return
30592           value. Since this is not fatal, we shouldn't use
30593           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30594
30595 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30596
30597         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30598         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30599         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30600         (dvdreadsrc_get), (dvdreadsrc_open_file),
30601         (dvdreadsrc_change_state):
30602           Fix. Don't do one big huge loop around the whole DVD, that will
30603           cache all data and thus eat sizeof(dvd) (several GB) before we
30604           see something.
30605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30606           Actually NULL'ify event after using it.
30607         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30608         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30609         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30610         (gst_ebml_read_seek), (gst_ebml_read_skip):
30611           Handle events.
30612         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30613         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30614         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30615           Fix timing (this will probably break if I seek using menus, but
30616           I didn't get there yet). VOBs and normal DVDs should now work.
30617           Add a mpeg2-only pad with high rank so this get autoplugged for
30618           MPEG-2 movies.
30619         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30620         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30621         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30622         (gst_mpeg_demux_get_audio_stream),
30623         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30624         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30625           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30626           MPEG-1 but use dvddemux for MPEG-2.
30627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30628         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30629         (gst_mpeg_parse_parse_packhead):
30630           Timing. Only add pad template if it exists. Add sink template from
30631           class and not from ourselves. This means we will always use the
30632           correct sink template even if it is not the one defined in this
30633           file.
30634
30635 2004-09-29  Wim Taymans  <wim@fluendo.com>
30636
30637         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30638         (gst_mpeg_demux_parse_pes):
30639         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30640         Fix playback of mpeg again, timestamps where screwed up by
30641         patch 1.61.
30642
30643 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30644
30645         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30646           Only return true if we actually filled something in. Prevents
30647           player applications from showing a random length for flac files.
30648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30649         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30650         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30651         (gst_riff_read_strf_vids_with_data),
30652         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30653           OK, ok, so I implemented event handling. Apparently it's normal
30654           that we receive random events at random points without asking
30655           for it.
30656         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30657         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30658         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30659         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30660         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30661         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30662         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30663         * gst/avi/gstavidemux.h:
30664           Implement non-lineair chunk handling and subchunk processing.
30665           The first solves playback of AVI files where the audio and video
30666           data of individual buffers that we read are not synchronized.
30667           This should not happen according to the wonderful AVI specs, but
30668           of course it does happen in reality. It is also a prerequisite for
30669           the second. Subchunk processing allows us to cut chunks in small
30670           pieces and process each of these pieces separately. This is
30671           required because I've seen several AVI files with incredibly large
30672           audio chunks, even some files with only one audio chunk for the
30673           whole file. This allows for proper playback including seeking.
30674           This patch is supposed to fix all AVI A/V sync issues.
30675         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30676         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30677           Work.
30678         * gst/modplug/gstmodplug.cc:
30679           Proper return value setting for the query() function.
30680         * gst/playback/gstplaybasebin.c: (setup_source):
30681           Being in non-playing state (after, e.g., EOS) is not necessarily
30682           a bad thing. Allow for that. This fixes playback of short files.
30683           They don't actually playback fully now, because the clock already
30684           runs. This means that small files (<500kB) with a small length
30685           (<2sec) will still not or barely play. Other files, such as mod
30686           or flx, will work correctly, however.
30687
30688 2004-09-28  Wim Taymans  <wim@fluendo.com>
30689
30690         * ext/speex/gstspeex.c: (plugin_init):
30691         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30692         (gst_speex_dec_class_init), (speex_dec_get_formats),
30693         (speex_get_event_masks), (speex_get_query_types),
30694         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30695         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30696         (gst_speexdec_get_property), (gst_speexdec_set_property),
30697         (speex_dec_change_state):
30698         * ext/speex/gstspeexdec.h:
30699         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30700         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30701         (gst_speexenc_base_init), (gst_speexenc_class_init),
30702         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30703         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30704         (gst_speexenc_src_query), (gst_speexenc_init),
30705         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30706         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30707         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30708         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30709         (gst_speexenc_chain), (gst_speexenc_get_property),
30710         (gst_speexenc_set_property), (gst_speexenc_change_state):
30711         * ext/speex/gstspeexenc.h:
30712         Rewrote speex encoder, make sure it can be embedded in ogg.
30713         Implemented speex decoder.
30714
30715 2004-09-28  Christian Schaller <christian@fluendo.com>
30716
30717         * configure.ac:
30718         Remove kioslave plugin. Markey is brewing a new working one
30719         * ext/Makefile.am: Remove kioslave plugin
30720         * ext/kio: remove
30721         * gst-plugins.spec.in: remove kio plugin from spec
30722
30723 2004-09-27  Wim Taymans  <wim@fluendo.com>
30724
30725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30726         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30727         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30728         (gst_multifdsink_new_client),
30729         (gst_multifdsink_handle_client_write),
30730         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30731         (gst_multifdsink_handle_clients):
30732         * gst/tcp/gstmultifdsink.h:
30733         Make syncing to keyframes actually work for new clients and lagging
30734         clients.
30735
30736 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30737
30738         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30739         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30740         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30741         * gst/debug/gstnavigationtest.h:
30742           make navigationtest display button-press and button-release events
30743
30744 2004-09-26 Iain <iaingnome@gmail.com>
30745
30746         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30747         the channels have received a new media event.
30748         (interleave_buffered_loop): Compresses a new media event on all
30749         channels into one.
30750
30751 2004-09-26 Iain <iaingnome@gmail.com>
30752
30753         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30754         call the sinkpad's default event handler and not the srcpads. He also
30755         says this is confusing :)
30756         (gst_wavenc_stop_file): Company says that seek events only go upstream
30757         we should send a discontinuous downstream instead.
30758
30759 2004-09-25  Christian Schaller <christian@fluendo.com>
30760
30761         * Update SPEC file to be usable in conjunction with Fedora Core,
30762           Fedora.us and freshrpms packages
30763         * Fix typo in multifilesrc test Makefile
30764
30765 2004-09-24  Wim Taymans  <wim@fluendo.com>
30766
30767         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30768         Only signal the no_more_pads signal when we have
30769         added the stream to our list.
30770
30771 2004-09-24  Wim Taymans  <wim@fluendo.com>
30772
30773         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30774         (new_decoded_pad):
30775         * gst/playback/gstplaybasebin.h:
30776         * gst/playback/gstplaybin.c: (setup_sinks):
30777         Don't try to preroll or decode more than one audio/video
30778         track.
30779
30780 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30781
30782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30783           Throw error if we failed to find a suitable output. This should
30784           throw an error if we successfully set up a pipeline (e.g. because
30785           we recognized a media file) but found no decodable streams in it
30786           (e.g. because it contains only media stream types for which we
30787           have no decoders, or because it's not a media type).
30788
30789 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30790
30791         * ext/dirac/Makefile.am:
30792         * ext/dirac/gstdirac.cc:
30793         * ext/dirac/gstdiracdec.cc:
30794         * ext/dirac/gstdiracdec.h:
30795           Do something. Don't actually know if this works because I don't
30796           have a demuxer yet.
30797         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30798           Add channels=1 to caps returned from _getcaps().
30799         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30800         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30801         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30802         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30803         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30804         (gst_ogm_parse_change_state):
30805           Separate between audio/video so ogmaudioparse actually uses the
30806           audio pad templates. Both audio and video work now, including
30807           autoplugging. Also use sometimes-srcpad hack.
30808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30809           Handle events better. Don't hang on infinite loops.
30810         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30811         (gst_avi_demux_init), (gst_avi_demux_reset),
30812         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30813         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30814         (gst_avi_demux_change_state):
30815         * gst/avi/gstavidemux.h:
30816           Improve A/V sync. Still not perfect.
30817         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30818         (gst_ebml_read_skip):
30819           Handle events better.
30820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30821         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30822         (qtdemux_audio_caps):
30823           Add IMA4. Improve event handling. Save offset after a seek when
30824           the headers are at the end of the file so that we don't end up in
30825           an infinite loop.
30826         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30827           Add low-priority typefind support for files with no length.
30828
30829 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30830
30831         * testsuite/multifilesink/Makefile.am:
30832         fix typo
30833
30834 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30835
30836         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30838         mistakes from thaytan's patches.
30839
30840 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30841
30842         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30843           For completeness, XSync in the destroy function as xvimage does.
30844
30845 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30846
30847         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30848            Correct caps negotiation
30849         * gst/volume/gstvolume.c: (volume_chain_float),
30850         (volume_chain_int16):
30851            Modify debug output to be little more informative
30852         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30854         (gst_xvimagesink_xvimage_destroy):
30855           Add XSync calls after detaching from the shared memory segment to
30856           avoid a crash.
30857
30858 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30859
30860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30861         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30862         * ext/vorbis/vorbis.c: (plugin_init):
30863         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30864         (gst_vorbisenc_chain):
30865         * ext/vorbis/vorbisenc.h:
30866         remove explicit newmedia support from oggmux and vorbisenc
30867         add debug category to vorbisenc
30868         * gst/multifilesink/gstmultifilesink.c:
30869         (gst_multifilesink_class_init), (gst_multifilesink_init),
30870         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30871         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30872         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30873         (plugin_init):
30874         * gst/multifilesink/gstmultifilesink.h:
30875         add support for streamheader in multifilesink
30876
30877 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30878
30879         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30880         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30881         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30882           Prevent infinite loops. More correct error reporting.
30883         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30884           Error out if negotiation fails.
30885         * gst/playback/gstplaybasebin.c: (setup_source),
30886         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30887         (gst_play_base_bin_found_tag):
30888           Error/tag forwarding. Pre-roll fixes for source errors on state
30889           changes (e.g. "file does not exist") to prevent hangs.
30890
30891 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30892
30893         * testsuite/multifilesink/Makefile.am:
30894         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30895         (gst_newmedia_class_init), (gst_newmedia_init),
30896         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30897         (newfile_signal), (test_signal), (main):
30898         * testsuite/multifilesink/multifilesrc_test.c: (main):
30899         * testsuite/multifilesink/oggtheora_test.c:
30900         (gst_newmedia_base_init), (gst_newmedia_class_init),
30901         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30902         (test_format), (newfile_signal), (test_signal), (main):
30903         * testsuite/multifilesink/oggvorbis_test.c:
30904         (gst_newmedia_base_init), (gst_newmedia_class_init),
30905         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30906         (test_format), (newfile_signal), (test_signal), (main):
30907         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30908         (gst_newmedia_class_init), (gst_newmedia_init),
30909         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30910         (newfile_signal), (test_signal), (main):
30911         New media tests
30912
30913 2004-09-20  Christian Schaller <christian@fluendo.com>
30914
30915         * Fix mikmod license to LGPL as they have relicensed
30916         * Move Dirac and Effectv into LGPL section of README_license
30917
30918 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30919
30920         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30921         (gst_mad_change_state):
30922           Allow for mp3 rate/channels changes. However, only very
30923           conservatively. Reason that we *have* to enable this is smiply
30924           because the mad find_sync() function is not good enough, it will
30925           regularly sync on random data as valid frames and therefore make
30926           us provide random caps as *final* caps of the stream. The best fix
30927           I could think of is to simply require several of the same stream
30928           changes in a row before we change caps.
30929           The actual testcase that works now is #
30930         * ext/ogg/Makefile.am:
30931         * ext/ogg/gstogg.c: (plugin_init):
30932         * ext/ogg/gstogmparse.c:
30933           OGM support (video only for now; I need an audio sample file).
30934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30935         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30936         (gst_asf_demux_add_video_stream):
30937           WMV extradata.
30938         * gst/playback/gstplaybasebin.c: (unknown_type):
30939           Don't error out on single unknown-types after all. It's wrong.
30940           If we found type of video and audio but not of a subtitle stream,
30941           it will still error out (which is unwanted). Will find a better fix
30942           later on.
30943         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30944         (ogmaudio_type_find), (plugin_init):
30945           OGM support.
30946
30947 2004-09-20  Johan Dahlin  <johan@gnome.org>
30948
30949         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30950         after setting caps.
30951
30952 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30953
30954         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30955         * gst/wavenc/gstwavenc.h:
30956         Added newmedia support to wavenc
30957
30958 2004-09-17  Wim Taymans  <wim@fluendo.com>
30959
30960         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30961         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30962         (gst_fdset_fd_can_write), (gst_fdset_wait):
30963         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30964         (gst_multifdsink_init), (gst_multifdsink_add),
30965         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30966         (gst_multifdsink_remove_client_link),
30967         (gst_multifdsink_client_queue_buffer),
30968         (gst_multifdsink_handle_client_write),
30969         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30970         (gst_multifdsink_close), (gst_multifdsink_change_state):
30971         * gst/tcp/gstmultifdsink.h:
30972         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30973         (gst_tcpserversink_removed):
30974         Small cleanups in fdset.c
30975         Use a hastable to map fd to the client structure for faster
30976         lookup in _remove and get_stats.
30977         Added virtual function to close the fds.
30978         Handle clients even when the select/poll call was unblocked because
30979         of a command.
30980         Implement syncing to keyframe in the recovery procedure.
30981
30982 2004-09-16 Iain <iaingnome@gmail.com>
30983
30984         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30985         try caps.
30986
30987 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30988
30989         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30990           Caps are only set if the type of the stream is unknown, but this
30991           is initialized in ->init_stream(), so set to UNKNOWN after calling
30992           ->init_stream() so that capsnego starts.
30993
30994 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30995
30996         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30997         (gst_avi_demux_stream_data):
30998           Just hardcode for raw audio then. AVI audio sucks.
30999
31000 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31001
31002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31003         * gst/matroska/matroska-mux.c: (audiosink_templ),
31004         (gst_matroska_mux_audio_pad_link):
31005         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31006         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31007
31008 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31009
31010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31011         (gst_avi_demux_stream_data):
31012           Try to fix a/v sync issues.
31013
31014 2004-09-15  David Schleef  <ds@schleef.org>
31015
31016         * configure.ac: remove NASM check, since we don't use it.  Update
31017         dirac check to 0.4
31018         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31020         Initialized variables.
31021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31022         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31023         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31024         SVQ3 format
31025
31026 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31027
31028         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31029         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31030         * gst/avi/gstavidemux.h:
31031           Fix for compressed audio (mp3) timestamp generation. How did this
31032           ever work?
31033
31034 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31035
31036         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31037           Volume is a double not a float.
31038
31039 2004-09-15  Wim Taymans  <wim@fluendo.com>
31040
31041         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31042         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31043         Don't close the fd in multifdsink as we didn't open it in the
31044         first place. Some cleanups.
31045
31046 2004-09-15  Wim Taymans  <wim@fluendo.com>
31047
31048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31050         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31051         Fix the case where the muxer would mark pages as delta
31052         frames when they are not (vorbis only ogg).
31053
31054 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31057         (gst_play_base_bin_change_state):
31058           Handle the case where we failed to setup a clear pipeline. This
31059           will throw an error (or EOS, another nice case) and if you don't
31060           catch that, the app will wait for the signal forever (and thus
31061           hang).
31062
31063 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31064
31065         * ext/gnomevfs/gstgnomevfssink.c:
31066         (gst_gnomevfssink_uri_get_protocols):
31067         * ext/gnomevfs/gstgnomevfssrc.c:
31068         (gst_gnomevfssrc_uri_get_protocols):
31069         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31070         * ext/gnomevfs/gstgnomevfsuri.h:
31071           Use _uri_new() instead of _open(), so it doesn't take as long and
31072           Christophe's computer won't hang.
31073         * gst/playback/gstplaybasebin.c: (unknown_type):
31074           Throw error on unknown media type, so apps actually display it.
31075
31076 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31077
31078         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31079           this script to work on Solaris since bash shell handles echo
31080           differenly than bash.
31081
31082 2004-09-17  Wim Taymans  <wim@fluendo.com>
31083
31084         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31085         (setup_source), (gst_play_base_bin_set_property),
31086         (gst_play_base_bin_add_element):
31087         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31088         Some more work on making sure seeking pauses the pipeline and
31089         that changing the uri actually does something.
31090
31091 2004-09-17  Wim Taymans  <wim@fluendo.com>
31092
31093         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31095         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31096         (gst_tcpserversink_close):
31097         Be a bit more paranoid when freeing memory.
31098
31099 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31100
31101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31102         (qtdemux_parse_trak):
31103           Don't crash by dividing by zero (see sample movie in #126922).
31104
31105 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31106
31107         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31108           Don't touch non-existing data (fixes crash on file in #140147).
31109
31110 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31111
31112         * gst/playback/gstplaybasebin.c:
31113         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31114           Handle double disposals, and proper change of URIs.
31115
31116 2004-09-13  Martin Eikermann <meiker@upb.de>
31117
31118         * gst/mpegstream/gstmpegparse.c:
31119           fix synchronistation for streams recorded from digital PCR
31120           fixes bug #119376
31121
31122 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31123
31124         * ext/gnomevfs/Makefile.am:
31125         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31127         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31128         (gst_gnomevfssink_uri_get_type),
31129         (gst_gnomevfssink_uri_get_protocols),
31130         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31131         (gst_gnomevfssink_uri_handler_init),
31132         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31133         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31135         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31136         (gst_gnomevfssrc_uri_get_type),
31137         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31138         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31139         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31140         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31141         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31142         * ext/gnomevfs/gstgnomevfsuri.h:
31143           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31144           of fake URIs to see which this version of Gnome-VFS likes, and
31145           uses that for the Gst-URI interface. Makes playbin support http://
31146           streams. Also fix up some stupid behaviour in gnomevfssrc.
31147
31148 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31149
31150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31151         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31152         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31153         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31154           Update mixer (to sync with other sessions) if we try to obtain
31155           a new value. This makes alsamixer work accross applications.
31156         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31157           Only call sync functions if we're running, else alsalib asserts.
31158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31159           Sometimes fails to compile. Possibly a gcc bug.
31160         * gst/playback/gstplaybin.c: (gen_video_element),
31161         (gen_audio_element):
31162           Add a reference to an application-provided object, because we lose
31163           this same reference if we add it to the bin. If we don't do this,
31164           we can only use this object once and thus crash if we go from
31165           ready to playing, back to ready and back to playing again.
31166           Also add an audioscale element because several cheap soundcards -
31167           like mine - don't support all samplerates.
31168         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31169         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31170           Fix wrong order or PAR calls. Makes automatically obtained PAR
31171           from the X server atually being used.
31172
31173 2004-09-12  David Schleef  <ds@schleef.org>
31174
31175         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31176         #151887, #152102, #152247.
31177         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31178         * examples/seeking/cdparanoia.c: same
31179         * examples/seeking/cdplayer.c: same
31180         * examples/seeking/seek.c: same
31181         * examples/seeking/spider_seek.c: same
31182         * examples/seeking/vorbisfile.c: same
31183         * examples/stats/mp2ogg.c: same
31184         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31185         (gst_esdsink_dispose): Dispose of element properly.
31186         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31187         fixes.
31188         * ext/nas/nassink.c: (gst_nassink_class_init),
31189         (gst_nassink_dispose): Dispose of element correctly.
31190         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31191         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31192         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31193         Fix 64-bit warning.
31194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31195         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31196         Fix 64-bit warning.
31197
31198 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31199
31200         * configure.ac : change speex detection as 1.1.6 now uses
31201           .pc/pkg-config and they changed their headers location.
31202
31203 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31204
31205         * gst/matroska/matroska-mux.h:
31206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31207         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31208         (gst_matroska_mux_write_data):
31209           Write multiple blocks/frames per cluster.
31210                 Write meta-seek information (seek heads).
31211
31212 2004-09-09  Scott Wheeler <wheeler@kde.org>
31213
31214         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31215         (gst_play_bin_set_property), (gst_play_bin_get_property),
31216         (gen_audio_element), (gen_audio_element):
31217           Add a volume element / property to the pipeline.
31218
31219 2004-09-07  Wim Taymans  <wim@fluendo.com>
31220
31221         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31222         Copy timestamps from the master pad to the output buffers.
31223
31224 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * ext/raw1394/gstdv1394src.c:
31227           throw errors when applicable
31228
31229 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31230
31231         * gst/matroska/ebml-ids.h:
31232         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31233         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31235           automatically convert unix time <-> ebml time when reading/writing
31236           a date, use gst_ebml_write_uint to write CUETIME,
31237           not gst_ebml_write_date.
31238         * gst/matroska/matroska-ids.h:
31239         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31240         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31241         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31242         (gst_matroska_mux_write_data):
31243           Write track and segment UIDs, write muxing date, write
31244           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31245           Create cues for audio only files.
31246
31247 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31248
31249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31250         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31251           Re-commit ALSA switches.
31252         * gst/adder/gstadder.c: (gst_adder_loop):
31253           64-bit fix (#151416).
31254         * gst/debug/progressreport.c: (gst_progressreport_report):
31255           64-bit fix (#151419).
31256         * gst/matroska/matroska-demux.c:
31257         (gst_matroska_demux_parse_contents):
31258           64-bit fix (#151420).
31259         * gst/playback/test3.c: (update_scale):
31260           64-bit fix (#151421).
31261
31262 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31263
31264         * configure.ac:
31265           bump nano to cvs
31266
31267 === release 0.8.4 ===
31268
31269 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31270
31271         * configure.ac: releasing 0.8.4, "Alias"
31272
31273 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31274
31275         * ext/theora/Makefile.am:
31276           fix makefile.  Fixes #151462.
31277
31278 2004-08-30  Wim Taymans  <wim@fluendo.com>
31279
31280         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31281         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31282         (gst_multifdsink_remove_client_link),
31283         (gst_multifdsink_client_queue_buffer),
31284         (gst_multifdsink_handle_client_write):
31285         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31286         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31287         Fix some memory leaks.
31288
31289 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31290
31291         Patch by: David Schleef
31292
31293         * configure.ac:
31294         * sys/Makefile.am:
31295           rename our detection macro for V4L2.  Fixes #151236.
31296
31297 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31298
31299         Patch by: David Schleef
31300
31301         * configure.ac:
31302           check to define LAMEPRESET.  Fixes #151232.
31303
31304 2004-08-27  David Schleef  <ds@schleef.org>
31305
31306         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31307         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31308         (gst_glimagesink_fixate):  Move local variable declarations to
31309         make gcc-2.95 happy.
31310
31311 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31312
31313         * configure.ac:
31314           bump nano for prerelease
31315
31316 2004-08-27  David Schleef  <ds@schleef.org>
31317
31318         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31319         * sys/sunaudio/gstsunaudiosrc.c:
31320         * sys/sunaudio/gstsunaudiosrc.h:
31321
31322 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31323
31324         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31325         handle EOS correctly
31326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31327         * gst/matroska/matroska-mux.h:
31328         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31329         VFW compatibility mode
31330
31331 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31332
31333         patch by: Zaheer Abbas Merali
31334
31335         * ext/ogg/gstoggmux.c:
31336         * ext/vorbis/vorbisenc.c:
31337         * ext/vorbis/vorbisenc.h:
31338           handle NEWMEDIA
31339
31340 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31341
31342         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31343         fix byte order reversion on little endian machines.
31344         * gst/matroska/matroska-mux.c: (audiosink_templ),
31345         (gst_matroska_mux_audio_pad_link):
31346         add TTA codec to the list of supported codecs.
31347         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31348         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31349         (gst_matroska_mux_write_data):
31350         * gst/matroska/matroska-mux.h:
31351         write segment duration correctly, write muxing app string, fixes bugs
31352         #140897 and #140898.
31353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31354         wait for all pads to be negotiated before starting to mux.
31355
31356 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31357
31358         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31359         * ext/lame/gstlame.h:
31360         Added new media support to lame
31361
31362 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31363
31364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31365         send vorbis headers at the beginning of a stream, fixes bug #141554.
31366         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31367         bug #148950.
31368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31369         (gst_matroska_demux_plugin_init):
31370         * gst/matroska/matroska-ids.h:
31371         enable demuxing of TTA audio streams, fixes bug #148951.
31372         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31373         enable typefinding for TTA audio files, fixes bug #148711.
31374         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31375         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31376         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31377
31378 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31379
31380         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31381         (gst_riff_read_element_data), (gst_riff_read_seek),
31382         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31383         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31384         <teuf@gnome.org>
31385
31386 2004-08-23 Iain <iaingnome@gmail.com>
31387
31388         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31389         tags. They appear to be handled differently to normal.
31390         (tag_list_to_id3_tag_foreach): Ditto.
31391
31392 2004-08-22  Wim Taymans  <wim@fluendo.com>
31393
31394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31395         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31396         Make sure we never send -1 granulepos.
31397
31398 2004-08-20  Wim Taymans  <wim@fluendo.com>
31399
31400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31401         (gst_ogg_mux_loop):
31402         I will accept bitchslappings with non sharp objects.
31403
31404 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31405
31406         * configure.ac:
31407         Clean up the test for lame presets
31408
31409 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31410
31411         * configure.ac:
31412         * ext/lame/Makefile.am:
31413         * ext/lame/gstlame.c: (gst_lame_class_init),
31414         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31415         Only enable lame presets if version of lame has presets in API
31416
31417 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31418         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31419         * gst/udp/gstudpsrc.h:
31420           Don't call gst_pad_push in a get function. Fixes #150449
31421
31422 2004-08-18  Wim Taymans  <wim@fluendo.com>
31423
31424         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31425         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31426         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31427         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31428         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31429         (gst_fdset_wait):
31430         * gst/tcp/gstfdset.h:
31431         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31432         (gst_multifdsink_client_queue_buffer),
31433         (gst_multifdsink_handle_client_write):
31434         * gst/tcp/gstmultifdsink.h:
31435         Some extra checks in gstfdset.
31436         Only use send() when the fd is a socket. Don't try to
31437         read from write only fds.
31438
31439 2004-08-18  Wim Taymans  <wim@fluendo.com>
31440
31441         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31442         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31443         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31444         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31445         (gst_fdset_wait):
31446         Add more locking and bounds checking.
31447
31448 2004-08-18  Wim Taymans  <wim@fluendo.com>
31449
31450         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31451         Realloc test fdset in the lock and right before starting
31452         the poll call. Bump the limit to 4096.
31453
31454 2004-08-17  David Schleef  <ds@schleef.org>
31455
31456         * sys/sunaudio/Makefile.am:
31457         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31458         of rates and channels.  Make debugging less obnoxious.
31459
31460         Patch from Balamurali Viswanathan implementing a mixer for
31461         Sun audio.  (bug #144091):
31462         * sys/sunaudio/gstsunelement.c:
31463         * sys/sunaudio/gstsunelement.h:
31464         * sys/sunaudio/gstsunmixer.c:
31465         * sys/sunaudio/gstsunmixer.h:
31466
31467 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31468
31469         * gst/audioscale/gstaudioscale.c:
31470         * gst/audioscale/gstaudioscale.h:
31471         made audioscale resample from any sample rate to any sample rate
31472
31473 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31474
31475         * ext/libpng/gstpngdec.c:
31476           error out on unsupported types
31477
31478 2004-08-17  Iain <iaingnome@gmail.com>
31479
31480         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31481         mid_side and loose_mid_side properties if its a stereo stream.
31482
31483 2004-08-17  Wim Taymans  <wim@fluendo.com>
31484
31485         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31486         (theora_get_formats), (theora_dec_src_convert),
31487         (theora_dec_sink_convert), (theora_dec_src_query),
31488         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31489         Add a debug line.
31490
31491 2004-08-17  Wim Taymans  <wim@fluendo.com>
31492
31493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31494         (gst_ogg_pad_push):
31495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31496         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31497         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31498         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31499         Mark delta units in the muxer.
31500         Try to decode the packet after an out-of-sync error from
31501         libogg.
31502
31503 2004-08-17  Wim Taymans  <wim@fluendo.com>
31504
31505         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31506         (gst_multifdsink_init), (gst_multifdsink_add),
31507         (gst_multifdsink_client_queue_buffer),
31508         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31509         * gst/tcp/gstmultifdsink.h:
31510         Added option to send a keyframe to clients as the first buffer.
31511         Make timeout property writable.
31512
31513 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31514
31515         patch by: Wim Taymans
31516
31517         * gst/tcp/gstfdset.c:
31518         * gst/tcp/gstmultifdsink.c:
31519           fix index comparison, should include 0
31520
31521 2004-08-16  Wim Taymans  <wim@fluendo.com>
31522
31523         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31524         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31525         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31526         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31527         (gst_fdset_wait):
31528           copy when reallocing for poll so the select arguments don't get
31529           changed during the call
31530
31531 2004-08-16  Wim Taymans  <wim@fluendo.com>
31532
31533         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31534         (gst_theora_enc_class_init), (theora_enc_sink_link),
31535         (theora_buffer_from_packet), (theora_enc_chain):
31536         Fix bug where buffers were not marked as keyframes
31537         correctly.
31538
31539 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31540
31541         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31542         (gst_lame_preset_get_type), (gst_lame_class_init):
31543         describe the enum values for vbr mode and presets more verbosely
31544
31545 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31546
31547         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31548         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31549         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31550         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31551         * ext/lame/gstlame.h:
31552         add preset property to lame so it can use lame presets
31553
31554 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31555
31556         * ext/lame/gstlame.c: (gst_lame_get_property):
31557         whoops forgot break, thanks teuf
31558
31559 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31560
31561         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31562         (gst_lame_class_init), (gst_lame_src_getcaps),
31563         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31564         (gst_lame_get_property), (gst_lame_setup):
31565         * ext/lame/gstlame.h:
31566         fix lame's broken vbr stuff, allow it to resample if need be, and also
31567         make xing header optional
31568
31569 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31570
31571         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31572         added getcaps function so samplerate doesnt get fixated to silly values
31573
31574 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31575
31576         * ext/lame/gstlame.c: (gst_lame_src_link):
31577         revert previous fix
31578
31579 2004-08-12  Johan Dahlin  <johan@gnome.org>
31580
31581         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31582         checks. Doesn't matter what state we are in. Interfaces are a
31583         compile time thing, not runtime. It also broke the python bindings.
31584
31585 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31586
31587         * ext/lame/gstlame.c: (gst_lame_src_link):
31588         made source pad link function check if sinkpad is ok..fixes the problem
31589         where core fixates the output rate of lame stupidly
31590
31591 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31592
31593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31594         * sys/v4l/v4l_calls.c:
31595         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31596           fix fixate function to handle nonsimple caps.
31597           remove bogus check in _link
31598           cleanups
31599
31600 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31601
31602         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31603         set default compression ratio parameter to 0.0 so bitrate parameter
31604         works :)
31605
31606 2004-08-11  David Schleef  <ds@schleef.org>
31607
31608         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31609
31610 2004-08-11  David Schleef  <ds@schleef.org>
31611
31612         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31613         before.
31614
31615 2004-08-11  David Schleef  <ds@schleef.org>
31616
31617         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31618
31619 2004-08-11  David Schleef  <ds@schleef.org>
31620
31621         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31622           license field
31623         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31624         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31625           LGPL.
31626         * gst/auparse/gstauparse.c: Fix plugin license field.
31627         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31628         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31629         * gst/rtp/gstrtp.c: Fix plugin license field.
31630
31631 2004-08-11  Wim Taymans  <wim@fluendo.com>
31632
31633         * gst/tcp/Makefile.am:
31634         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31635         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31636         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31637         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31638         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31639         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31640         (gst_fdset_fd_can_write), (gst_fdset_wait):
31641         * gst/tcp/gstfdset.h:
31642         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31643         (gst_multifdsink_class_init), (gst_multifdsink_init),
31644         (gst_multifdsink_add), (gst_multifdsink_remove),
31645         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31646         (gst_multifdsink_remove_client_link),
31647         (gst_multifdsink_handle_client_read),
31648         (gst_multifdsink_client_queue_data),
31649         (gst_multifdsink_client_queue_caps),
31650         (gst_multifdsink_client_queue_buffer),
31651         (gst_multifdsink_handle_client_write),
31652         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31653         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31654         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31655         (gst_multifdsink_close):
31656         * gst/tcp/gstmultifdsink.h:
31657         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31658         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31659         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31660         (gst_tcpserversink_close):
31661         * gst/tcp/gsttcpserversink.h:
31662         Abstracted away the select call, implemented poll (yes we ran into
31663         the 1024 limit in production).
31664
31665 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31666
31667         * gst/tcp/gsttcp.c:
31668         * gst/tcp/gsttcpplugin.c:
31669           improve debuggging, remove assert
31670
31671 2004-08-10  Wim Taymans  <wim@fluendo.com>
31672
31673         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31674         (gst_client_status_get_type), (gst_multifdsink_class_init),
31675         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31676         (gst_multifdsink_handle_client_read),
31677         (gst_multifdsink_handle_client_write),
31678         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31679         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31680         (gst_multifdsink_get_property):
31681         * gst/tcp/gstmultifdsink.h:
31682         * gst/tcp/gsttcp-marshal.list:
31683         Starting to prepare for specifying buffer time in other units
31684         than buffers. Expose remove reason in signal.
31685
31686 2004-08-10  Wim Taymans  <wim@fluendo.com>
31687
31688         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31689         (gst_multifdsink_remove), (gst_multifdsink_clear),
31690         (gst_multifdsink_remove_client_link),
31691         (gst_multifdsink_handle_client_read),
31692         (gst_multifdsink_client_queue_data),
31693         (gst_multifdsink_client_queue_buffer),
31694         (gst_multifdsink_handle_client_write),
31695         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31696         (gst_multifdsink_chain), (gst_multifdsink_close):
31697         * gst/tcp/gstmultifdsink.h:
31698         Added more debugging info. Changed the way clients are
31699         removed from the lists. Fixed a bug where a bad file descriptor
31700         could cause many clients to be removed.
31701
31702 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31703
31704         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31705           allow all pixel-aspect-ratios, not just 1:1
31706
31707 2004-08-09  David Schleef  <ds@schleef.org>
31708
31709         * sys/glsink/ARB_multitexture.h:  Remove old files.
31710         * sys/glsink/EXT_paletted_texture.h:
31711         * sys/glsink/NV_register_combiners.h:
31712         * sys/glsink/gstgl_nvimage.c:
31713         * sys/glsink/gstgl_pdrimage.c:
31714         * sys/glsink/gstgl_rgbimage.c:
31715         * sys/glsink/gstglsink.c:
31716         * sys/glsink/gstglsink.h:
31717         * sys/glsink/gstglxwindow.c:
31718         * sys/glsink/regcomb_yuvrgb.c:
31719
31720 2004-08-09  David Schleef  <ds@schleef.org>
31721
31722         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31723         GL sink plugin.  (Bug #147302)
31724
31725         * configure.ac: Test for OpenGL
31726         * sys/Makefile.am: Use test for OpenGL
31727         * sys/glsink/Makefile.am:
31728         * sys/glsink/glimagesink.c: rewrite
31729         * sys/glsink/glimagesink.h: rewrite
31730
31731 2004-08-09  David Schleef  <ds@schleef.org>
31732
31733         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31734         sane framerates.
31735         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31737         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31738
31739 2004-08-09  Wim Taymans  <wim@fluendo.com>
31740
31741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31742         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31743         (gst_multifdsink_client_remove),
31744         (gst_multifdsink_handle_client_read),
31745         (gst_multifdsink_handle_client_write),
31746         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31747         Do a bit more logging, make the client_read code more robust.
31748
31749 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31750
31751         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31752         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31753         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31754         (gst_jpegdec_init), (gst_jpegdec_chain):
31755         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31756         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31757           cleanups, debugging fixes and memleak plugging
31758
31759 2004-08-09  Wim Taymans  <wim@fluendo.com>
31760
31761         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31762         (theora_get_formats), (theora_dec_src_convert),
31763         (theora_dec_sink_convert), (theora_dec_src_query),
31764         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31765         (theora_dec_change_state):
31766         Don't crash on missing header packets.
31767
31768 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31769
31770         * po/LINGUAS:
31771         * po/sq.po:
31772           Added Albanian translation (Laurent Dhima)
31773         * po/cs.po:
31774           updated
31775
31776 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31777
31778         * ext/lame/gstlame.c:
31779           fix/add debugging
31780
31781 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31782
31783         * sys/ximage/ximagesink.c:
31784         * sys/xvimage/xvimagesink.c:
31785           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31786
31787 2004-08-06  Wim Taymans  <wim@fluendo.com>
31788
31789         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31790         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31791         (gst_multifdsink_client_remove),
31792         (gst_multifdsink_handle_client_read),
31793         (gst_multifdsink_handle_client_write),
31794         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31795         Make sure we don't try to read more from a client that what
31796         ioctl says us or we deadlock.
31797
31798 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31799
31800         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31801         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31802         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31803           decouple running_time and n_frames so it can handle changing
31804           framerate while running
31805
31806 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31807
31808         * po/nl.po:
31809         * po/sv.po:
31810           updated translations
31811
31812 2004-08-04  Benjamin Otte  <otte@gnome.org>
31813
31814         * gst/videotestsrc/gstvideotestsrc.c:
31815         (gst_videotestsrc_get_capslist), (generate_capslist),
31816         (plugin_init):
31817           generate the list of supported caps at startup and reuse it instead
31818           of always generating it
31819
31820 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31821
31822         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31823           whoops, last checkin broke normal build
31824
31825 2004-08-03  Benjamin Otte  <otte@gnome.org>
31826
31827         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31828         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31829         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31830         (gst_alsa_mixer_get_option):
31831         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31832         (dvdnavsrc_print_event):
31833         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31835         (gst_ogg_mux_pad_unlink):
31836         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31837         (gst_multipart_mux_pad_unlink):
31838         * gst/videofilter/gstvideobalance.c:
31839         (gst_videobalance_colorbalance_set_value):
31840         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31841         (gst_videomixer_pad_unlink):
31842         * po/uk.po:
31843         * sys/oss/gstossmixer.c:
31844         * sys/v4l/gstv4lcolorbalance.c:
31845         * sys/v4l/gstv4ltuner.c:
31846         * sys/v4l/v4lsrc_calls.c:
31847         * sys/v4l2/gstv4l2colorbalance.c:
31848         * sys/v4l2/gstv4l2tuner.c:
31849           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31850
31851 2004-08-03  Benjamin Otte  <otte@gnome.org>
31852
31853         * examples/dynparams/filter.c: (ui_control_create):
31854         * examples/gstplay/player.c: (print_tag):
31855         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31856         * ext/gdk_pixbuf/gstgdkanimation.c:
31857         (gst_gdk_animation_iter_may_advance):
31858         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31859         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31860         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31861         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31863         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31864         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31865         * gst/sine/demo-dparams.c: (main):
31866         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31867         * testsuite/alsa/formats.c: (create_pipeline):
31868         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31869           fixes for G_DISABLE_ASSERT and friends
31870         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31871         (mp3_type_frame_length_from_header), (mp3_type_find),
31872         (plugin_init):
31873           require mp3 typefinding to have at least MIN_HEADERS valid headers
31874           add typefinding for AAC adts files
31875
31876 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31877
31878         * sys/ximage/ximagesink.c:
31879         (gst_ximagesink_calculate_pixel_aspect_ratio):
31880         * sys/xvimage/xvimagesink.c:
31881         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31882         Make sure we calculate pixel-aspect-ratio using floating point maths
31883
31884 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31885
31886         * po/uk.po:
31887           updated translation
31888
31889 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31890
31891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31893           add debugging for display PAR calculation
31894
31895 2004-08-02  David Schleef  <ds@schleef.org>
31896
31897         * configure.ac: Fix mikmod CFLAGS.
31898
31899 2004-07-27  Benjamin Otte  <otte@gnome.org>
31900
31901         * gst/audioscale/gstaudioscale.c:
31902         - fix templates to only support S16, it's the only format that works
31903         - make caps nego code use try_set_caps_nonfixed and fixation instead
31904         of try_set_caps twice, which is not nice for autopluggers
31905         - change rank to secondary, so autopluggers can pick it up after
31906         audioconvert
31907
31908 2004-08-02  Iain <iain@prettypeople.org>
31909
31910         * gst/interleave/interleave.c (interleave_init),
31911         (interleave_request_new_pad),
31912         (interleave_pad_removed),
31913         (interleave_buffered_loop): Use the real pad count, not the artificial
31914         one.
31915
31916 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31917
31918         * configure.ac: bump nano back to development
31919
31920 === release 0.8.3 ===
31921
31922 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31923
31924         * configure.ac: releasing 0.8.3, "Water"
31925
31926 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31927
31928         * sys/xvimage/xvimagesink.c:
31929         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31930         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31931         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31932         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31933         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31934         * sys/xvimage/xvimagesink.h:
31935           apply similar PAR fixes as to ximagesink
31936
31937 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31938
31939         patch from: Benjamin Otte
31940
31941         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31942           add link function to lame.  Fixes #148986.
31943
31944 2004-08-02  Johan Dahlin  <johan@gnome.org>
31945
31946         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31947         fix debugging log
31948
31949 2004-07-30  David Schleef  <ds@schleef.org>
31950
31951         * gst/videomixer/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         * gst/multipart/Makefile.am: Fix things that should have been
31957         fixed in the last checkin.
31958
31959 2004-07-30  David Schleef  <ds@schleef.org>
31960
31961         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31962
31963 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31964
31965         * configure.ac:
31966           bump nano for prerelease
31967         * po/af.po:
31968         * po/az.po:
31969         * po/cs.po:
31970         * po/en_GB.po:
31971         * po/hu.po:
31972         * po/nl.po:
31973         * po/sr.po:
31974         * po/sv.po:
31975         * po/uk.po:
31976           updates
31977
31978 2004-07-30  Wim Taymans  <wim@fluendo.com>
31979
31980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31981         (gst_multifdsink_add), (gst_multifdsink_remove),
31982         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31983         (gst_multifdsink_client_remove),
31984         (gst_multifdsink_handle_client_write),
31985         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31986         * gst/tcp/gstmultifdsink.h:
31987         Recover from a select with a bad file descriptor by removing
31988         the client.
31989
31990 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31991
31992         * configure.ac:
31993           fix requirement of core
31994         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31995         (gst_play_pipeline_setup):
31996           don't use colorspace element.  do use hermescolorspace element.
31997           make macro to get a colorspace element.
31998           mark strings for translation.
31999         * po/POTFILES.in:
32000           add play.c
32001         * po/af.po:
32002         * po/az.po:
32003         * po/cs.po:
32004         * po/en_GB.po:
32005         * po/hu.po:
32006         * po/nl.po:
32007         * po/sr.po:
32008         * po/sv.po:
32009         * po/uk.po:
32010           update translations
32011
32012 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32013
32014         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32015         fix default for newmedia flag
32016
32017 2004-07-30  Wim Taymans  <wim@fluendo.com>
32018
32019         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32020         (gst_theora_dec_init), (theora_get_formats),
32021         (theora_dec_src_convert), (theora_dec_sink_convert),
32022         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32023         (theora_dec_chain), (theora_dec_set_property),
32024         (theora_dec_get_property):
32025         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32026         (gst_theora_enc_class_init), (gst_theora_enc_init),
32027         (theora_enc_sink_link), (theora_enc_chain),
32028         (theora_enc_set_property), (theora_enc_get_property):
32029         Added cropping option to theora decoder.
32030         Added border option to theora encoder.
32031
32032 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32033
32034         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32035         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32036         (gst_pngenc_set_property):
32037         * ext/libpng/gstpngenc.h:
32038         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
32039
32040 2004-07-30  Wim Taymans  <wim@fluendo.com>
32041
32042         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32043         (theora_enc_sink_link), (theora_enc_chain),
32044         (theora_enc_set_property), (theora_enc_get_property):
32045         Fix encoding of non-multiple-of-16 video.
32046
32047 2004-07-29  David Schleef  <ds@schleef.org>
32048
32049         * configure.ac: make test for audiofile more strict
32050
32051 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32052
32053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32054           give different names to typefind functions
32055
32056 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32057
32058         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32059         (gst_ximagesink_calculate_pixel_aspect_ratio),
32060         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32061         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32062         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32063         (gst_ximagesink_get_property), (gst_ximagesink_init):
32064         * sys/ximage/ximagesink.h:
32065           allocate PAR's dynamically.
32066           use autodetected PAR if no object-set PAR is given.
32067           add workaround for directfb's X not setting physical size.
32068           fix to xvimagesink will follow tomorrow.
32069
32070 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32071
32072         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32073         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32074         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32075         (gst_shout2send_class_init), (gst_shout2send_init),
32076         (set_shout_metadata), (gst_shout2send_set_metadata),
32077         (gst_shout2send_chain), (gst_shout2send_set_property),
32078         (gst_shout2send_get_property), (gst_shout2send_connect),
32079         (gst_shout2send_change_state):
32080         * ext/shout2/gstshout2.h:
32081         - fix for sending mp3 audio to icecast2 server, if pad link function not
32082         called before PAUSED state
32083         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32084         - added tagging support for mp3 audio broadcasted
32085         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32086         debug info
32087
32088 2004-07-28  Wim Taymans  <wim@fluendo.com>
32089
32090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32091         (gst_ogg_demux_push):
32092         Return query failure when we don't know the length of
32093         an ogg stream insteda of returning TRUE with a bogus value.
32094
32095 2004-07-28  Wim Taymans  <wim@fluendo.com>
32096
32097         * ext/theora/theoradec.c: (theora_get_formats),
32098         (theora_dec_src_convert), (theora_dec_sink_convert),
32099         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32100         (theora_dec_chain):
32101         Don't screw up the 1 Chroma for 1 luma sample situation when we
32102         have an odd offset/width by adding a black border in those cases.
32103
32104 2004-07-28  Wim Taymans  <wim@fluendo.com>
32105
32106         * ext/theora/theoradec.c: (theora_get_formats),
32107         (theora_dec_src_convert), (theora_dec_sink_convert),
32108         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32109         (theora_dec_chain):
32110         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32111         Added first attempt at cropping of the image as required by the
32112         theora spec. We need more properties in the caps (offset_x,
32113         offset_y,stride) to implement this correctly.
32114
32115 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32116
32117         * ext/dvdnav/README:
32118           Update the README to use dvddemux
32119         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32120           Ensure getcaps returns a subset of the template caps
32121         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32122         (gst_mpeg2subt_init):
32123           Ensure getcaps returns a subset of the template caps
32124         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32125         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32126         (gst_dvd_demux_get_subpicture_stream),
32127         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32128         * gst/mpegstream/gstdvddemux.h:
32129           Set the explicit caps on the current_video pad before pushing
32130           anything
32131         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32132         (gst_mpeg_demux_get_audio_stream):
32133           Free caps used to gst_pad_set_explicit_caps, which takes a const
32134           GstCaps *
32135
32136 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32137
32138         * configure.ac: update GStreamer requirement to 0.8.4 because of
32139           GstFraction.
32140
32141 2004-07-28  Wim Taymans  <wim@fluendo.com>
32142
32143         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32144         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32145         Add the pad to the element after setting up the caps. This
32146         makes it a lot easier to autoplug.
32147
32148 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32149
32150         * gst/median/gstmedian.c:
32151         * gst/mpeg2subt/gstmpeg2subt.c:
32152         * gst/mpegaudioparse/gstmpegaudioparse.c:
32153         * gst/mpegstream/gstdvddemux.c:
32154         * gst/mpegstream/gstmpegdemux.c:
32155         * gst/mpegstream/gstmpegpacketize.c:
32156         * gst/rtjpeg/gstrtjpeg.c:
32157         * gst/rtjpeg/gstrtjpegdec.c:
32158         * gst/rtjpeg/gstrtjpegenc.c:
32159         * gst/sine/gstsinesrc.c:
32160         * gst/smooth/gstsmooth.c:
32161         * gst/smpte/gstsmpte.c:
32162         * gst/smpte/gstsmpte.h:
32163         * gst/stereo/gststereo.c:
32164         * gst/videofilter/gstgamma.c:
32165         * gst/videofilter/gstvideobalance.c:
32166         * gst/videofilter/gstvideofilter.c:
32167         * gst/videofilter/gstvideoflip.c:
32168         * gst/videoscale/gstvideoscale.c:
32169         * gst/videoscale/videoscale.c:
32170         * gst/videotestsrc/gstvideotestsrc.c:
32171         * gst/videotestsrc/videotestsrc.c:
32172         * gst/wavenc/gstwavenc.c:
32173         * gst/wavparse/gstwavparse.c:
32174           fix local includes and 64 bits constants
32175
32176 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32177
32178         * win32/gst.sln:
32179         * gst-libs/gst/*/*.vcproj:
32180         * gst/*/*.vcproj:
32181           more working plugins
32182
32183 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32184
32185         * testsuite/alsa/Makefile.am:
32186         * testsuite/alsa/srcstate.c:
32187         add test for alsasrc changing state
32188
32189 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32190
32191         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32192         (gst_silence_get):
32193         * gst/silence/gstsilence.h:
32194         fix silence generation for 16bit raw audio
32195
32196 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * gst/matroska/matroska-demux.c:
32199         (gst_matroska_demux_parse_metadata),
32200         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32201         * gst/mpegaudio/common.c:
32202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32203         (gst_videoscale_getcaps), (gst_videoscale_link),
32204         (gst_videoscale_src_fixate), (gst_videoscale_init),
32205         (gst_videoscale_finalize):
32206         * gst/videoscale/gstvideoscale.h:
32207         * gst/videotestsrc/gstvideotestsrc.c:
32208         (gst_videotestsrc_get_capslist):
32209         * gst/wavenc/gstwavenc.c:
32210         * sys/oss/gstossmixer.c: (fill_labels):
32211         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32212         (gst_ximagesink_handle_xevents),
32213         (gst_ximagesink_calculate_pixel_aspect_ratio),
32214         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32215         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32216         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32217         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32218         (gst_ximagesink_init), (gst_ximagesink_class_init):
32219         * sys/ximage/ximagesink.h:
32220         * sys/xvimage/xvimagesink.c:
32221         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32222         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32223         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32224         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32225         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32226         * sys/xvimage/xvimagesink.h:
32227           first batch of pixel aspect ratio commits.
32228
32229 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32230
32231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32232         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32233         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32234           handle stride, needs work if we want to move stride handling
32235           upstream, but works correctly for our purposes.
32236
32237 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32238
32239         * gst/videoscale/README:
32240           add testing examples
32241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32242         (gst_videoscale_chain):
32243         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32244         (gst_videoscale_get_size):
32245           add get_size function that handles stride like videotestsrc.
32246           fixes conversion for YUV formats for as much as I can test them.
32247
32248 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32251         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32253         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32254         (gst_xvimagesink_xvimage_put):
32255           further cleanups, logging, error handling and synchronizing
32256
32257 2004-07-27  Wim Taymans  <wim@fluendo.com>
32258
32259         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32260         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32261         (gst_videomixer_pad_set_property),
32262         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32263         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32264         (gst_videomixer_class_init), (gst_videomixer_init),
32265         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32266         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32267         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32268         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32269         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32270         (gst_videomixer_loop), (plugin_init):
32271         Be a nicer negotiation citizen and provide a getcaps function on
32272         the srcpad. This also fixes a crash when resizing.
32273
32274 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32275
32276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32277         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32278
32279 2004-07-27  Wim Taymans  <wim@fluendo.com>
32280
32281         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32282         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32283         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32284         (gst_pngenc_set_property):
32285         * ext/libpng/gstpngenc.h:
32286         Added snapshot property to pngenc.
32287         removed g_print from pngdec
32288
32289 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32290
32291         * gst/ac3parse/ac3parse.vcproj
32292         * gst/adder/adder.vcproj
32293         * gst/alpha/alpha.vcproj
32294         * gst/alpha/alphacolor.vcproj
32295         * gst/asfdemux/asf.vcproj
32296         * gst/audioconvert/audioconvert.vcproj
32297         * gst/audiorate/audiorate.vcproj
32298         * gst/audioscale/audioscale.vcproj
32299         * gst/auparse/auparse.vcproj
32300         * gst/avi/avi.vcproj
32301         * gst/cdxaparse/cdxaparse.vcproj
32302         * gst/chart/chart.vcproj
32303         * gst/colorspace/colorspace.vcproj
32304         * gst/cutter/cutter.vcproj
32305         * gst/debug/debug.vcproj
32306         * gst/debug/efence.vcproj
32307         * gst/debug/navigationtest.vcproj
32308         * gst/deinterlace/deinterlace.vcproj
32309         * gst/effectv/effectv.vcproj
32310         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32311         * gst/filter/filter.vcproj
32312         * gst/flx/flxdec.vcproj
32313         * gst/goom/goom.vcproj
32314         * gst/interleave/interleave.vcproj
32315         * gst/law/alaw.vcproj
32316         * gst/law/mulaw.vcproj
32317         * gst/matroska/matroska.vcproj
32318         * gst/median/median.vcproj
32319         * gst/mixmatrix/mixmatrix.vcproj
32320         * gst/mpeg1sys/mpeg1systemencode.vcproj
32321         * gst/mpeg1videoparse/mp1videoparse.vcproj
32322         * gst/mpeg2sub/mpeg2subt.vcproj
32323         * gst/mpegaudio/mpegaudio.vcproj
32324         * gst/mpegaudioparse/mpegaudioparse.vcproj
32325         * gst/mpegstream/mpegstream.vcproj
32326         * gst/multifilesink/multifilesink.vcproj
32327         * gst/multipart/multipart.vcproj
32328         * gst/oneton/oneton.vcproj
32329         * gst/overlay/overlay.vcproj
32330         * gst/passthrough/passthrough.vcproj
32331         * gst/qtdemux/qtdemux.vcproj
32332         * gst/realmedia/rmdemux.vcproj
32333         * gst/rtjpeg/rtjpeg.vcproj
32334         * gst/rtp/rtp.vcproj
32335         * gst/silence/silence.vcproj
32336         * gst/sine/sinesrc.vcproj
32337         * gst/smooth/smooth.vcproj
32338         * gst/smpte/smpte.vcproj
32339         * gst/spectrum/spectrum.vcproj
32340         * gst/speed/speed.vcproj
32341         * gst/stereo/stereo.vcproj
32342         * gst/switch/switch.vcproj
32343         * gst/tags/tagedit.vcproj
32344         * gst/tcp/tcp.vcproj
32345         * gst/typefind/typefindfunctions.vcproj
32346         * gst/udp/udp.vcproj
32347         * gst/videobox/videobox.vcproj
32348         * gst/videocrop/videocrop.vcproj
32349         * gst/videodrop/videodrop.vcproj
32350         * gst/videofilter/gamma.vcproj
32351         * gst/videofilter/videobalance.vcproj
32352         * gst/videofilter/videofilter.vcproj
32353         * gst/videofilter/videoflip.vcproj
32354         * gst/videoflip/videoflip.vcproj
32355         * gst/videomixer/videomixer.vcproj
32356         * gst/videorate/videorate.vcproj
32357         * gst/videoscale/videoscale.vcproj
32358         * gst/videotestsrc/videotestsrc.vcproj
32359         * gst/virtualdub/virtualdub.vcproj
32360         * gst/volenv/volenv.vcproj
32361         * gst/volume/volume.vcproj
32362         * gst/wavenc/wavenc.vcproj
32363         * gst/wavparse/wavparse.vcproj
32364         * gst/y4m/y4menc.vcproj
32365         * gst-libs/gst/audio/audio.vcproj
32366         * gst-libs/gst/audio/audiofilter.vcproj
32367         * gst-libs/gst/colorbalance/colorbalance.vcproj
32368         * gst-libs/gst/idct/idtc.vcproj
32369         * gst-libs/gst/media-info/media-info.vcproj
32370         * gst-libs/gst/mixer/mixer.vcproj
32371         * gst-libs/gst/navigation/navigation.vcproj
32372         * gst-libs/gst/play/play.vcproj
32373         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32374         * gst-libs/gst/resample/resample.vcproj
32375         * gst-libs/gst/riff/riff.vcproj
32376         * gst-libs/gst/tuner/tuner.vcproj
32377         * gst-libs/gst/video/video.vcproj
32378         * gst-libs/gst/xoverlay/xoverlay.vcproj
32379           avoid problems with math.h, fix release dependancy
32380           rename GStreamer-0.8.lib to libgstreamer.lib
32381
32382 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32383
32384         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32386         the atom is not available we have to unlock the mutex. Fixes #148023
32387
32388 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32389
32390         * gst-libs/gst/media-info/media-info.h:
32391           issue for a vararg macro with MSVC
32392
32393 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32394
32395         * gst/effectv/effectv.vcproj
32396         * gst-libs/gst/idct/idct.vcproj:
32397         * gst-libs/gst/media-info/media-info.vcproj:
32398         * gst-libs/gst/navigation/navigation.vcproj:
32399         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32400         * gst-libs/gst/video/video.vcproj:
32401         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32402           fixes for build problems
32403
32404 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32405
32406         * gst-libs/gst/audio/audio.def:
32407         * gst-libs/gst/audio/riff.def:
32408           add some definitions needed by plugins
32409
32410 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32411
32412         * gst/asfdemux/gstasfmux.c
32413           Fix some 64 bits constants to be glib friendly
32414
32415 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32416
32417         * gst/ac3parse/gstac3parse.c
32418         * gst/audioscale/gstaudioscale.c
32419         * gst/auparse/gstauparse.c
32420         * gst/colorspace/gstcolorspace.c
32421         * gst/colorspace/yuv2rgb.h
32422           local include fixes
32423
32424 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32425
32426         * win32/gst.sln
32427           add more plugins to the build
32428
32429 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32430
32431         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32432         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32433
32434 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32435
32436         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32437         (gst_level_set_property), (gst_level_get_property),
32438         (gst_level_base_init), (gst_level_class_init):
32439           add debugging categories.  cleanups.
32440
32441 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32442
32443         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32444         (gst_videoscale_planar411), (gst_videoscale_planar400),
32445         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32446         (gst_videoscale_scale_nearest_str1),
32447         (gst_videoscale_scale_nearest_str2),
32448         (gst_videoscale_scale_nearest_str4),
32449         (gst_videoscale_scale_nearest_16bit),
32450         (gst_videoscale_scale_nearest_24bit):
32451           fixed stride issues
32452           tested with 320x240 -> 321, 322, 324 x240
32453           tested with YV12, I420, YUY2, UYVY
32454           fixed packed422rev (don't think it could have worked before)
32455           by testing with UYVY
32456
32457 2004-07-26  Benjamin Otte  <otte@gnome.org>
32458
32459         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32460         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32461         (plugin_init):
32462           add debugging category, add error checks like checking return values
32463           of setup calls, make sure it still works after
32464           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32465
32466 2004-07-26  Wim Taymans  <wim@fluendo.com>
32467
32468         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32469         (gst_mpeg_demux_get_audio_stream),
32470         (gst_mpeg_demux_process_private):
32471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32472         Check for error codes from the negotiation functions. Make sure
32473         we really set the pad caps when a new pad is created.
32474
32475 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32476
32477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32478         (gst_ffmpeg_caps_to_pix_fmt):
32479         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32481         (gst_ffmpegcolorspace_pad_link):
32482           don't make function do two things at the same time without reason.
32483
32484 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32485
32486         * gst/ac3parse/ac3parse.vcproj
32487         * gst/adder/adder.vcproj
32488         * gst/alpha/alpha.vcproj
32489         * gst/alpha/alphacolor.vcproj
32490         * gst/asfdemux/asf.vcproj
32491         * gst/audioconvert/audioconvert.vcproj
32492         * gst/audiorate/audiorate.vcproj
32493         * gst/audioscale/audioscale.vcproj
32494         * gst/auparse/auparse.vcproj
32495         * gst/avi/avi.vcproj
32496         * gst/cdxaparse/cdxaparse.vcproj
32497         * gst/chart/chart.vcproj
32498         * gst/colorspace/colorspace.vcproj
32499         * gst/cutter/cutter.vcproj
32500         * gst/debug/debug.vcproj
32501         * gst/debug/efence.vcproj
32502         * gst/debug/navigationtest.vcproj
32503         * gst/deinterlace/deinterlace.vcproj
32504         * gst/effectv/effectv.vcproj
32505         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32506         * gst/filter/filter.vcproj
32507         * gst/flx/flxdec.vcproj
32508         * gst/goom/goom.vcproj
32509         * gst/interleave/interleave.vcproj
32510         * gst/law/alaw.vcproj
32511         * gst/law/mulaw.vcproj
32512         * gst/matroska/matroska.vcproj
32513         * gst/median/median.vcproj
32514         * gst/mixmatrix/mixmatrix.vcproj
32515         * gst/mpeg1sys/mpeg1systemencode.vcproj
32516         * gst/mpeg1videoparse/mp1videoparse.vcproj
32517         * gst/mpeg2sub/mpeg2subt.vcproj
32518         * gst/mpegaudio/mpegaudio.vcproj
32519         * gst/mpegaudioparse/mpegaudioparse.vcproj
32520         * gst/mpegstream/mpegstream.vcproj
32521         * gst/multifilesink/multifilesink.vcproj
32522         * gst/multipart/multipart.vcproj
32523         * gst/oneton/oneton.vcproj
32524         * gst/overlay/overlay.vcproj
32525         * gst/passthrough/passthrough.vcproj
32526         * gst/qtdemux/qtdemux.vcproj
32527         * gst/realmedia/rmdemux.vcproj
32528         * gst/rtjpeg/rtjpeg.vcproj
32529         * gst/rtp/rtp.vcproj
32530         * gst/silence/silence.vcproj
32531         * gst/sine/sinesrc.vcproj
32532         * gst/smooth/smooth.vcproj
32533         * gst/smpte/smpte.vcproj
32534         * gst/spectrum/spectrum.vcproj
32535         * gst/speed/speed.vcproj
32536         * gst/stereo/stereo.vcproj
32537         * gst/switch/switch.vcproj
32538         * gst/tags/tagedit.vcproj
32539         * gst/tcp/tcp.vcproj
32540         * gst/typefind/typefindfunctions.vcproj
32541         * gst/udp/udp.vcproj
32542         * gst/videobox/videobox.vcproj
32543         * gst/videocrop/videocrop.vcproj
32544         * gst/videodrop/videodrop.vcproj
32545         * gst/videofilter/gamma.vcproj
32546         * gst/videofilter/videobalance.vcproj
32547         * gst/videofilter/videofilter.vcproj
32548         * gst/videofilter/videoflip.vcproj
32549         * gst/videoflip/videoflip.vcproj
32550         * gst/videomixer/videomixer.vcproj
32551         * gst/videorate/videorate.vcproj
32552         * gst/videoscale/videoscale.vcproj
32553         * gst/videotestsrc/videotestsrc.vcproj
32554         * gst/virtualdub/virtualdub.vcproj
32555         * gst/volenv/volenv.vcproj
32556         * gst/volume/volume.vcproj
32557         * gst/wavenc/wavenc.vcproj
32558         * gst/wavparse/wavparse.vcproj
32559         * gst/y4m/y4menc.vcproj
32560           more plugins supported under windows
32561
32562 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32563
32564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32565         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32566         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32568         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32569           Add debugging statements.  Use the sizes as returned by the
32570           *CreateImage calls.
32571
32572 2004-07-26  Johan Dahlin  <johan@gnome.org>
32573
32574         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32575         the pad is negotiated.
32576
32577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32578
32579 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32580
32581         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32582         * gst-libs/gst/idct/idct.vcproj:
32583         * gst-libs/gst/media-info/media-info.vcproj:
32584         * gst-libs/gst/mixer/mixer.vcproj:
32585         * gst-libs/gst/navigation/navigation.vcproj:
32586         * gst-libs/gst/play/play.vcproj:
32587         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32588         * gst-libs/gst/resample/resample.vcproj:
32589         * gst-libs/gst/tuner/tuner.vcproj:
32590         * gst-libs/gst/video/video.vcproj:
32591         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32592           more plugins supported under windows
32593
32594 2004-07-25 Iain <iain@prettypeople.org>
32595
32596         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32597         pad now rather than when the pad is created because state changes wipe
32598         explicit caps (fixes #148043).
32599
32600 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32601
32602         reviewed by Benjamin Otte  <otte@gnome.org>
32603
32604         * ext/mad/gstmad.c:
32605           fix mad plugin crashing on Sun (fixes #148289)
32606
32607 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32608
32609         * gst/avi/avi.def:
32610         * gst/avi/avi.vcproj:
32611         * gst/matroska/matroska.def:
32612         * gst/matroska/matroska.vcproj:
32613           remove unused .def files
32614
32615 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32616
32617         * gst-libs/gst/audio/gstaudiofilter.c:
32618           Clean the local include
32619
32620 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32621
32622         * win32/gst.sln:
32623         * gst-libs/gst/audio/audio.def:
32624         * gst-libs/gst/audio/audio.vcproj:
32625         * gst-libs/gst/audio/audiofilter.vcproj:
32626         * gst-libs/gst/audio/riff.def:
32627         * gst-libs/gst/audio/riff.vcproj:
32628         * gst-libs/gst/gst-libs.def:
32629         * gst-libs/gst/gst-libs.vcproj:
32630         * gst/avi/avi.vcproj:
32631         * gst/avi/avi.vcproj:
32632           Copy the files where needed after building, cleaner projects
32633
32634 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32635
32636         * gst/matroska/ebml-write.c:
32637           Fix some 64 bits constants to be glib friendly
32638
32639 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32640
32641         * win32/gst.sln:
32642         * gst-libs/gst/gst-libs.def:
32643         * gst-libs/gst/gst-libs.vcproj:
32644         * gst/matroska/matroska.def:
32645         * gst/matroska/matroska.vcproj:
32646           Add the preliminary canvas to build plugins on Win32
32647
32648 2004-07-23  Benjamin Otte  <otte@gnome.org>
32649
32650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32651           don't enfore negotiation from source side, it breaks
32652           sinesrc ! audioconvert ! osssink
32653
32654 2004-07-22  David Schleef  <ds@schleef.org>
32655
32656         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32657         for ELF files, since they can easily be recognized as audio/mpeg.
32658         (bug #147441)
32659
32660 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32663         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32664         (gst_videoscale_scale_nearest_24bit),
32665         (gst_videoscale_scale_nearest_16bit):
32666           fix 16bit and 24bit for stride (24bit might need testing)
32667           don't pretend we do more than one algorithm
32668
32669 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32670
32671         * configure.ac:
32672         * gst/Makefile.am:
32673         * gst/multifilesink/Makefile.am:
32674         * gst/multifilesink/gstmultifilesink.c:
32675         (gst_multifilesink_get_formats),
32676         (gst_multifilesink_get_query_types), (_do_init),
32677         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32678         (gst_multifilesink_init), (gst_multifilesink_dispose),
32679         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32680         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32681         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32682         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32683         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32684         (gst_multifilesink_uri_get_type),
32685         (gst_multifilesink_uri_get_protocols),
32686         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32687         (gst_multifilesink_uri_handler_init), (plugin_init):
32688         * gst/multifilesink/gstmultifilesink.h:
32689         * testsuite/Makefile.am:
32690         * testsuite/multifilesink/Makefile.am:
32691         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32692         (gst_newmedia_class_init), (gst_newmedia_init),
32693         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32694         (newfile_signal), (test_signal), (main):
32695         multifilesink plugin for creating new files every time a new media
32696         discontinuity event occurs
32697
32698 2004-07-22  Wim Taymans  <wim@fluendo.com>
32699
32700         * gst/alpha/Makefile.am:
32701         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32702         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32703         (gst_alpha_color_init), (gst_alpha_color_set_property),
32704         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32705         (transform), (gst_alpha_color_chain),
32706         (gst_alpha_color_change_state), (plugin_init):
32707         Stupid plugin to to RGBA to AYUV conversion because none of
32708         the colorspace plugins can handle that yet.
32709
32710 2004-07-22  Wim Taymans  <wim@fluendo.com>
32711
32712         * examples/seeking/seek.c: (update_scale), (main):
32713         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32714         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32715         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32716         (gst_decode_bin_init), (gst_decode_bin_dispose),
32717         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32718         (no_more_pads), (close_link), (type_found),
32719         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32720         (plugin_init):
32721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32722         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32723         (gst_play_base_bin_dispose), (queue_overrun),
32724         (gen_preroll_element), (remove_prerolls), (unknown_type),
32725         (no_more_pads), (new_stream), (setup_source),
32726         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32727         (play_base_eos), (gst_play_base_bin_change_state),
32728         (gst_play_base_bin_add_element),
32729         (gst_play_base_bin_remove_element),
32730         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32731         (gst_play_base_bin_unlink_stream),
32732         (gst_play_base_bin_get_streaminfo):
32733         * gst/playback/gstplaybin.c: (gen_video_element),
32734         (gen_audio_element):
32735         * gst/playback/gststreaminfo.h:
32736         More playback updates, attempt to fix things after the state change
32737         breakage.
32738
32739 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32740
32741         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32742         (gst_videoscale_scale_nearest_16bit):
32743           comment algorithm
32744
32745 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32746
32747         * gst/videotestsrc/gstvideotestsrc.c:
32748         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32749         (gst_videotestsrc_init), (gst_videotestsrc_get),
32750         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32751         (gst_videotestsrc_get_property):
32752         * gst/videotestsrc/gstvideotestsrc.h:
32753         * gst/videotestsrc/videotestsrc.c:
32754         * gst/videotestsrc/videotestsrc.h:
32755           cleanup and commenting
32756
32757 2004-07-21  Wim Taymans  <wim@fluendo.com>
32758
32759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32760         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32761         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32762         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32763         (_find_chain_get_unknown_part), (_find_streams_check),
32764         (gst_ogg_demux_push), (gst_ogg_pad_push):
32765         * ext/theora/theoradec.c: (theora_get_formats),
32766         (theora_dec_src_convert), (theora_dec_sink_convert),
32767         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32768         (theora_dec_chain):
32769         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32770         (vorbis_dec_convert), (vorbis_dec_src_query),
32771         (vorbis_dec_src_event), (vorbis_dec_event):
32772         More seeking fixes, oggdemux now supports seeking to time and
32773         uses the downstream element to convert granulepos to time.
32774         Seeking in theora-only ogg files now works.
32775
32776 2004-07-21  Wim Taymans  <wim@fluendo.com>
32777
32778         * ext/theora/theoradec.c: (gst_theora_dec_init),
32779         (theora_get_formats), (theora_get_event_masks),
32780         (theora_get_query_types), (theora_dec_src_convert),
32781         (theora_dec_sink_convert), (theora_dec_src_query),
32782         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32783         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32784         (vorbis_get_event_masks), (vorbis_get_query_types),
32785         (gst_vorbis_dec_init), (vorbis_dec_convert),
32786         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32787         Added query/convert/formats functions to vorbis and theora decoders
32788         so that the outside world can use them too. Fixed seeking on an
32789         ogg/theora/vorbis file by disabling the seeking seeking on the
32790         theora srcpad.
32791
32792 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32793
32794         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32795         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32796         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32797         images creation for both elements. We don't create the image on caps
32798         nego or renego, we just destroy the internal one if present if it does
32799         not match the needs. The chain function takes care of creating a new
32800         image when needed.
32801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32802         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32803         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32804         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32805         the image format information. The buffer pool checks for the context
32806         image format and discard images with different formats.
32807         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32808
32809 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32810
32811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32812         (gst_ffmpegcolorspace_chain):
32813           no point in doing any chaining if the pad we want to push from
32814           isn't usable.
32815
32816 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32817
32818         * gst-libs/gst/riff/riff-media.c:
32819         (gst_riff_create_audio_caps_with_data):
32820           Fix double end-to-native symbol conversion (#148021).
32821
32822 2004-07-20  David Schleef  <ds@schleef.org>
32823
32824         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32825         Don't use an Atom that doesn't exist.
32826
32827 2004-07-20  Wim Taymans  <wim@fluendo.com>
32828
32829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32830         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32831         (gst_multifdsink_client_remove),
32832         (gst_multifdsink_handle_client_write),
32833         (gst_multifdsink_queue_buffer):
32834         * gst/tcp/gstmultifdsink.h:
32835         More multifdsink stats. Avoid deadlock by releasing locks
32836         before sending out a signal.
32837
32838 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32839
32840         * po/LINGUAS:
32841         * po/hu.po:
32842           added Hungarian translation (Laszlo Dvornik)
32843
32844 2004-07-20  Wim Taymans  <wim@fluendo.com>
32845
32846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32847         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32848         (gst_multifdsink_handle_client_write),
32849         (gst_multifdsink_queue_buffer):
32850         * gst/tcp/gsttcp-marshal.list:
32851         Fixed the stupid marshal definition.
32852
32853 2004-07-20  Wim Taymans  <wim@fluendo.com>
32854
32855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32856         (gst_multifdsink_init), (gst_multifdsink_add),
32857         (gst_multifdsink_client_remove),
32858         (gst_multifdsink_handle_client_write),
32859         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32860         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32861         (gst_multifdsink_init_send):
32862         * gst/tcp/gstmultifdsink.h:
32863         Added more stats, added timeout for a client, fixed some typos
32864         and added some comments.
32865
32866 2004-07-20  Wim Taymans  <wim@fluendo.com>
32867
32868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32869         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32870         (gst_multifdsink_client_remove),
32871         (gst_multifdsink_handle_client_write):
32872         * gst/tcp/gstmultifdsink.h:
32873         * gst/tcp/gsttcp-marshal.list:
32874         Added get_stats method that returns a GValueArray of
32875         stats values.
32876
32877 2004-07-19  Benjamin Otte  <otte@gnome.org>
32878
32879         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32880           make sure longname, description and author are valid UTF-8
32881
32882 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32883
32884         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32885         (gst_ximagesink_set_property):
32886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32887         (gst_xvimagesink_set_property):
32888           make sure SYNCHRONOUS is respected after getting the X context
32889
32890 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32891
32892         * gst/matroska/matroska-demux.c:
32893         (gst_matroska_demux_handle_src_event),
32894         (gst_matroska_demux_parse_blockgroup):
32895         * gst/matroska/matroska-ids.h:
32896           add BlockReference tag and ignore it to clear out log.
32897           ignore NAVIGATION events to clear out log.
32898
32899 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32900
32901         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32902         (gst_matroska_demux_add_stream):
32903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32904           add debug categories
32905
32906 2004-07-16  Wim Taymans  <wim@fluendo.com>
32907
32908         * ext/libpng/Makefile.am:
32909         * ext/libpng/gstpng.c: (plugin_init):
32910         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32911         (gst_pngdec_get_type), (gst_pngdec_base_init),
32912         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32913         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32914         * ext/libpng/gstpngdec.h:
32915         Added png decoder.
32916
32917 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32918
32919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32920         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32921         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32922         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32923         (gst_ximagesink_buffer_alloc):
32924         * sys/ximage/ximagesink.h:
32925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32926         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32927         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32928         (gst_xvimagesink_buffer_alloc):
32929         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32930         again. Using internal data pointer of the x(v)image to store image's
32931         data to be coherent with the buffer alloc mechanism. Investigated the
32932         image destruction code to be sure that everything gets freed correctly.
32933
32934 2004-07-16  Wim Taymans  <wim@fluendo.com>
32935
32936         * gst-libs/gst/riff/riff-read.c:
32937         (gst_riff_read_strf_vids_with_data),
32938         (gst_riff_read_strf_auds_with_data):
32939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32940         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32941         Make sure we don't create 0 sized subbuffers in riff-read.
32942         Signal the no more pads signal after reading the avi header.
32943
32944 2004-07-16  Wim Taymans  <wim@fluendo.com>
32945
32946         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32947         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32948         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32949         (gst_decode_bin_init), (gst_decode_bin_dispose),
32950         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32951         (no_more_pads), (close_link), (type_found),
32952         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32953         (gst_decode_bin_change_state), (plugin_init):
32954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32955         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32956         (gst_play_base_bin_dispose), (queue_overrun),
32957         (gen_preroll_element), (remove_prerolls), (unknown_type),
32958         (no_more_pads), (new_stream), (setup_source),
32959         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32960         (play_base_eos), (gst_play_base_bin_change_state),
32961         (gst_play_base_bin_add_element),
32962         (gst_play_base_bin_remove_element),
32963         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32964         (gst_play_base_bin_unlink_stream),
32965         (gst_play_base_bin_get_streaminfo):
32966         * gst/playback/gstplaybasebin.h:
32967         Better error recovery. Added configurable preroll queue size. Faster
32968         detection of no-more-pads.
32969
32970 2004-07-16  Wim Taymans  <wim@fluendo.com>
32971
32972         * gst-libs/gst/video/video.h:
32973         Added 32 bits RGBA. Not sure if we should use another mime-type
32974         for alpha rgb. Currently the presence of the alpha_mask property
32975         signals an alpha channel.
32976
32977 2004-07-16  Wim Taymans  <wim@fluendo.com>
32978
32979         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32981         FPS seems to be 0.0 to MAX everywhere else.
32982
32983 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32984
32985         * gst-libs/gst/riff/riff-media.c:
32986         (gst_riff_create_video_caps_with_data):
32987           mp42/mp43 (no caps) exist too.
32988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32989           Set pixel_width/height; we've got them in-caps.
32990         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32991         * gst/wavparse/gstwavparse.c: (plugin_init):
32992           Both are valid primary.
32993         * sys/oss/gstossmixer.c:
32994           Remove i18n hack and enable translations.
32995
32996 2004-07-15  Benjamin Otte  <otte@gnome.org>
32997
32998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32999         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33000           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33001
33002 2004-07-15  Benjamin Otte  <otte@gnome.org>
33003
33004         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33005         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33006         (gst_alsa_close_audio):
33007           disable some of the debugging code for now. Writing debugging to a
33008           buffer is broken in current alsalib releases.
33009
33010 2004-07-12  Benjamin Otte  <otte@gnome.org>
33011
33012         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33013           use bufferpools
33014
33015 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33016
33017         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33018         (theora_dec_src_query), (theora_dec_event):
33019         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33020           add debugging categories.  Remove \n's.
33021
33022 2004-07-13  Johan Dahlin  <johan@gnome.org>
33023
33024         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33025         (gst_play_bin_get_property): Impl.
33026
33027 2004-07-13  Wim Taymans  <wim@fluendo.com>
33028
33029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33030         When trying to find the stream length, seek back N pages
33031         instead of just one, where N is the number of streams in
33032         the current chain.
33033
33034 2004-07-13  Wim Taymans  <wim@fluendo.com>
33035
33036         * gst-libs/gst/riff/riff-media.c:
33037         (gst_riff_create_audio_caps_with_data),
33038         (gst_riff_create_audio_caps),
33039         (gst_riff_create_audio_template_caps):
33040         * gst-libs/gst/riff/riff-media.h:
33041         * gst-libs/gst/riff/riff-read.c:
33042         (gst_riff_read_strf_vids_with_data),
33043         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33044         * gst-libs/gst/riff/riff-read.h:
33045         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33046         (gst_avi_demux_add_stream):
33047         Set codec_data on caps for avidemuxer.
33048
33049 2004-07-12  David Schleef  <ds@schleef.org>
33050
33051         * configure.ac: Fix test for Objective C
33052
33053 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33054         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33055         (gst_gdk_pixbuf_chain):
33056           Add svg and pcx to template caps, and ensure that getcaps returns a
33057           subset of the template caps.
33058           Copy each row manually for output, as gdkpixbuf may pad the
33059           rowstride to a 32-bit word boundary.
33060
33061 2004-07-12  Wim Taymans  <wim@fluendo.com>
33062
33063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33064         (gst_riff_create_video_template_caps):
33065         Fix the template caps to include some more media types.
33066
33067 2004-07-12  Wim Taymans  <wim@fluendo.com>
33068
33069         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33070         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33071         (compare_ranks), (print_feature), (gst_decode_bin_init),
33072         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33073         (try_to_link_1), (new_pad), (close_link), (type_found),
33074         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33075         (gst_decode_bin_change_state), (plugin_init):
33076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33077         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33078         (gst_play_base_bin_dispose), (queue_overrun),
33079         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33080         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33081         (gst_play_base_bin_get_property), (play_base_eos),
33082         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33083         (gst_play_base_bin_remove_element),
33084         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33085         (gst_play_base_bin_unlink_stream),
33086         (gst_play_base_bin_get_streaminfo):
33087         * gst/playback/gstplaybasebin.h:
33088         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33089         (gst_play_bin_class_init), (gst_play_bin_init),
33090         (gst_play_bin_dispose), (gst_play_bin_set_property),
33091         (gst_play_bin_get_property), (gen_video_element),
33092         (gen_audio_element), (remove_sinks), (setup_sinks),
33093         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33094         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33095         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33096         (gst_play_bin_query), (plugin_init):
33097         * gst/playback/test4.c: (main):
33098         More fixes on reusing of the element.
33099
33100 2004-07-11  Benjamin Otte  <otte@gnome.org>
33101
33102         * ext/mad/gstmad.c: (normal_seek):
33103           allow seeking for other methods than just SET
33104
33105 2004-07-11  Andy Wingo  <wingo@pobox.com>
33106
33107         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33108         float, "any" caps -> buffer_frames=[0,MAX].
33109
33110         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33111         doesn't intersect our caps with the template any more. Do it
33112         ourselves.
33113         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33114
33115 2004-07-09  Wim Taymans  <wim@fluendo.com>
33116
33117         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33118         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33119         (compare_ranks), (print_feature), (gst_decode_bin_init),
33120         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33121         (try_to_link_1), (new_pad), (close_link), (type_found),
33122         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33123         (gst_decode_bin_change_state), (plugin_init):
33124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33125         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33126         (gst_play_base_bin_dispose), (queue_overrun),
33127         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33128         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33129         (gst_play_base_bin_get_property), (play_base_eos),
33130         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33131         (gst_play_base_bin_remove_element),
33132         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33133         (gst_play_base_bin_unlink_stream),
33134         (gst_play_base_bin_get_streaminfo):
33135         * gst/playback/gstplaybasebin.h:
33136         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33137         (gst_play_bin_class_init), (gst_play_bin_init),
33138         (gst_play_bin_dispose), (gst_play_bin_set_property),
33139         (gst_play_bin_get_property), (gen_video_element),
33140         (gen_audio_element), (remove_sinks), (setup_sinks),
33141         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33142         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33143         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33144         (gst_play_bin_query), (plugin_init):
33145         * gst/playback/test4.c: (main):
33146         Work on object reuse and seeking.
33147
33148 2004-07-09  Wim Taymans  <wim@fluendo.com>
33149
33150         * examples/seeking/seek.c: (iterate):
33151         Don't consume all CPU in the idle loop.
33152
33153 2004-07-09  Wim Taymans  <wim@fluendo.com>
33154
33155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33156         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33157         Add pad to element *after* setting the pad functions so that
33158         the scheduler can use the correct ones.
33159
33160 2004-07-09  Wim Taymans  <wim@fluendo.com>
33161
33162         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33163         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33164         Sync to keyframe after seek
33165
33166 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33167
33168         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33170         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33171         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33172         * ext/libvisual/visual.c: (gst_visual_change_state):
33173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33174         * ext/theora/theoradec.c: (theora_dec_change_state):
33175         * ext/theora/theoraenc.c: (theora_enc_change_state):
33176         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33177         * gst-libs/gst/navigation/navigation.c:
33178         * gst/adder/gstadder.c: (gst_adder_change_state):
33179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33180         (gst_audio_convert_get_buffer):
33181         * gst/multipart/multipartdemux.c:
33182         (gst_multipart_demux_change_state):
33183         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33185         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33186         * gst/videoscale/gstvideoscale.c:
33187         (gst_videoscale_handle_src_event):
33188         * gst/volume/gstvolume.c: (volume_chain_int16):
33189           don't assert in state change, this should be done by the base
33190           GstElement class.
33191           various debugging fixes.
33192
33193 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33194
33195         * configure.ac:
33196         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33197         (gst_play_dispose), (gst_play_set_location),
33198         (gst_play_set_data_src), (gst_play_set_video_sink),
33199         (gst_play_set_audio_sink), (gst_play_set_visualization),
33200         (gst_play_connect_visualization), (gst_play_get_sink_element),
33201         (gst_play_get_all_by_interface):
33202         * gst-libs/gst/play/play.h:
33203           add new method to get elements implementing an interface.
33204           add various error logging
33205
33206 2004-07-08  Wim Taymans  <wim@fluendo.com>
33207
33208         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33209         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33210         (make_playerbin_pipeline), (query_durations_elems),
33211         (query_durations_pads), (query_positions_elems),
33212         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33213         (main):
33214         Added playbin seeking example.
33215
33216 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33217
33218         * gst-libs/gst/play/play.c: (gst_play_set_location),
33219         (gst_play_set_data_src), (gst_play_set_video_sink),
33220         (gst_play_set_audio_sink), (gst_play_set_visualization),
33221         (gst_play_connect_visualization), (gst_play_get_framerate):
33222           use a macro to look up elements from hash table
33223
33224 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33225
33226         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33227         (gst_play_get_length_callback), (gst_play_set_location),
33228         (gst_play_seek_to_time), (gst_play_set_data_src),
33229         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33230         (gst_play_set_visualization), (gst_play_connect_visualization),
33231         (gst_play_get_sink_element):
33232         - add debugging info
33233         - fix looking up sink elements by iterating over complete caps
33234         - put everything except for source and autoplugger in a complete bin
33235
33236 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33237
33238         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33240         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33241         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33242         * ext/alsa/gstalsasink.h:
33243         - add debugging info
33244         - clean up schizophrenia of data/buffer/event
33245         - fix double event unref error
33246
33247 2004-07-08  Wim Taymans  <wim@fluendo.com>
33248
33249         * gst/playback/Makefile.am:
33250         Add headers to noinst
33251
33252 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33253
33254         * tools/gst-launch-ext-m.m:
33255         * tools/gst-launch-ext.1.in:
33256           convert to the third millenium
33257
33258 2004-07-07  David Schleef  <ds@schleef.org>
33259
33260         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33261
33262 2004-07-07  Wim Taymans  <wim@fluendo.com>
33263
33264         * gst/playback/Makefile.am:
33265         * gst/playback/README:
33266         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33267         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33268         (compare_ranks), (print_feature), (gst_decode_bin_init),
33269         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33270         (try_to_link_1), (new_pad), (close_link), (type_found),
33271         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33272         (plugin_init):
33273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33274         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33275         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33276         (gen_preroll_element), (no_more_pads), (new_stream),
33277         (setup_source), (gst_play_base_bin_set_property),
33278         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33279         (gst_play_base_bin_add_element),
33280         (gst_play_base_bin_remove_element),
33281         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33282         (gst_play_base_bin_unlink_stream),
33283         (gst_play_base_bin_get_streaminfo):
33284         * gst/playback/gstplaybasebin.h:
33285         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33286         (gst_play_bin_class_init), (gst_play_bin_init),
33287         (gst_play_bin_dispose), (gst_play_bin_set_property),
33288         (gst_play_bin_get_property), (gen_video_element),
33289         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33290         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33291         (gst_play_bin_get_formats), (gst_play_bin_convert),
33292         (gst_play_bin_get_query_types), (gst_play_bin_query),
33293         (plugin_init):
33294         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33295         (gst_stream_info_get_type), (gst_stream_info_class_init),
33296         (gst_stream_info_init), (gst_stream_info_new),
33297         (gst_stream_info_dispose), (gst_stream_info_set_property),
33298         (gst_stream_info_get_property):
33299         * gst/playback/gststreaminfo.h:
33300         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33301         (main):
33302         * gst/playback/test2.c: (main):
33303         * gst/playback/test3.c: (update_scale), (main):
33304         More playbin fixes. Added README. Do better element filtering.
33305         Added base class to preroll media. Added test apps.
33306
33307 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33308
33309         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33310         * ext/mpeg2dec/gstmpeg2dec.h:
33311           various debugging improvements.  Reset stream to next picture
33312           instead of sequence header, otherwise seeks cannot work.
33313
33314 2004-07-07  Wim Taymans  <wim@fluendo.com>
33315
33316         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33317         (gst_video_box_class_init), (gst_video_box_set_property),
33318         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33319         Use pad_alloc where possible.
33320
33321 2004-07-07  Wim Taymans  <wim@fluendo.com>
33322
33323         * sys/oss/gstosselement.c: (gst_osselement_reset),
33324         (gst_osselement_parse_caps):
33325         * sys/oss/gstosselement.h:
33326         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33327         Fix offset on osssrc.
33328
33329 2004-07-07  Wim Taymans  <wim@fluendo.com>
33330
33331         * ext/theora/theora.c: (plugin_init):
33332         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33333         (theora_dec_src_query), (theora_dec_chain):
33334         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33335         (theora_enc_sink_link), (theora_buffer_from_packet),
33336         (theora_push_packet), (theora_enc_chain):
33337         Fix theora granulepos calculation.
33338         Fix overflow in duration/position calculation.
33339         Bump rank to PRIMARY for theoradec.
33340         Use granulepos of last packet to calculate position.
33341         Set keyframe flag on buffers when needed.
33342
33343 2004-07-06  David Schleef  <ds@schleef.org>
33344
33345         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33346         serious?  (Fixed, obviously.)
33347
33348 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33349
33350         * po/LINGUAS:
33351         * po/cs.po:
33352           added Czech translation (Miloslav Trmac)
33353
33354 2004-07-05  Wim Taymans  <wim@fluendo.com>
33355
33356         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33357         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33358         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33359         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33360         (close_link), (type_found), (gst_decode_bin_set_property),
33361         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33362         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33363         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33364         (gst_decode_bin_query), (plugin_init):
33365         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33366         (gst_play_bin_class_init), (gst_play_bin_init),
33367         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33368         (get_video_element), (new_pad), (setup_source),
33369         (gst_play_bin_set_property), (gst_play_bin_get_property),
33370         (gst_play_bin_change_state), (gst_play_bin_add_element),
33371         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33372         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33373         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33374         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33375         * gst/playback/test.c: (main):
33376         More fixes, cleaned up playbin, make it use decodebin. Added
33377         threaded property to playbin.
33378
33379 2004-07-05  Wim Taymans  <wim@fluendo.com>
33380
33381         * configure.ac:
33382         * gst/playback/Makefile.am:
33383         * gst/playback/decodetest.c: (main):
33384         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33385         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33386         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33387         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33388         (close_link), (type_found), (gst_decode_bin_set_property),
33389         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33390         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33391         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33392         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33393         (plugin_init):
33394         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33395         (gst_play_bin_class_init), (gst_play_bin_init),
33396         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33397         (collect_sink_pads), (find_compatibles), (close_pad_link),
33398         (try_to_link_1), (new_pad), (close_link), (type_found),
33399         (setup_source), (gst_play_bin_set_property),
33400         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33401         (compare_ranks), (gst_play_bin_collect_factories),
33402         (gst_play_bin_change_state), (gst_play_bin_add_element),
33403         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33404         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33405         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33406         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33407         * gst/playback/test.c: (main):
33408         Added some playback helper elements and some test apps, very alpha
33409         still.
33410
33411 2004-07-04  Benjamin Otte  <otte@gnome.org>
33412
33413         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33414           only restart audio when we indeed have an xrun to fix repeated
33415           xruns. Fix suggested by Giuliano Pochini.
33416
33417 2004-07-03  David Schleef  <ds@schleef.org>
33418
33419         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33420         call to gst_debug_log() if debugging is disabled (bug #145118)
33421
33422 2004-07-03  Benjamin Otte  <otte@gnome.org>
33423
33424         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33425           use our own functions for restarting the alsa device.
33426         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33427           I should apply patches myself - use MIN for the third argument, not
33428           the second, this fixes seeking
33429
33430 2004-07-02  David Schleef  <ds@schleef.org>
33431
33432         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33433         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33434         do with the logic.
33435
33436 2004-07-02  David Schleef  <ds@schleef.org>
33437
33438         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33439         output buffers.  Fix logic mistake.  (bug #144866)
33440
33441 2004-07-02  David Schleef  <ds@schleef.org>
33442
33443         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33444         on X.  (bug #144753)
33445
33446 2004-07-02  David Schleef  <ds@schleef.org>
33447
33448         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33449         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33450         (bug #144624)
33451         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33452         (gst_osselement_rate_probe_check): Add another workaround for
33453         buggy drivers (bug #145336)
33454
33455 2004-07-02  David Schleef  <ds@schleef.org>
33456
33457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33458         Most systems don't have MSG_NOSIGNAL.
33459
33460 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33461
33462         * Makefile.am:
33463         * gst-libs/gst/colorbalance/Makefile.am:
33464         * gst-libs/gst/mixer/Makefile.am:
33465         * gst-libs/gst/play/Makefile.am:
33466         * gst-libs/gst/tuner/Makefile.am:
33467           (hopefully) fix both install and dist and make error message useful.
33468           needs testing across automakes.
33469
33470 2004-07-02  Benjamin Otte  <otte@gnome.org>
33471
33472         * ext/ogg/gstogg.c: (plugin_init):
33473           we require bytestream now
33474         * ext/ogg/gstoggdemux.c:
33475           huge diff to implement chain setup in a fast and generic way. This
33476           improves tag reading and startup of huge files (read: Theora videos)
33477           quite a bit. It probably contains bugs, too, so please test.
33478           Seeking is not improved to the fast method.
33479
33480 2004-06-29  Wim Taymans  <wim@fluendo.com>
33481
33482         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33483         * ext/ogg/gstoggmux.c:
33484         Fix memleak in oggdemux when running unconnected pads.
33485         doc update in mux, start working on keyframe mode.
33486
33487 2004-06-29  Benjamin Otte  <otte@gnome.org>
33488
33489         * sys/oss/gstosssink.c:
33490         * sys/oss/gstosssrc.c:
33491           advertise correct template caps - we indeed do non-native endianness
33492           and 8bit audio has no endianness
33493         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33495           avoid (wrong) duplications in getcaps function and return
33496           template caps
33497
33498 2004-06-29  Wim Taymans  <wim@fluendo.com>
33499
33500         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33501         (gst_multifdsink_class_init), (gst_multifdsink_add),
33502         (gst_multifdsink_remove), (gst_multifdsink_clear),
33503         (gst_multifdsink_client_remove),
33504         (gst_multifdsink_handle_client_read),
33505         (gst_multifdsink_client_queue_data),
33506         (gst_multifdsink_client_queue_caps),
33507         (gst_multifdsink_client_queue_buffer),
33508         (gst_multifdsink_handle_client_write),
33509         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33510         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33511         (gst_multifdsink_init_send), (gst_multifdsink_close):
33512         Fix wrong GList iteration that could crash the server when
33513         more then 2 clients disconnect at the same time. Read all the
33514         pending commands in one batch to recover from command storms under
33515         very heavy load.
33516
33517 2004-06-28  Wim Taymans  <wim@fluendo.com>
33518
33519         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33520         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33521         (gst_videomixer_pad_set_property),
33522         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33523         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33524         (gst_videomixer_class_init), (gst_videomixer_init),
33525         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33526         (pad_zorder_compare), (gst_videomixer_sort_pads),
33527         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33528         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33529         (gst_videomixer_update_queues), (gst_videomixer_loop),
33530         (plugin_init):
33531         Avoid divide by zero, choose masterpad as the pad with the highest
33532         framerate.
33533
33534 2004-06-27  Julien Moutte  <julien@moutte.net>
33535
33536         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33537         (gst_ximagesink_xwindow_new):
33538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33539         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33540         function directly. We might want to call it from somewhere else one day.
33541
33542 2004-06-27  Julien Moutte  <julien@moutte.net>
33543
33544         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33545         (gst_ximagesink_xwindow_new):
33546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33547         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33548         window decorations.
33549
33550 2004-06-27  Wim Taymans  <wim@fluendo.com>
33551
33552         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33553         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33554         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33555         (gst_dvdec_set_property), (gst_dvdec_get_property):
33556         * ext/dv/gstdvdec.h:
33557         Implement drop_factor property to lower the framerate with
33558         a factor.
33559
33560 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33561
33562         * gst-libs/gst/colorbalance/Makefile.am:
33563         * gst-libs/gst/mixer/Makefile.am:
33564         * gst-libs/gst/play/Makefile.am:
33565         * gst-libs/gst/tuner/Makefile.am:
33566           unbreak Company's fix that didn't install the -enum.h files
33567
33568 2004-06-27  Wim Taymans  <wim@fluendo.com>
33569
33570         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33571         (gst_dvdec_change_state):
33572         * ext/dv/gstdvdec.h:
33573         Fix timestamp, duration and offset of the buffers.
33574
33575 2004-06-27  Wim Taymans  <wim@fluendo.com>
33576
33577         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33578         (gst_multifdsink_class_init), (gst_multifdsink_add),
33579         (gst_multifdsink_remove), (gst_multifdsink_clear),
33580         (gst_multifdsink_client_remove),
33581         (gst_multifdsink_handle_client_read),
33582         (gst_multifdsink_client_queue_data),
33583         (gst_multifdsink_client_queue_caps),
33584         (gst_multifdsink_client_queue_buffer),
33585         (gst_multifdsink_handle_client_write),
33586         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33587         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33588         (gst_multifdsink_init_send), (gst_multifdsink_close):
33589         * gst/tcp/gstmultifdsink.h:
33590         * gst/tcp/gsttcpserversink.c:
33591         (gst_tcpserversink_handle_server_read),
33592         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33593         More multifdsink fixes, more recovery policy fixes.
33594         Removed stupid g_print
33595
33596 2004-06-26  Wim Taymans  <wim@fluendo.com>
33597
33598         * gst/tcp/Makefile.am:
33599         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33600         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33601         (gst_multifdsink_class_init), (gst_multifdsink_init),
33602         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33603         (gst_multifdsink_handle_client_read),
33604         (gst_multifdsink_client_queue_data),
33605         (gst_multifdsink_client_queue_caps),
33606         (gst_multifdsink_client_queue_buffer),
33607         (gst_multifdsink_handle_client_write),
33608         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33609         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33610         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33611         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33612         (gst_multifdsink_close), (gst_multifdsink_change_state):
33613         * gst/tcp/gstmultifdsink.h:
33614         * gst/tcp/gsttcpplugin.c: (plugin_init):
33615         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33616         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33617         (gst_tcpserversink_handle_server_read),
33618         (gst_tcpserversink_handle_select),
33619         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33620         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33621         * gst/tcp/gsttcpserversink.h:
33622         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33623         one of the locks, added recovery policy to multifdsink.
33624
33625 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33626
33627         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33628           fix decision for when getting frames with same timestamp
33629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33630         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33631         (gst_v4lsrc_get_property):
33632         * sys/v4l/gstv4lsrc.h:
33633           add latency offset property
33634
33635 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33636
33637         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33638         (plugin_init):
33639           fix debugging. add category.
33640
33641 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33642
33643         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33644           fix wrong offsets
33645
33646 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33647
33648         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33649         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33650         (gst_alsa_src_change_state):
33651           return a time that is in sync with the element's processing
33652
33653 2004-06-25  Wim Taymans  <wim@fluendo.com>
33654
33655         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33656         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33657         (gst_tcpserversink_client_remove),
33658         (gst_tcpserversink_handle_client_read),
33659         (gst_tcpserversink_client_queue_data),
33660         (gst_tcpserversink_client_queue_caps),
33661         (gst_tcpserversink_client_queue_buffer),
33662         (gst_tcpserversink_handle_client_write),
33663         (gst_tcpserversink_queue_buffer),
33664         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33665         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33666         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33667         (gst_tcpserversink_close):
33668         * gst/tcp/gsttcpserversink.h:
33669         Serversink rewrite. Really do non blocking writes to clients and
33670         maintain an internal queue to handle slower clients while not
33671         disturbing fast clients.
33672
33673 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33674
33675         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33676           better debug, don't override OFFSET and OFFSET_END
33677
33678 2004-06-25  Iain <iain@prettypeople.org>
33679
33680         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33681         name=source for the wavparse pipeline.
33682
33683 2004-06-24  Johan Dahlin  <johan@gnome.org>
33684
33685         * ext/theora/theoraenc.c (theora_enc_chain): Call
33686         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33687         streamheader caps are set correctly.
33688
33689 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33690
33691         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33692         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33693           respect minimum bitrate; same could be done for max bitrate
33694
33695 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33696
33697         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33698         (gst_vorbisenc_setup):
33699           fix sample rate range
33700
33701 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33702
33703         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33704         (gst_oggvorbisenc_setup):
33705         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33706         (gst_vorbisenc_setup):
33707           resolve ambiguities in code and description
33708
33709 2004-06-24  Wim Taymans  <wim@fluendo.com>
33710
33711         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33712         * ext/alsa/gstalsa.h:
33713         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33714         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33715         Use alsa trigger_tstamp to get the timestamp of the first
33716         sample in the buffer for more precise sync. Some cleanups.
33717
33718 2004-06-24  Wim Taymans  <wim@fluendo.com>
33719
33720         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33721         (gst_audiorate_init), (gst_audiorate_chain),
33722         (gst_audiorate_set_property), (gst_audiorate_get_property):
33723         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33724         (gst_videorate_chain):
33725         Added some logging, fixed an overflow bug in videorate.
33726
33727 2004-06-24  Benjamin Otte  <otte@gnome.org>
33728
33729         * ext/kio/Makefile.am:
33730           fix for builddir != srcdir and distcheck
33731
33732 2004-06-24  Benjamin Otte  <otte@gnome.org>
33733
33734         * gst-libs/gst/colorbalance/Makefile.am:
33735         * gst-libs/gst/mixer/Makefile.am:
33736         * gst-libs/gst/play/Makefile.am:
33737         * gst-libs/gst/tuner/Makefile.am:
33738         * gst/tcp/Makefile.am:
33739         * sys/dxr3/Makefile.am:
33740           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33741           tarball.
33742           Also add all *.list files that were missing.
33743         * Makefile.am:
33744           add a distcheck hook to ensure the above doesn't happen again.
33745
33746 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33747
33748         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33749
33750 2004-06-23  Colin Walters  <walters@redhat.com>
33751
33752         * m4/Makefile.am: Distribute gst-fionread.m4.
33753
33754 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33755
33756         * configure.ac: back to dev
33757
33758 2004-06-23  Wim Taymans  <wim@fluendo.com>
33759
33760         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33761         (gst_alsa_xrun_recovery):
33762         * ext/alsa/gstalsa.h:
33763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33764         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33765         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33766         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33767         (gst_alsa_src_loop):
33768         Add clock to alsasrc. Take new capture timestamp when
33769         restarting after an overrun. Split up some functions between
33770         alsasrc and alsasink.
33771
33772 === release 0.8.2 ===
33773
33774 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33775
33776         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33777         (gst_alsa_change_state), (gst_alsa_update_avail),
33778         (gst_alsa_xrun_recovery):
33779         * ext/alsa/gstalsa.h:
33780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33781           merge back changes from release
33782
33783 2004-06-23  Wim Taymans  <wim@fluendo.com>
33784
33785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33786         (gst_audiorate_init), (gst_audiorate_chain),
33787         (gst_audiorate_set_property), (gst_audiorate_get_property):
33788         Implement sample dropping and notify
33789
33790 2004-06-22  Wim Taymans  <wim@fluendo.com>
33791
33792         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33793         (theora_enc_sink_link), (theora_buffer_from_packet),
33794         (theora_push_packet), (theora_enc_chain):
33795         Some cleanups, make sure the timestamps are correct.
33796
33797 2004-06-22  Wim Taymans  <wim@fluendo.com>
33798
33799         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33800         (gst_alsa_change_state), (gst_alsa_update_avail),
33801         (gst_alsa_xrun_recovery):
33802         * ext/alsa/gstalsa.h:
33803         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33804         Cleanups, take queued samples into account when reporting
33805         the time.
33806
33807 2004-06-22  Wim Taymans  <wim@fluendo.com>
33808
33809         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33810         (gst_videorate_init):
33811         Initialize the property as well.
33812
33813 2004-06-22  Wim Taymans  <wim@fluendo.com>
33814
33815         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33816         (gst_videorate_init), (gst_videorate_chain),
33817         (gst_videorate_set_property), (gst_videorate_get_property):
33818         Add property to make videorate silent.
33819         Add property to prefer new frames over old ones.
33820
33821 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33822
33823         * sys/osxvideo/Makefile.am:
33824         Workaround so that the osxvideo .so file gets linked with the
33825         Cocoa, OpenGL and QuickTime frameworks
33826
33827 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33828
33829         * sys/osxaudio/Makefile.am:
33830         Workaround so that the osxaudio .so file gets linked with the
33831         CoreAudio framework
33832
33833 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33834
33835         * configure.ac:
33836         Whoops, my fault...fixed build issues
33837
33838 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33839
33840         * configure.ac:
33841         Add objective-c support if running in Darwin/Mac OS X
33842         * sys/Makefile.am:
33843         * sys/osxvideo:
33844         * sys/osxvideo/Makefile.am:
33845         * sys/osxvideo/osxvideosink.h:
33846         * sys/osxvideo/osxvideosink.m:
33847         * sys/osxvideo/cocoawindow.h:
33848         * sys/osxvideo/cocoawindow.m:
33849         Add osxvideosink, a cocoa-based osx video sink
33850
33851
33852 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33853         * ext/dvdnav/gst-dvd:
33854         Grab the gconf key from the right spot
33855         * gst/debug/gstnavseek.c: (gst_navseek_init),
33856         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33857         (gst_navseek_chain):
33858         * gst/debug/gstnavseek.h:
33859           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33860           and loop parameters of a segment seek.
33861         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33862         (gst_videotestsrc_get_event_masks),
33863         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33864         * gst/videotestsrc/gstvideotestsrc.h:
33865           Add seeking support to videotestsrc
33866           Initialise the timestamp_offset variable.
33867
33868 2004-06-18  Wim Taymans  <wim@fluendo.com>
33869
33870         * ext/sidplay/gstsiddec.cc:
33871         Fix negotiation and set correct end offset.
33872
33873 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33874
33875         * configure.ac: branch and prerelease
33876
33877 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33878
33879         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33880         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33881         (gst_tcpclientsrc_init_receive):
33882         * gst/tcp/gsttcpclientsrc.h:
33883           read caps when connecting to server for GDP so we set them correctly
33884
33885 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33886
33887         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33888           notify drops and duplicates
33889         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33890           no good reason to limit ourselves to 100x100
33891
33892 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33893
33894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33895         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33896         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33897         (gst_v4lsrc_get_property):
33898         * sys/v4l/gstv4lsrc.h:
33899         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33900         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33901         (gst_v4l_set_audio):
33902         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33903         (gst_v4lsrc_try_capture):
33904         * sys/v4l/v4lsrc_calls.h:
33905           change try_palette to more general try_capture
33906           add autoprobe option so we can turn off autoprobing
33907           various fixes
33908
33909 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33910
33911         * configure.ac:
33912           add videorate
33913         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33914         (gst_ximagesink_class_init):
33915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33916         (gst_xvimagesink_class_init):
33917           run them as finalize, not dispose, since dispose can be invoked
33918           multiple times
33919
33920 2004-06-17  Wim Taymans  <wim@fluendo.com>
33921
33922         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33923         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33924         * ext/alsa/gstalsa.h:
33925         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33927         (gst_alsa_src_change_state):
33928         * ext/alsa/gstalsasrc.h:
33929         Make the xrun code timestamp and offset the buffers correctly.
33930         moved the clock to the base class, use alsa methods to get time.
33931         Do correct timestamping on outgoing buffers.
33932
33933 2004-06-17  Wim Taymans  <wim@fluendo.com>
33934
33935         * gst/audiorate/Makefile.am:
33936         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33937         (gst_audiorate_base_init), (gst_audiorate_class_init),
33938         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33939         (gst_audiorate_set_property), (gst_audiorate_get_property),
33940         (gst_audiorate_change_state), (plugin_init):
33941         Added an audiorate converter that fills in gaps.
33942
33943 2004-06-17  Johan Dahlin  <johan@gnome.org>
33944
33945         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33946
33947 2004-06-16  Wim Taymans  <wim@fluendo.com>
33948
33949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33951         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33952         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33953         (gst_v4lsrc_get_property):
33954         * sys/v4l/gstv4lsrc.h:
33955         Added a copy mode to v4lsrc where it will output a copied version
33956         of its internal hardware buffer.
33957         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33958         can't | them.
33959
33960 2004-06-16  Wim Taymans  <wim@fluendo.com>
33961
33962         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33963         Timestamp fixes.
33964
33965 2004-06-16  Wim Taymans  <wim@fluendo.com>
33966
33967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33968         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33969         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33970         (gst_v4lsrc_get_property):
33971         * sys/v4l/gstv4lsrc.h:
33972         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33973         Added a sync mode enum property to control v4lsrc timestamp method
33974         Removed the use-fixed-fps property and moved functionality in
33975         the enum.
33976         Don't error on an error value from v4l-conf, it might not always
33977         be a real error.
33978
33979 2004-06-16  Wim Taymans  <wim@fluendo.com>
33980
33981         * gst/videorate/Makefile.am:
33982         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33983         (gst_videorate_base_init), (gst_videorate_class_init),
33984         (gst_videorate_getcaps), (gst_videorate_link),
33985         (gst_videorate_init), (gst_videorate_chain),
33986         (gst_videorate_set_property), (gst_videorate_get_property),
33987         (gst_videorate_change_state), (plugin_init):
33988         Added a video timestamp corrector.
33989
33990 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33991
33992         fixed a potential leak with previous commit
33993
33994         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33995
33996 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33997
33998         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33999         Added missing refcount, fixes bug #144425
34000         Cheers Tim for finding the bug
34001
34002 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34003
34004         * sys/v4l/gstv4l.c: (plugin_init):
34005         * sys/v4l/gstv4lcolorbalance.c:
34006         * sys/v4l/gstv4lcolorbalance.h:
34007         * sys/v4l/gstv4lelement.c:
34008         * sys/v4l/gstv4lelement.h:
34009         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34010         * sys/v4l/gstv4lmjpegsink.h:
34011         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34012         * sys/v4l/gstv4lmjpegsrc.h:
34013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34014         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34015         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34016         * sys/v4l/gstv4lsrc.h:
34017         * sys/v4l/gstv4ltuner.c:
34018         * sys/v4l/gstv4ltuner.h:
34019         * sys/v4l/gstv4lxoverlay.c:
34020         * sys/v4l/gstv4lxoverlay.h:
34021         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34022         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34023         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34024         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34025         (gst_v4l_set_audio):
34026         * sys/v4l/v4l_calls.h:
34027         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34028         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34029         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34030         (gst_v4lmjpegsink_playback_init),
34031         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34032         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34033         (gst_v4lmjpegsink_playback_stop),
34034         (gst_v4lmjpegsink_playback_deinit):
34035         * sys/v4l/v4lmjpegsink_calls.h:
34036         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34037         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34038         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34039         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34040         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34041         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34042         * sys/v4l/v4lmjpegsrc_calls.h:
34043         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34044         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34045         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34046         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34047         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34048         (gst_v4lsrc_try_palette):
34049         * sys/v4l/v4lsrc_calls.h:
34050           bunch of paranoia cleanups
34051
34052 2004-06-14  David Schleef  <ds@schleef.org>
34053
34054         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34055         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34056         Send discont events and change timestamps appropriately when
34057         we get a seek event.  (bug #144240)
34058         * ext/cdparanoia/gstcdparanoia.h:
34059
34060 2004-06-14  Benjamin Otte  <otte@gnome.org>
34061
34062         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34063           snd_pcm_hw_params_set_rate  since the latter fails for no good
34064           reason on some setups.
34065
34066 2004-06-14  David Schleef  <ds@schleef.org>
34067
34068         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34069         standard.  Thank you for playing.
34070
34071 2004-06-14  Wim Taymans  <wim@fluendo.com>
34072
34073         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34074         Patch 1.3 broke the ordering of the colorspace info and
34075         made the plugin basically work by coincidence, reordered
34076         the info.
34077
34078 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34079
34080         * ext/lame/gstlame.c:
34081         * ext/mad/gstmad.c:
34082           sync caps.  Make sure mad can only output a list of rates, not
34083           a full range.  In the future, have three caps lists for each of the
34084           mpeg versions.  Change mpegversion to a double as well.
34085
34086 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34087
34088         * gst/volume/.cvsignore:
34089         * gst/volume/Makefile.am:
34090         * gst/volume/demo.c: (value_changed_callback), (idler),
34091         (setup_gui), (main):
34092           added small demo app
34093
34094 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34095         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34096         * ext/esd/esdsink.h:
34097         Close the esd connection on pause, because esd will just wait -
34098         blocking all other esd clients indefinitely.
34099
34100 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34101
34102         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34103           previous commit with GST_DEBUG
34104
34105 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34106
34107         * configure.ac:
34108           add a header check for a dvdread header in dvdnav.  Fixes #133002
34109
34110 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34111
34112         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34113         * gst/tcp/gsttcpclientsink.h:
34114         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34115         * gst/tcp/gsttcpclientsrc.h:
34116         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34117         (gst_tcpserversink_handle_server_read),
34118         (gst_tcpserversink_init_send):
34119         * gst/tcp/gsttcpserversink.h:
34120         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34121         * gst/tcp/gsttcpserversrc.h:
34122         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34123         version of IP)
34124
34125 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34126
34127         * configure.ac:
34128         Added ogg library so that OSX detects libtheora properly
34129
34130 2004-06-11  Wim Taymans  <wim@fluendo.com>
34131
34132         * ext/theora/theoradec.c: (theora_dec_chain),
34133         (theora_dec_change_state):
34134         Don't try to decode frames before we received a keyframe.
34135
34136 2004-06-11  Wim Taymans  <wim@fluendo.com>
34137
34138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34139         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34140         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34141         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34142         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34143         Added property to set the maximum delay of a page.
34144
34145 2004-06-10  Wim Taymans  <wim@fluendo.com>
34146
34147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34148         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34149         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34150         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34151         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34152         Added max-delay property to control the maximum amount
34153         of data to put in one page.
34154
34155 2004-06-10  Wim Taymans  <wim@fluendo.com>
34156
34157         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34158         (gst_theora_enc_init), (theora_enc_sink_link),
34159         (theora_buffer_from_packet), (theora_enc_set_property),
34160         (theora_enc_get_property):
34161         Set duration on encoded buffer, added some more properties
34162
34163 2004-06-10  Wim Taymans  <wim@fluendo.com>
34164
34165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34166         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34167         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34168         * ext/theora/theoraenc.c: (theora_enc_chain):
34169         Fix refcounting bugs
34170
34171 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34172
34173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34174         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34175         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34176         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34177         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34178         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34179         (gst_asf_demux_change_state):
34180         * gst/asfdemux/gstasfdemux.h:
34181           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34182           feels like. I think we should set a new requirement for demuxers
34183           from now on to implement sane loop functions, data loops, query
34184           and seek functions before first commit into CVS. And this commit
34185           fixes all of the above.
34186
34187 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34188
34189         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34190           vorbis comments are properly encoded in UTF-8 before adding them
34191           to a GstTagList
34192
34193 2004-06-09  Benjamin Otte  <otte@gnome.org>
34194
34195         * ext/alsa/gstalsa.c: (add_channels):
34196           handle min <= max correctly
34197         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34198         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34199           add fixation functions so we fixate correctly. No preferring of alaw
34200           anymore because it's the first structure.
34201         * ext/alsa/gstalsa.h:
34202         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34203         (gst_alsa_hw_params_dump):
34204           add functions to ease debugging in alsalib
34205         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34206         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34207         (gst_alsa_start_audio):
34208           only specify hw params if we really setup a format (fixes #134007 -
34209           or at least works around it)
34210
34211 2004-06-09  Wim Taymans  <wim@fluendo.com>
34212
34213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34214         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34215         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34216         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34217         (gst_ogg_mux_loop):
34218         Use stream caps to setup the initial pages in the ogg stream.
34219         Correctly set the streamheader caps on the srcpad.
34220
34221 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34222
34223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34224         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34225         (gst_v4lsrc_getcaps):
34226         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34227         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34228           add querying of fps lists for webcams.  Negotiating to a framerate
34229           now works.
34230
34231 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34232
34233         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34234         (theora_push_buffer), (theora_push_packet),
34235         (theora_set_header_on_caps), (theora_enc_chain):
34236           mark buffers and put on streamheader, raw theora streaming
34237           now works too, whee
34238
34239 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34240
34241         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34242         (gst_tcp_gdp_read_caps):
34243           do a looping read for caps and GDP headers too
34244
34245 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34246
34247         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34248         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34249           return EOS instead of NULL in _get
34250
34251 2004-06-08  Wim Taymans  <wim@fluendo.com>
34252
34253         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34254         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34255         (gst_tcp_gdp_write_caps):
34256         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34257         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34258         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34259         Memory leak fixes
34260
34261 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34262
34263         * ext/vorbis/Makefile.am:
34264         * ext/vorbis/vorbis.c: (plugin_init):
34265         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34266         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34267         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34268         (vorbis_parse_change_state):
34269         * ext/vorbis/vorbisparse.h:
34270           adding a vorbisparse element that marks the buffers, streaming
34271           raw vorbis using GDP now works, whee
34272
34273 2004-06-08  Wim Taymans  <wim@fluendo.com>
34274
34275         * ext/jpeg/Makefile.am:
34276         * ext/jpeg/README:
34277         * ext/jpeg/gstjpeg.c: (plugin_init):
34278         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34279         (gst_smokedec_base_init), (gst_smokedec_class_init),
34280         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34281         * ext/jpeg/gstsmokedec.h:
34282         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34283         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34284         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34285         (gst_smokeenc_resync), (gst_smokeenc_chain),
34286         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34287         * ext/jpeg/gstsmokeenc.h:
34288         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34289         (smokecodec_flush_destination), (smokecodec_term_destination),
34290         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34291         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34292         (smokecodec_term_source), (smokecodec_encode_new),
34293         (smokecodec_decode_new), (smokecodec_info_free),
34294         (smokecodec_set_quality), (smokecodec_get_quality),
34295         (smokecodec_set_threshold), (smokecodec_get_threshold),
34296         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34297         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34298         (smokecodec_parse_header), (smokecodec_decode):
34299         * ext/jpeg/smokecodec.h:
34300         Added a new simple jpeg based codec
34301
34302 2004-06-08  Wim Taymans  <wim@fluendo.com>
34303
34304         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34305         (gst_multipart_mux_loop):
34306         Fix memory leak
34307
34308 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34309
34310         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34311         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34312         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34313         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34314         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34315         * gst/tcp/gsttcpserversink.h:
34316           take streamheader into account
34317
34318 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34319
34320         * gst/level/Makefile.am:
34321         * gst/level/gstlevel.c: (gst_level_class_init):
34322           clean up marshal generation
34323
34324 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34325
34326         * gst/tcp/Makefile.am:
34327         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34328         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34329         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34330         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34331         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34332         (gst_tcpclientsrc_get_property):
34333         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34334         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34335         (gst_tcpserversink_handle_client_read),
34336         (gst_tcpserversink_handle_client_write),
34337         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34338         * gst/tcp/gsttcpserversink.h:
34339           add signals client-added and client-removed
34340         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34341         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34342         (gst_tcpserversrc_get_property):
34343         uniformized, change default protocol to NONE
34344         * gst/tcp/gsttcp-marshal.list: added
34345 2004-06-07  Benjamin Otte  <otte@gnome.org>
34346
34347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34348           handle discont events if they happen before caps nego
34349
34350 2004-06-07  Wim Taymans  <wim@fluendo.com>
34351
34352         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34353         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34354         (gst_multipart_demux_plugin_init):
34355         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34356         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34357         (gst_multipart_mux_change_state):
34358         Small updates, fix a memleak
34359
34360 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34361
34362         * configure.ac: OSS portability
34363         * ext/arts/gst_arts.c: idem
34364         * sys/oss/gstosselement.c: idem
34365         * sys/oss/gstossmixer.c: idem
34366         * sys/oss/gstosssink.c: idem
34367         * sys/oss/gstosssrc.c: idem
34368         * sys/oss/oss_probe.c: idem
34369           - check for soundcard.h in different places for some BSD
34370
34371 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34372
34373         * AUTHORS:
34374         Add me to the authors file
34375         * configure.ac:
34376         Increase the libdv requirement to >= version 0.100
34377         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34378         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34379         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34380         * ext/dv/gstdvdec.h:
34381         Add support for the new_media flag when sending DISCONT events
34382         Make the querying work when video pad is not linked
34383
34384 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34385
34386         reviewed by Benjamin Otte  <otte@gnome.org>
34387
34388         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34389           create a NULL-initialized array of pads, so we don't think they
34390           exist already. (fixes #143130)
34391
34392 2004-06-07  Benjamin Otte  <otte@gnome.org>
34393
34394         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34395         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34396         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34397           don't use // coments
34398
34399 2004-06-07  Benjamin Otte  <otte@gnome.org>
34400
34401         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34402           cast to GstClockTime to get higher granularity
34403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34404           use gst_element_set_time_delay to get the exact time
34405         * ext/mad/gstmad.c: (gst_mad_chain):
34406           use the negotiated rate instead of the current frame's rate which
34407           might be wrong because of bit errors. This avoids emitting totally
34408           bogus timestamps and screwing sync.
34409         (fixes #143454)
34410
34411 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34412
34413         reviewed by Benjamin Otte  <otte@gnome.org>
34414
34415         * gst/adder/gstadder.c: (gst_adder_loop):
34416           properly error out when no negotiation has happened yet. (fixes
34417           #143032)
34418
34419 2004-06-06  Benjamin Otte  <otte@gnome.org>
34420
34421         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34422           forward correctly transformed offset in discont events. Based on
34423           patch by Arwed v. Merkatz. (fixes #142851)
34424
34425 2004-06-06  David Schleef  <ds@schleef.org>
34426
34427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34428         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34429         problems on several systems.
34430
34431 2004-06-06  Benjamin Otte  <otte@gnome.org>
34432
34433         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34434           use explicit caps on the srcpad
34435         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34436           properly error out if caps couldn't be set (fixes #142764)
34437
34438 2004-06-06  Benjamin Otte  <otte@gnome.org>
34439
34440         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34441         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34442         (gst_alsa_start_audio):
34443           - don't call set_periods_integer anymore, it breaks the
34444           configuration randomly
34445           - call snd_pcm_hw_params_set_access directly instead of using masks
34446           - don't fail if the sw_params can't be set, just use the default
34447           params and hope it works. Alsalib has weird issues when you touch
34448           sw_params and does no proper error reporting about what failed.
34449         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34450         (gst_alsa_close_audio):
34451           make our alsa debugging go via gst debugging and not conditionally
34452           defined
34453         * ext/alsa/gstalsa.h:
34454           add ALSA_DEBUG_FLUSH macro
34455         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34456         (plugin_init):
34457           wrap alsa errors to be printed via the gst debugging system and not
34458           spammed to stderr
34459
34460 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34461
34462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34463         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34464         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34465         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34466         (qtdemux_parse_trak):
34467         * gst/qtdemux/qtdemux.h:
34468           Bitch. Also known as seeking, querying & co.
34469         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34470         (gst_osssink_change_state):
34471         * sys/oss/gstosssink.h:
34472           Resyncing is for weenies, this hack is no longer needed and was
34473           broken anyway (since it - unintendedly - always leaves resync to
34474           TRUE).
34475
34476 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34477
34478         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34479         * gst/tcp/gsttcpclientsrc.h: idem
34480           - define MSG_NOSIGNAL if not done
34481           - include unistd.h for off_t
34482           (fixes #143749)
34483
34484 2004-06-05  Benjamin Otte  <otte@gnome.org>
34485
34486         * configure.ac:
34487         * ext/kio/Makefile.am:
34488           check for qt's moc preprocessor explicitly and use it
34489
34490 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34491
34492         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34493           don't get a signal for EPIPE on socket writes
34494           (somebody check if this works on other platforms)
34495
34496 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34497
34498         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34500           check error condition on available samples correctly
34501
34502 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34503
34504         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34505           avoid a segfault
34506         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34507         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34508         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34509         (gst_tcpserversrc_gdp_read_header):
34510          use ssize_t over size_t since the former is signed and thus the
34511          check for error codes can work
34512
34513 2004-06-02  Wim Taymans  <wim@fluendo.com>
34514
34515         reviewed by: Johan
34516
34517         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34518         (gst_multipart_mux_loop):
34519         Oops
34520
34521 2004-06-02  Wim Taymans  <wim@fluendo.com>
34522
34523         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34524         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34525         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34526         (gst_multipart_mux_change_state):
34527         Added configurable boundary specifier, added the value as a
34528         caps field as well.
34529
34530 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34531
34532         * gst/tcp/gsttcp.c:
34533         * gst/tcp/gsttcpclientsrc.c:
34534         * gst/tcp/gsttcpclientsrc.h:
34535         * gst/tcp/gsttcpserversrc.c:
34536           - portability fix, to compile on OSX
34537             (fixes #143146)
34538
34539         * sys/osxaudio/gstosxaudioelement.c:
34540         * sys/osxaudio/gstosxaudiosink.c:
34541         * sys/osxaudio/gstosxaudiosrc.c:
34542           - compilation warnings on OSX
34543             (fixes #143153)
34544
34545 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34546
34547         * ext/vorbis/vorbisdec.c : sign warning fixes
34548
34549         * gst-libs/gst/mixer/mixertrack.c :
34550           do no use defines which are glib 2.4 specific
34551
34552 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34553
34554         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34555           buffer since libflac doesn't expect it (reports a sync error when
34556           it encounters that)
34557
34558
34559 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34560
34561         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34562         * gst-libs/gst/mixer/mixertrack.c:
34563         (gst_mixer_track_get_property), (get_mixer_track_init),
34564         (get_mixer_track_get_property): Added property accessors
34565         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34566         * gst-libs/gst/mixer/mixeroptions.c:
34567         (gst_mixer_options_get_values): Added
34568         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34569         * gst-libs/gst/mixer/mixer.c: Fixed comment
34570
34571
34572 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34573
34574         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34575           improve error messages on open
34576
34577
34578 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34579
34580         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34581           check if v4l-conf is in path
34582
34583 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34584
34585         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34586           change assert to a more readable error message
34587
34588 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34589
34590         * gst-libs/gst/tuner/tunerchannel.h:
34591           - add a freq_multiplicator field to make the conversion
34592             between internal frequency unit and Hz
34593         * sys/v4l/gstv4lelement.c:
34594         * sys/v4l2/gstv4l2element.c:
34595           - change default video device to /dev/video0
34596         * sys/v4l/v4l_calls.c:
34597         * sys/v4l2/v4l2_calls.c:
34598           - we only expose frequency to the user in Hz instead of
34599             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34600
34601 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34602         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34603           Initialise b_o_s and e_o_s variables
34604         * gst-libs/gst/riff/riff-media.c:
34605         (gst_riff_create_video_caps_with_data):
34606           Add some unusual fourcc's from mplayer avi's
34607         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34608           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34609           autoplugging.
34610
34611 2004-05-28  Wim Taymans  <wim@fluendo.com>
34612
34613         * configure.ac:
34614         * gst/alpha/Makefile.am:
34615         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34616         (gst_alpha_get_type), (gst_alpha_base_init),
34617         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34618         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34619         (gst_alpha_chroma_key), (gst_alpha_chain),
34620         (gst_alpha_change_state), (plugin_init):
34621         A plugin to add an alpha channel to I420 video. Can optionally do
34622         chroma keying.
34623         * gst/multipart/Makefile.am:
34624         * gst/multipart/multipart.c: (plugin_init):
34625         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34626         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34627         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34628         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34629         (gst_multipart_demux_change_state),
34630         (gst_multipart_demux_plugin_init):
34631         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34632         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34633         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34634         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34635         (gst_multipart_mux_pad_unlink),
34636         (gst_multipart_mux_request_new_pad),
34637         (gst_multipart_mux_handle_src_event),
34638         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34639         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34640         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34641         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34642         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34643         send multipart jpeg images to a browser.
34644         * gst/videobox/Makefile.am:
34645         * gst/videobox/README:
34646         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34647         (gst_video_box_get_type), (gst_video_box_base_init),
34648         (gst_video_box_class_init), (gst_video_box_init),
34649         (gst_video_box_set_property), (gst_video_box_get_property),
34650         (gst_video_box_sink_link), (gst_video_box_i420),
34651         (gst_video_box_ayuv), (gst_video_box_chain),
34652         (gst_video_box_change_state), (plugin_init):
34653         Crops or adds borders around an image. can do alpha channel
34654         borders as well.
34655         * gst/videomixer/Makefile.am:
34656         * gst/videomixer/README:
34657         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34658         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34659         (gst_videomixer_pad_get_sink_event_masks),
34660         (gst_videomixer_pad_get_property),
34661         (gst_videomixer_pad_set_property),
34662         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34663         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34664         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34665         (gst_videomixer_base_init), (gst_videomixer_class_init),
34666         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34667         (gst_videomixer_handle_src_event),
34668         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34669         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34670         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34671         (gst_videomixer_loop), (gst_videomixer_get_property),
34672         (gst_videomixer_set_property), (gst_videomixer_change_state),
34673         (plugin_init):
34674         Generic video mixer plugin, can handle multiple inputs all with
34675         different framerates and video sizes. Is fully alpha channel
34676         aware.
34677
34678 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34679
34680         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34681           Select first track as master track. Not sure how else to handle
34682           that...
34683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34684           Discard discont events. Should fix #142962.
34685
34686 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34687
34688         * ext/alsa/Makefile.am:
34689         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34690         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34691         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34692         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34693         (gst_alsa_mixer_get_option):
34694         * ext/alsa/gstalsamixer.h:
34695         * ext/alsa/gstalsamixeroptions.c:
34696         (gst_alsa_mixer_options_get_type),
34697         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34698         (gst_alsa_mixer_options_new):
34699         * ext/alsa/gstalsamixeroptions.h:
34700         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34701         * ext/alsa/gstalsamixertrack.h:
34702           Add enumerations (as GstMixerOptions). Make correct distinction
34703           between input/output tracks. Add capture/playback private flag.
34704           Use flag to decide on whether to set capture or playback volumes
34705           or switches. Use playback and record switches.
34706         * gst-libs/gst/mixer/Makefile.am:
34707         * gst-libs/gst/mixer/mixer-marshal.list:
34708         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34709         (gst_mixer_set_option), (gst_mixer_get_option),
34710         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34711         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34712         * gst-libs/gst/mixer/mixer.h:
34713         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34714         (gst_mixer_options_class_init), (gst_mixer_options_init),
34715         (gst_mixer_options_dispose):
34716         * gst-libs/gst/mixer/mixeroptions.h:
34717           Add GstMixerOptions.
34718         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34719           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34720           broken device detection on computers with multiple OSS sound
34721           cards.
34722
34723 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34724
34725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34726           fixate nicely even when the peer is not negotiating
34727
34728 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34729
34730         * gst/audioconvert/gstaudioconvert.c:
34731         (gst_audio_convert_parse_caps):
34732           make sure we don't allow depth > width
34733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34734           fixate endianness to G_BYTE_ORDER as default
34735         * gst/audioscale/gstaudioscale.c:
34736           we don't handle another endianness as host-endianness
34737
34738 2004-05-25  David Schleef  <ds@schleef.org>
34739
34740         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34741
34742 2004-05-24  Benjamin Otte  <otte@gnome.org>
34743
34744         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34745         (gst_oggvorbisenc_setup):
34746           properly fail when we can't setup the vorbis encoder due to
34747           unsupported settings
34748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34749         (gst_vorbisenc_setup):
34750           same
34751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34752           fix case where warnings occured when one pad was unlinked while the
34753           other's link function was called
34754
34755 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34756
34757         * gst/tcp/Makefile.am:
34758           use GST_ENABLE_NEW
34759
34760 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34761
34762         * gst-libs/gst/resample/private.h:
34763           don't use optimizations that are #if 0'ed
34764
34765 2004-05-24  Wim Taymans  <wim@fluendo.com>
34766
34767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34768         Fix potential division by zero error and hopefully get
34769         the position query right to get correct timestamps on avi
34770         audio.
34771
34772 2004-05-24  Wim Taymans  <wim@fluendo.com>
34773
34774         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34775         (gst_videoscale_scale_nearest_str2),
34776         (gst_videoscale_scale_nearest_str4),
34777         (gst_videoscale_scale_nearest_32bit),
34778         (gst_videoscale_scale_nearest_24bit),
34779         (gst_videoscale_scale_nearest_16bit):
34780         Fix the scaling algorithm and avoid a buffer overflow.
34781         removed the while loop in the scaling function as it
34782         was used for point sampling only.
34783
34784 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34785
34786         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34787         (gst_id3_tag_class_init), (gst_id3_tag_init),
34788         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34789         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34790         (gst_id3_tag_send_tag_event):
34791           lots of fixes to make id3mux work and id3demux work correctly
34792
34793 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34794
34795         * ext/Makefile.am:
34796           add rules to build shout2send (was removed by accident
34797           when this module was no more marked experimental/broken)
34798
34799 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34800
34801         * ext/shout2/gstshout2.c:
34802         * ext/shout2/gstshout2.h:
34803           adding a "connection problem" signal to shout2send
34804           (fixes #142954)
34805
34806 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34807
34808         * ext/kio/kioreceiver.cpp:
34809         * ext/kio/kioreceiver.h:
34810           fix sign comparison issues
34811
34812 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34813
34814         * gst/cdxaparse/gstcdxaparse.c:
34815         * gst/cdxaparse/gstcdxaparse.h:
34816           some renaming
34817           add some checks/sanity
34818           prepare for seek addition
34819
34820         * sys/sunaudio/gstsunaudio.c:
34821           remove exported dupe init function
34822
34823 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34824
34825         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34826         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34827           Fix format conversion and position querying.
34828         * gst/debug/progressreport.c: (gst_progressreport_report):
34829           Don't output a bogus total value that we didn't query.
34830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34831           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34832           only a blank window after xine has been used.
34833
34834 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34835
34836         * m4/as-arts.m4:
34837           sync with upstream version to fix test on FC2
34838           readd with -ko to preserve Id header
34839
34840 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34841
34842         * configure.ac:
34843           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34844         * gst/tcp/gsttcpclientsrc.c: idem
34845         * gst/tcp/gsttcpserversink.c: idem
34846         * gst/tcp/gsttcpserversrc.c: idem
34847         * m4/gst-fionread.m4: idem
34848
34849         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34850
34851         * configure.ac: enable speex plugin for speex 1.1.5+
34852         * ext/speex/gstspeexenc.c: fix cast warning
34853
34854         * ext/esd/README: fix typo
34855
34856 2004-05-20  David Schleef  <ds@schleef.org>
34857
34858         * configure.ac: Minor cosmetic change to convince the buildbot to
34859         reautogen.
34860         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34861         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34862         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34863         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34864         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34865         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34866         More hacking.  Plays audio now.
34867
34868 2004-05-20  David Schleef  <ds@schleef.org>
34869
34870         * configure.ac:
34871         * sys/Makefile.am:
34872
34873 2004-05-20  David Schleef  <ds@schleef.org>
34874
34875         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34876         * sys/osxaudio/gstosxaudio.c:
34877         * sys/osxaudio/gstosxaudioelement.c:
34878         * sys/osxaudio/gstosxaudioelement.h:
34879         * sys/osxaudio/gstosxaudiosink.c:
34880         * sys/osxaudio/gstosxaudiosink.h:
34881         * sys/osxaudio/gstosxaudiosrc.c:
34882         * sys/osxaudio/gstosxaudiosrc.h:
34883
34884 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34885
34886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34887         (gst_vorbisenc_chain):
34888           put the codec headers on the caps as streamheader as well as
34889           pushing them out
34890
34891 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34892
34893         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34894         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34895         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34896         split up push_packet into two functions
34897
34898 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34899
34900         * gst/tcp/.cvsignore:
34901           ignore enums
34902         * gst/tcp/Makefile.am:
34903         * gst/tcp/README:
34904         * gst/tcp/gsttcp.c:
34905         * gst/tcp/gsttcp.h:
34906         * gst/tcp/gsttcpclientsink.c:
34907         * gst/tcp/gsttcpclientsink.h:
34908         * gst/tcp/gsttcpclientsrc.c:
34909         * gst/tcp/gsttcpclientsrc.h:
34910         * gst/tcp/gsttcpplugin.c:
34911         * gst/tcp/gsttcpserversink.c:
34912         * gst/tcp/gsttcpserversink.h:
34913         * gst/tcp/gsttcpserversrc.c:
34914         * gst/tcp/gsttcpserversrc.h:
34915           add new tcp elements
34916
34917 2004-05-19  Wim Taymans  <wim@fluendo.com>
34918
34919         * gst/law/mulaw-conversion.c: (mulaw_encode):
34920         Fix overflow bug in ulaw encoding.
34921
34922 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34923
34924         * ext/mad/gstmad.c: (gst_mad_handle_event):
34925           don't unref the event twice
34926
34927 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34928
34929         * configure.ac:
34930           remove -Wno-sign-compare
34931
34932 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34933
34934         * configure.ac:
34935           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34936           if you want to work against glib 2.2 and 2.4
34937
34938 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34939
34940         * gst/tcp/Makefile.am:
34941         * gst/tcp/gsttcp.c:
34942         * gst/tcp/gsttcp.h:
34943         * gst/tcp/gsttcpsink.h:
34944         * gst/tcp/gsttcpsrc.h:
34945           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34946
34947 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34948
34949         * gst/debug/tests.c: (md5_get_value):
34950           fix segfault on gst-inspect
34951
34952 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34953
34954         * gst/debug/testplugin.c:
34955         * gst/debug/tests.c:
34956         * gst/debug/tests.h:
34957           add new extensible and configurable testing element. Current tests
34958           include buffer count, stream length, timestamp/duration matching and
34959           md5.
34960         * gst/debug/Makefile.am:
34961         * gst/debug/gstdebug.c: (plugin_init):
34962           add infrastructure for new element
34963
34964 2004-05-19  Johan Dahlin  <johan@gnome.org>
34965
34966         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34967         ending of the array. Fixes gst-inspect segfault on ppc.
34968
34969 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34970
34971         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34972
34973         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34974
34975 2004-05-18  David Schleef  <ds@schleef.org>
34976
34977         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34978         warnings (bugs, actually) noticed by gcc but not forte.
34979
34980 2004-05-18  David Schleef  <ds@schleef.org>
34981
34982         * sys/sunaudio/Makefile.am:
34983         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34984
34985 2004-05-18  David Schleef  <ds@schleef.org>
34986
34987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34988         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34989         to allow qtdemux to use non-seekable streams. (bug #142272)
34990
34991 2004-05-18  David Schleef  <ds@schleef.org>
34992
34993         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34994         (gst_resample_sinc_ft_float): Remove use of static temporary
34995         buffer.  This code was obviously not supposed to last long, but
34996         it's stuck in our ABI, so it required a little hack to make it
34997         ABI-compatible.  Fixes #142585.
34998         * gst-libs/gst/resample/resample.h: same.
34999
35000 2004-05-18  David Schleef  <ds@schleef.org>
35001
35002         * configure.ac: Add sunaudio
35003         * examples/Makefile.am: make gstplay depend on gconf
35004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35005         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35006         (convert_table_lookup), (img_convert): remove c99-isms
35007         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35008           unsigned, to fix a warning on Solaris
35009         * gst/mpeg1sys/systems.c: bcopy->memcpy
35010         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35011         * sys/Makefile.am: Add sunaudio
35012
35013 2004-05-18  Wim Taymans  <wim@fluendo.com>
35014
35015         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35016         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35017         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35018         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35019         (gst_ogg_mux_loop):
35020         Fix an ugly memleak where the muxer didn't flush enough ogg
35021         pages. This also resulted in badly muxed ogg files.
35022
35023 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35024
35025         * gst/asfdemux/asfheaders.c :
35026         * gst/asfdemux/asfheaders.h :
35027         * gst/asfdemux/gstasfdemux.c :
35028           - fix ASF_OBJ_PADDING guid
35029           - add 3 new object guids (language list, metadata,
35030             extended stream properties)
35031           - add a function to parse extended header objects
35032
35033 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35034
35035         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35036           remove leftover debugging g_print
35037
35038 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35039
35040         * ext/mad/gstmad.c: (gst_mad_handle_event):
35041           Fix for when the first format in a discont event is not a
35042           byte-based one. Should fix #137710.
35043
35044 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35045
35046         * m4/a52.m4 : fix compilation with -Wall -Werror
35047         * m4/libfame.m4 : idem
35048         * m4/libmikmod.m4 : idem
35049
35050 2004-05-17  Benjamin Otte  <otte@gnome.org>
35051
35052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35053           signal the new tags before giving up the reference
35054
35055 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35056
35057         * ext/shout2/gstshout2.c:
35058           use application/ogg instead of application/x-ogg (patch by Patrick
35059           Guimond, fixes #142432)
35060         * sys/oss/gstosselement.c: (gst_osselement_reset),
35061         (gst_osselement_sync_parms):
35062           don't set fragment size unless specified (fixes #142493)
35063
35064 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35065
35066         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35067           fixes #142664
35068
35069 2004-05-17  Benjamin Otte  <otte@gnome.org>
35070
35071         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35072           compute offsets correctly for internal buffers so timestamps are set
35073           correctly when we can't seek. Also handle cases where there are no
35074           offsets. (based on a patch by David Moore, fixes #142507)
35075
35076 2004-05-17  Benjamin Otte  <otte@gnome.org>
35077
35078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35079           use correct variable when determining amount of data to skip so we
35080           don't skip into the void and segfault
35081
35082 2004-05-16  Benjamin Otte  <otte@gnome.org>
35083
35084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35085           Hi, I'm a memleak
35086
35087 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35088
35089         * gst/asfdemux/gstasfdemux.c:
35090           - fix a mem leak and always propagate tags
35091           - add WMV3 to known video codecs (but no decoder yet)
35092           - replace "surplus data" at end of audio header for what
35093             it is : codec specific data
35094           - fix a typo
35095
35096 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35097
35098         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35099
35100         * gst-libs/gst/audio/audioclock.c:
35101           Fix wrong return type (#142205).
35102
35103 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35104
35105         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35106           Ignore CRCs by default (fixes #142566).
35107
35108 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35109
35110         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35111         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35112         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35113         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35114         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35115         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35116           Fix for cases where we fail to attach to a mixer.
35117
35118 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35119
35120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35121           Don't touch events after not owning them anymore.
35122         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35123         (gst_wavparse_fmt), (gst_wavparse_other),
35124         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35125         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35126         (gst_wavparse_srcpad_event):
35127         * gst/wavparse/gstwavparse.h:
35128           Add seeking, fix querying.
35129
35130 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35131
35132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35133           - process comments even if they don't end with \0\0
35134             g_convert would ignore them if present and works well without them
35135
35136 2004-05-16  Benjamin Otte  <otte@gnome.org>
35137
35138         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35139           simplify caps
35140
35141 2004-05-16  Benjamin Otte  <otte@gnome.org>
35142
35143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35144           don't write to memory we might not write to - g_convert does that
35145           for us anyway (fixes #142613)
35146         (gst_asf_demux_audio_caps):
35147           comment out gst_util_dump_mem
35148
35149 2004-05-16  Benjamin Otte  <otte@gnome.org>
35150
35151         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35152           compute correct expected timestamps after seek (broken since
35153           last commit)
35154         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35155           rename element and debugging category to gdkpixbufscale
35156
35157 2004-05-16  Benjamin Otte  <otte@gnome.org>
35158
35159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35160           add error checking to snd_pcm_delay and remove duplicate call to
35161           snd_pcm_delay that caused issues (see inline code comments)
35162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35163           make more readable and fix return value when snd_pcm_delay fails
35164         (fixes #142586)
35165
35166 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35167         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35168         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35169         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35170         (gst_pixbufscale_link), (gst_pixbufscale_init),
35171         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35172         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35173         (gst_pixbufscale_get_property), (pixbufscale_init):
35174         * ext/gdk_pixbuf/pixbufscale.h:
35175         Add these files I forgot earlier
35176
35177 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35178         * ext/gdk_pixbuf/Makefile.am:
35179         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35180         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35181         Add new pixbufscale element to scale RGB video
35182         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35183         and HYPER interpolation correctly.
35184         * ext/theora/theoraenc.c: (theora_enc_chain),
35185         Discard buffer and return if explicit caps could not be set
35186         (theora_enc_get_property):
35187         Make _get return kbps for the bitrate consistent with
35188         the _set function.
35189
35190
35191 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35192
35193         * ext/libvisual/visual.c: (gst_visual_chain):
35194           add missing visual_audio_analyze
35195
35196 2004-05-14  David Schleef  <ds@schleef.org>
35197
35198         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35199         is killed while we're playing.
35200         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35201         gst_element_no_more_pads().
35202
35203 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35204
35205         * gst-libs/gst/riff/riff-read.c :
35206           - fix INFO tag extraction in RIFF/AVI files
35207             because gst_event_unref (event) also freed taglist
35208           - avoid a mem leak
35209
35210 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35211
35212         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35213         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35214
35215         * gst/auparse/gstauparse.c :
35216           - add code (commented for now) to support audio/x-adpcm on src pad
35217             (we have no decoder for those layout yet)
35218
35219         * gst/cdxaparse/gstcdxaparse.c :
35220         * gst/cdxaparse/gstcdxaparse.h :
35221           - partial rewrite using RiffRead (ripped iain's wavparse code)
35222
35223         * gst/rtp/gstrtpL16enc.c : typo
35224         * gst/rtp/gstrtpgsmenc.c : typo
35225
35226 2004-05-13  Benjamin Otte  <otte@gnome.org>
35227
35228         * configure.ac:
35229           check for exact version of libvisual, it's not supposed to be
35230           API/ABI stable yet
35231
35232 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35233
35234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35235           signal no-more-pads
35236
35237 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35238
35239         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35240         Report which format was used for GST_FORMAT_DEFAULT
35241         * gst/debug/Makefile.am:
35242         * gst/debug/gstdebug.c: (plugin_init):
35243         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35244         (gst_progressreport_class_init), (gst_progressreport_init),
35245         (gst_progressreport_report), (gst_progressreport_set_property),
35246         (gst_progressreport_get_property), (gst_progressreport_chain),
35247         (gst_progressreport_plugin_init):
35248         Add progressreport element for testing.
35249
35250 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35251
35252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35253         * sys/v4l/gstv4lsrc.h:
35254         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35255         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35256         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35257         (gst_v4lsrc_grab_frame):
35258           add more debugging
35259           send a discont at start
35260
35261 2004-05-12  Colin Walters  <walters@redhat.com>
35262
35263         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35264         inflooping if we can't find a chunk.  Or in other words, don't blow
35265         chunks if we don't have a chunk to blow.
35266
35267 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35268         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35269         Remove old debug output
35270         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35271         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35272         (gst_dvdec_set_property), (gst_dvdec_get_property):
35273         Change the quality setting to an enum, so it works from gst-launch
35274         Don't renegotiate a non-linked pad. Allows audio only decoding.
35275         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35276         (gst_deinterlace_link), (gst_deinterlace_init):
35277         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35278         (gst_videodrop_link):
35279         Some caps negotiation fixes
35280
35281 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35282
35283         * ext/tarkin/gsttarkin.c :
35284           - Change RANK from NONE to PRIMARY
35285         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35286           - Change RANK from NONE to MARGINAL
35287         * ext/divx/gstdivxenc.c :
35288           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35289
35290 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35291
35292         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35293         (gst_vorbisenc_push_packet):
35294           copy a function that was added between 1.0 and 1.0.1 until we
35295           depend on worthwhile features of post-1.0
35296
35297 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35298
35299         * configure.ac:
35300           enable shout2 by default
35301         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35302         (gst_shout2send_base_init), (gst_shout2send_init),
35303         (gst_shout2send_connect), (gst_shout2send_change_state):
35304         * ext/shout2/gstshout2.h:
35305           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35306           #142262)
35307         * ext/theora/theora.c: (plugin_init):
35308           don't set rank on encoders
35309
35310 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35311
35312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35313           Use codec_data property instead of flag1 and flag2 for wma
35314
35315 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35316
35317         * gst/cdxaparse/gstcdxaparse.c :
35318           - Add mpegversion to CAPS to make it link
35319           - Rank is as GST_RANK_SECONDARY instead of NONE
35320         * gst/auparse/gstauparse.c :
35321           - Document all audio encoding we can encounter from Solaris 9
35322             headers and libsndfile information.
35323           - Increase max. rate from 48000 to 192000 (to match other elements)
35324           - Don't try to play junk data between header and samples
35325
35326 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35327
35328         * ext/libvisual/visual.c: (gst_visual_getcaps):
35329           use the right caps depending on endianness (I hope)
35330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35331           use GST_RANK_NONE for all non-decoding elements or spider gets
35332           mighty confused
35333
35334 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35335
35336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35337           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35338
35339 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35340
35341         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35342         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35343         (gst_switch_loop), (gst_switch_get_type):
35344           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35345           HEADERS. Had to be said.
35346
35347 2004-05-10  David Schleef  <ds@schleef.org>
35348
35349         * configure.ac: Add prototype Dirac support.
35350         * ext/Makefile.am:
35351         * ext/dirac/Makefile.am:
35352         * ext/dirac/gstdirac.cc:
35353         * ext/dirac/gstdiracdec.cc:
35354
35355 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35356
35357         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35358         (gst_auparse_init), (gst_auparse_chain),
35359         (gst_auparse_change_state):
35360           Hack around spider. Remove me some day please.
35361
35362 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35363
35364         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35365           Fix for some uninitialized variables in previous patch, also
35366           makes it work. Fixes #142286 while we're at it.
35367
35368 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35369
35370         * gst/auparse/gstauparse.c:
35371                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35372                 only unsupported formats are ADPCM/CCITT G.72x
35373                 reviewed by Ronald
35374         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35375
35376 2004-05-10  Wim Taymans  <wim@fluendo.com>
35377
35378         * ext/vorbis/Makefile.am:
35379         * ext/vorbis/README:
35380         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35381         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35382         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35383         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35384         (gst_oggvorbisenc_convert_sink),
35385         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35386         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35387         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35388         (get_constraints_string), (update_start_message),
35389         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35390         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35391         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35392         * ext/vorbis/oggvorbisenc.h:
35393         * ext/vorbis/vorbis.c: (plugin_init):
35394         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35395         (raw_caps_factory), (gst_vorbisenc_class_init),
35396         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35397         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35398         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35399         * ext/vorbis/vorbisenc.h:
35400         Added a raw vorbis encoder to be used with the oggmuxer.
35401         We still need the old encoder for some gnome applications,
35402         read the README to find out how that works.
35403         The raw encoder is called "rawvorbisenc" until 0.9.
35404
35405 2004-05-10  Wim Taymans  <wim@fluendo.com>
35406
35407         * ext/ogg/gstogg.c: (plugin_init):
35408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35409         (gst_ogg_print):
35410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35411         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35412         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35413         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35414         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35415         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35416         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35417         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35418         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35419         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35420         Added an ogg muxer.
35421         Small typo fixes in the demuxer.
35422
35423 2004-05-10  Wim Taymans  <wim@fluendo.com>
35424
35425         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35426         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35427         (theora_enc_change_state), (theora_enc_set_property),
35428         (theora_enc_get_property):
35429         Mark the last packet with an EOS flag which is not really needed
35430         in gstreamer.
35431         Do some better video framerate initialisation.
35432         Update the buffer timestamp.
35433
35434 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35435
35436         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35437         Return the result of the parent state change call
35438
35439 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35440
35441         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35442         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35443         * gst/law/alaw-encode.c : (idem)
35444         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35445         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35446         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35447
35448 2004-05-09  Benjamin Otte  <otte@gnome.org>
35449
35450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35451           don't use a fixed buffer size when writing variable length data to
35452           it. Fixes memory corruption and makes alsasrc work
35453
35454 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35455
35456         * ext/gnomevfs/gstgnomevfssink.c:
35457         (_gst_boolean_allow_overwrite_accumulator),
35458         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35459           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35460           RUN_LAST, and don't use that to set the accumulator value because
35461           then it's always FALSE.
35462
35463 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35464
35465         * gst-libs/gst/riff/riff-media.c:
35466         (gst_riff_create_video_caps_with_data),
35467         (gst_riff_create_audio_caps),
35468         (gst_riff_create_audio_template_caps):
35469         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35470           Fix for unaligned RIFF files (i.e. where all the chunks together
35471           in a LIST chunk are not of the same size as the size given in
35472           the LIST chunk header). Fixes several odd WAVE files. Also fix
35473           ADPCM (block_align property) in audio, so that wavparse based
35474           on this works now as it used to stand-alone.
35475
35476 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35477
35478         reviewed by Benjamin Otte  <otte@gnome.org>
35479
35480         * ext/a52dec/gsta52dec.c:
35481         * ext/divx/gstdivxdec.c:
35482         * ext/divx/gstdivxenc.c:
35483         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35484         * ext/faac/gstfaac.c: (gst_faac_base_init):
35485         * ext/faad/gstfaad.c: (gst_faad_base_init):
35486         * ext/ivorbis/vorbisfile.c:
35487         * ext/lame/gstlame.c:
35488         * ext/libfame/gstlibfame.c:
35489         * ext/mpeg2enc/gstmpeg2enc.cc:
35490         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35491         * ext/sidplay/gstsiddec.cc:
35492         * ext/speex/gstspeexdec.c:
35493         * ext/speex/gstspeexenc.c:
35494         * ext/xvid/gstxviddec.c:
35495         * ext/xvid/gstxvidenc.c:
35496           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35497           (fixes #142193)
35498
35499 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35500
35501         * ext/alsa/gstalsa.c: (device_list),
35502         (gst_alsa_class_probe_devices):
35503         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35504           Fix alsa oddness in mixer after the combination of using mixer
35505           in source/sink elements and using hw:x,y instead of just hw:x.
35506
35507 2004-05-09  Benjamin Otte  <otte@gnome.org>
35508
35509         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35510         (gst_wavparse_create_sourcepad):
35511           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35512           sourcepads
35513
35514 2004-05-09  Benjamin Otte  <otte@gnome.org>
35515
35516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35517           allow discont events before caps nego
35518
35519 2004-05-08  Benjamin Otte  <otte@gnome.org>
35520
35521         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35522           don't leak events
35523
35524 2004-05-08  Benjamin Otte  <otte@gnome.org>
35525
35526         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35527         (gst_level_change_state), (gst_level_init):
35528         * gst/level/gstlevel.h:
35529           figure out if we're initialized directly instead of keeping a
35530           variable that's wrong in 90% of cases
35531           don't initialize pads and then leak them and use a new unitialized
35532           pad. (fixes #142084)
35533           these were bugs so n00bish I didn't find them for an hour :/
35534
35535 2004-05-08 Iain <iain@prettypeople.org>
35536
35537         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35538         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35539         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35540         return the length that was read.
35541         (gst_riff_read_strf_auds): Allow fmt tags as well.
35542
35543 2004-05-07  David Schleef  <ds@schleef.org>
35544
35545         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35546         signed char assumption in faad.h.
35547
35548 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35549
35550         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35551           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35552
35553 2004-05-07  Colin Walters  <walters@redhat.com>
35554
35555         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35556         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35557         function.
35558         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35559         Add dispose function.
35560
35561 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35562         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35563           Fix caps nego and pad templates. RGB mode caps should
35564           work now.
35565         * ext/dvdnav/gst-dvd:
35566           Move mpeg2dec inside the thread because otherwise the
35567           queue rejects cap changes mid-stream
35568         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35569         (gst_mpeg2dec_flush_decoder):
35570           For mpeg2dec > 0.4.0, call the flush function instead of
35571           manually extracting all in-flight frames.
35572         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35573         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35574           Change mime type video/dv go video/x-dv to match the
35575           rest of gst-plugins
35576
35577 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35578
35579         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35581         (gst_alsa_sink_class_init):
35582         * ext/alsa/gstalsasink.h:
35583         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35584         (gst_alsa_src_class_init):
35585         * ext/alsa/gstalsasrc.h:
35586           Make alsasink/src a subclass of alsamixer so that mixer stuff
35587           shows up in gst-rec. Needs some finetuning.
35588
35589 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35590
35591         * ext/lame/gstlame.c: (gst_lame_chain):
35592           simplify
35593         * ext/mad/gstmad.c: (gst_mad_handle_event):
35594           fix event leak
35595         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35596           be able to detect mp3 files < 4096 bytes
35597
35598 2004-05-06  Wim Taymans  <wim@fluendo.com>
35599
35600         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35601         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35602         (theora_enc_set_property), (theora_enc_get_property):
35603         Also encode the first frame, cleanup some code.
35604
35605 2004-05-06  Wim Taymans  <wim@fluendo.com>
35606
35607         * ext/mpeg2enc/gstmpeg2enc.cc:
35608         Forward events first before deciding that negotiation was
35609         not performed.
35610
35611 2004-05-06  Wim Taymans  <wim@fluendo.com>
35612
35613         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35614         First process the events before deciding that negotiation
35615         was not performed.
35616
35617 2004-05-06  Wim Taymans  <wim@fluendo.com>
35618
35619         * ext/theora/Makefile.am:
35620         * ext/theora/theora.c: (plugin_init):
35621         * ext/theora/theoradec.c: (theora_dec_change_state):
35622         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35623         (gst_theora_enc_class_init), (gst_theora_enc_init),
35624         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35625         (theora_enc_chain), (theora_enc_change_state),
35626         (theora_enc_set_property), (theora_enc_get_property):
35627         Added a theora encoder, grouped the encoder and decoder into the
35628         same plugin.
35629
35630 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35631
35632         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35633         (gst_jpegenc_chain):
35634         fix DURATION on outgoing buffers
35635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35636         debug using time formats
35637         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35639         (gst_xvimagesink_sink_link):
35640         windows with width/height 0 generate X errors, so don't allow them
35641
35642 2004-05-05  Wim Taymans  <wim@fluendo.com>
35643
35644         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35645         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35646         (gst_mpeg2dec_negotiate_format):
35647         * ext/mpeg2dec/gstmpeg2dec.h:
35648           removed the static pad template so that we can add the
35649           more accurate framerate value to the caps.
35650
35651
35652 2004-05-04  Benjamin Otte  <otte@gnome.org>
35653
35654         * configure.ac:
35655           check for kdemacros.h, too (should fix #141821)
35656         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35657           don't crash if no header was sent, but nicely error out (fixes part
35658           of #141554)
35659
35660 2004-05-04  Wim Taymans  <wim@fluendo.com>
35661
35662         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35663         parent dispose function to avoid segfault on destroy.
35664
35665 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35666
35667         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35668         (plugin_init):
35669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35670         (gst_xvimagesink_sink_link):
35671         clean up debugging caps
35672         also recreate xvimage when format has changed
35673
35674 2004-05-04  Benjamin Otte  <otte@gnome.org>
35675
35676         * ext/libvisual/Makefile.am:
35677         * ext/libvisual/visual.c: (gst_visual_class_init),
35678         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35679         (gst_visual_srclink), (gst_visual_chain),
35680         (gst_visual_change_state), (plugin_init):
35681           use a GstAdapter to correctly adapt buffer sizes - allows using a
35682           framerate
35683
35684 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35685
35686         * sys/v4l/gstv4lelement.h:
35687         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35689         (gst_v4lsrc_buffer_free):
35690         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35691         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35692         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35693         (gst_v4lsrc_requeue_frame):
35694         move some debugging categories around
35695         query for fps index and set accordingly if found
35696
35697 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35698
35699         * ext/lame/gstlame.c:
35700         correct defaults that lame_init puts out of range
35701
35702 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35703
35704         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35705         (gst_divxenc_class_init):
35706         fix range since -1 is the default
35707         * gst/mpeg1sys/gstmpeg1systemencode.c:
35708         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35709         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35710         (gst_rtjpegdec_chain):
35711         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35712         (gst_rtjpegenc_chain):
35713         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35714         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35715         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35716         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35717         * sys/v4l/gstv4lsrc.c:
35718         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35719         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35720         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35722         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35723           remove gst_info calls
35724
35725 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35726
35727         * Makefile.am:
35728         * po/af.po:
35729         * po/az.po:
35730         * po/en_GB.po:
35731         * po/nl.po:
35732         * po/sr.po:
35733         * po/sv.po:
35734           Updated translations
35735
35736 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35737
35738         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35739           refactor/comment code
35740
35741 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35742
35743         * gst/asfdemux/Makefile.am:
35744         * gst/asfdemux/asfheaders.c:
35745         * gst/asfdemux/asfheaders.h:
35746         * gst/asfdemux/gstasf.c: (plugin_init):
35747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35748         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35749         (gst_asf_demux_setup_pad):
35750         * gst/asfdemux/gstasfdemux.h:
35751         * gst/asfdemux/gstasfmux.c:
35752         * gst/asfdemux/gstasfmux.h:
35753           Add tagging support to demuxer, split out registration in its own
35754           file instead of in demux (hacky), and prevent having some tables
35755           in our memory multiple times (in asfheaders.h).
35756
35757 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35758
35759         * gst/matroska/matroska-demux.c:
35760         (gst_matroska_demux_parse_metadata):
35761         * gst/matroska/matroska-ids.h:
35762           Basic tag reading support.
35763
35764 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35765
35766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35767           Really detect ac-3 audio.
35768         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35769           really detect matroska files (off-by-1).
35770
35771 2004-04-30  David Schleef  <ds@schleef.org>
35772
35773         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35774         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35775         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35776         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35777         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35778         hackage -- parse a lot more atoms, extract a few tags.  One might even
35779         mistake this for tag support.  Maybe it is.
35780         * gst/qtdemux/qtdemux.h:
35781
35782 2004-04-30  Colin Walters  <walters@verbum.org>
35783
35784         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35785
35786 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35787
35788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35789         (gst_ffmpegcolorspace_getcaps):
35790           remove broken nego fix
35791
35792 2004-04-30  Benjamin Otte  <otte@gnome.org>
35793
35794         * configure.ac:
35795         * ext/Makefile.am:
35796         * ext/libvisual/Makefile.am:
35797         * ext/libvisual/visual.c:
35798           add initial support for libvisual (http://libvisual.sourceforge.net)
35799           libvisual is still quite alpha, so expect crashes in there :)
35800
35801 2004-04-29  David Schleef  <ds@schleef.org>
35802
35803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35804         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35805         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35806         code; you will no longer respect me.
35807
35808 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35809
35810         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35811         * ext/alsa/gstalsa.h :
35812         change alsa pcm device discovery to find more than 1 device
35813         per card. code review by Ronald.
35814
35815 2004-04-29  David Schleef  <ds@schleef.org>
35816
35817         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35818         Add a check for a driver bug on FreeBSD.  (bug #140565)
35819
35820 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35821
35822         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35823         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35824         (gst_jpegenc_getcaps):
35825           move format setting to inner loop
35826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35827         (gst_ffmpegcolorspace_getcaps):
35828           use GST_PAD_CAPS if available so that we use already negotiated
35829           caps
35830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35831         (qtdemux_parse_moov), (qtdemux_parse):
35832           extra debugging
35833         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35834         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35835           move hardcoded path to DEFINE
35836
35837 2004-04-28  David Schleef  <ds@schleef.org>
35838
35839         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35840         (bug #140064)
35841
35842 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35843
35844         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35845           Don't probe for playback device if we're a source element. Fixes
35846           #139658.
35847
35848 2004-04-29  Benjamin Otte  <otte@gnome.org>
35849
35850         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35851         (gst_id3_tag_chain):
35852           rewrite buffer offset
35853
35854 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35855
35856         * configure.ac:
35857         * ext/Makefile.am:
35858         * ext/dts/Makefile.am:
35859         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35860         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35861         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35862         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35863         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35864         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35865         (plugin_init):
35866         * ext/dts/gstdtsdec.h:
35867           New DTS decoder.
35868         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35869         (gst_faad_srcconnect):
35870           Add ESDS atom handling (.m4a).
35871
35872 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35873
35874         * ext/divx/gstdivxdec.c: (plugin_init):
35875           Remove comment that makes no sense.
35876         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35877           Fix for obvious typo that resulted in warnings during gst-register.
35878         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35879         (gst_xviddec_sink_link):
35880           Fix caps negotiation a bit better.
35881         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35882           We call this 'codec_data', not 'esds'.
35883
35884 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35885
35886         * gst/monoscope/gstmonoscope.c:
35887           make sure we only provide 256x128
35888         * gst/monoscope/monoscope.c: (monoscope_init):
35889           assert size of 256x128
35890
35891 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35892
35893         * Makefile.am:
35894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35895         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35896           fixate to max width and height of device
35897
35898 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35899
35900         * Makefile.am:
35901         * sys/v4l/gstv4l.c:
35902         * sys/v4l/gstv4lsrc.c:
35903         * sys/v4l/v4l_calls.c:
35904         * sys/v4l/v4lsrc_calls.c:
35905           fix for qc-usb driver which fakes having more than one buffer
35906           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35907           buffer_free override
35908           add debugging
35909
35910 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35911
35912         * Makefile.am:
35913         * gst/videotestsrc/gstvideotestsrc.c:
35914         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35915         (gst_videotestsrc_init), (gst_videotestsrc_get),
35916         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35917         * gst/videotestsrc/gstvideotestsrc.h:
35918           add num-buffers property
35919
35920         2004-04-26  Benjamin Otte  <otte@gnome.org>
35921
35922         * ext/mad/gstid3tag.c: (plugin_init):
35923           set id3mux rank to NONE so it doesn't confuse spider
35924           require audio/mpeg,mpegversion=1 in id3mux
35925
35926 2004-04-26  Benjamin Otte  <otte@gnome.org>
35927
35928         * configure.ac:
35929           detect faad correctly as non-working if it's indeed non-working
35930
35931 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35932
35933         * Makefile.am:
35934         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35935         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35936         fix _getcaps so it only negotiates to its supported format
35937
35938 2004-04-25  Benjamin Otte  <otte@gnome.org>
35939
35940         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35941           fix memleak
35942
35943 2004-04-23  Benjamin Otte  <otte@gnome.org>
35944
35945         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35946           audio/x-raw-int with height rules! not. Now it's depth.
35947
35948 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35949
35950         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35951         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35952         (gst_wavparse_loop):
35953           Missing variable initialization. Add handling of DVI ADPCM. Fix
35954           mis-parsing of LIST chunks. This works around a bug where we mis-
35955           parse non-aligning LIST chunks (so LIST chunks where the contents
35956           don't align with the actual LIST size). The correct fix is to use
35957           rifflib, I'm not going to fix wavparse - too much work. All this
35958           fixes #104878.
35959
35960 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35961
35962         reviewed by Benjamin Otte  <otte@gnome.org>
35963
35964         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35965           fix shoutcast not working (fixes #140844)
35966
35967 2004-04-22  Benjamin Otte  <otte@gnome.org>
35968
35969         * ext/hermes/gsthermescolorspace.c:
35970         (gst_hermes_colorspace_caps_remove_format_info):
35971         * gst/colorspace/gstcolorspace.c:
35972         (gst_colorspace_caps_remove_format_info):
35973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35974         (gst_ffmpegcolorspace_caps_remove_format_info):
35975           s/gst_caps_simplify/gst_caps_do_simplify/
35976
35977 2004-04-22  Benjamin Otte  <otte@gnome.org>
35978
35979         * gst-libs/gst/riff/riff-media.c:
35980         (gst_riff_create_video_caps_with_data):
35981           mpegversion is an int
35982         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35983           don't try to create pad templates with NULL caps, use any caps
35984           instead.
35985
35986 2004-04-20  David Schleef  <ds@schleef.org>
35987
35988         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35989         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35990         (bug #140384)
35991
35992 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35993
35994         reviewed by David Schleef
35995
35996         * ext/mad/gstid3tag.c: Add stdlib.h
35997         * gst/rtp/gstrtpgsmenc.c: same
35998         * gst/tags/gstid3tag.c: same
35999         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36000         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36001         GST_DISABLE_LOADSAVE use.
36002         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36003         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36004         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36005         atol(3)).
36006         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36007         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36008         strtoul(3)).
36009         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36010         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36011         $(ID3_CFLAGS).
36012         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36013         $(LIBFAME_CFLAGS).
36014
36015 2004-04-20  David Schleef  <ds@schleef.org>
36016
36017         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36018         last checkin.  Same idea.
36019
36020 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36021
36022         reviewed by David Schleef
36023
36024         * configure.ac: bump required gstreamer version to 0.8.1.1
36025         because of following changes [--ds]
36026
36027         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36028         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36029         (gst_riff_read_header):  Use GST_READ_UINT*
36030         macros to access possibly unaligned memory.
36031
36032         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36033         (mp3_type_find):  Use GST_READ_UINT*
36034         macros to access possibly unaligned memory.
36035         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36036         (speex_type_find): Likewise
36037
36038         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36039
36040         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36041         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36042         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36043         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36044         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36045         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36046         macros to access possibly unaligned memory.
36047
36048         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36049         Likewise.
36050
36051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36052         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36053
36054         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36055         Likewise.
36056
36057         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36058         (gst_mpeg2subt_chain_subtitle): Likewise.
36059
36060         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36061         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36062         Likewise.
36063
36064         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36065         Likewise.
36066
36067         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36068         Likewise.
36069
36070         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36071         Likewise.
36072
36073 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36074
36075         * configure.ac:
36076           update required version of GStreamer because of GST_TIME_FORMAT
36077
36078 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36079
36080         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36081           remove leftover g_print
36082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36083           don't try setting only a subset of the caps. We don't want to kill
36084           autoplugging on purpose
36085
36086 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36087
36088         * sys/ximage/ximagesink.c: (plugin_init):
36089         * sys/xvimage/xvimagesink.c: (plugin_init):
36090           add debugging categories
36091
36092 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36093
36094         * po/en_GB.po:
36095         * po/LINGUAS:
36096           Adding en_GB translation (Gareth Owen)
36097
36098 2004-04-20  David Schleef  <ds@schleef.org>
36099
36100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36101         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36102         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36103         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36104         A number of new features and hacks to extract the esds atom and
36105         put it into the caps.  (bug #137724)
36106
36107 2004-04-19  David Schleef  <ds@schleef.org>
36108
36109         * gconf/Makefile.am: Fix for non-GNU make
36110         * gst-libs/gst/Makefile.am: Change directory order to handle
36111         GstPlay linking with gstinterfaces
36112         * gst-libs/gst/audio/make_filter: make use of tr portable
36113         * gst-libs/gst/play/Makefile.am: Add intended \
36114         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36115         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36116         function prototype instead of void *.
36117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36118         macro.
36119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36120         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36121         * gst/videofilter/make_filter: make use of tr portable
36122         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36123
36124 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36125
36126         * po/LINGUAS:
36127         * po/uk.po:
36128           Added Ukrainian translation (Maxim V. Dziumanenko)
36129
36130 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36131
36132         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36133         (gst_gsmdec_link), (gst_gsmdec_chain):
36134           Fix capsnego, simplify chain function slightly.
36135         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36136           Add GSM.
36137
36138 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36139
36140         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36141         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36142         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36143           Hack to make wavparse work with spider (always -> sometimes pad).
36144           Fixes #135862 && #140411.
36145
36146 2004-04-18  Benjamin Otte  <otte@gnome.org>
36147
36148         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36149         (gst_osselement_rate_probe_check),
36150         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36151           get rid of \n in debug output
36152
36153 2004-04-17  Iain <iain@prettypeople.org>
36154
36155         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36156         not just EOS.
36157
36158 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36159
36160         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36161         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36162         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36163         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36164         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36165         (gst_id3_tag_change_state), (plugin_init):
36166           deprecate id3tag element and replace with id3demux/id3mux.
36167           great side effect: this ugly file is now even uglier, yay!
36168         * ext/mad/gstmad.h:
36169           remove non-available function
36170           update for new get_type
36171
36172 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36173
36174         * configure.ac:
36175           require mpeg2dec >= 0.4.0
36176
36177 2004-04-17  Benjamin Otte  <otte@gnome.org>
36178
36179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36180         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36181         (gst_xvimagesink_set_xwindow_id):
36182           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36183           assorted cleanup fixes.
36184
36185 2004-04-16  David Schleef  <ds@schleef.org>
36186
36187         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36188         * sys/xvimage/xvimagesink.h: same
36189
36190 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36191
36192         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36193           Fix GST_ELEMENT_ERROR with (NULL)
36194
36195 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36196
36197         * gst-libs/gst/riff/riff-media.c:
36198         (gst_riff_create_video_caps_with_data):
36199           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36200
36201 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36202
36203         * gst-libs/gst/riff/riff-media.c:
36204         (gst_riff_create_video_caps_with_data),
36205         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36206         (gst_riff_create_video_template_caps),
36207         (gst_riff_create_audio_template_caps):
36208         * gst-libs/gst/riff/riff-media.h:
36209         * gst-libs/gst/riff/riff-read.c:
36210         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36211         * gst-libs/gst/riff/riff-read.h:
36212         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36213           Add MS RLE support. I added some functions to read out strf chunks
36214           into strf chunks and the data behind it. This is usually color
36215           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36216           caps creation. Lastly, add ADPCM (similar to wavparse - which
36217           should eventually be rifflib based).
36218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36219         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36220         * gst/matroska/matroska-demux.h:
36221           Remove placeholders for some prehistoric tagging system. Didn't add
36222           support for any tag system really anyway.
36223         * gst/qtdemux/qtdemux.c:
36224           Add support for audio/x-m4a (MPEG-4) through spider.
36225         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36226         (gst_wavparse_loop):
36227           ADPCM support (#135862). Increase max. buffer size because we
36228           cannot split buffers for ADPCM (screws references) and I've seen
36229           files with 2048 byte chunks. 4096 seems safe for now.
36230
36231 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36232
36233         * configure.ac: bump nano to 1
36234
36235 === release 0.8.1 ===
36236
36237 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36238
36239         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36240
36241 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36242
36243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36244           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36245           Fixes #140058
36246
36247 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36248
36249         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36250           lower rank of dvddemux so that it's not used for mpeg playback.
36251
36252 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36253
36254         * configure.ac:
36255           save libs correctly when checking mad
36256
36257 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36258
36259         * ext/mad/gstid3tag.c: (plugin_init):
36260           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36261
36262 2004-04-13  David Schleef  <ds@schleef.org>
36263
36264         * common/m4/gst-feature.m4: Call -config scripts with
36265         --plugin-libs if it is supported.
36266         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36267         JPEG images are image/jpeg.
36268         * gst/debug/Makefile.am:
36269         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36270         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36271         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36272         (gst_negotiation_plugin_init): Add a property that acts like
36273         filter caps.
36274         * testsuite/gst-lint:  Move license checking to be a standard
36275         test.
36276
36277 2004-04-13  David Schleef  <ds@schleef.org>
36278
36279         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36280         patch from Sebastien Cote (bug #139958)
36281
36282 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36283
36284         * examples/gstplay/Makefile.am:
36285         * examples/gstplay/player.c: (main):
36286           make the commandline player example use gconf settings
36287
36288 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36289
36290         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36291         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36292         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36293           init/end library during state transition, not object
36294           creation/disposal.  get rid of custom dispose handler.
36295
36296
36297 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36298
36299         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36300         be a symlink
36301
36302 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36303
36304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36305           Handle JUNK chunks inside data section. Prevents warnings.
36306
36307 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36308
36309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36310         (gst_riff_create_video_template_caps):
36311           Add MS video v1.
36312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36313         (gst_avi_demux_stream_data):
36314           Add support for "rec-list" chunks.
36315
36316 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36317
36318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36319           Fix another codecname mismatch.
36320
36321 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36322
36323         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36324           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36325           so that MJPEG plays back.
36326
36327 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36328
36329         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36330         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36331         * gst/mpeg1videoparse/gstmp1videoparse.h:
36332           Fix for some slight mis-cuts in buffer parsing, and for some
36333           potential overflows or faults-causers. Adds disconts. Also fixes
36334           #139105 while we're at it.
36335
36336 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36337
36338         * configure.ac:
36339         * sys/v4l2/gstv4l2element.h:
36340           Workaround for missing struct v4l2_buffer declaration in Suse 9
36341           and Mandrake 10 linux/videodev2.h header file (#135919).
36342
36343 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36344
36345         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36346           Bail out if no filename was given.
36347
36348 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36349
36350         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36351         (gst_v4l2_fourcc_from_structure):
36352           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36353           Y41B somewhere).
36354
36355 2004-04-09  Benjamin Otte  <otte@gnome.org>
36356
36357         * ext/gnomevfs/gstgnomevfssink.c:
36358         (_gst_boolean_allow_overwrite_accumulator),
36359         (gst_gnomevfssink_class_init):
36360           fix erase signal - if any handler returns false the file will not be
36361           overwritten. If no handler is connected, the file will not be
36362           overwritten either.
36363           renamed signal to "allow-overwrite"
36364         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36365           free string when adding it to ID3 failed
36366         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36367           unref event when done
36368         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36369           free caps
36370         * gst/typefind/gsttypefindfunctions.c:
36371         (mpeg_video_stream_type_find):
36372           fix invalid read
36373
36374 2004-04-08  David Schleef  <ds@schleef.org>
36375
36376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36377         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36378
36379 2004-04-08  David Schleef  <ds@schleef.org>
36380
36381         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36382         we don't support (bug #139532)
36383
36384 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36385
36386         * ext/mad/gstmad.c: (gst_mad_handle_event),
36387         (gst_mad_check_caps_reset), (gst_mad_chain),
36388         (gst_mad_change_state):
36389           only set explicit caps if they haven't been set before for
36390           this stream.  MPEG-audio sample rate/channels aren't allowed
36391           to change in-stream.
36392           Fixes #139382
36393
36394 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36395
36396         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36397         (_gst_boolean_did_something_accumulator),
36398         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36399         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36400         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36401         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36402         (gst_gnomevfssink_change_state):
36403           Fix erase signal. Don't erase by default. Remove handoff signal.
36404           Remove erase property. Don't segfault. General cleanup.
36405
36406 2004-04-07  Benjamin Otte  <otte@gnome.org>
36407
36408         * gst-libs/gst/gconf/test-gconf.c: (main):
36409           add missing gst_init
36410
36411 2004-04-07  Benjamin Otte  <otte@gnome.org>
36412
36413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36414           free the mutexes, too
36415
36416 2004-04-07  Benjamin Otte  <otte@gnome.org>
36417
36418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36419           actually free the URI string
36420         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36421           compute offset correctly when passing discont events
36422         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36423           don't leak discont events
36424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36425           add some missing breaks so caps aren't copied randomly
36426         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36427           if we realloc memory, we better use it
36428
36429 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36430
36431         * ext/mad/gstmad.c: (normal_seek):
36432           fix GST_FORMAT_TIME usage
36433
36434 2004-04-05  David Schleef  <ds@schleef.org>
36435
36436         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36437         a deprecated function (hack!)
36438
36439 2004-04-05  Benjamin Otte  <otte@gnome.org>
36440
36441         * ext/esd/esdmon.c: (gst_esdmon_get):
36442           fix nonterminated vararg and memleak
36443
36444 2004-04-05  Benjamin Otte  <otte@gnome.org>
36445
36446         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36447         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36448         (gst_ladspa_set_property), (gst_ladspa_get_property),
36449         (gst_ladspa_instantiate), (gst_ladspa_activate),
36450         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36451           clean up debugging
36452
36453 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36454
36455         reviewed by Benjamin Otte  <otte@gnome.org>
36456
36457         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36458           check for broken LADSPA parameters (fixes #138635)
36459
36460 2004-04-05  Benjamin Otte  <otte@gnome.org>
36461
36462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36463           advertise buffer-frames correctly on sinkpads
36464
36465 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36466
36467         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36468         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36469         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36470         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36471         (gst_mad_check_caps_reset), (gst_mad_chain):
36472         add more debugging, only reset caps when we're not in error state
36473
36474 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36475
36476         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36477
36478 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36479
36480         reviewed by Benjamin Otte  <otte@gnome.org>
36481
36482         * configure.ac:
36483           fix == in test(1) operator
36484
36485 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36486
36487         reviewed by Benjamin Otte  <otte@gnome.org>
36488
36489         * configure.ac:
36490           fix --export-symblos-regex to a working regex.
36491
36492 2004-04-04  Benjamin Otte  <otte@gnome.org>
36493
36494         * sys/oss/.cvsignore:
36495           add for oss_probe
36496
36497 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36498
36499         reviewed by Benjamin Otte  <otte@gnome.org>
36500
36501         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36502           add missing 'new_media' argument (fixes #138168)
36503         * gst/matroska/matroska-demux.c:
36504         (gst_matroska_demux_handle_seek_event):
36505           add vararg terminator (fixes #138169)
36506
36507 2004-04-02  David Schleef  <ds@schleef.org>
36508
36509         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36510         disted (bug #138914)
36511
36512 2004-04-01  Benjamin Otte  <otte@gnome.org>
36513
36514         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36515         (gst_alsa_close_audio):
36516           handle case better where a soundcard can't pause
36517         * ext/ogg/gstoggdemux.c:
36518           don't crash when we get events but don't have pads yet
36519
36520 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36521
36522         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36523           throw an error if we couldn't probe any caps.
36524
36525 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36526
36527         * ext/dvdnav/gst-dvd:
36528         Add a really simple sample DVD player
36529
36530 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36531
36532         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36533         (gst_a52dec_push), (gst_a52dec_handle_event),
36534         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36535         (gst_a52dec_change_state):
36536         * ext/a52dec/gsta52dec.h:
36537           Use a debug category, Output timestamps correctly
36538           Emit tag info, Handle events, tell liba52dec about cpu
36539           capabilities so it can use MMX etc.
36540         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36541           Fix a crasher accessing invalid memory
36542         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36543         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36544         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36545         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36546         (dvdnavsrc_query):
36547           Some support for byte-format seeking.
36548           Small fixes for still frames and menu button overlays
36549         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36550         (gst_mpeg2dec_alloc_buffer):
36551           Use a debug category. Adjust the report level of several items to
36552           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36553           so it doesn't lose the GstBuffer pointer
36554         * gst/debug/Makefile.am:
36555         * gst/debug/gstdebug.c: (plugin_init):
36556         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36557         (gst_navseek_base_init), (gst_navseek_class_init),
36558         (gst_navseek_init), (gst_navseek_seek),
36559         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36560         (gst_navseek_get_property), (gst_navseek_chain),
36561         (gst_navseek_plugin_init):
36562         * gst/debug/gstnavseek.h:
36563           Add the navseek debug element for seeking back and forth in a
36564           video stream using arrow keys.
36565         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36566         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36567         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36568         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36569         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36570         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36571         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36572         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36573         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36574         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36575         * gst/mpeg2sub/gstmpeg2subt.h:
36576           Pretty much a complete rewrite. Now a loopbased element. May still
36577           require work to properly synchronise subtitle buffers.
36578         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36579         (gst_dvd_demux_send_subbuffer):
36580         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36581           Don't attempt to create subbuffers of size 0
36582           Reduce a couple of error outputs to warnings.
36583         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36584         (gst_y4mencode_chain):
36585         Output the y4m frame header correctly.
36586
36587 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36588
36589         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36590           throw errors instead of allowing SIGFPE
36591
36592 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36593
36594         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36595         (gst_gconf_render_bin_from_key):
36596           leak plugging and style fixing
36597
36598 2004-03-31  David Schleef  <ds@schleef.org>
36599
36600         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36601         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36602         (bug #138225)
36603         * gst/debug/Makefile.am:
36604         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36605         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36606         plugin.
36607         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36608         (gst_negotiation_base_init), (gst_negotiation_class_init),
36609         (gst_negotiation_init), (gst_negotiation_getcaps),
36610         (gst_negotiation_pad_link), (gst_negotiation_chain),
36611         (gst_negotiation_set_property), (gst_negotiation_get_property),
36612         (gst_negotiation_plugin_init):  New element to talk about random
36613         negotiation things happening in a pipeline.
36614
36615 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36616
36617         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36618           fix integer addition with help of Stefan Kost
36619
36620 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36621
36622         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36623
36624 2004-03-30  David Schleef  <ds@schleef.org>
36625
36626         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36627         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36628         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36629         (bug #137504)
36630         * ext/mpeg2dec/gstmpeg2dec.h:
36631
36632 2004-03-30  David Schleef  <ds@schleef.org>
36633
36634         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36635
36636 2004-03-30  David Schleef  <ds@schleef.org>
36637
36638         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36639         Michael Petullo) to handle .mov
36640
36641 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36642
36643         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36644         (gst_osselement_rate_check_rate):
36645           probe caps correctly for sound cards that only support one format
36646
36647 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36648
36649         * ext/kio/kiosrc.cpp: (process_events):
36650           update handling event processing if inside KDE - untested
36651
36652 2004-03-29  David Schleef  <ds@schleef.org>
36653
36654         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36655         by 2 to not interfere with other colorspaces.
36656         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36657         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36658         one to not interfere with ffmpeg_colorspace.
36659
36660 2004-03-29  David Schleef  <ds@schleef.org>
36661
36662         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36663         aren't in the caps.
36664         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36665         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36666
36667 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36668
36669         * gst-libs/gst/riff/riff-media.c:
36670           fail on error, don't try to set stuff on NULL caps
36671
36672 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36673
36674         * configure.ac:
36675         * ext/Makefile.am:
36676         * ext/kio/Makefile.am:
36677         * ext/kio/kioreceiver.cpp:
36678         * ext/kio/kioreceiver.h:
36679         * ext/kio/kiosrc.cpp:
36680         * ext/kio/kiosrc.h:
36681           add experimental kiosrc plugin
36682         * ext/alsa/gstalsaplugin.c: (plugin_init):
36683           initialize debugging category only when we're sure registering the
36684           plugins worked.
36685
36686 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36687
36688         * examples/gstplay/player.c: (main):
36689         * gst-libs/gst/play/play.c: (gst_play_class_init),
36690         (gst_play_set_location), (gst_play_set_data_src),
36691         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36692         (gst_play_set_visualization), (gst_play_connect_visualization):
36693           check return values of element_set_state and return FALSE where
36694           failed
36695
36696 2004-03-29  Benjamin Otte  <otte@gnome.org>
36697
36698         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36699           try harder to check if an event is really a discont
36700
36701 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36702
36703         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36704         * po/az.po:
36705
36706 2004-03-28  Benjamin Otte  <otte@gnome.org>
36707
36708         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36710         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36711           get rid of non-standard "..." ranges in case statements.
36712
36713 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36714
36715         * gst/mpegstream/gstmpegdemux.c:
36716         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36717         specific functionality split to the new dvddemux element.
36718         * gst/mpegstream/gstdvddemux.c:
36719         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36720         streams, derived from mpegdemux.
36721         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36722         up. SCR based timestamp rewriting can be turned off (will probably
36723         completely disappear soon).
36724         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36725         hacking. General cleanup. All printf statements replaced by
36726         debugging messages. Almost complete libdvdnav support.
36727         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36728         by events. New properties for audio and subpicture languages.
36729         (dvdnavsrc_update_highlight): Now uses events.
36730         (dvdnavsrc_user_op): Cleaned up.
36731         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36732         based). Lots of cleanup, and propper support for most libdvdnav
36733         events.
36734         (dvdnavsrc_make_dvd_event): New function.
36735         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36736         (dvdnavsrc_make_clut_change_event): New function.
36737
36738 2004-03-26  Benjamin Otte  <otte@gnome.org>
36739
36740         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36741           fix bug where typefinding would claim it's theora whenever less then
36742           7 bytes of data were available
36743
36744 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36745
36746         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36747         (gst_alawdec_base_init), (gst_alawdec_class_init),
36748         (gst_alawdec_init), (gst_alawdec_chain):
36749         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36750         (gst_alawenc_base_init), (gst_alawenc_class_init),
36751         (gst_alawenc_init), (gst_alawenc_chain):
36752         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36753         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36754         (gst_mulawdec_init), (gst_mulawdec_chain):
36755         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36756         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36757         (gst_mulawenc_init), (gst_mulawenc_chain):
36758           Fix capsnego in all four, remove the unused property functions and
36759           simplify the chain functions slightly. I guess we could use macros
36760           or something similar for those, since the code is so similar, but
36761           I'm currently too lazy...
36762
36763 2004-03-24  David Schleef  <ds@schleef.org>
36764
36765         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36766         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36767         (gst_osselement_get_format_structure),
36768         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36769         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36770         (gst_osselement_rate_int_compare): Add code to handle rate probing
36771         (bug #120883)
36772         * sys/oss/gstosselement.h: same
36773         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36774         Use rate probing provided by osselement.
36775         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36776
36777 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36778
36779         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36780         (gst_xvidenc_get_property):
36781           ulong/int mess-up.
36782
36783 2004-03-24  David Schleef  <ds@schleef.org>
36784
36785         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36786         (gst_speexdec_init):
36787         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36788         (gst_speexenc_init):  Create the pad template correctly (from
36789         the static pad template, not a NULL pointer.)
36790
36791 2004-03-25  Benjamin Otte  <otte@gnome.org>
36792
36793         * gst/debug/Makefile.am:
36794         * gst/debug/breakmydata.c:
36795           add element that quasi-randomly changes bytes in the stream.
36796           Intended use is robustness checking of demuxers and decoders in
36797           media tests.
36798
36799 2004-03-24  Benjamin Otte  <otte@gnome.org>
36800
36801         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36802         (gst_alsa_probe_hw_params):
36803         * ext/alsa/gstalsa.h:
36804           debugging output fixes
36805
36806 2004-03-24  Benjamin Otte  <otte@gnome.org>
36807
36808         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36809           don't g_return_if_fail if element is PLAYING, fail silently as every
36810           other element.
36811         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36812           only fix needed for cast lvalue issues in gst-plugins
36813         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36814           add proxy_getcaps
36815
36816 2004-03-24  Benjamin Otte  <otte@gnome.org>
36817
36818         * gst/level/gstlevel.c: (gst_level_init):
36819           add proxying getcaps function, so level doesn't advertise impossible
36820           caps
36821
36822 2004-03-24  David Schleef  <ds@schleef.org>
36823
36824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36825         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36826         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36827         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36828         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36829         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36830         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36831         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36832         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36833         messages.  Divide the chunk size by the compression ratio
36834         (needed for MACE audio)
36835
36836 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36837
36838         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36839           Fix buffer overflow read error.
36840
36841 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36842
36843         * ext/alsa/gstalsa.h:
36844           Remove unused entry.
36845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36846           Add cinepak.
36847         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36848         (gst_videodrop_link), (gst_videodrop_chain):
36849           Fix, sort of. Was horribly broken with new capsnego. Bah...
36850
36851 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36852
36853         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36854         (plugin_init):
36855         Add a monkeysaudio typefind function
36856
36857 2004-03-23  Johan Dahlin  <johan@gnome.org>
36858
36859         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36860         (gst_play_video_fixate): Check so the structure has the field
36861         before trying to fixate them, this makes it possible to have
36862         fakesinks for video and audio output without printing errors on
36863         the output console.
36864
36865 2004-03-22  David Schleef  <ds@schleef.org>
36866
36867         * sys/oss/Makefile.am:
36868         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36869         (check_rate), (add_rate):  Rate probing test app.
36870
36871 2004-03-21  Benjamin Otte  <otte@gnome.org>
36872
36873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36874         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36875           add a fixation function that pretty much does the right thing (fixes
36876           #137556)
36877
36878 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36879
36880         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36881
36882 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36883
36884         reviewed by: Benjamin Otte  <otte@gnome.org>
36885
36886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36887           terminate gst_event_new_discontinuous correctly (fixes parts of
36888           #137711)
36889
36890 2004-03-19  David Schleef  <ds@schleef.org>
36891
36892         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36893         since it doesn't depend on X, and it's part of our ABI.
36894
36895 2004-03-19  Iain <iain@prettypeople.org>
36896
36897         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36898         is_int in the structure, not the local variable.
36899
36900 2004-03-19  David Schleef  <ds@schleef.org>
36901
36902         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36903         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36904         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36905         Improvements in caps negotiation.
36906
36907 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36908
36909         * po/LINGUAS:
36910         * po/af.po:
36911           adding Afrikaans (Petri Jooste)
36912
36913 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36914
36915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36916         (gst_ffmpegcolorspace_chain):
36917         throw error instead of g_critical (#137588)
36918
36919 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36920
36921         * Makefile.am:
36922         * configure.ac:
36923           dist common and m4 correctly
36924         * po/sv.po:
36925
36926 2004-03-17  David Schleef  <ds@schleef.org>
36927
36928         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36929         (bug #137348)
36930
36931 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36932
36933         * po/LINGUAS:
36934         * po/sv.po:
36935           adding Swedish translation (Christian Rose)
36936
36937 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36938
36939         * Makefile.am: use release.mak
36940
36941 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36942
36943         * common/ChangeLog:
36944         * common/gst-autogen.sh:
36945           add some explanation about the version detection
36946         * configure.ac:
36947           fix X check
36948
36949 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36950
36951         * configure.ac: bump nano to 1
36952
36953 === release 0.8.0 ===
36954
36955 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36956
36957         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36958
36959 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * configure.ac:
36962           update libtool version
36963         * gst-libs/gst/media-info/Makefile.am:
36964           actually use libtool version
36965
36966 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36967
36968         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36969
36970 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36971
36972         * configure.ac:
36973         * gst-plugins.spec.in:
36974         * pkgconfig/Makefile.am:
36975         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36976         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36977         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36978         * pkgconfig/gstreamer-libs.pc.in:
36979         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36980         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36981         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36982         * pkgconfig/gstreamer-plugins.pc.in:
36983           remove @VERSION@ from some of the pc files since core and plugins
36984           are decoupled.
36985           created gstreamer-plugins.pc as it's a better name, but keeping
36986           -libs around for now to get fixes upstream done first.
36987
36988 2004-03-15  Julien MOUTTE <julien@moutte.net>
36989
36990         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36991         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36992         * gst-libs/gst/play/play.h:
36993
36994 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36995
36996         * *.c, *.cc: don't mix tabs and spaces
36997
36998 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36999
37000         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37001           use the new ffmpegcolorspace
37002         * gst-plugins.spec.in:
37003           package new colorspace and media-info
37004         * configure.ac:
37005         * pkgconfig/Makefile.am:
37006           fix some more disting issues
37007         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37008         * pkgconfig/gstreamer-media-info.pc.in:
37009           generate media-info pc files
37010
37011 2004-03-15  Johan Dahlin  <johan@gnome.org>
37012
37013         * *.h: Revert indenting
37014
37015 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * configure.ac:
37018           adding ffmpegcolorspace element
37019         * gst/ffmpegcolorspace/Makefile.am:
37020         * gst/ffmpegcolorspace/avcodec.h:
37021         * gst/ffmpegcolorspace/common.h:
37022         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37023         * gst/ffmpegcolorspace/dsputil.h:
37024         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37026         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37027         (gst_ffmpeg_caps_to_pix_fmt):
37028         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37030         (gst_ffmpegcolorspace_caps_remove_format_info),
37031         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37032         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37033         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37034         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37035         (gst_ffmpegcolorspace_set_property),
37036         (gst_ffmpegcolorspace_get_property),
37037         (gst_ffmpegcolorspace_register):
37038         * gst/ffmpegcolorspace/imgconvert.c:
37039         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37040         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37041         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37042         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37043         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37044         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37045         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37046         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37047         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37048         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37049         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37050         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37051         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37052         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37053         (img_get_alpha_info), (deinterlace_line),
37054         (deinterlace_line_inplace), (deinterlace_bottom_field),
37055         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37056         * gst/ffmpegcolorspace/imgconvert_template.h:
37057         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37058         * gst/ffmpegcolorspace/mmx.h:
37059         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37060           adding ffmpegcolorspace element supplied by Ronald after cleaning
37061           up and pulling in the right bits of upstream source.
37062           I'm sure a better C/compiler wizard could do some cleaning up (for
37063           example use GLIB's malloc stuff), but as a first pass this
37064           works very well
37065
37066 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37067
37068         * ext/alsa/gstalsa.h:
37069           I assume Ronald forgot to commit the change to have cardname
37070           as a struct member.  Expect some public spanking at the next
37071           opportunity.
37072
37073 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37074
37075         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37076         (gst_alsa_open_audio), (gst_alsa_close_audio):
37077         * ext/alsa/gstalsa.c:
37078           Don't open the device if we're a mixer (= padless).
37079         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37080         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37081         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37082           Open mixer during state change rather than during object
37083           initialization. Also, get a device name. Currently in a somewhat
37084           hackish fashion, but I didn't really find something better.
37085
37086 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37087
37088         * *.c, *.h: run gst-indent
37089
37090 2004-03-14  Benjamin Otte  <otte@gnome.org>
37091
37092         * gst/modplug/gstmodplug.cc:
37093         * gst/modplug/gstmodplug.h:
37094           set correct timestamps on outgoing buffers
37095
37096 2004-03-14  Benjamin Otte  <otte@gnome.org>
37097
37098         * gst/modplug/gstmodplug.cc:
37099           handle events - don't do crap when a discont arrives that's not
37100           necessary
37101           This allows correct loading and playback of mods in Rhythmbox
37102
37103 2004-03-14  Benjamin Otte  <otte@gnome.org>
37104
37105         * configure.ac:
37106         * gst-libs/gst/gconf/Makefile.am:
37107         * pkgconfig/Makefile.am:
37108           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37109           they get rebuilt properly
37110         * configure.ac:
37111           when checking for vorbis, try pkgconfig first.
37112         * gst/modplug/gstmodplug.cc:
37113           add fixate function
37114
37115 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37116
37117         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37118           Fix for obvious mistake, where we first shift the offset and then
37119           read a samplesize element assuming the old offset. Note that this
37120           part still has something weird, i.e. my movies containing those
37121           don't actually play well, but at least there's something that looks
37122           like sound now.
37123
37124 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37125         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37126         (plugin_init):
37127         Add a typefind function for speex format
37128
37129 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37130
37131         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37132         (gst_asf_demux_setup_pad):
37133           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37134           instead of 0. Reason is simple: some elements have a fps range
37135           of 1-max instead of 0-max. So now ASF video actually works.
37136
37137 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37138
37139         * po/LINGUAS:
37140         * po/sr.po:
37141           adding serbian as a language
37142
37143 2004-03-13  Benjamin Otte  <otte@gnome.org>
37144
37145         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37146           return taglist correctly from _get function, don't gst_pad_push it.
37147           (fixes #137042)
37148
37149 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37150         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37151
37152 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37153
37154         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37155         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37156         (gst_alsa_mixer_track_new):
37157         * ext/alsa/gstalsamixertrack.h:
37158           Fix ancient leftovers... MixerTrack is a GObject.
37159
37160 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37161
37162         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37163         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37164           Don't block during probing...
37165
37166 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37167
37168         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37169         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37170         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37171         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37172         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37173         (gst_alsa_open_audio), (gst_alsa_close_audio):
37174         * ext/alsa/gstalsa.h:
37175           Add propertyprobe interface implementation, add some device-name
37176           property, all this so that it looks good in gnome-volume-control.
37177
37178 2004-03-12  David Schleef  <ds@schleef.org>
37179
37180         * configure.ac: the Hermes library controls hermescolorspace, not
37181         colorspace.
37182         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37183         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37184         not /* */
37185         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37186         * ext/sdl/sdlvideosink.h: ditto.
37187         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37188
37189 2004-03-12  Benjamin Otte  <otte@gnome.org>
37190
37191         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37192         (gst_x_overlay_got_xwindow_id):
37193         * gst-libs/gst/xoverlay/xoverlay.h:
37194           replace XID with unsigned long to get rid of the xlibs dependency in
37195           XOverlay (fixes #137004)
37196
37197 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37198         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37199         (gst_agingtv_setup):
37200         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37201         (gst_dicetv_base_init), (gst_dicetv_class_init),
37202         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37203         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37204         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37205         (gst_edgetv_setup), (gst_edgetv_rgb32):
37206         * gst/effectv/gsteffectv.c:
37207         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37208         (gst_quarktv_set_property):
37209         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37210         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37211         (gst_revtv_setup), (gst_revtv_rgb32):
37212         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37213         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37214         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37215         (gst_shagadelictv_rgb32):
37216         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37217         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37218         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37219         * gst/effectv/gstwarp.c:
37220         Port everything that can be ported to videofilter and fix up the caps.
37221         Can someone with a big-endian machine please check these?
37222
37223 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37224
37225         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37226         (gst_osssink_chain), (gst_osssink_change_state):
37227           Latest fixes for A/V sync, audio playback and such. This is about
37228           all... MPEG playback issues are mostly related to the async build-
37229           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37230
37231 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37232
37233         patch from: Stephane Loeuillet
37234
37235         * configure.ac:
37236           use pkg-config for some libraries, falling back to the old .m4 way
37237           (fixes #131270)
37238         * m4/libdv.m4:
37239           removed
37240
37241 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37242
37243         * configure.ac:
37244         * tools/Makefile.am:
37245         * tools/Makefile.in:
37246         * tools/gst-launch-ext-m.m:
37247         * tools/gst-launch-ext.1.in:
37248         * tools/gst-visualise-m.m:
37249         * tools/gst-visualise.1:
37250         * tools/gst-visualise.1.in:
37251           reorganizing generation of script tools
37252
37253 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37254
37255         * ext/divx/gstdivxdec.c:
37256           Downgrade priority. We prefer ffdec_mpeg4.
37257         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37258         (gst_faad_chain), (gst_faad_change_state):
37259           Fix capsnego. Doesn't work for some sounds because we don't have
37260           a 5:1 to stereo element.
37261         * ext/xvid/gstxvid.c: (plugin_init):
37262           Add priority.
37263         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37264         (gst_osssink_change_state):
37265           Add discont handling.
37266
37267 2004-03-09  Colin Walters  <walters@verbum.org>
37268
37269         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37270         conversion.
37271
37272 2004-03-09  Benjamin Otte  <otte@gnome.org>
37273
37274         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37275           the signals take 2 arguments
37276
37277 2004-03-09  David Schleef  <ds@schleef.org>
37278
37279         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37280         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37281         * ext/alsa/gstalsa.h:
37282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37283
37284 2004-03-09  Benjamin Otte  <otte@gnome.org>
37285
37286         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37287         (gst_mikmod_change_state):
37288         * ext/mikmod/gstmikmod.h:
37289           make mikmod's loop function not loop infinitely and call
37290           gst_element_yield anymore
37291         * gst/modplug/gstmodplug.cc:
37292           fix pad negotiation (fixes #136590)
37293
37294 2004-03-09  David Schleef  <ds@schleef.org>
37295
37296         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37297         doesn't conflict with the internal colorspace plugin.
37298         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37299         satisfy the crappy-ass shell shipped by a certain vendor.
37300         * gst/videofilter/make_filter: same (bug #135299)
37301
37302 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37303
37304         * configure.ac: bump nano to 1
37305
37306 === release 0.7.6 ===
37307
37308 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37309
37310         * configure.in: releasing 0.7.6, "There"
37311
37312 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37313
37314         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37315         * pkgconfig/gstreamer-play.pc.in:
37316           synchronize the two
37317
37318 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37319
37320         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37321         (cdparanoia_open), (cdparanoia_event):
37322           fix/add error handling
37323         * po/POTFILES.in:
37324           add cdparanoia source
37325         * tools/Makefile.am:
37326           make scripts executable
37327
37328 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37329
37330         * configure.ac:
37331         * ext/vorbis/Makefile.am:
37332         * sys/Makefile.am:
37333           remove id3types, vorbisfile and xvideosink from the build (#133783)
37334
37335 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37336
37337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37338           Fix metadata read crash (#136537).
37339
37340 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37341
37342         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37343         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37344           adding mime types, fixing the one-stop function
37345
37346 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37347
37348         * ext/nas/nassink.c and /ext/nas/nassink.h:
37349         More NAS love from Arwed von Merkatz
37350         So lets all sing 'Can you feel the NAS tonight'
37351
37352 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37353
37354         * tools/gst-launch-ext.in:
37355         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37356
37357 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37358
37359         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37360         (gst_mpeg2dec_init):
37361         remove the user_data pad for now, because it is being used in
37362         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37363         If someone knows how to fix this properly, please do.
37364
37365 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37366
37367         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37368         (gst_osssink_get_time):
37369         add a warning, IMO this won't get triggered anymore, remove later
37370
37371 2004-03-07  David Schleef  <ds@schleef.org>
37372
37373         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37374         format (bug #136470)
37375
37376 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37377
37378         * gst-libs/Makefile.am:
37379         * gst-libs/gst/media-info/Makefile.am:
37380         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37381         (error_callback), (gst_media_info_error_create),
37382         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37383         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37384         * gst-libs/gst/media-info/media-info-priv.h:
37385         * gst-libs/gst/media-info/media-info-test.c: (main):
37386         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37387         (gst_media_info_class_init), (gst_media_info_instance_init),
37388         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37389         (gst_media_info_read_idler), (gst_media_info_read):
37390         * gst-libs/gst/media-info/media-info.h:
37391         fixed, should work now
37392
37393 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37394
37395         * ext/nas/nassink.c:
37396         A bunch of NAS fixes from Arwed von Merkatz
37397
37398 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37399
37400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37401         (qtdemux_parse_trak):
37402           Fix crash (j might be greater than n_samples, in which case we're
37403           writing outside the allocated space for the array) and memleak.
37404
37405 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37406
37407         * sys/oss/gstosssink.c: (gst_osssink_chain):
37408           And another caller that couldn't handle delay < 0 (unsigned
37409           integer overflow). Video now continues playing on an audio
37410           buffer underrun, and the clock continues working. Audio still
37411           stalls.
37412
37413 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37414
37415         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37416         (gst_osssink_get_time):
37417           get_delay() may return values lower than 0. In those cases, we
37418           should not actually cast to *unsigned* int64, that will break
37419           stuff horribly. In my case, it screwed up A/V sync in movies
37420           in totem rather badly.
37421
37422 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37423
37424         * ext/faac/gstfaac.c: (gst_faac_chain):
37425         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37426         * ext/libpng/gstpngenc.c: (user_write_data):
37427         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37428         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37429         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37430         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37431         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37432         of any buffer), should fix some leaks. I hope I didn't unref buffers
37433         that shouldn't be...
37434
37435 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37436
37437         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37438         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37439         (error_callback), (gmi_reset), (gmi_seek_to_track),
37440         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37441         (gmip_find_type_post), (gmip_find_stream_post),
37442         (gmip_find_track_streaminfo_post):
37443         * gst-libs/gst/media-info/media-info-priv.h:
37444         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37445         (info_print), (main):
37446         * gst-libs/gst/media-info/media-info.c:
37447         (gst_media_info_error_create), (gst_media_info_error_element),
37448         (gst_media_info_instance_init), (gst_media_info_get_property),
37449         (gst_media_info_new), (gst_media_info_set_source),
37450         (gst_media_info_read_idler), (gst_media_info_read):
37451         * gst-libs/gst/media-info/media-info.h:
37452           first pass at making this work again.  This seems to work on
37453           tagged ogg/vorbis and mp3 files.
37454
37455 2004-03-06  Benjamin Otte  <otte@gnome.org>
37456
37457         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37458           fix huge leak: gst_buffer_merge doesn't unref the first argument
37459           itself.
37460
37461 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37462
37463         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37464           report layer/mode/emphasis
37465
37466 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37467
37468         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37469
37470 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37473           signal serial
37474
37475 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37476
37477         * ext/vorbis/vorbis.c: (plugin_init):
37478         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37479         (gst_vorbis_dec_init), (vorbis_dec_event):
37480         add debug category
37481         make vorbisdec handle _BYTE and _TIME queries
37482
37483 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37484
37485         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37486           from the xing header
37487
37488 2004-03-06  Benjamin Otte  <otte@gnome.org>
37489
37490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37491         (gst_audio_convert_link), (gst_audio_convert_change_state),
37492         (gst_audio_convert_buffer_from_default_format):
37493           do conversions from/to float correctly, fix some caps nego errors,
37494           export correct supported caps in template and getcaps, use correct
37495           caps in try_set_caps functions
37496
37497 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37498
37499         For some reason, I only committed a ChangeLog entry yesterday and
37500         not the corresponding code...
37501         * ext/mad/gstmad.c: Fix detection of Xing headers
37502         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37503
37504 2004-03-06  Benjamin Otte  <otte@gnome.org>
37505
37506         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37507         (gst_ogg_demux_src_query):
37508           make sure to handle the case where there's no current chain
37509           gracefully.
37510
37511 2004-03-05  David Schleef  <ds@schleef.org>
37512
37513         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37514         Add fixate function. (bug #131128)
37515         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37516         (gst_sdlvideosink_fixate):  Add fixate function.
37517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37518         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37519         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37520         Fix missing break that was causing ulaw to be interpreted as
37521         raw int.
37522
37523 2004-03-05  David Schleef  <ds@schleef.org>
37524
37525         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37526         Fix code that ignores return value of gst_buffer_merge().
37527         (bug #114560)
37528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37529         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37530         * testsuite/gst-lint:  Check for above.
37531
37532 2004-03-05  David Schleef  <ds@schleef.org>
37533
37534         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37535         caps and throw an element error.  (bug #136334)
37536
37537 2004-03-05  David Schleef  <ds@schleef.org>
37538
37539         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37540         (gst_faad_chain): Fix negotiation.
37541         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37542         key and button events.
37543         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37544         dung heap of code.
37545         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37546         depends on gconf
37547         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37548         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37549         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37550         function to encourage better negotiation, particularly between
37551         audioconvert and osssink.
37552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37553         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37554         more important.
37555         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37556         typefinding.
37557         * gst/vbidec/vbiscreen.c:  Add glib header
37558         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37559
37560 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37561
37562         * ext/mad/gstmad.c: Fix detection of Xing headers
37563         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37564
37565 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37566
37567         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37568         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37569           debug updates
37570
37571 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37572
37573         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37574         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37575         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37576         files, and report the parsed length as a GST_TAG_DURATION tag.
37577         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37578
37579 2004-03-05  Benjamin Otte  <otte@gnome.org>
37580
37581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37582           convert channels correctly. convert correctly to unsigned.
37583
37584 2004-03-05  Julien MOUTTE <julien@moutte.net>
37585
37586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37587         we have a window before clearing it.
37588
37589 2004-03-05  Julien MOUTTE <julien@moutte.net>
37590
37591         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37592         have a window before clearing it.
37593
37594 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37595
37596         * gconf/gstreamer.schemas.in:
37597         * gst-libs/gst/gconf/Makefile.am:
37598           version installation path the same way as for 0.6
37599         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37600         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37601         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37602           remove comment that was fixed
37603
37604 2004-03-05  David Schleef  <ds@schleef.org>
37605
37606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37607         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37608         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37609         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37610         Add prototype code for handling seeking and querying.
37611
37612 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37613
37614         * examples/gstplay/player.c: (main):
37615           Initialize variables to NULL. Prevents a segfault because the
37616           (uninitialized) variable is not NULL, resulting in a crash on
37617           trying to reach error->message.
37618
37619 2004-03-05  Benjamin Otte  <otte@gnome.org>
37620
37621         * gst/audioconvert/gstaudioconvert.c:
37622         (gst_audio_convert_buffer_to_default_format):
37623         make float=>int conversion work correctly even in cornercases.
37624
37625 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37626
37627         * debian/README.Debian:
37628         * debian/build-deps:
37629         * debian/changelog:
37630         * debian/control:
37631         * debian/control.in:
37632         * debian/copyright:
37633         * debian/gstreamer-a52dec.files:
37634         * debian/gstreamer-aa.files:
37635         * debian/gstreamer-alsa.files:
37636         * debian/gstreamer-alsa.manpages:
37637         * debian/gstreamer-arts.files:
37638         * debian/gstreamer-artsd.files:
37639         * debian/gstreamer-audiofile.files:
37640         * debian/gstreamer-avifile.files:
37641         * debian/gstreamer-cdparanoia.files:
37642         * debian/gstreamer-colorspace.files:
37643         * debian/gstreamer-doc.files:
37644         * debian/gstreamer-dv.files:
37645         * debian/gstreamer-dvd.files:
37646         * debian/gstreamer-esd.files:
37647         * debian/gstreamer-festival.files:
37648         * debian/gstreamer-flac.files:
37649         * debian/gstreamer-gconf.conffiles:
37650         * debian/gstreamer-gconf.files:
37651         * debian/gstreamer-gconf.postinst:
37652         * debian/gstreamer-gnomevfs.files:
37653         * debian/gstreamer-gsm.files:
37654         * debian/gstreamer-http.files:
37655         * debian/gstreamer-jack.files:
37656         * debian/gstreamer-jpeg.files:
37657         * debian/gstreamer-mad.files:
37658         * debian/gstreamer-mikmod.files:
37659         * debian/gstreamer-misc.files:
37660         * debian/gstreamer-mpeg2dec.files:
37661         * debian/gstreamer-oss.files:
37662         * debian/gstreamer-plugin-apps.files:
37663         * debian/gstreamer-plugin-apps.manpages:
37664         * debian/gstreamer-plugin-libs-dev.files:
37665         * debian/gstreamer-plugin-libs.files:
37666         * debian/gstreamer-plugin-template.postinst:
37667         * debian/gstreamer-plugin-template.postrm:
37668         * debian/gstreamer-sdl.files:
37669         * debian/gstreamer-sid.files:
37670         * debian/gstreamer-vorbis.files:
37671         * debian/gstreamer-x.files:
37672         * debian/mk.control:
37673         * debian/rules:
37674         Debian package info not maintained here.
37675
37676 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37677
37678         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37679         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37680         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37681         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37682         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37683         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37684         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37685         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37686         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37687         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37688         * gst-libs/gst/colorbalance/colorbalance.c:
37689         (gst_color_balance_class_init):
37690         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37691         (gst_color_balance_channel_class_init):
37692         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37693         * gst-libs/gst/play/play.c: (gst_play_class_init):
37694         * gst-libs/gst/propertyprobe/propertyprobe.c:
37695         (gst_property_probe_iface_init):
37696         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37697         * gst-libs/gst/tuner/tunerchannel.c:
37698         (gst_tuner_channel_class_init):
37699         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37700         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37701         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37702         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37703         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37704         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37705         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37707         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37708           fix signals to use - instead of _
37709         * ext/libcaca/gstcacasink.h:
37710         * ext/sdl/sdlvideosink.h:
37711           fix header rename
37712
37713 2004-03-04  David Schleef  <ds@schleef.org>
37714
37715         * testsuite/gst-lint:  Add a check for bad signal names.
37716
37717 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37718
37719         reviewed by David Schleef
37720
37721         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37722         modified the alpha channel and caused a warning. (bug #136192)
37723
37724 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37725
37726         * gst-plugins.spec.in:
37727         Change names of plugins to actually be correct. Try to keep things
37728         alphabetical to avoid getting beat up by Thomas
37729
37730 2004-03-03  Julien MOUTTE <julien@moutte.net>
37731
37732         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37733         Using ximagesink as a default if no gconf key found. We should
37734         probably consider using alsasink instead of osssink for the audio
37735         part.
37736
37737 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37738
37739         * configure.ac:
37740           fix --with-plugins, don't think it ever worked before
37741         * gst-plugins.spec.in:
37742           even more updates
37743
37744 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37745
37746         * ext/sdl/sdlvideosink.h:
37747         * sys/ximage/ximagesink.h:
37748         * sys/xvideo/xvideosink.h:
37749         * sys/xvimage/xvimagesink.h:
37750           Fix for move of gstvideosink.h -> videosink.h.
37751
37752 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37753
37754         * gst-libs/gst/xwindowlistener/Makefile.am:
37755           this is a plugin library, not a library
37756
37757 2004-03-01  David Schleef  <ds@schleef.org>
37758
37759         * AUTHORS:  Added some names.  Add yourself if you're still
37760         missing.
37761
37762 2004-03-01  David Schleef  <ds@schleef.org>
37763
37764         * MAINTAINERS: Add
37765
37766 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37767
37768         * gst-plugins.spec.in: clean up spec file
37769
37770 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37771
37772         * gst-libs/gst/video/Makefile.am:
37773         * gst-libs/gst/video/gstvideosink.c:
37774         * gst-libs/gst/video/gstvideosink.h:
37775           rename gstvideosink.h to videosink.h to match other headers
37776         * gst/mixmatrix/Makefile.am:
37777           fix plugin filename
37778         * gst/tags/Makefile.am: fix plugin filename
37779
37780 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37781
37782         * gst/tags/Makefile.am: fix plugin filename
37783
37784 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37785
37786         * examples/gstplay/player.c: (got_time_tick), (main):
37787           add error handler
37788           display time_tick more readably
37789         * gst/mixmatrix/Makefile.am:
37790           fix plugin file name
37791
37792 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37793
37794         * sys/oss/gstosselement.c: (gst_osselement_probe),
37795         (device_combination_append), (gst_osselement_class_probe_devices):
37796         * sys/oss/gstosselement.h:
37797           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37798           on my system using alsa oss emulation, fixes bug #135597
37799
37800 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37801
37802         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37803         (gst_videodrop_chain), (gst_videodrop_change_state):
37804         * gst/videodrop/gstvideodrop.h:
37805           Work based on timestamp of input data, not based on the expected
37806           framerate from the input. The consequence is that this element now
37807           not only scales framerates, but also functions as a framerate
37808           corrector or framerate stabilizer/constantizer.
37809
37810 2004-02-27  David Schleef  <ds@schleef.org>
37811
37812         patches from jmmv@menta.net (Julio M. Merino Vidal)
37813
37814         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37815         GST_ELEMENT_ERROR call (bug #135634)
37816         * gst/interleave/interleave.c: (interleave_buffered_loop),
37817         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37818         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37819         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37820         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37821         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37822         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37823         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37824         Fix GST_ELEMENT_ERROR call.
37825         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37826         GST_ELEMENT_ERROR call.
37827
37828 2004-02-27  Benjamin Otte  <otte@gnome.org>
37829
37830         * gst-libs/gst/audio/audio.h:
37831           add macro to make sure header isn't included twice
37832         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37833           don't use gst_buffer_free
37834         * gst/playondemand/filter.func:
37835           don't use gst_data_free. Free data only once.
37836
37837 2004-02-26  David Schleef  <ds@schleef.org>
37838
37839         * gst-libs/gst/colorbalance/Makefile.am:
37840         * gst-libs/gst/mixer/Makefile.am:
37841         * gst-libs/gst/tuner/Makefile.am:
37842         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37843         should not be disted, -marshal.h files should not be installed,
37844         and -enum.h files _should_ be installed.  Fix to make this the
37845         case.
37846
37847 === release 0.7.5 ===
37848
37849 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37850
37851         * configure.ac: release 0.7.5, "Under The Sea"
37852
37853 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37854
37855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37856         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37857         * gst/videoscale/gstvideoscale.c:
37858         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37859           assorted debug/warning fixes
37860
37861 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37862
37863         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37864         (gst_videoscale_init), (gst_videoscale_chain),
37865         (gst_videoscale_set_property), (plugin_init):
37866         * gst/videoscale/gstvideoscale.h:
37867         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37868         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37869         (gst_videoscale_planar400), (gst_videoscale_packed422),
37870         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37871         (gst_videoscale_24bit), (gst_videoscale_16bit),
37872         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37873         (gst_videoscale_scale_plane_slow),
37874         (gst_videoscale_scale_point_sample),
37875         (gst_videoscale_scale_nearest),
37876         (gst_videoscale_scale_nearest_str2),
37877         (gst_videoscale_scale_nearest_str4),
37878         (gst_videoscale_scale_nearest_32bit),
37879         (gst_videoscale_scale_nearest_24bit),
37880         (gst_videoscale_scale_nearest_16bit):
37881         add debugging category and use it properly
37882         fix use of GST_PTR_FORMAT
37883
37884 2004-02-25  Andy Wingo  <wingo@pobox.com>
37885
37886         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37887         push only when channel->buffer is NULL. Prevents segfaults doing
37888         the state change after a nonlocal exit, like a scheme exception.
37889
37890         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37891         Handle the case where the intersected caps is empty.
37892
37893 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37894
37895         * gst/law/mulaw-decode.c: (mulawdec_link):
37896         * gst/law/mulaw.c: (plugin_init):
37897           fix mulawdec so it actually works again
37898
37899 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37900
37901         reviewed by: David Schleef  <ds@schleef.org>
37902
37903         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37904         (gst_gamma_init), (gst_gamma_set_property),
37905         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37906         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37907         for RGB, with separate r g and b correction factors. (#131167)
37908
37909 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37910
37911         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37912           only signal tags for bitrate if they're > 0 (#134894)
37913
37914 2004-02-24  David Schleef  <ds@schleef.org>
37915
37916         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37917         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37918         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37919         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37920         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37921         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37922         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37923         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37924         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37925         category.  Attempt to fix timestamp calculation.
37926
37927 2004-02-24  Johan Dahlin  <johan@gnome.org>
37928
37929         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37930
37931 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37932
37933         * configure.ac:
37934         * gconf/Makefile.am:
37935         * gconf/gstreamer.schemas:
37936         * gst-libs/gst/gconf/Makefile.am:
37937         * gst-libs/gst/gconf/gconf.c:
37938           version gconf schemas and install locations
37939
37940 2004-02-23  Benjamin Otte  <otte@gnome.org>
37941
37942         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37943         (gst_xine_input_subclass_init):
37944           call parent dispose.
37945           change pad template for CD reader correctly
37946         * ext/xine/Makefile.am:
37947         * ext/xine/gstxine.h:
37948         * ext/xine/xine.c: (plugin_init):
37949         * ext/xine/xineaudiosink.c:
37950           wrap audio sinks, too
37951         * gst-libs/gst/resample/private.h:
37952         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37953         (gst_resample_reinit), (gst_resample_scale),
37954         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37955         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37956         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37957         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37958         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37959         * gst-libs/gst/resample/resample.h:
37960         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37961         (gst_audioscale_class_init), (gst_audioscale_link),
37962         (gst_audioscale_get_buffer), (gst_audioscale_init),
37963         (gst_audioscale_chain), (gst_audioscale_set_property),
37964         (gst_audioscale_get_property):
37965         * gst/audioscale/gstaudioscale.h:
37966           s/resample_*/gst_resample_*/i to not clobber namespaces
37967
37968 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37969
37970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37971         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37972         (gst_riff_create_video_template_caps),
37973         (gst_riff_create_audio_template_caps),
37974         (gst_riff_create_iavs_template_caps):
37975         * gst-libs/gst/riff/riff-media.h:
37976         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37977         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37978         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37979         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37981         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37982         (gst_matroska_demux_plugin_init): First batch implementing audio and
37983         video codec tags in demuxers.
37984
37985 2004-02-22  Benjamin Otte  <otte@gnome.org>
37986
37987         * ext/xine/Makefile.am:
37988         * ext/xine/gstxine.h:
37989         * ext/xine/xine.c: (plugin_init):
37990         * ext/xine/xineinput.c:
37991           add input plugin wrapper. Playback from files, http, mms and cdda
37992           works.
37993         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37994           remove leftover G_GNUC_UNUSED
37995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37996         (gst_asf_demux_identify_guid):
37997           improve debugging output
37998
37999 2004-02-22  Benjamin Otte  <otte@gnome.org>
38000
38001         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38002
38003         * autogen.sh:
38004           replace test -e with test -x for mkinstalldirs to be more portable.
38005           (fixes #134816)
38006
38007 2004-02-22  Benjamin Otte  <otte@gnome.org>
38008
38009         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38010
38011         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38012           set rank to PRIMARY
38013         * gst/volume/gstvolume.c: (plugin_init):
38014           set rank to NONE
38015         fixes #134960
38016
38017 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38018
38019         reviewed by Benjamin Otte  <otte@gnome.org>
38020
38021         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38022           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38023
38024 2004-02-22  Benjamin Otte  <otte@gnome.org>
38025
38026         * configure.ac:
38027           export [_]*{gst,Gst,GST}.* symbols from plugins
38028
38029 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38030
38031         reviewed by: Benjamin Otte  <otte@gnome.org>
38032
38033         * ext/lame/gstlame.c: (add_one_tag):
38034         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38036         (gst_vorbisenc_metadata_set1):
38037         * gst/tags/gstid3tag.c:
38038         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38039           apply fixes from bugs #135042 (lame can't write tags) and #133817
38040           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38041
38042 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38043
38044         * configure.ac: Export only gst_plugin_desc from plugins.
38045          Note that this change only makes any effect with Linux using libtool
38046          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38047          fine. And don't try to have several versions of libtool in different
38048          directories.
38049
38050 2004-02-20  Andy Wingo  <wingo@pobox.com>
38051
38052         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38053         interleave respectively.
38054
38055         * gst/interleave/deinterleave.c: New plugin: deinterleave
38056         (replaces on oneton).
38057         * gst/interleave/interleave.c: New plugin: interleave.
38058         * gst/interleave/plugin.h: Support file.
38059         * gst/interleave/plugin.c: Support file.
38060
38061         * configure.ac: Remove intfloat and oneton, add interleave.
38062
38063         * ext/sndfile/gstsf.c: Handle events better.
38064
38065         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38066         and float2int operation. int2float has scheduling problems as
38067         noted in in2float_chain.
38068
38069 2004-02-20  Benjamin Otte  <otte@gnome.org>
38070
38071         * ext/xine/Makefile.am:
38072         * ext/xine/gstxine.h:
38073         * ext/xine/xine.c:
38074         * ext/xine/xineaudiodec.c:
38075         * ext/xine/xinecaps.c:
38076           add first version of xine plugin wrapper. Currently only wraps the
38077           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38078         * configure.ac:
38079         * ext/Makefile.am:
38080           add xine plugin wrapper, disabled by default. Use --enable-xine to
38081           build. Note that it'll segfault on gst-register if you don't remove
38082           the goom and tvtime post plugins from xine.
38083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38084         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38085           add extradata parsing for QDM2.
38086           change around debugging prints.
38087
38088 2004-02-19  Benjamin Otte  <otte@gnome.org>
38089
38090         * ext/lame/gstlame.c: (gst_lame_chain):
38091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38092           use gst_tag_list_insert when you want to insert tags
38093
38094 2004-02-18  David Schleef  <ds@schleef.org>
38095
38096         * configure.ac:  Move massink to gst-rotten
38097         * ext/Makefile.am:
38098         * ext/mas/Makefile.am:
38099         * ext/mas/massink.c:
38100         * ext/mas/massink.h:
38101
38102 2004-02-18  David Schleef  <ds@schleef.org>
38103
38104         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38105         typefinding, since it seems to be worse than nothing.
38106         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38107         atom to recognize .mp4 and .m4a files as video/quicktime.
38108
38109 2004-02-18  David Schleef  <ds@schleef.org>
38110
38111         * gst/sine/demo-dparams.c: (quit_live),
38112         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38113         Use double dparams, not float.
38114         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38115         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38116         sync'd elements don't really work correctly.
38117         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38118         (volume_update_volume), (volume_get_property):  Change dparam
38119         to double.
38120
38121 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38122
38123         * sys/ximage/ximagesink.c:
38124         (gst_ximagesink_xwindow_update_geometry),
38125         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38126         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38127         (gst_ximagesink_init): Rework the way software video scaling works. So
38128         now we check on each chain call if the video frames are feeling the
38129         window. If not we try to renegotiate caps. On failure we memorize that
38130         and we won't try again for that PLAYING sessions.
38131         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38132         failure.
38133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38134         synchronous flag.
38135
38136 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38137
38138         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38139           break up _link so we can give a better debug message for errors
38140
38141 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38142
38143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38144           set up debug category
38145
38146 2004-02-18  Julien MOUTTE <julien@moutte.net>
38147
38148         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38149         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38150         the way renegotiation work. The event handling function is not taking
38151         care of external windows and renegotiate method check for pad flags
38152         NEGOTIATING. Should fix : #133209
38153
38154 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38155
38156         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38157         pad is negotiating before trying renegotiation.
38158
38159 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38160
38161         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38162           pass on all possible mime types as typefind hints
38163
38164 2004-02-17  Julien MOUTTE <julien@moutte.net>
38165
38166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38168         possible SHM leak if we crash. All other apps using XShm are doing
38169         that.
38170
38171 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38172
38173         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38174         (gst_ximagesink_expose): Renegotiate size on expose.
38175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38176         size on expose.
38177
38178 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38179
38180         * testsuite/alsa/sinesrc.c:
38181           cosmetic fix to fix compile issue with gcc 2.95.4
38182
38183 2004-02-16  Julien MOUTTE <julien@moutte.net>
38184
38185         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38186         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38187         failed opening the audio device.
38188         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38189         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38190         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38191         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38192         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38193         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38194         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38195         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38196         Removing some useless g_return_if_fail like wingo suggested.
38197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38198         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38199         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38200         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38201         (gst_xvimagesink_update_colorbalance),
38202         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38203         (gst_xvimagesink_xcontext_clear),
38204         (gst_xvimagesink_get_fourcc_from_caps),
38205         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38206         (gst_xvimagesink_set_xwindow_id),
38207         (gst_xvimagesink_colorbalance_list_channels),
38208         (gst_xvimagesink_colorbalance_set_value),
38209         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38210         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38211
38212 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38213
38214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38215           throw error when not negotiated instead of asserting
38216
38217 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38218
38219         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38220         correct data refcounting.
38221
38222 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38223
38224         * gst/switch/gstswitch.c: (gst_switch_change_state),
38225         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38226         change, mostly the EOS flag.
38227
38228 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38229
38230         * examples/gstplay/player.c: (got_eos), (main): Adding some
38231         output for debugging.
38232         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38233         timeouts if we go to any state different from PLAYING.
38234         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38235         more EOS bugs in riff lib.
38236
38237 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38238
38239         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38240         visualization until i find a way to fix switch correctly.
38241         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38242         EOS arrives.
38243         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38244         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38245         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38246         Reworked switch to get a more correct behaviour with events and refing
38247         of data stored in sinkpads.
38248         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38249         we don't pull from a pad in EOS.
38250
38251 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38252
38253         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38254           remove v1 tag even if we can't read it (makes sure we don't detect
38255           it again)
38256
38257 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38258
38259         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38260         (gst_alsa_xrun_recovery):
38261         * ext/alsa/gstalsa.h:
38262           try xrun recovery when wait failed. Make xrun recovery function
38263           return TRUE/FALSE to indicate success. (might fix #134354)
38264
38265 2004-02-13  David Schleef  <ds@schleef.org>
38266
38267         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38268         (dynparm_value_changed), (main): Convert from float to double.
38269         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38270
38271 2004-02-13  David Schleef  <ds@schleef.org>
38272
38273         * gst/silence/gstsilence.c: (gst_silence_class_init),
38274         (gst_silence_set_clock), (gst_silence_get),
38275         (gst_silence_set_property), (gst_silence_get_property):
38276         * gst/silence/gstsilence.h: Add sync property.
38277         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38278         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38279         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38280         * gst/sine/gstsinesrc.h: Add sync property.
38281
38282 2004-02-13  David Schleef  <ds@schleef.org>
38283
38284         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38285         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38286
38287 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38288
38289         * configure.ac:
38290         * ext/Makefile.am:
38291         * gst-libs/ext/Makefile.am:
38292           move ffmpeg plugin to gst-ffmpeg module
38293
38294 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38295
38296         * configure.ac: use GST_ARCH to detect architecture
38297
38298 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38299
38300         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38301
38302 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38303
38304         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38305           classify LADSPA plugins based on number of src/sink pads
38306           (#133663, Stefan Kost)
38307         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38308           fix dparams registration
38309           (#133528, Stefan Kost)
38310         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38311           fix use of isprint and use g_ascii_isprint instead
38312           (#133316, Stefan Kost)
38313
38314 2004-02-11  David Schleef  <ds@schleef.org>
38315
38316         Convert a few inner loops to use liboil.  This is currently
38317         optional, and is only enabled if liboil is present (duh!).
38318         * configure.ac: Check for liboil-0.1
38319         * gst/intfloat/Makefile.am:
38320         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38321         (gst_int2float_chain_gint16):
38322         * gst/videofilter/Makefile.am:
38323         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38324         (tablelookup_u8), (gst_videobalance_planar411):
38325         * gst/videotestsrc/Makefile.am:
38326         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38327         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38328         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38329         (paint_hline_RGB565), (paint_hline_xRGB1555):
38330
38331 2004-02-11  David Schleef  <ds@schleef.org>
38332
38333         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38334         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38335         (gst_colorspace_getcaps), (gst_colorspace_link),
38336         (gst_colorspace_base_init), (gst_colorspace_init),
38337         (gst_colorspace_chain), (gst_colorspace_change_state),
38338         (plugin_init): Merge Ronald's patch (bug #117897) and update
38339         for new caps and negotiation.  Seems to work, although it
38340         shows off bugs in lcs.
38341
38342 2004-02-11  David Schleef  <ds@schleef.org>
38343
38344         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38345         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38346
38347 2004-02-11  David Schleef  <ds@schleef.org>
38348
38349         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38350         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38351         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38352         Add server and port properties
38353
38354 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * m4/a52.m4:
38357         * m4/aalib.m4:
38358         * m4/as-ffmpeg.m4:
38359         * m4/as-liblame.m4:
38360         * m4/as-slurp-ffmpeg.m4:
38361         * m4/check-libheader.m4:
38362         * m4/esd.m4:
38363         * m4/freetype2.m4:
38364         * m4/gconf-2.m4:
38365         * m4/glib.m4:
38366         * m4/gst-alsa.m4:
38367         * m4/gst-artsc.m4:
38368         * m4/gst-ivorbis.m4:
38369         * m4/gst-matroska.m4:
38370         * m4/gst-sdl.m4:
38371         * m4/gst-shout2.m4:
38372         * m4/gst-sid.m4:
38373         * m4/gtk.m4:
38374         * m4/libdv.m4:
38375         * m4/libfame.m4:
38376         * m4/libmikmod.m4:
38377         * m4/ogg.m4:
38378         * m4/vorbis.m4:
38379           fix underquotedness of macros (#133800)
38380         * m4/as-avifile.m4:
38381         * m4/xmms.m4:
38382           removed because no longer used
38383
38384 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38385
38386         * configure.ac:
38387           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38388           by autopoint (fixes #132996)
38389
38390 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38391
38392         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38393         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38394         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38395         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38396           fix memleaks
38397
38398 2004-02-11  David Schleef  <ds@schleef.org>
38399
38400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38401         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38402         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38403         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38404         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38405         (gst_jpegenc_class_init), (gst_jpegenc_init),
38406         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38407         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38408         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38409         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38410
38411 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38412
38413         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38414         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38415         * ext/mikmod/gstmikmod.h:
38416           fix caps negotiation in mikmod
38417         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38418           output debug information
38419
38420 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38421
38422         * gst-libs/gst/colorbalance/Makefile.am:
38423         * gst-libs/gst/navigation/Makefile.am:
38424         * gst-libs/gst/xoverlay/Makefile.am:
38425           remove unused GST_OPT_CFLAGS from Makefiles
38426           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38427
38428 2004-02-07  David Schleef  <ds@schleef.org>
38429
38430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38431         push events to pads that haven't been created (#133508)
38432
38433 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38434
38435         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38436         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38437         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38438         (gst_dvdec_loop), (gst_dvdec_change_state):
38439         Second attempt at committing a working dvdec element.
38440
38441 2004-02-06  David Schleef  <ds@schleef.org>
38442
38443         Build fixes for OS X: (see #129600)
38444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38445         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38446         (gst_riff_read_strf_iavs):
38447         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38448         (gst_avi_demux_stream_odml):
38449         * gst/playondemand/Makefile.am:
38450         * gst/rtp/rtp-packet.c:
38451
38452 2004-02-05  David Schleef  <ds@schleef.org>
38453
38454         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38455         last change, because it Just Doesn't Compile.
38456
38457 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38458
38459         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38460           skip undecodable id3v2 tag instead of keeping it
38461
38462 2004-02-05  David Schleef  <ds@schleef.org>
38463
38464         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38465         Unref leaked buffer.  (Noticed by Ronald)
38466
38467 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38468
38469         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38470         Sync requires with other checks.  >= vs =.
38471
38472 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38473
38474         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38475         (gst_dvdec_video_link), (gst_dvdec_loop):
38476         * ext/dv/gstdvdec.h:
38477           rework the caps negotiation so that dvdec works again instead
38478           of just segfaulting.
38479
38480 === release 0.7.4 ===
38481
38482 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38483
38484         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38485         * configure.ac: changed for release
38486
38487 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38488
38489         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38490         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38491         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38492         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38493           reworked patch by David Lehn to fix libdir and includedir for
38494           uninstalled libraries
38495           removed play and gconf from gstreamer-libs since they have their
38496           own pkgconfig files
38497
38498 2004-02-04  David Schleef  <ds@schleef.org>
38499
38500         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38501         memleak.
38502
38503 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38504
38505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38506           use correct GST_TAG_ENCODER tag
38507
38508 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38509
38510         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38511           be sure to stop the clock when going to paused
38512         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38513           reset number of transmitted when going to ready.
38514         fixes #132935
38515
38516 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38517
38518         reviewed by Benjamin Otte
38519
38520         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38521           extract track count (fixes #133410)
38522
38523 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38524
38525         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38526           that should be !=, not == (fixes #132519)
38527
38528 2004-02-04  David Schleef  <ds@schleef.org>
38529
38530         Make sure set_explicit_caps() is called before adding pad.
38531         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38532         * gst/id3/gstid3types.c: (gst_id3types_loop):
38533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38534         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38535
38536 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38537
38538         * configure.ac:
38539           bump nano to 2, first prerelease
38540           put back AM_PROG_LIBTOOL
38541
38542 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38543
38544         * testsuite/alsa/Makefile.am:
38545           these are user test apps, not automatic testsuite tests
38546
38547 2004-02-04  David Schleef  <ds@schleef.org>
38548
38549         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38550         * gst/mpeg1videoparse/gstmp1videoparse.c:
38551         (mp1videoparse_parse_seq):
38552         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38553         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38554         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38555         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38556         (gst_xvideosink_getcaps):
38557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38558         * testsuite/gst-lint: more tests
38559
38560 2004-02-04  David Schleef  <ds@schleef.org>
38561
38562         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38563         with the code that they would expand to.
38564         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38565         (gst_flacdec_get_src_query_types),
38566         (gst_flacdec_get_src_event_masks):
38567         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38568         (gst_gnomevfssrc_get_query_types),
38569         (gst_gnomevfssrc_get_event_mask):
38570
38571 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38572
38573         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38574         (gst_sinesrc_dispose):
38575           fix memleak by properly disposing sinesrc
38576
38577 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38578
38579         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38580         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38581         an overlay to redraw the image because it has been exposed.
38582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38583         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38584         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38585         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38586         interface
38587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38588         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38589         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38590         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38591         interface
38592
38593 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38594
38595         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38596           more memleak fixage
38597
38598 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38599
38600         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38601         * gst/typefind/gsttypefindfunctions.c:
38602           fix memleaks shown by gst-typefind
38603
38604 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38605
38606         * common/glib-gen.mak:
38607           add hack rule to touch .Plo files
38608         * gst-libs/gst/colorbalance/Makefile.am:
38609         * gst-libs/gst/mixer/Makefile.am:
38610         * gst-libs/gst/play/Makefile.am:
38611         * gst-libs/gst/tuner/Makefile.am:
38612           remove glib_root variable
38613
38614 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38615
38616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38617           set explicit caps before adding the element, so the autopluggers can
38618           plug correctly.
38619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38620         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38621         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38622         (dv_type_find):
38623           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38624           argument.
38625
38626 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38627
38628         * gst-libs/gst/colorbalance/Makefile.am:
38629         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38630         * gst-libs/gst/colorbalance/colorbalance.c:
38631         * gst-libs/gst/colorbalance/colorbalance.h:
38632         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38633         * gst-libs/gst/mixer/Makefile.am:
38634         * gst-libs/gst/mixer/mixer-marshal.list:
38635         * gst-libs/gst/mixer/mixer.c:
38636         * gst-libs/gst/mixer/mixer.h:
38637         * gst-libs/gst/mixer/mixermarshal.list:
38638         * gst-libs/gst/play/Makefile.am:
38639         * gst-libs/gst/play/play.h:
38640         * gst-libs/gst/tuner/Makefile.am:
38641         * gst-libs/gst/tuner/tuner-marshal.list:
38642         * gst-libs/gst/tuner/tuner.c:
38643         * gst-libs/gst/tuner/tuner.h:
38644         * gst-libs/gst/tuner/tunermarshal.list:
38645           use new glib-gen.mak snippet to clean up Makefile.am
38646           fix various bugs in Makefile.am's
38647
38648 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38649
38650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38651           handle chain parsing correctly in the multichain case
38652         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38653         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38654         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38655         (theora_dec_chain):
38656           handle events and queries correctly
38657
38658 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38659
38660         * .cvsignore:
38661         Ignore generated file _stdint.h.
38662
38663 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38664
38665         * gst-libs/gst/colorbalance/Makefile.am:
38666         * gst-libs/gst/colorbalance/colorbalance.h:
38667         * gst-libs/gst/mixer/Makefile.am:
38668         * gst-libs/gst/mixer/mixer.h:
38669         * gst-libs/gst/play/Makefile.am:
38670         * gst-libs/gst/play/play.h:
38671         * gst-libs/gst/tuner/Makefile.am:
38672         * gst-libs/gst/tuner/tuner.h:
38673         Generate enum type code with glib-mkenums.
38674         * gst-libs/gst/colorbalance/.cvsignore:
38675         * gst-libs/gst/mixer/.cvsignore:
38676         * gst-libs/gst/play/.cvsignore:
38677         * gst-libs/gst/tuner/.cvsignore:
38678         Ignore generated files.
38679
38680 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38681
38682         * gst-libs/gst/audio/.cvsignore:
38683         Ignore generated file.
38684         * gst-libs/gst/audio/Makefile.am:
38685         Do not install example filter.
38686
38687 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38688
38689         * examples/switch/.cvsignore:
38690         Ignore generated file.
38691
38692 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38693
38694         * common/m4/ax_create_stdint_h.m4:
38695         * configure.ac:
38696           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38697           _stdint.h.
38698         * Makefile.am:
38699           remove generated _stdint.h in DISTCLEANFILES
38700         * ext/a52dec/gsta52dec.c:
38701           include _stdint.h for a52dec. (should fix #133064)
38702
38703 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38704
38705         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38706         (gst_tag_to_vorbis_comments):
38707         Add replaygain support to vorbistag
38708
38709 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38710         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38711         (gst_ffmpeg_caps_to_extradata):
38712           Fix SVQ3 caps flag properties
38713           Use glib macro for bytes swap
38714
38715 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38716
38717         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38718         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38719         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38720         * ext/sndfile/gstsf.c: (plugin_init):
38721         * gst/avi/gstavi.c: (plugin_init):
38722         * sys/dxr3/dxr3init.c: (plugin_init):
38723         * sys/oss/gstossaudio.c: (plugin_init):
38724         * sys/v4l/gstv4l.c: (plugin_init):
38725         * sys/v4l2/gstv4l2.c: (plugin_init):
38726           remove textdomain calls
38727         * po/nl.po:
38728           update Dutch translation
38729
38730 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38731
38732         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38733         (gst_play_set_audio_sink): Moving volume in the audio thread for
38734         instantaneous volume change. Maybe i will add another volume in front
38735         of visualization later, not sure yet though.
38736
38737 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38738
38739         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38740         (gst_ximagesink_handle_xevents): Better X events handling, only take
38741         the latest events for configure and motion.
38742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38743
38744 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38745
38746         reviewed by: David Schleef  <ds@schleef.org>
38747
38748         Fix memory leaks:
38749         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38750         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38751
38752 2004-02-02  David Schleef  <ds@schleef.org>
38753
38754         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38755         of lines.
38756         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38757         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38758         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38759         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38760         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38761         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38762         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38763         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38764         (gst_float2_2_int_link):
38765         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38766         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38767         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38768         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38769         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38770         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38771         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38772         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38773         * testsuite/gst-lint: Add tests for bzero and ;;
38774
38775 2004-02-02  David Schleef  <ds@schleef.org>
38776
38777         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38778
38779 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38780
38781         * ext/aalib/gstaasink.c: (gst_aasink_open):
38782         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38785         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38786         (gst_afsink_close_file):
38787         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38788         (gst_afsrc_close_file):
38789         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38790         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38791         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38792         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38793         * ext/esd/esdmon.c: (gst_esdmon_get):
38794         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38795         * ext/faac/gstfaac.c: (gst_faac_chain):
38796         * ext/faad/gstfaad.c: (gst_faad_chain):
38797         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38798         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38799         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38800         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38801         (gst_flacdec_loop):
38802         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38803         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38805         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38806         (gst_gnomevfssink_close_file):
38807         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38808         (gst_gnomevfssrc_open_file):
38809         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38810         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38811         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38812         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38813         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38814         * ext/mad/gstmad.c: (gst_mad_chain):
38815         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38816         * ext/mpeg2dec/gstmpeg2dec.c:
38817         * ext/mpeg2enc/gstmpeg2enc.cc:
38818         * ext/mplex/gstmplex.cc:
38819         * ext/mplex/gstmplexibitstream.cc:
38820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38821         (gst_ogg_demux_push):
38822         * ext/raw1394/gstdv1394src.c:
38823         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38824         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38825         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38826         (gst_sf_loop):
38827         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38828         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38829         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38830         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38832         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38833         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38834         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38835         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38836         (gst_riff_read_element_data), (gst_riff_read_seek),
38837         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38838         * gst/adder/gstadder.c: (gst_adder_loop):
38839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38840         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38841         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38842         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38843         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38844         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38845         * gst/goom/gstgoom.c: (gst_goom_chain):
38846         * gst/id3/gstid3types.c: (gst_id3types_loop):
38847         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38848         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38849         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38850         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38851         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38852         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38853         (gst_ebml_read_float), (gst_ebml_read_header):
38854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38855         (gst_matroska_demux_parse_blockgroup):
38856         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38857         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38858         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38859         * gst/silence/gstsilence.c: (gst_silence_get):
38860         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38861         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38862         * gst/speed/gstspeed.c: (speed_loop):
38863         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38864         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38865         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38866         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38867         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38868         (gst_wavparse_loop):
38869         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38870         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38871         (dxr3audiosink_close):
38872         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38873         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38874         (dxr3videosink_close), (dxr3videosink_write_data):
38875         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38876         * sys/oss/gstosssink.c: (gst_osssink_chain):
38877         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38878         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38879         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38881         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38882         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38883         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38884         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38885         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38886         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38887         (gst_v4l_set_audio):
38888         * sys/v4l/v4l_calls.h:
38889         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38890         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38891         (gst_v4lmjpegsink_playback_init),
38892         (gst_v4lmjpegsink_playback_start):
38893         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38894         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38895         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38896         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38898         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38899         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38900         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38901         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38902         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38903         (gst_v4l2_get_output), (gst_v4l2_set_output),
38904         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38905         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38906         (gst_v4l2_set_attribute):
38907         * sys/v4l2/v4l2_calls.h:
38908         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38909         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38910         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38911         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38912         (gst_v4l2src_capture_stop):
38913         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38914         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38915         (gst_ximagesink_chain):
38916         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38917         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38918         (gst_xvideosink_xwindow_new):
38919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38920         (gst_xvimagesink_chain):
38921
38922 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38923
38924         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38925         (gst_volume_get_volume), (volume_class_init), (volume_init),
38926         (volume_chain_int16), (volume_update_volume):
38927         * gst/volume/gstvolume.h:
38928           make code more readable by removing magic numbers
38929           make mixer interface export 0-100 range
38930           make it internally map to 0.0-1.0 range so users don't distort
38931           output by putting the sliders at full volume
38932
38933 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38934
38935         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38936         (gst_play_state_change), (gst_play_seek_to_time):
38937         block the tick callback for 0.5 secs after doing a seek
38938
38939 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38940
38941         * gst-libs/gst/play/play.c: (gst_play_new):
38942           check for GError
38943
38944 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38945
38946         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38947         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38948         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38949         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38951         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38952
38953 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38954
38955         * configure.ac:
38956         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38957           check for a function added in vorbis 1.1
38958
38959 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38960
38961         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38962         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38963           really start/stop clock only on PLAYING <=> PAUSED
38964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38965           remove \n from debugging lines
38966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38967           make it work when seeking does not
38968         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38969           reset on DISCONT
38970
38971 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38972
38973         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38974           start clock on PAUSED=>PLAYING, not later
38975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38976           extract correct time for different discont formats
38977         (gst_alsa_sink_get_time):
38978           don't segfault when no format is negotiated yet, just return 0
38979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38980         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38981         (gst_ogg_pad_push):
38982           handle flush and discont events correctly
38983         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38984           handle discont events correctly
38985
38986 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38987
38988         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38989         (gst_play_error_create), (gst_play_error_plugin),
38990         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38991         * gst-libs/gst/play/play.h:
38992           add error handling during creation
38993         * examples/gstplay/player.c: (main):
38994           use new gst_play_new
38995
38996
38997 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38998
38999         * ext/theora/theoradec.c: (theora_dec_chain):
39000           make comments work
39001         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39002         (vorbis_dec_src_event), (vorbis_dec_chain):
39003           add encoder tag, fix tag reading to be more error tolerant, change
39004           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39005           gst_pad_event_default.
39006         * gst/tags/gstvorbistag.c:
39007         (gst_tag_list_from_vorbiscomment_buffer):
39008           undefine function specific define at end of function
39009
39010 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39011
39012         * ext/flac/gstflac.c: (plugin_init):
39013         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39014         * ext/flac/gstflacdec.h:
39015         * ext/flac/gstflacenc.h:
39016           Fix typos
39017
39018 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39019
39020         * examples/gstplay/player.c: s/gstplay.h/play.h/
39021
39022 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39023
39024         * gst-libs/gst/play/Makefile.am:
39025         * gst-libs/gst/play/gstplay.c:
39026         * gst-libs/gst/play/gstplay.h:
39027         * gst-libs/gst/play/play.c:
39028           more surgery, operation complete
39029
39030 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39031
39032         * gst-libs/gst/play/play.old.c:
39033         * gst-libs/gst/play/play.old.h:
39034           after CVS surgery by moving, remove
39035         * gst-libs/gst/play/playpipelines.c:
39036           remove
39037
39038         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39039           add negotiation error
39040
39041 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39042
39043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39044         (gst_ogg_demux_push):
39045           add some seeking debug info
39046           send a flush when seeking
39047
39048 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39049
39050         * configure.ac:
39051           use AC_C_INLINE
39052         * configure.ac:
39053         * ext/Makefile.am:
39054         * ext/theora/Makefile.am:
39055         * ext/theora/theoradec.c:
39056           add theora video decoder. Does just do simple decoding for now and
39057           has been tested against Theora cvs only. It only works when theora
39058           is compiled with --enable-static.
39059         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39060           always reset packetno on DISCONT
39061
39062 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39063
39064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39065           Fix audio.
39066
39067 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39068
39069         * gst/mpegaudioparse/gstmpegaudioparse.c:
39070         (mp3_type_frame_length_from_header):
39071           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39072
39073 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39074
39075         * ext/esd/esdsink.c: (gst_esdsink_init):
39076           Since we have static pad template caps, we don't need to negotiate;
39077           either the core errors out or we know the format.
39078
39079 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39080
39081         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39082         (gst_riff_read_seek):
39083         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39084         (gst_ebml_read_seek):
39085           Fix event handling.
39086
39087 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39088
39089         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39090           removee video/x-theora from vp3 decoder, it doesn't handle raw
39091           theora streams
39092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39093           fix bug with finalizing element that never went to PAUSED
39094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39095           length and position queries were swapped
39096         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39097         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39098         (vorbis_dec_src_event):
39099           implement querying time and bytes
39100
39101 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39102
39103         * just about every source file:
39104           gst_element_error -> GST_ELEMENT_ERROR
39105
39106 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39107
39108         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39109         emiting FLUSH and even before DISCONT.
39110         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39111         get the best instant seeking as possible yay!
39112
39113 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39114
39115         * gst/mpeg1videoparse/gstmp1videoparse.c:
39116         (gst_mp1videoparse_real_chain):
39117           Committed wrong version last week... Grr... Didn't notice until now.
39118
39119 2004-01-29  Julien MOUTTE <julien@moutte.net>
39120
39121         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39123         have_xwindow_id signal in xwindow_create.
39124
39125 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39126
39127         * ext/ogg/gstoggdemux.c:
39128           lots of changes - mainly support for chained bitstreams, seeking,
39129           querying and bugfixes of course
39130         * ext/vorbis/Makefile.am:
39131         * ext/vorbis/vorbisdec.c:
39132         * ext/vorbis/vorbisdec.h:
39133           add vorbisdec raw vorbis decoder
39134         * ext/vorbis/vorbis.c: (plugin_init):
39135           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39136         * gst/intfloat/Makefile.am:
39137         * gst/intfloat/float22int.c:
39138         * gst/intfloat/float22int.h:
39139         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39140           add float2intnew plugin. It converts multichannel interleaved float to
39141           multichannel interleaved int. The name should probably be changed.
39142         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39143         (plugin_init):
39144           add typefinding for raw theora video so oggdemux can detect it.
39145
39146 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39147
39148         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39149         sink element first.
39150         * gst/videoscale/gstvideoscale.c:
39151         (gst_videoscale_handle_src_event): Fixing src event handler.
39152
39153 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39154
39155         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39156         (gst_v4lsrc_open), (gst_v4lsrc_close),
39157         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39158         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39159         * sys/v4l/gstv4lsrc.h:
39160         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39161         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39162           Implement resizing... Hack. But that's why v4l is b0rked...
39163
39164 2004-01-28  Julien MOUTTE <julien@moutte.net>
39165
39166         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39167         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39168         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39169         (gst_ximagesink_xwindow_destroy):
39170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39171         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39172         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39173         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39174         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39175         correctly cleaning the image created to check xshm calls on succes,
39176         added a lot of XSync calls in X11 functions, and fixed a segfault when
39177         no image format was defined before negotiation happened.
39178
39179 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39180
39181         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39182           use gst_element_get_time to get correct time
39183
39184 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39185
39186         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39187         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39188         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39190         (gst_xvimagesink_check_xshm_calls),
39191         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39192         X plugins are now able to detect that XShm calls will fail even if the
39193         server claims that it has XShm support (remote displays most of the
39194         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39195         so that we use non XShm functions. This feature is almost useless for
39196         xvimagesink as Xv is not supported on remote displays anyway, but
39197         it might happen than even on the local display XShm calls fail.
39198
39199 2004-01-27  David Schleef  <ds@schleef.org>
39200
39201         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39202         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39203         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39204         changed esdsink to only use 44100,16,2, since esd sucks at rate
39205         conversion and esdsink has had difficulty negotiating.
39206
39207 2004-01-27  Julien MOUTTE <julien@moutte.net>
39208
39209         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39210         (gst_play_seek_to_time): Fixing the way to get current position.
39211
39212 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39213
39214         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39215           use gst_element_get_time to get correct time
39216
39217 2004-01-27  Julien MOUTTE <julien@moutte.net>
39218
39219         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39220         fix ever... Inverting 2 lines of code make spider autoplug correctly
39221         tagged mp3 !
39222
39223 2004-01-27  David Schleef  <ds@schleef.org>
39224
39225         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39226         Use gst_pad_try_set_caps_nonfixed().
39227
39228 2004-01-27  David Schleef  <ds@schleef.org>
39229
39230         * gst/ac3parse/gstac3parse.c: update to checklist 5
39231         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39232         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39233         * gst/audioscale/gstaudioscale.c: same
39234         * gst/auparse/gstauparse.c: same
39235         * gst/avi/gstavidemux.c: same
39236
39237 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39238
39239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39240           stop processing after EOS
39241
39242 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39243
39244         * gst/asfdemux/asfheaders.h:
39245         * gst/asfdemux/gstasfdemux.c:
39246         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39247         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39248         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39249           lot's of fixes to make data extraction simpler and get the code
39250           architecture and compiler independant. Add debugging category
39251         * gst/goom/gstgoom.c: (gst_goom_change_state):
39252           reset channel count on PAUSED=>READY, not READY=>PAUSED
39253
39254 2004-01-26  Colin Walters  <walters@verbum.org>
39255
39256         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39257         code to pull a bigger buffer in iradio mode.  This as a side effect
39258         makes typefinding work.
39259
39260 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39261
39262         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39263         Fix SVQ3 decoding on PPC
39264
39265 2004-01-26  Julien MOUTTE <julien@moutte.net>
39266
39267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39268         that one managed to stay there... Fixed.
39269
39270 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39271
39272         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39273         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39274         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39275         (qtdemux_video_caps):
39276         * gst/qtdemux/qtdemux.h:
39277         Add SVQ3 specific flags to qtdemux and ffmpeg
39278
39279 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39280
39281         * gst-libs/gst/audio/audio.h:
39282           remove buffer-frames from audio caps
39283         * gst/audioconvert/gstaudioconvert.c:
39284           fix plugin to really work.
39285
39286 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39287
39288         * gst-libs/gst/mixer/mixer.c:
39289         * gst-libs/gst/propertyprobe/propertyprobe.c:
39290         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39291         (gst_tuner_find_channel_by_name):
39292         * gst-libs/gst/tuner/tuner.h:
39293           Add gtk-doc style comments. Also fix a function name.
39294
39295 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39296
39297         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39298         (gst_divxdec_negotiate):
39299           Fix for new capsnego - also fixes gst-player with divxdec.
39300
39301 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39302
39303         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39304         (gst_play_identity_handoff), (gst_play_set_location),
39305         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39306         try in visualization implementation. Still have an issue with switch
39307         blocking when pulling from video_queue and only audio comes out of
39308         spider.
39309         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39310         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39311         release method. And check if the pad is usable before pulling.
39312
39313 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39314
39315         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39316         (gst_videobalance_init),
39317         (gst_videobalance_colorbalance_list_channels),
39318         (gst_videobalance_colorbalance_set_value),
39319         (gst_videobalance_colorbalance_get_value),
39320         (gst_videobalance_update_properties),
39321         (gst_videobalance_update_tables_planar411),
39322         (gst_videobalance_planar411):
39323         * gst/videofilter/gstvideobalance.h:
39324           Implement lookup-tables. +/- 10x faster.
39325
39326 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39327
39328         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39329         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39330           The index reading was broken. The rest worked fine, but the whole
39331           goal of my rewrite was to make avidemux readable, and this was
39332           not at all readable. Please use typed variables.
39333
39334 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39335
39336         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39337           Additional pad usability check.
39338         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39339         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39340         (gst_mp1videoparse_real_chain):
39341           Fix MPEG video stream parsing. The original plugin had several
39342           issues, including not timestamping streams where the source was
39343           not timestamped (this happens with PTS values in mpeg system
39344           streams, but MPEG video is also a valid stream on its own so
39345           that needs timestamps too). We use the display time code for that
39346           for now. Also, if one incoming buffer contains multiple valid
39347           frames, we push them all on correctly now, including proper EOS
39348           handling. Lastly, several potential segfaults were fixed, and we
39349           properly sync on new sequence/gop headers to include them in next,
39350           not previous frames (since they're header for the next frame, not
39351           the previous). Also see #119206.
39352         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39353         (bpf_from_header):
39354           Move caps setting so we only do it after finding several valid
39355           MPEG-1 fraes sequentially, not right after the first one (which
39356           might be coincidental).
39357         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39358         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39359         (plugin_init):
39360           Add unsynced MPEG video stream typefinding, and change some
39361           probability values so we detect streams rightly. The idea is as
39362           follows: I can have an unsynced system stream which contains
39363           video. In the current code, I would randomly get a type for either
39364           system or video stream type found, because the probabilities are
39365           being calculated rather randomly. I now use fixed values, so we
39366           always prefer system stream if that was found (and that is how it
39367           should be). If no system stream was found, we can still identity                the stream as video-only.
39368
39369 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39370
39371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39372         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39373           don't write to buffer. Extract data without the need of
39374           __attribute__ ((packed))
39375
39376 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39377
39378         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39379         (mpeg1_sys_type_find):
39380           Fix MPEG-1 stream typefinding.
39381
39382 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39383
39384         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39385           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39386
39387 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39388
39389         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39390         * ext/esd/gstesd.c: (plugin_init):
39391           private debugging, better error reporting
39392
39393 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39394
39395         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39396         (gst_riff_read_init), (gst_riff_read_change_state):
39397         * gst-libs/gst/riff/riff-read.h:
39398           Remove stuff fromold metadata system.
39399
39400 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39401
39402         * ext/ogg/gstoggdemux.c:
39403           Fix wrong file comment.
39404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39406           Add metadata reading properly.
39407
39408 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39409
39410         * ext/Makefile.am:
39411           Fix nas DIST_SUBDIRS
39412           Uraeus:
39413           Fix bug where make distcheck doesn't get run on adding stuff to
39414           the build.
39415
39416 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39417
39418         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39419         * ext/divx/gstdivxdec.h:
39420           Fix divx3 ("msmpeg4") playback using divxdec.
39421
39422 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39423
39424         * gst/typefind/gsttypefindfunctions.c:
39425         (mp3_type_frame_length_from_header): fix bug in length computation
39426         (mp3_type_find): improve debugging output
39427
39428 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39429
39430         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39431         (gst_play_set_location), (gst_play_seek_to_time),
39432         (gst_play_set_audio_sink), (gst_play_set_visualization),
39433         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39434         the pipeline from scratch. Visualization is back and switch went out as
39435         i realized it was not possible to use the way i wanted.
39436         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39437         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39438         clearing in state change from READY to NULL. So that one can clean the
39439         X ressources keeping the element.
39440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39441         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39442         (gst_xvimagesink_colorbalance_set_value),
39443         (gst_xvimagesink_colorbalance_get_value),
39444         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39445         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39446         change from READY to NULL and fixed some stupid bugs in colorbalance
39447         get/set values. Also added the following feature : when nobody tries to
39448         set some values to the colorbalance levels before the xcontext is
39449         grabbed, then when creating channels list from Xv attributes we set the
39450         internal values to the Xv defaults. This way we handle buggy Xv drivers
39451         that set default hue values far from the middle of the range (Thanks
39452         to Jon Trowbridge for pointing that issue).
39453         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39454         colorbalance levels have been set before xcontext is grabbed.
39455
39456 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39457
39458         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39459           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39460           it might block operations (which is bad for a mixer).
39461
39462 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39463
39464         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39465         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39466         (gmip_find_type_pre):
39467         * gst-libs/gst/media-info/media-info-priv.h:
39468         * gst-libs/gst/media-info/media-info.c:
39469         (gst_media_info_instance_init), (gst_media_info_read_idler):
39470         add fakesink to get caps on decoder src pad again
39471         fix callback prototype to match new have_type signal signature
39472
39473 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39474
39475         * gst/adder/gstadder.c: (gst_adder_link):
39476           fix non-compile and cut-n-paste code
39477
39478 2004-01-21  David Schleef  <ds@schleef.org>
39479
39480         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39481         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39482         (gst_swfdec_init), (gst_swfdec_change_state):
39483         * ext/swfdec/gstswfdec.h:
39484         Fix negotiation.
39485         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39486         (gst_adder_request_new_pad): Fix negotiation.
39487         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39488         Add a fixate function.
39489         * gst/intfloat/gstfloat2int.c:
39490         * gst/intfloat/gstfloat2int.h:
39491         * gst/intfloat/gstint2float.c:
39492         * gst/intfloat/gstint2float.h:
39493         Completely rewrite the negotiation.  Doesn't quite work yet,
39494         due to some buffer-frames problem.
39495
39496 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39497
39498         * ext/gnomevfs/gstgnomevfssrc.c:
39499         * sys/v4l2/v4l2_calls.h:
39500           fix includes for distcheck
39501
39502 2004-01-21  Christian Schaller <uraeus@gnome.org>
39503
39504         * ext/nas/
39505         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39506         based on earlier patch from Laurent Vivier
39507
39508 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39509
39510         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39511         Fix wma caps property
39512         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39513         Fix typo (flags1 and flags2)
39514
39515 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39516
39517         * gst-libs/gst/media-info/media-info-priv.c:
39518         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39519         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39520         (gmip_find_stream), (gmip_find_track_metadata),
39521         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39522         (gmip_find_track_format):
39523         * gst-libs/gst/media-info/media-info-priv.h:
39524         * gst-libs/gst/media-info/media-info-test.c: (main):
39525         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39526         (gst_media_info_read_idler), (gst_media_info_read):
39527         * gst-libs/gst/media-info/media-info.h:
39528           register debugging category and use it for debugging
39529
39530 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39531
39532         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39533         (gst_vorbisfile_new_link):
39534           signal streaminfo through tags
39535
39536 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39537
39538         * ext/mplex/gstmplex.cc:
39539         * ext/mplex/gstmplexibitstream.cc:
39540           g++ doesn't like NULL in our i18n/error macros, should be
39541           either (NULL) or ("").
39542
39543 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39544
39545         * sys/dxr3/dxr3audiosink.c:
39546         * sys/dxr3/dxr3init.c:
39547         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39548         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39549           Fix more error error error errors (missing includes here).
39550
39551 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39552
39553         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39554           fix thomas' error errors.
39555
39556 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39557
39558         * ext/mpeg2enc/gstmpeg2enc.cc:
39559           fix error errors.
39560
39561 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39562
39563         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39564         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39565           Fix for new error system.
39566
39567 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39568
39569         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39570           fix for new error reporting
39571
39572 2004-01-20  David Schleef  <ds@schleef.org>
39573
39574         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39575         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39576         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39577         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39578         and neither is 100+, most likely.
39579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39580         (gst_xvimagesink_getcaps): same
39581
39582 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39583
39584         * configure.ac:
39585           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39586           clashes with ffmpeg.
39587
39588 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39589
39590         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39591         (gst_switch_init): Fixed switch element : proxying link and setting
39592         caps from src to sink on request.
39593
39594 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39595
39596         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39597         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39598         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39599         fix element_error
39600
39601 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39602
39603         * sys/v4l/v4l_calls.h:
39604         * sys/v4l2/v4l2_calls.h:
39605           element_error fixes
39606
39607 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39608
39609         * gst-libs/gst/gst-i18n-plugin.h:
39610           add locale.h
39611           remove config.h inclusion
39612
39613 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39614
39615         * autogen.sh:
39616           adding autopoint invocation
39617         * Makefile.am:
39618         * configure.ac:
39619         * gst-libs/gst/gettext.h:
39620           adding gettext bits
39621         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39622         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39623         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39625         (gst_gnomevfssink_close_file):
39626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39627         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39628         * gst-libs/gst/gst-i18n-plugin.h:
39629         * gst/avi/gstavi.c: (plugin_init):
39630         * sys/dxr3/dxr3init.c: (plugin_init):
39631         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39632         * sys/oss/gstossaudio.c: (plugin_init):
39633         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39634         * sys/v4l/gstv4l.c: (plugin_init):
39635         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39636         * sys/v4l2/gstv4l2.c: (plugin_init):
39637         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39638         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39639         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39640         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39641         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39642         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39643           make sure locale and translation domain are set
39644           fix translated strings
39645         * po/.cvsignore:
39646         * po/LINGUAS:
39647         * po/Makevars:
39648         * po/POTFILES.in:
39649         * po/nl.po:
39650           put translation files into place
39651         * sys/xvideo/imagetest.c: (main):
39652         * ext/dv/demo-play.c: (main):
39653           fix unnecessary translations
39654
39655 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39656
39657         * ext/sndfile/gstsf.c:
39658         * gst/avi/gstavimux.c:
39659         * ext/audiofile/gstafsink.c:
39660         * ext/audiofile/gstafsrc.c:
39661         * ext/gnomevfs/gstgnomevfssink.c:
39662         * ext/gnomevfs/gstgnomevfssrc.c:
39663         * sys/oss/gstosselement.c:
39664         * sys/v4l/v4l_calls.h:
39665           fix i18n include
39666
39667 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39668
39669         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39670         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39671         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39672         (gst_v4l2_get_output), (gst_v4l2_set_output),
39673         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39674         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39675         (gst_v4l2_set_attribute):
39676         update to new error handling
39677
39678 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39679
39680         * ext/sidplay/gstsiddec.cc:
39681         * gst/modplug/gstmodplug.cc:
39682           parenthese NULL because C++ seems angry about it
39683
39684 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39685
39686         * gst-libs/gst/gst-i18n-plugin.h:
39687           add skeleton i18n stuff, but needs to be further implemented
39688
39689 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39690
39691         * examples/gstplay/player.c: (main):
39692         * ext/aalib/gstaasink.c: (gst_aasink_open):
39693         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39695         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39696         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39697         (gst_afsink_close_file):
39698         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39699         (gst_afsrc_close_file):
39700         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39701         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39702         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39703         * ext/esd/esdmon.c: (gst_esdmon_get):
39704         * ext/esd/esdsink.c: (gst_esdsink_chain):
39705         * ext/faac/gstfaac.c: (gst_faac_chain):
39706         * ext/faad/gstfaad.c: (gst_faad_chain):
39707         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39708         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39709         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39710         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39711         (gst_flacdec_loop):
39712         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39713         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39714         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39715         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39716         (gst_gnomevfssink_close_file):
39717         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39718         (gst_gnomevfssrc_open_file):
39719         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39720         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39721         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39722         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39723         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39724         * ext/mad/gstmad.c: (gst_mad_chain):
39725         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39726         * ext/mpeg2dec/gstmpeg2dec.c:
39727         * ext/mpeg2enc/gstmpeg2enc.cc:
39728         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39729         * ext/mplex/gstmplex.cc:
39730         * ext/mplex/gstmplexibitstream.cc:
39731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39732         (gst_ogg_demux_push), (gst_ogg_pad_push):
39733         * ext/raw1394/gstdv1394src.c:
39734         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39735         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39736         * ext/sidplay/gstsiddec.cc:
39737         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39738         (gst_sf_loop):
39739         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39740         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39741         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39743         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39744         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39745         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39746         * gst-libs/gst/Makefile.am:
39747         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39748         (gst_riff_read_element_data), (gst_riff_read_seek),
39749         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39750         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39751         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39752         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39754         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39755         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39756         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39757         * gst/goom/gstgoom.c: (gst_goom_chain):
39758         * gst/id3/gstid3types.c: (gst_id3types_loop):
39759         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39760         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39761         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39762         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39763         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39764         (gst_ebml_read_float), (gst_ebml_read_header):
39765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39766         (gst_matroska_demux_parse_blockgroup):
39767         * gst/modplug/gstmodplug.cc:
39768         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39769         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39770         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39771         * gst/silence/gstsilence.c: (gst_silence_get):
39772         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39773         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39774         * gst/speed/gstspeed.c: (speed_loop):
39775         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39776         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39777         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39778         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39779         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39780         (gst_wavparse_loop):
39781         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39782         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39783         (dxr3audiosink_close):
39784         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39785         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39786         (dxr3videosink_close), (dxr3videosink_write_data):
39787         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39788         * sys/oss/gstosselement.h:
39789         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39790         (gst_osssink_chain):
39791         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39792         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39793         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39795         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39796         (gst_v4l_enable_overlay):
39797         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39798         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39799         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39800         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39801         (gst_v4l_set_audio):
39802         * sys/v4l/v4l_calls.h:
39803         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39804         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39805         (gst_v4lmjpegsink_playback_init),
39806         (gst_v4lmjpegsink_playback_start):
39807         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39808         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39809         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39810         (gst_v4lmjpegsrc_requeue_frame):
39811         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39812         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39813         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39815         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39816         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39817         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39818         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39819         (gst_v4l2src_capture_stop):
39820         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39821         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39822         (gst_ximagesink_chain):
39823         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39824         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39825         (gst_xvideosink_xwindow_new):
39826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39827         (gst_xvimagesink_chain):
39828         use new error signal, function and categories
39829
39830 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39831
39832         * configure.ac:
39833         * ext/Makefile.am:
39834         * ext/musicbrainz/gsttrm.c:
39835         * ext/musicbrainz/gsttrm.h:
39836         * ext/musicbrainz/Makefile.am:
39837         Add a trm plugin
39838
39839 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39840
39841         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39842         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39843         synchronous property for debugging.
39844         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39846         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39847         smaller block, fixing indent.
39848
39849 2004-01-16  David Schleef  <ds@schleef.org>
39850
39851         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39852         property affects the video stream.
39853         * sys/xvimage/xvimagesink.c:
39854         * sys/xvimage/xvimagesink.h:
39855         Add synchronous property for debugging.  Should probably be
39856         disabled in non-CVS builds.  Make sure that the Xv attribute
39857         exists before we set it (crash!).  Fix a silly float bug that
39858         caused colorbalance to just not work.
39859
39860 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39861
39862         * tools/gst-launch-ext.in - update for new plugins
39863
39864 2004-01-16  David Schleef  <ds@schleef.org>
39865
39866         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39867         already-freed caps.
39868
39869 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39870
39871         * Update spec for new colorspace plugin and libcaca plugin
39872         * Fix compilation of libcaca plugin (clock -> id)
39873
39874 2004-01-16  Julien MOUTTE <julien@moutte.net>
39875
39876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39877         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39878         (gst_xvimagesink_set_xwindow_id),
39879         (gst_xvimagesink_colorbalance_set_value),
39880         (gst_xvimagesink_colorbalance_get_value),
39881         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39882         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39883         correct colorbalance properties. They can now be set when the element
39884         is still in NULL state. The values will be committed to the Xv Port
39885         when xcontext is initialized.
39886         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39887         brightness int values in the GstXvImagesink structure.
39888
39889 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39890
39891         * gst-libs/gst/Makefile.am:
39892           restructure so having local patches works easier.
39893
39894 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39895
39896         * ext/mpeg2enc/Makefile.am:
39897         * ext/mpeg2enc/gstmpeg2enc.cc:
39898         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39899           Bugfix with respect to EOS handling.
39900
39901 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39902
39903         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39904           Link with right caps (else, it segfaults).
39905         * ext/mplex/gstmplexjob.cc:
39906           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39907
39908 2004-01-15  David Schleef  <ds@schleef.org>
39909
39910         * gst-libs/gst/audio/Makefile.am:
39911         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39912         from the template.
39913         * gst-libs/gst/audio/gstaudiofilter.c:
39914         * gst-libs/gst/audio/gstaudiofilter.h:
39915         Add bytes_per_sample and size and n_samples calculation.
39916         * gst-libs/gst/audio/gstaudiofilterexample.c:
39917         Remove, now autogenerated.
39918         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39919         Moved from gstaudiofilterexample, object name changed, code added
39920         so that it actually works.
39921         * gst-libs/gst/audio/make_filter:
39922         Script to build an audiofilter subclass from the template.
39923         * gst/colorspace/Makefile.am:
39924         * gst/colorspace/yuv2yuv.c:
39925         Remove file, since it's GPL, and we don't use it.
39926
39927 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39928
39929         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39931         them use the buffer free function to test how the buffer was allocated.
39932
39933 2004-01-15  David Schleef  <ds@schleef.org>
39934
39935         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39936         that handles osssink fallback.
39937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39938         (gst_audio_convert_getcaps):
39939         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39940         Add audio/x-qdm2 for QDM2 audio.
39941         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39942         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39944         Decrease minimum size to 16x16.
39945         * gst/wavparse/gstwavparse.c:
39946         Convert disabled pad template caps to new caps.
39947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39949         (gst_xvimagesink_chain): Throw element error when display cannot
39950         be opened.  Increase minimum framerate to 1.0.  Check the data
39951         free function on a buffer to make sure it is the type we expect
39952         before manipulating it.
39953
39954 2004-01-15  Julien MOUTTE <julien@moutte.net>
39955
39956         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39957         (gst_videobalance_colorbalance_set_value): Implement passthru if
39958         settings are in the middle.
39959         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39960
39961 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39962
39963         * gst/videofilter/Makefile.am:
39964         * gst/volume/Makefile.am:
39965           Since we use videofilter symbols, link to it.
39966
39967 2004-01-15  Julien MOUTTE <julien@moutte.net>
39968
39969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39970         mixer interface type to HARDWARE.
39971         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39972         type to SOFTWARE.
39973         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39974         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39975         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39976         (gst_volume_interface_init), (gst_volume_list_tracks),
39977         (gst_volume_set_volume), (gst_volume_get_volume),
39978         (gst_volume_set_mute), (gst_volume_mixer_init),
39979         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39980         (volume_init): Implementing mixer interface.
39981         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39982         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39983         (gst_osselement_change_state): Removing some trailing commas in
39984         structures.
39985         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39986         interface type to HARDWARE.
39987         * sys/v4l/gstv4lcolorbalance.c:
39988         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39989         type to HARDWARE.
39990         * sys/v4l2/gstv4l2colorbalance.c:
39991         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39992         interface type to HARDWARE.
39993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39994         same code than ximagesink for event handling.
39995
39996 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39997
39998         * ext/snapshot/Makefile.am:
39999         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40000         (gst_snapshot_chain):
40001         * ext/snapshot/gstsnapshot.h:
40002           This has to be a joke... Snapshot should be connected to a tee,
40003           colorspace element before it and EOS after that, where the other
40004           src of the tee receives normal data.
40005           The current way is *wrong*.
40006
40007 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40008
40009         * ext/hermes/gsthermescolorspace.c:
40010           Fix another compile error. Same as below.
40011
40012 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40013
40014         * gst/colorspace/gstcolorspace.c:
40015         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40016         (gst_colorspace_i420_to_yv12):
40017           Fix compiling... Didn't test if it actually works.
40018
40019 2004-01-15  David Schleef  <ds@schleef.org>
40020
40021         * configure.ac:
40022         * gst/colorspace/Makefile.am:
40023         * gst/colorspace/gstcolorspace.c:
40024         * gst/colorspace/gstcolorspace.h:
40025         * gst/colorspace/yuv2rgb.c:
40026         * gst/colorspace/yuv2rgb.h:
40027         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40028         code and GPL code.  Fix for new caps negotiation.  Rewrite
40029         much of the format handling code, and some of the conversion
40030         code.  Basically, rewrote almost everything.  This element
40031         handles I420, YV12 to RGB conversions.
40032         * ext/hermes/Makefile.am:
40033         * ext/hermes/gsthermescolorspace.c:
40034         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40035         Remove non-Hermes related code.  This element handles lots of
40036         RGB to RGB conversions, but no YUV.
40037         * ext/hermes/gstcolorspace.c:
40038         * ext/hermes/gstcolorspace.h:
40039         * ext/hermes/rgb2yuv.c:
40040         * ext/hermes/yuv2rgb.c:
40041         * ext/hermes/yuv2rgb.h:
40042         * ext/hermes/yuv2rgb_mmx16.s:
40043         * ext/hermes/yuv2yuv.c:
40044         * ext/hermes/yuv2yuv.h:
40045         Remove old code.
40046
40047 2004-01-14  Colin Walters  <walters@verbum.org>
40048
40049         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40050         they've already been.
40051
40052 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40053
40054         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40055           assume tag mode when pad is not connected
40056
40057 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40058
40059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40060           Don't update the time of the clock
40061         (gst_alsa_sink_loop):
40062           sync to the clock given to alsasink, not the own clock
40063         * sys/oss/gstosssink.c: (gst_osssink_chain):
40064           sync to the clock
40065         (gst_osssink_change_state):
40066           activate the clock
40067         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40069           remove bogus code that made DISCONT events unhandled
40070         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40071           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40072           #131502)
40073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40074         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40075         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40076           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40077           2nd warning in bug #131502)
40078
40079 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40080
40081         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40082         (gst_videobalance_colorbalance_set_value),
40083         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40084         for colorbalance interface implementation.
40085         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40086         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40087         (gst_ximagesink_dispose), (gst_ximagesink_init),
40088         (gst_ximagesink_class_init): Adding DISPLAY property.
40089         * sys/ximage/ximagesink.h: Adding display_name to store display.
40090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40091         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40092         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40093         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40094         properties (they still need polishing though for gst-launch use : no
40095         xcontext yet, i ll do that tomorrow).
40096         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40097
40098 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40099
40100         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40101         (gst_play_set_location), (gst_play_set_visualization): Preparing
40102         switch integration, adding videobalance in the pipeline.
40103
40104 2004-01-14  Julien MOUTTE <julien@moutte.net>
40105
40106         * gst-libs/gst/colorbalance/colorbalance.c:
40107         (gst_color_balance_class_init): Adding a default type.
40108         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40109         the type.
40110         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40111         (gst_videobalance_dispose), (gst_videobalance_class_init),
40112         (gst_videobalance_init), (gst_videobalance_interface_supported),
40113         (gst_videobalance_interface_init),
40114         (gst_videobalance_colorbalance_list_channels),
40115         (gst_videobalance_colorbalance_set_value),
40116         (gst_videobalance_colorbalance_get_value),
40117         (gst_videobalance_colorbalance_init): Implementing colorbalance
40118         interface.
40119         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40120         list.
40121         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40122         bug which was triggering a BadAccess X error when setting an overlay
40123         before pad was really negotiated.
40124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40125         Using the colorbalance type macro.
40126
40127 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40128
40129         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40130         (gst_flacenc_chain):
40131           handle tags correctly
40132         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40133           extract ID3v1 tags correctly
40134
40135 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40136
40137         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40138         (plugin_init):
40139           Improve matroska typefinding for odd-typed headers...
40140
40141 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40142
40143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40144           Fix for using incremental number on padnames.
40145
40146 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40147
40148         * ext/divx/gstdivxdec.c:
40149         * ext/divx/gstdivxenc.c:
40150           Set category to divx4linux instead of divx (too generic).
40151         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40152         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40153         (gst_wavparse_loop), (gst_wavparse_change_state):
40154         * gst/wavparse/gstwavparse.h:
40155           fix parsing of WAV files with non-standard fmt-tag size and fix
40156           skipping of unrecognized chunks... Someone please fix this thing
40157           to use rifflib so all this is automated.
40158         * sys/v4l/Makefile.am:
40159         * sys/v4l2/Makefile.am:
40160           Add X_CFLAGS because we depend on X (for overlay).
40161
40162 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40163
40164         * ext/mpeg2dec/gstmpeg2dec.c:
40165           Don't issue a timestamp unless we tagged the frame
40166           with a PTS.
40167
40168 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40169
40170         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40171           Query the audio element to get the time, not the clock. We're
40172           interested in the element's time here.
40173
40174 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40175
40176         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40178         * ext/esd/esdsink.c: (gst_esdsink_chain):
40179         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40180         * ext/mas/massink.c: (gst_massink_chain):
40181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40183         (gst_matroska_demux_parse_metadata):
40184         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40185         (gst_mpeg_parse_release_locks):
40186         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40187         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40188         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40189         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40190         (gst_osssink_change_state):
40191         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40192         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40193         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40194         (gst_xvideosink_release_locks):
40195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40196           use element time.
40197         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40198         (gst_alsa_clock_stop):
40199         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40200         (gst_audio_clock_get_internal_time):
40201           simplify for use with new clocking code.
40202         * testsuite/alsa/Makefile.am:
40203         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40204           fix testsuite for new caps system
40205
40206 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40207
40208         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40209         * ext/flac/gstflacenc.c: (add_one_tag):
40210           length is already host endian, no need to convert. Fixes playback of
40211           tagged files on PPC. (bug #128384)
40212
40213 2004-01-13  Julien MOUTTE <julien@moutte.net>
40214
40215         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40216         colorbalance interface stating if it is hardware based or software
40217         based.
40218         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40219         Removing a trailing comma.
40220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40221         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40222         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40223         the documentation seems to be wrong on the -1000 to 1000 interval.
40224
40225 2004-01-12  David Schleef  <ds@schleef.org>
40226
40227         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40228         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40229         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40230         Fix negotiation.  Add a bufferalloc function for the sink pad,
40231         and generally clean up some of the code.
40232
40233 2004-01-12  Julien MOUTTE <julien@moutte.net>
40234
40235         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40236         (gst_color_balance_channel_dispose): Adding safety check in dispose
40237         method.
40238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40239         (gst_xvimagesink_xcontext_clear),
40240         (gst_xvimagesink_interface_supported),
40241         (gst_xvimagesink_colorbalance_list_channels),
40242         (gst_xvimagesink_colorbalance_set_value),
40243         (gst_xvimagesink_colorbalance_get_value),
40244         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40245         Adding colorbalance interface support to set XV parameters such as
40246         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40247         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40248         interface.
40249
40250 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40251
40252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40253         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40254         (gst_audio_convert_init), (gst_audio_convert_set_property),
40255         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40256         (gst_audio_convert_link),
40257         (gst_audio_convert_buffer_to_default_format),
40258         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40259           - implement _getcaps and use it
40260           - improve linking
40261           - remove float caps since no float conversion is actually done
40262           - remove properties and arguments that were to be used for rate
40263             conversion
40264
40265 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40266
40267         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40268         (gst_audio_structure_set_int):
40269         * gst-libs/gst/audio/audio.h:
40270           add helper functions for _getcaps matching the standard audio
40271           templates
40272
40273 2004-01-12  David Schleef  <ds@schleef.org>
40274
40275         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40276         Test that pad is negotiated before getting its caps.
40277
40278 2004-01-12  Julien MOUTTE <julien@moutte.net>
40279
40280         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40281         analyzing the pads of an element the bin is mostly in READY state so
40282         no caps were negotiated. This helper function needs to work with
40283         _get_caps directly then. I was not freeing them though, added that to
40284         fix the mem leak.
40285
40286 2004-01-12  Julien MOUTTE <julien@moutte.net>
40287
40288         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40290         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40291         than the free_func.
40292
40293 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40294
40295         * sys/oss/gstossaudio.c: (plugin_init):
40296         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40297         * sys/oss/gstosselement.h:
40298           make an oss debugging category
40299           make failure more descriptive
40300
40301 2004-01-11  David Schleef  <ds@schleef.org>
40302
40303         * ext/ffmpeg/gstffmpeg.c:
40304         * ext/ffmpeg/gstffmpegcodecmap.c:
40305         * ext/ffmpeg/gstffmpegdec.c:
40306         * ext/ffmpeg/gstffmpegenc.c:
40307         * ext/ffmpeg/gstffmpegprotocol.c:
40308         * ext/gdk_pixbuf/gstgdkanimation.c:
40309         * ext/jpeg/gstjpeg.c:
40310         * ext/libpng/gstpng.c:
40311         * ext/mpeg2dec/perftest.c:
40312         * ext/speex/gstspeex.c:
40313         * gst-libs/gst/resample/dtos.c:
40314         * gst/intfloat/gstintfloatconvert.c:
40315         * gst/oneton/gstoneton.c:
40316         * gst/rtjpeg/RTjpeg.c:
40317         * gst/rtp/gstrtp.c:
40318         * sys/dxr3/dxr3init.c:
40319         * sys/glsink/gstgl_nvimage.c:
40320         * sys/glsink/gstgl_pdrimage.c:
40321         * sys/glsink/gstglsink.c:
40322         * testsuite/gst-lint:
40323         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40324
40325 2004-01-11  David Schleef  <ds@schleef.org>
40326
40327         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40328         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40329         * ext/gdk_pixbuf/gstgdkanimation.c:
40330         (gst_gdk_animation_iter_create_pixbuf):
40331         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40332         (gst_gdk_pixbuf_chain):
40333         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40334         * ext/jack/gstjack.c: (gst_jack_change_state):
40335         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40336         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40337         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40338         * gst/videofilter/gstvideofilter.c:
40339         (gst_videofilter_set_output_size):
40340         Remove all usage of gst_pad_get_caps(), and replace it with
40341         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40342
40343 2004-01-11  David Schleef  <ds@schleef.org>
40344
40345         * configure.ac:
40346         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40347         * ext/divx/gstdivxdec.c:
40348         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40349         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40350         handle images that span multiple buffers.  Now work with both
40351         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40352         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40353         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40354         video/video.h changes
40355         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40356         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40357         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40358         of GstData free function.
40359         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40360         same.
40361
40362 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40363
40364         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40365         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40366         (gst_v4l2element_get_property):
40367         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40368           add norm, channel and frequency properties.
40369         * sys/v4l2/gstv4l2tuner.c:
40370           fixes for tuner interface changes
40371         * sys/v4l2/gstv4l2element.h:
40372         * sys/v4l2/gstv4l2src.c:
40373         * sys/v4l2/gstv4l2src.h:
40374         * sys/v4l2/v4l2src_calls.c:
40375         * sys/v4l2/v4l2src_calls.h:
40376           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40377
40378 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40379
40380         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40381         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40382         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40383         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40384         * gst-libs/gst/tuner/tuner.h:
40385           GObjects aren't const.
40386           Add find_by_name functions.
40387           Add checks to _changed functions.
40388         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40389         (gst_v4l_tuner_get_norm):
40390           Fixes for above.
40391
40392 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40393
40394         * gst-libs/gst/video/video.h:
40395           Fix caps template names to be understandable.
40396           Prefix everything with GST_VIDEO.
40397         * ext/aalib/gstaasink.c:
40398         * ext/divx/gstdivxdec.c:
40399         * ext/divx/gstdivxenc.c:
40400         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40401         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40402         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40403         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40404         * ext/libcaca/gstcacasink.c:
40405         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40406         * ext/snapshot/gstsnapshot.c:
40407         * ext/swfdec/gstswfdec.c:
40408         * ext/xvid/gstxviddec.c:
40409         * ext/xvid/gstxvidenc.c:
40410         * gst/chart/gstchart.c:
40411         * gst/deinterlace/gstdeinterlace.c:
40412         * gst/effectv/gsteffectv.c:
40413         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40414         * gst/goom/gstgoom.c:
40415         * gst/median/gstmedian.c:
40416         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40417         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40418         * gst/overlay/gstoverlay.c:
40419         * gst/smooth/gstsmooth.c:
40420         * gst/smpte/gstsmpte.c:
40421         * gst/synaesthesia/gstsynaesthesia.c:
40422         * gst/videocrop/gstvideocrop.c:
40423         * gst/videodrop/gstvideodrop.c:
40424         * gst/y4m/gsty4mencode.c:
40425         * sys/qcam/gstqcamsrc.c:
40426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40427           Make them work with new video.h file.
40428         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40429         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40431         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40432           Make it work with new buffer allocation system.
40433
40434 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40435
40436         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40437         pad_alloc_buffer implementation to use ->srcpad
40438         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40439         pad_alloc_buffer implementation to use ->srcpad
40440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40441         pad_alloc_buffer implementation to use ->srcpad
40442         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40443         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40444         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40445         a reference to everything we need.
40446         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40448         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40449         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40450         a reference to everything we need.
40451         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40452
40453 2004-01-11  David Schleef  <ds@schleef.org>
40454
40455         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40456         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40457         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40458         structure members.
40459         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40460         value during a resize/renegotiation.
40461         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40462         gst_pad_alloc_buffer();
40463         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40464         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40465         structure members.
40466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40467         Fix for rename of buffer private structure members.
40468         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40469         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40470         Fix for rename of buffer private structure members.
40471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40472         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40473         Fix for rename of buffer private structure members.
40474
40475 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40476
40477         reviewed by: David Schleef <ds@schleef.org>
40478
40479         * gst/videofilter/Makefile.am:
40480         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40481         from the patch by ds to fit in with recent make_filter changes.
40482
40483 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40484
40485         * configure.ac: Adding examples/switch/Makefile
40486         * examples/Makefile.am: Adding examples/switch
40487         * examples/switch/Makefile.am: Adding switcher example.
40488         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40489         (switch_timer), (main): Adding an example demonstrating switch usage
40490         with 2 videotestsrc showing different patterns.
40491         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40492         (gst_switch_init): Fixing switch with the new caps system.
40493
40494 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40495
40496         * gst-libs/gst/video/video.h:
40497           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40498           They should probably be like
40499           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40500
40501 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40502
40503         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40504         (qtdemux_parse_trak):
40505           fix audio chunk size/timestamp calculation
40506
40507 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40508
40509         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40510           fix SVQ3 caps
40511
40512 2004-01-11  Steve Baker  <steve@stevebaker.org>
40513
40514         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40515         (gst_agingtv_base_init), (gst_agingtv_class_init),
40516         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40517         (gst_agingtv_set_property), (gst_agingtv_get_property):
40518         Port agingTV to videofilter
40519
40520 2004-01-09  Julien MOUTTE <julien@moutte.net>
40521
40522         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40523         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40524
40525 2004-01-09  Julien MOUTTE <julien@moutte.net>
40526
40527         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40528         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40529         * gst-libs/gst/xoverlay/xoverlay.c:
40530         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40532         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40534         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40535         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40536         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40537         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40538         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40539         interface implementation to handle xid being 0 and fix some bugs
40540         triggered by Benjamin's testcase.
40541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40542         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40543         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40544         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40545         interface implementation to handle xid being 0 and fix some bugs
40546         triggered by Benjamin's testcase.
40547
40548 2004-01-09  David Schleef  <ds@schleef.org>
40549
40550         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40551         mouse pointer events.  It works.
40552
40553 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40554
40555         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40556           Use explicit caps - fix capsnego.
40557         * ext/xvid/gstxviddec.c:
40558         * ext/xvid/gstxvidenc.c:
40559           Remove macro-inside-macro which caused compile errors.
40560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40561           Error out if it's not a RIFF file. Else we error out without
40562           gst_element_error() which is not good...
40563
40564 2004-01-08  David Schleef  <ds@schleef.org>
40565
40566         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40567         Fix pad_link function to handle formats that ffmpeg returns
40568         as multiple caps structures.
40569         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40570         Only complain if source buffer is _smaller_ than expected.
40571         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40572         (gst_videoscale_handle_src_event): Resize navigation events
40573         when passing them upstream.
40574         * gst/videotestsrc/gstvideotestsrc.c:
40575         * gst/videotestsrc/gstvideotestsrc.h:
40576         * gst/videotestsrc/videotestsrc.c:
40577         * gst/videotestsrc/videotestsrc.h:
40578         Rewrite many of the buffer painting functions to handle odd
40579         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40580         been verified to work with my video card.
40581         * testsuite/gst-lint:  Add check for elements calling
40582         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40583
40584 2004-01-08  David Schleef  <ds@schleef.org>
40585
40586         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40587         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40588
40589 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40590
40591         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40592         configure event is not emiting the desired size signal. That fixes
40593         aspect ratio issues with gst-player.
40594
40595 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40596
40597         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40598           Fix capsnego.
40599
40600 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40601
40602         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40603         public method to fire size signal.
40604
40605 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40606
40607         * examples/gstplay/Makefile.am: Adding the interface library.
40608         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40609         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40610         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40611         GST_IS_X_OVERLAY before signal connect.
40612         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40613         Removing the have_video_size signal.
40614         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40615         and associated public method.
40616         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40617         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40618         signal.
40619         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40620         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40621         signal.
40622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40623         Using XOverlay public method to fire size signal.
40624
40625 2004-01-07  David Schleef  <ds@schleef.org>
40626
40627         * gst/videofilter/Makefile.am:
40628         * gst/videofilter/gstvideotemplate.c:
40629         * gst/videofilter/make_filter:
40630         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40631         Convert make_filter to /bin/sh script.
40632
40633 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40634
40635         * gst/modplug/gstmodplug.cc: fix element description
40636
40637 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40638
40639         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40640         (got_video_size): Adding some new lines in g_print calls.
40641         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40642         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40643         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40644         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40645         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40646         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40647         Complete code review, reverting some stuff i disagree with, adding
40648         some fixes : time synchronization on invalid timestamps, renegotiation
40649         of private window.
40650         * sys/ximage/ximagesink.h:
40651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40652         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40653         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40654         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40655         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40656         (gst_xvimagesink_buffer_new),
40657         (gst_xvimagesink_navigation_send_event),
40658         (gst_xvimagesink_set_xwindow_id),
40659         (gst_xvimagesink_get_desired_size),
40660         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40661         stuff i disagree with, adding some fixes : Renegotiation of private
40662         window, implementing get_desired_size.
40663
40664 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40667         (gst_afsink_handle_event):
40668         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40669         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40670         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40671         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40672         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40673           Fix for instantiate-test (see core). Also remove dead code from
40674           jpegenc (which still needs fixing, but that's lower on my TODO
40675           list...).
40676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40677           Never return NULL as caps.
40678
40679 2004-01-07  David Schleef  <ds@schleef.org>
40680
40681         * configure.ac:
40682         * ext/Makefile.am:
40683         * ext/librfb/Makefile.am:
40684         * ext/librfb/gstrfbsrc.c:
40685         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40686         is the protocol used by VNC.
40687
40688 2004-01-07  David Schleef  <ds@schleef.org>
40689
40690         * gst/videofilter/gstvideotemplate.c:
40691         * gst/videofilter/gstvideotemplate.h:
40692         * gst/videofilter/make_filter:
40693         Merge videotemplate header into source file.
40694         * gst/effectv/Makefile.am:
40695         * gst/effectv/gsteffectv.c: (plugin_init):
40696         * gst/effectv/gstwarp.c:
40697         Make warpTV a subclass of videofilter.
40698
40699 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40700
40701         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40702           Add guard against invalid utf-8 conversions in mad. Just in case.
40703
40704 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40705
40706         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40707           Fix for bug shown by poisoning
40708
40709 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40710
40711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40712         (gst_v4lmjpegsrc_buffer_free):
40713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40714         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40715         (gst_v4lsrc_buffer_free):
40716           Fix for removed bufferpools.
40717
40718 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40719
40720         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40721         Fix caps negotiation.
40722
40723         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40724         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40725         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40726         (dvdnavsrc_event):
40727         * ext/mpeg2dec/gstmpeg2dec.c:
40728         * gst-libs/gst/navigation/navigation.c:
40729         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40730         * gst-libs/gst/navigation/navigation.h:
40731         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40732         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40734         Super-simple first version of mouse and keyboard events. Clicking
40735         on a DVD menu now works, although it may not take you where you
40736         expected.
40737
40738         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40739         * gst/videotestsrc/gstvideotestsrc.c:
40740         (gst_videotestsrc_src_fixate):
40741         These fixate functions were broken - they never actually
40742         fixated :)
40743
40744 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40745
40746         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40747         (gst_icecastsend_init):
40748           fix for new caps system.
40749         * gst-libs/gst/mixer/mixertrack.h:
40750         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40751           Add 'master track' flag (for tools like ACME that only want to
40752           change the main volume).
40753
40754 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40755
40756         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40757         (gst_xvid_csp_to_caps):
40758         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40759         * ext/xvid/gstxvidenc.c:
40760         ifdef out ARGB type when it isn't available
40761         in xvidcore 1.0.0beta2
40762
40763 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40764
40765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40766           When we have received a new SCR right in the first buffer after
40767           a seek (so in the same cycle that handles the discont), we should
40768           handle the buffer instead of unreffing it, else we lose data.
40769
40770 2004-01-06  Iain <iain@prettypeople.org>
40771
40772         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40773           buffer-frames caps too.
40774
40775         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40776           caps that we need, don't destroy them all and rebuild them. And when
40777           creating src pads, use the src pad template rather than the sink...
40778
40779 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40780
40781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40782           Add pad to element *after* setting functions such as event handler.
40783           Without this, the scheduler (opt) will link pads, set the event
40784           handler from the default event function (dispatcher in gstpad.c)
40785           and *after* that, we will set our own event function, which will
40786           thus never be used (and thus mpegdemux doesn't handle events).
40787
40788 2004-01-04  David Schleef  <ds@schleef.org>
40789
40790         Fix the fixate functions to handle new prototype:
40791         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40792         * gst/videotestsrc/gstvideotestsrc.c:
40793         (gst_videotestsrc_src_fixate):
40794         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40795         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40797
40798 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40799
40800         * sys/ximage/ximagesink.h:
40801         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40802         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40803         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40804         (gst_ximagesink_xoverlay_init):
40805           assorted fixes to make (re)embedding work
40806         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40807         (gst_ximagesink_get_desired_size):
40808           implement desired size additions to XOverlay
40809
40810 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40811
40812         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40813         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40814         (gst_x_overlay_got_desired_size):
40815         * gst-libs/gst/xoverlay/xoverlay.h:
40816           Add optional "desired size" signal and querying.
40817
40818 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40819
40820         * gst/matroska/matroska-demux.c:
40821         (gst_matroska_demux_parse_blockgroup):
40822           Fix EBML-laced block parsing. Diffs are relative to previous
40823           lace, not the first lace. Thanks to Mosu from the Matroska
40824           team for detecting this.
40825         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40826         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40827         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40828         (gst_wavparse_change_state):
40829         * gst/wavparse/gstwavparse.h:
40830           Quickfix for capsnego.
40831
40832 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40833
40834         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40835           Fix indenting, fix pad creation.
40836
40837 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40838
40839         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40840         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40841         (gst_xviddec_sink_link):
40842           Implement src_getcaps() so proper size caps is negotiated.
40843
40844 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40845
40846         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40847           Finish flac decoder on EOS. See #116178.
40848
40849 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40850
40851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40852         (gst_matroska_demux_add_stream):
40853         * gst/matroska/matroska-ids.h:
40854           Add getcaps() function to fix capsnego...
40855
40856 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40857
40858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40859         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40861           Fix more integer overflows. Again, see #126967.
40862
40863 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40864
40865         * ext/mpeg2dec/gstmpeg2dec.c:
40866           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40867           #130416.
40868
40869 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40870
40871         * configure.ac:
40872         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40873         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40874         * ext/xvid/gstxvid.h:
40875         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40876         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40877         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40878         (gst_xviddec_change_state):
40879         * ext/xvid/gstxviddec.h:
40880         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40881         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40882         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40883         (gst_xvidenc_link), (gst_xvidenc_set_property),
40884         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40885         * ext/xvid/gstxvidenc.h:
40886           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40887
40888 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40889
40890         * gst/rtp/rtp-packet.c:
40891           Add sys/types.h include, since OS X doesn't define in_addr_t
40892           in netinet/in.h, like it does on Linux (see #129600).
40893
40894 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40895
40896         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40897
40898         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40899           Correct logic of dispose function (see #129306).
40900
40901 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40902
40903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40905         (gst_mpeg_parse_init):
40906         * gst/mpegstream/gstmpegparse.h:
40907           Remove clock (which was never provided, i.e. dead code), and
40908           also fix integer overflows at high PTS values (see #126967).
40909
40910 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40911
40912         * ext/flac/gstflacdec.c:
40913         * ext/libpng/gstpngenc.h:
40914         * ext/mikmod/gstmikmod.h:
40915           OS X fixes (see #126628).
40916
40917 2004-01-02  David Schleef  <ds@schleef.org>
40918
40919         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40920         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40921         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40922         (gst_mpeg_parse_class_init): Move pad template registration
40923         to class_init, since the derived class (mpegdemux) doesn't
40924         want them.
40925
40926 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40927
40928         * sys/ximage/Makefile.am:
40929         * sys/xvideo/Makefile.am:
40930         * sys/xvimage/Makefile.am:
40931           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40932           after installation (see #127664).
40933
40934 2004-01-02  David Schleef  <ds@schleef.org>
40935
40936         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40937         (gst_ffmpegenc_connect):  Negotiation fixes.
40938         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40939         Remove inappropriate gst_caps_free().
40940         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40941         Reenable Ronald's internal resize code, since the core handles
40942         it correctly now.
40943
40944 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40945
40946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40949           Fix pad template stuff.
40950
40951 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40952
40953         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40954         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40955           fix signed integer reading/writing.
40956
40957 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40958
40959         * ext/alsa/README:
40960           Remove outdated document
40961
40962 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40963
40964         * gst/cutter/gstcutter.c: (gst_cutter_init):
40965           src pad was being created twice - oops.
40966
40967 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40968
40969         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40970           Comment out internal resize. It doesn't handle the resulting
40971           XEvent internally, does another try_set_caps() which leads to
40972           a really nice loop.
40973           Real fix will come when Julien and Dave are awake. ;).
40974
40975 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40976
40977         * ext/mpeg2enc/gstmpeg2enc.cc:
40978           fix const/nonconst compile issue.
40979
40980 2004-01-02  David Schleef  <ds@schleef.org>
40981
40982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40983         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40984         Add fixate function and a check for bad formats.
40985
40986 2004-01-01  David Schleef  <ds@schleef.org>
40987
40988         Negotiation fixes:
40989         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40990         (gst_audiofilter_init):
40991         * gst/debug/efence.c: (gst_efence_init):
40992         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40993         (gst_deinterlace_init):
40994         * gst/volume/gstvolume.c: (volume_connect):
40995
40996 2004-01-01  David Schleef  <ds@schleef.org>
40997
40998         Convert elements to use gst_pad_use_explicit_caps() where
40999         appropriate:
41000         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41001         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41002         (gst_afparse_open_file):
41003         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41004         (gst_afsrc_open_file):
41005         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41006         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41007         (gst_ffmpegdec_chain):
41008         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41009         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41010         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41011         (gst_gdk_pixbuf_chain):
41012         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41013         (gst_jpegdec_chain):
41014         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41015         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41016         (gst_mikmod_negotiate):
41017         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41018         (gst_mpeg2dec_negotiate_format):
41019         * ext/mpeg2enc/gstmpeg2enc.cc:
41020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41021         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41022         (gst_speexdec_sinkconnect):
41023         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41024         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41025         (gst_vorbisfile_new_link):
41026         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41027         (gst_ac3parse_chain):
41028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41029         (gst_asf_demux_setup_pad):
41030         * gst/auparse/gstauparse.c: (gst_auparse_init),
41031         (gst_auparse_chain):
41032         * gst/id3/gstid3types.c: (gst_id3types_loop):
41033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41034         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41035         (mp1videoparse_parse_seq):
41036         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41037         (bpf_from_header):
41038         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41039         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41040         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41041         (gst_mpeg_parse_send_data):
41042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41043         (gst_qtdemux_add_stream):
41044         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41045         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41046         (gst_wavparse_parse_fmt):
41047
41048 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41049
41050         * configure.ac:
41051           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41052           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41053           it therefore uses the wrong include paths. Too bad... Note
41054           that 1.6.1.93 is not release yet. ;).
41055           Also add a check for mplex, which is now using the lib'ified
41056           mplex from mjpegtools, too.
41057         * ext/ffmpeg/gstffmpegcodecmap.c:
41058           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41059           issues. I don't think ffmpeg handles 3ivx correctly, so this
41060           probably won't work. But it won't hurt either.
41061         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41062         (gst_ffmpegdec_chain):
41063         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41064         (gst_ffmpegenc_chain_audio):
41065           Fix memleak in audio encoding. Close codec if open fails, this
41066           calls the cleanup routines so we can re-use the context.
41067         * ext/mpeg2enc/gstmpeg2enc.cc:
41068           Fix pad template names/types, fix memory issue with getcaps().
41069         * ext/mpeg2enc/gstmpeg2encoder.cc:
41070         * ext/mpeg2enc/gstmpeg2encoder.hh:
41071           Fix compile issue with new caps system (const thingy).
41072         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41073         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41074           We read a first frame right on initing, so that we have a caps
41075           when we init the output. This caps is cached in padprivate and
41076           read as first frame.
41077         * ext/mplex/Makefile.am:
41078         * ext/mplex/gstmplex.cc:
41079         * ext/mplex/gstmplex.h:
41080         * ext/mplex/gstmplex.hh:
41081         * ext/mplex/gstmplexibitstream.cc:
41082         * ext/mplex/gstmplexibitstream.hh:
41083         * ext/mplex/gstmplexjob.cc:
41084         * ext/mplex/gstmplexjob.hh:
41085         * ext/mplex/gstmplexoutputstream.cc:
41086         * ext/mplex/gstmplexoutputstream.hh:
41087           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41088           had issues, didn't do capsnego, supported only a subset of the
41089           mplex features and required a mplex fork in our local CVS. Plus
41090           that it worked agaist a very old mplex version. Rewriting was
41091           faster than updating it.
41092         * gst-libs/ext/Makefile.am:
41093         * gst-libs/ext/mplex/INSTRUCT:
41094         * gst-libs/ext/mplex/Makefile.am:
41095         * gst-libs/ext/mplex/README:
41096         * gst-libs/ext/mplex/TODO:
41097         * gst-libs/ext/mplex/ac3strm_in.cc:
41098         * gst-libs/ext/mplex/audiostrm.hh:
41099         * gst-libs/ext/mplex/audiostrm_out.cc:
41100         * gst-libs/ext/mplex/aunit.hh:
41101         * gst-libs/ext/mplex/bits.cc:
41102         * gst-libs/ext/mplex/bits.hh:
41103         * gst-libs/ext/mplex/buffer.cc:
41104         * gst-libs/ext/mplex/buffer.hh:
41105         * gst-libs/ext/mplex/fastintfns.h:
41106         * gst-libs/ext/mplex/format_codes.h:
41107         * gst-libs/ext/mplex/inputstrm.cc:
41108         * gst-libs/ext/mplex/inputstrm.hh:
41109         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41110         * gst-libs/ext/mplex/mjpeg_logging.cc:
41111         * gst-libs/ext/mplex/mjpeg_logging.h:
41112         * gst-libs/ext/mplex/mjpeg_types.h:
41113         * gst-libs/ext/mplex/mpastrm_in.cc:
41114         * gst-libs/ext/mplex/mpegconsts.cc:
41115         * gst-libs/ext/mplex/mpegconsts.h:
41116         * gst-libs/ext/mplex/mplexconsts.hh:
41117         * gst-libs/ext/mplex/multplex.cc:
41118         * gst-libs/ext/mplex/outputstream.hh:
41119         * gst-libs/ext/mplex/padstrm.cc:
41120         * gst-libs/ext/mplex/padstrm.hh:
41121         * gst-libs/ext/mplex/stillsstream.cc:
41122         * gst-libs/ext/mplex/stillsstream.hh:
41123         * gst-libs/ext/mplex/systems.cc:
41124         * gst-libs/ext/mplex/systems.hh:
41125         * gst-libs/ext/mplex/vector.cc:
41126         * gst-libs/ext/mplex/vector.hh:
41127         * gst-libs/ext/mplex/videostrm.hh:
41128         * gst-libs/ext/mplex/videostrm_in.cc:
41129         * gst-libs/ext/mplex/videostrm_out.cc:
41130         * gst-libs/ext/mplex/yuv4mpeg.cc:
41131         * gst-libs/ext/mplex/yuv4mpeg.h:
41132         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41133         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41134           We don't fork mjpegtools' mplex in our CVS anymore.
41135         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41136         (gst_avi_demux_add_stream):
41137         * gst/avi/gstavidemux.h:
41138           Add getcaps() function for proper caps nego. This makes some
41139           parts of AVI playback/reading work.
41140         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41141           Resize window on new capsnego. This is probably wrong, but
41142           I'm still committing it because with current capsnego, the
41143           first successfull capsnego is auto-fixated, therefore rounded
41144           down to the lowest values in the caps. this results in a 16x16
41145           XWindow that is not reized when real capsnego finishes.
41146           Dave, I see more cases of this, do you know a proper solution?
41147         * tools/gst-launch-ext.in:
41148           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41149
41150 2003-12-31  David Schleef  <ds@schleef.org>
41151
41152         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41153         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41154           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41155
41156 2003-12-30  David Schleef  <ds@schleef.org>
41157
41158         * ext/ffmpeg/gstffmpegcolorspace.c:
41159         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41160         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41161         (gst_ffmpegcsp_chain): Negotiation fixes
41162         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41164         (gst_audio_convert_link), (gst_audio_convert_channels):
41165         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41166         (gst_audioscale_link), (gst_audioscale_get_buffer),
41167         (gst_audioscale_chain): Negotiation fixes
41168         * gst/audioscale/gstaudioscale.h:
41169         * gst/videofilter/gstvideofilter.c:
41170         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41171         (gst_videofilter_link), (gst_videofilter_init),
41172         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41173         (gst_videofilter_find_format_by_structure):
41174         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41175         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41176         (gst_videoscale_link):
41177         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41178         (videoscale_find_by_structure), (gst_videoscale_setup):
41179         * gst/videoscale/videoscale.h: Negotiation fixes
41180         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41181         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41182         function, restrict resizing to a multiple of 4 (hack until
41183         everyone supports odd sizes correctly).
41184
41185 2003-12-29  Colin Walters  <walters@verbum.org>
41186
41187         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41188         signed.
41189
41190 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41191
41192         * ext/sndfile/gstsf.c: (gst_sf_loop):
41193           Fix warning about discarding const qualifier
41194
41195 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41196
41197         * gst/cutter/gstcutter.c:
41198         * gst/videoscale/gstvideoscale.c:
41199         * gst/volenv/gstvolenv.c:
41200         * gst-libs/gst/audio/audio.c:
41201         * gst-libs/gst/video/video.c:
41202           Fix warnings
41203
41204 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41205
41206         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41207           Don't send ALSA debugging to stderr.
41208         * ext/alsa/gstalsa.h:
41209           Use GST_WARNING instead of g_warning when ALSA functions fail.
41210
41211 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41212
41213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41214           Free XVAdapterInfo correctly.
41215
41216 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41217
41218         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41219         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41220           Make id3tag use correct caps nego.
41221
41222 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41223
41224         * ext/ivorbis/vorbis.c:
41225         * ext/ivorbis/vorbisenc.h:
41226         * ext/ivorbis/vorbisfile.c:
41227           Modify so that it uses the new caps things
41228
41229 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41230
41231         * testsuite/spider/spider1.c: (main):
41232         * testsuite/spider/spider2.c: (main):
41233         * testsuite/spider/spider3.c: (main):
41234           Make tests compile again. They probably don't work.
41235
41236 2003-12-24  Colin Walters  <walters@verbum.org>
41237
41238         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41239         we can't fixate the caps anymore.
41240
41241 2003-12-23  David Schleef  <ds@schleef.org>
41242
41243         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41244         * sys/oss/gstosssink.c: (gst_osssink_init),
41245         (gst_osssink_sink_fixate): Add fixate function.
41246
41247 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41248
41249         * ext/ffmpeg/gstffmpegcodecmap.c:
41250         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41251         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41252         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41253         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41254         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41255         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41256         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41257           fix typo in RGB masks, and move back to "old" colorspace
41258           capsnego code until whoever wrote this new crap has actually
41259           tested it so that it works.
41260           And yes, this works, keep it that way please.
41261
41262 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41263
41264         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41265         (gst_divxdec_init), (gst_divxdec_negotiate):
41266         * ext/divx/gstdivxdec.h:
41267         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41268         (gst_divxenc_init):
41269         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41270         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41271         * ext/mpeg2enc/gstmpeg2enc.cc:
41272         * ext/mpeg2enc/gstmpeg2encoder.cc:
41273         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41274         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41275         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41276         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41277         (dxr3spusink_init):
41278         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41279         (dxr3videosink_init):
41280           Fix caps breakage after Dave's caps branch merge.
41281
41282 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41283
41284         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41285           Fix for 24bpp display.
41286
41287 2003-12-23  Colin Walters  <walters@verbum.org>
41288
41289         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41290         a GnomeVFSHandle directly.
41291
41292 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41293
41294         * gst/volume/Makefile.am:
41295         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41296         (volume_base_init), (volume_init):
41297           Reenable volume element and fix to work with new caps stuff.
41298           Rhythmbox needs this.
41299
41300 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41301
41302         * gst/qtdemux/qtdemux.c: (plugin_init):
41303           qtdemux requires bytestream
41304
41305 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41306
41307         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41308           Fix remaining caps handling errors due to CAPS merge.
41309
41310 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41311
41312         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41313         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41314         (gst_faad_srcconnect):
41315           Port to new caps system.
41316
41317 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41318
41319         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41320         (got_video_size), (main): using g_print instead of g_message.
41321         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41322         signal which was not emitted because of "switch" element added to the
41323         bin but not connected. (Removing from the bin temporarily)
41324
41325 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41326
41327         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41328         find X development files. I don't understand the previous tests and
41329         they fail on my debian/ppc unstable. This one works.
41330         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41331         exiting.
41332         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41333         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41334         (gst_play_set_visualization): Add some safety checks in set_ methods
41335         and state_change. This was throwing some ugly CRITICAL messages when
41336         pipeline was getting disposed and casts were failing.
41337
41338 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41339
41340         * configure.ac:
41341           Improve mpeg2enc detection. This is for distributions that do
41342           ship mjpegtools, but without mpeg2enc. Also does object check
41343           for might there ever be ABI incompatibility.
41344         * ext/mpeg2enc/gstmpeg2enc.cc:
41345           Add Andrew as second maintainer (he's helping me), and also add
41346           an error if no caps was set. This happens if I pull before capsnego
41347           and that's something I should solve sometime else.
41348         * gst/matroska/matroska-demux.c:
41349         (gst_matroska_demux_parse_blockgroup):
41350           Fix time parsing.
41351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41352         (gst_matroska_mux_track_header):
41353           Add caps to templates.
41354         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41355           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41356         * gst/mpegstream/gstmpegdemux.c:
41357           Remove layer since it causes warnings about unfixed caps.
41358         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41359           Fix obvious typo (we error out if caps were set, we should of
41360           course error out if *no* caps were set).
41361         * sys/oss/gstosselement.c: (gst_osselement_convert):
41362           Fix format conversion, we confused bits/bytes.
41363         * sys/oss/gstosselement.h:
41364           Improve documentation for 'bps'.
41365         * sys/v4l/TODO:
41366           Remove stuff about plugins that need removing - this was done
41367           ages ago.
41368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41369         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41371         (gst_v4lsrc_src_query):
41372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41373         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41374           Add get_query_types(), get_formats() and query() functions.
41375
41376 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41377
41378         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41379           * moved CVS to freedesktop.org