gst-libs/gst/cdda/gstcddabasesrc.c: Remove erroneous gst_buffer_ref().
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst-libs/gst/cdda/gstcddabasesrc.c:
4         (gst_cdda_base_src_handle_event):
5         Remove erroneous gst_buffer_ref().
6         * tests/check/libs/rtp.c: (GST_START_TEST):
7         Don't forget to unref the buffer once you're done with it.
8
9 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
10
11         * gst/playback/gstplaybin.c:
12         * gst/playback/gstplaybin2.c:
13           XRef to GstXOverlay.
14
15 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
16
17         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
18         Free the factory array when finalizing.
19         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
20         Use a GstStaticPadTemplate since the src pad caps are fixed.
21
22 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
23
24         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
25         (gst_vorbis_enc_init):
26         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
27         pad templates.
28
29 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
30
31         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32         (gst_riff_create_video_template_caps):
33         Add mapping for VP6 in avi/riff.
34
35 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
36
37         * gst/subparse/samiparse.c: (sami_context_push_state),
38         (sami_context_pop_state), (start_sami_element), (end_sami_element):
39         Some versions of libxml seem to be very picky as to strict formatting
40         of the input and never 'close' the final </body> tag.
41         In order to fix that bad behaviour, we trigger the flushing of
42         remaining data on both </body> and </sami>.
43         Fixes #557365
44
45 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
46
47         Patch by: Guillaume Emont <guillaume at fluendo dot com>
48
49         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
50         Add typefinders for MS Word files and OS X .DS_Store files to
51         prevent them to be recognized as MPEG files. Fixes bug #564098.
52
53 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
54
55         * gst/playback/gstplaysink.c: (gen_audio_chain),
56         (gst_play_sink_reconfigure):
57         Add some more debug info.
58         Fix linking of just an encoded sink.
59         Handle failure to create a sink chain more gracefully than crashing.
60
61 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
64         Pushing 10 buffers is enough to run the test.
65
66 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
69         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
70         (main):
71         Hook up the SKIP seek flag.
72
73 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         * gst/playback/gstplaybin2.c: (pad_added_cb):
76         Error out with a missing-plugin error when the input-selector was not
77         found.
78
79         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
80         Indentation.
81
82 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
83
84         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
85         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
86         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
87         (gst_play_sink_send_event), (gst_play_sink_change_state):
88         Use G_DEFINE_TYPE.
89         Try to set the selected sink to READY before using it. This will allow
90         for detection of incompatible formats sooner.
91         Don't cause a fatal error when conversion elements are missing but post
92         a missing-element message and a warning instead because things might
93         still link and run fine.
94         Simplyfy the construction of audio and video sink chains.
95
96 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
97
98         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
99         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
100         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
101         init from glib.
102
103 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
104
105         Patch by: Luis Menina <liberforce at freeside dot fr>
106
107         * gst-libs/gst/floatcast/floatcast.h:
108         * gst/typefind/gsttypefindfunctions.c:
109         Include glib.h instead of a specific GLib header. Including single
110         GLib headers is deprecated. Fixes bug #563904.
111
112 2008-12-09  Julien Moutte  <julien@fluendo.com>
113
114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
115         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
116
117 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
118
119         * gst-libs/gst/riff/riff-read.c:
120           Fix handling of odd chunks in riff metadata.
121
122 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/volume/gstvolume.c: (gst_volume_class_init),
125         (volume_before_transform), (volume_transform_ip):
126         Use new basetransform vmethod to reconfigure the dynamic properties and
127         any pending volume/mute changes. Fixes #563508.
128
129 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
130
131         * configure.ac:
132         First check for "theoraenc theoradec" and if that failed check
133         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
134         deprecate the latter. Also linking on Windows fails with just "theora"
135         and the version check would fail for the release candidates.
136         Fixes bug #563718.
137
138 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
139
140         * gst/playback/gstdecodebin.c:
141         * gst/playback/gstdecodebin2.c:
142           Add basic docs to decodebin and link to decodebin from decodebin2.
143           
144 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         Patch by: Olivier Crete  <tester at tester ca>
147
148         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
149         * gst-libs/gst/rtp/gstrtcpbuffer.h:
150         Implement gst_rtcp_packet_remove(). Fixes #563174.
151
152         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
153         Add unit test for some RTCP functions.
154
155 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
156
157         * configure.ac:
158         Apparently AC_CONFIG_MACRO_DIR breaks when using more
159         than one macro directory, reverting last change.
160
161 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
162
163         * configure.ac:
164         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
165         our M4 macros.
166
167 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
168
169         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
171         Clear all flags on buffers returned from the image pool.
172         Fixes #563143
173
174 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         Patch by: Cygwin Ports maintainer
177                   <yselkowitz at users dot sourceforge dot net>
178
179         * autogen.sh:
180         * configure.ac:
181         Require gettext 0.17 because older versions don't mix with libtool
182         2.2. At build time an older gettext version will still work.
183         Fixes bug #556091.
184
185 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
186
187         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
188
189 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
190
191         * docs/plugins/gst-plugins-base-plugins.args:
192         * docs/plugins/gst-plugins-base-plugins.hierarchy:
193         * docs/plugins/gst-plugins-base-plugins.interfaces:
194         * docs/plugins/gst-plugins-base-plugins.prerequisites:
195         * docs/plugins/inspect/plugin-videorate.xml:
196         * gst/speexresample/gstspeexresample.c:
197         Update documentation of speexresample for the new element name.
198
199 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
200
201         * gst/speexresample/README:
202         Update README with the latest diff between the Speex resampler
203         and our copy.
204
205 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
206
207         * gst/speexresample/gstspeexresample.c: (plugin_init):
208         Update the debug category from speex_resample to audioresample.
209
210 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
211
212         * gst/audioresample/Makefile.am:
213         * gst/audioresample/buffer.c:
214         * gst/audioresample/buffer.h:
215         * gst/audioresample/debug.c:
216         * gst/audioresample/debug.h:
217         * gst/audioresample/functable.c:
218         * gst/audioresample/functable.h:
219         * gst/audioresample/gstaudioresample.c:
220         * gst/audioresample/gstaudioresample.h:
221         * gst/audioresample/resample.c:
222         * gst/audioresample/resample.h:
223         * gst/audioresample/resample_chunk.c:
224         * gst/audioresample/resample_functable.c:
225         * gst/audioresample/resample_ref.c:
226         * tests/check/elements/audioresample.c:
227         Remove audioresample files.
228
229 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * docs/plugins/inspect/plugin-audioresample.xml:
232         Regenerated for library filename change.
233
234 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * configure.ac:
237         * docs/plugins/Makefile.am:
238         * docs/plugins/gst-plugins-base-plugins-sections.txt:
239         * docs/plugins/gst-plugins-base-plugins.args:
240         * docs/plugins/gst-plugins-base-plugins.hierarchy:
241         * docs/plugins/gst-plugins-base-plugins.interfaces:
242         * docs/plugins/gst-plugins-base-plugins.prerequisites:
243         * docs/plugins/inspect/plugin-adder.xml:
244         * docs/plugins/inspect/plugin-alsa.xml:
245         * docs/plugins/inspect/plugin-audioconvert.xml:
246         * docs/plugins/inspect/plugin-audiorate.xml:
247         * docs/plugins/inspect/plugin-audioresample.xml:
248         * docs/plugins/inspect/plugin-audiotestsrc.xml:
249         * docs/plugins/inspect/plugin-cdparanoia.xml:
250         * docs/plugins/inspect/plugin-decodebin.xml:
251         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
252         * docs/plugins/inspect/plugin-gdp.xml:
253         * docs/plugins/inspect/plugin-gio.xml:
254         * docs/plugins/inspect/plugin-gnomevfs.xml:
255         * docs/plugins/inspect/plugin-libvisual.xml:
256         * docs/plugins/inspect/plugin-ogg.xml:
257         * docs/plugins/inspect/plugin-pango.xml:
258         * docs/plugins/inspect/plugin-playback.xml:
259         * docs/plugins/inspect/plugin-queue2.xml:
260         * docs/plugins/inspect/plugin-subparse.xml:
261         * docs/plugins/inspect/plugin-tcp.xml:
262         * docs/plugins/inspect/plugin-theora.xml:
263         * docs/plugins/inspect/plugin-typefindfunctions.xml:
264         * docs/plugins/inspect/plugin-uridecodebin.xml:
265         * docs/plugins/inspect/plugin-video4linux.xml:
266         * docs/plugins/inspect/plugin-videorate.xml:
267         * docs/plugins/inspect/plugin-videoscale.xml:
268         * docs/plugins/inspect/plugin-videotestsrc.xml:
269         * docs/plugins/inspect/plugin-volume.xml:
270         * docs/plugins/inspect/plugin-vorbis.xml:
271         * docs/plugins/inspect/plugin-ximagesink.xml:
272         * docs/plugins/inspect/plugin-xvimagesink.xml:
273         * gst/speexresample/gstspeexresample.c: (plugin_init):
274         * gst/speexresample/Makefile.am:
275         * tests/check/Makefile.am:
276         * tests/check/elements/speexresample.c: (setup_speexresample),
277         (GST_START_TEST), (test_pipeline):
278         Rename the moved speexresample to audioresample, integrate into the
279         build system and remove the old audioresample from the build system.
280         Fixes bug #558124, #385061, #346218, #116051.
281
282 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * gst-libs/gst/audio/gstbaseaudiosrc.c:
285         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
286         Avoid nasty int overflows after about 12 hours and 25 minutes when these
287         code paths are triggered. 
288         A free beer to Håvard Graff for finding this!
289
290 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         Patch by: 이문형 <iwings at gmail dot com>
293
294         * gst-libs/gst/rtsp/gstrtspconnection.c:
295         (gst_rtsp_connection_connect):
296         A successful gst_poll_wait() doesn't always mean successful connect() on
297         Windows.  We should check errors by calling gst_poll_fd_has_error().
298         See #561924.
299
300 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         * gst-libs/gst/rtp/gstrtcpbuffer.c:
303         Fix typo in the docs.
304
305 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
306
307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
308         If no stream was found before receiving EOS, post an error message.
309         Fixes #561924.
310
311 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
312
313         * ext/theora/gsttheoraenc.h:
314         * ext/theora/theoraenc.c: (gst_theora_enc_init),
315         (theora_buffer_from_packet), (theora_push_packet),
316         (theora_enc_sink_event), (theora_enc_is_discontinuous),
317         (theora_enc_chain):
318         Parse segment events.
319         Pass incomming buffer timestamps to outgoing buffers.
320         Use the running_time to construct the granulepos.
321         Fixes #562163.
322
323 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         * gst/playback/gstplaybin2.c: (activate_group):
326         Fix buffer-duration property.
327
328 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
329
330         * gst-libs/gst/audio/gstbaseaudiosink.c:
331         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
332         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
333         (gst_base_audio_sink_change_state):
334         Really fix audiosink drain handling by keeping track of the running_time
335         of the last sample.
336
337 2008-11-24  Michael Smith <msmith@songbirdnest.com>
338
339         * gst/playback/gstplaybin2.c:
340           Add notification of current stream. Add ability to configure buffer
341           sizes.
342         * gst/playback/gsturidecodebin.c:
343           Add ability to configure buffer sizes for streaming mode.
344           Bug #561734.
345
346 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
347
348         * gst-libs/gst/audio/gstbaseaudiosink.c:
349           Time is already in running_time. Remove base_time handling. Fixes
350           audiosinks not draining and thus chopping some audio in the end.
351
352 2008-11-24  David Schleef  <ds@schleef.org>
353
354         * ext/ogg/gstoggmux.c:
355         * ext/ogg/gstoggmux.h:
356           If we're muxing a dirac stream, flush the page after every picture.
357
358 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
359
360         * gst-libs/gst/audio/gstbaseaudiosink.c:
361           Add one log message to check for audio_drained. Sync one log message
362           with the condition. Send EOS after draining audio in pull mode.
363
364 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
368         Use gst_buffer_try_new_and_alloc() and fail properly if the
369         allocation failed. This prevents abort() if downstream elements
370         request an insane amount of memory.
371
372 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
373
374         * gst/volume/gstvolume.c: (volume_choose_func),
375         (volume_update_volume), (gst_volume_set_volume),
376         (gst_volume_get_volume), (gst_volume_set_mute),
377         (gst_volume_class_init), (gst_volume_init),
378         (volume_process_double), (volume_process_float),
379         (volume_process_int32), (volume_process_int32_clamp),
380         (volume_process_int24), (volume_process_int24_clamp),
381         (volume_process_int16), (volume_process_int16_clamp),
382         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
383         (volume_transform_ip), (volume_set_property),
384         (volume_get_property):
385         * gst/volume/gstvolume.h:
386         Cleanup volume, define and use default values.
387         Recalculate new volume and mute setup before processing. Fixes #561789.
388
389         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
390         Add controller unit test. Patch by: Jonathan Matthew
391         Fix bogus test that messed with basetransform's internal state.
392
393 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
394
395         * gst/videorate/gstvideorate.c:
396         Add jpeg and png image media types to the caps. Fixes #561436.
397
398 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
399
400         * gst/playback/gstplaysink.c: (gen_audio_chain):
401         Don't post an error when we can't configure the volume but post a
402         warning instead. Fixes #561780.
403
404 2008-11-21  David Schleef  <ds@schleef.org>
405
406         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
407
408         * gst/videotestsrc/gstvideotestsrc.c:
409         * gst/videotestsrc/gstvideotestsrc.h:
410         * gst/videotestsrc/videotestsrc.c:
411         * gst/videotestsrc/videotestsrc.h:
412           Add a zone plate pattern generator based on BBC R&D Report
413           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
414           kx2=20 ky2=20 kt=1'.
415
416 2008-11-20  Michael Smith <msmith@songbirdnest.com>
417
418         * gst/playback/gstdecodebin2.c:
419           Fix random fat-fingering making this not compile.
420
421 2008-11-20  Michael Smith <msmith@songbirdnest.com>
422
423         * gst/playback/gstdecodebin2.c:
424           If the top-level type of the stream is plain text, don't try to decode
425           it, matching behaviour of decodebin.
426         * gst/playback/gstplaysink.c:
427           If we fail to generate a text chain (e.g. due to missing optional
428           plugins), don't crash.
429
430 2008-11-20  Michael Smith <msmith@songbirdnest.com>
431
432         * gst-libs/gst/rtsp/gstrtspdefs.c:
433           Fix win32 build. Oops.
434
435 2008-11-20  Michael Smith <msmith@songbirdnest.com>
436
437         * gst-libs/gst/rtsp/gstrtspdefs.c:
438           Use WSAGetLastError() rather than errno/h_errno on win32.
439
440 2008-11-20  Michael Smith <msmith@songbirdnest.com>
441
442         * gst-libs/gst/riff/riff-media.c:
443           Support WMA Lossless properly.
444
445 2008-11-18  David Schleef  <ds@schleef.org>
446
447         * gst/videotestsrc/gstvideotestsrc.c:
448         * gst/videotestsrc/gstvideotestsrc.h:
449         * gst/videotestsrc/videotestsrc.c:
450         * gst/videotestsrc/videotestsrc.h:
451           Add "colorspec" property, specifying whether to generate BT.601
452           or BT.709 video.  This only affects YCbCr values, not RGB, since
453           if you're generating a 709 test pattern, presumably you want
454           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
455           uses 75% colors instead of 100%, since this is often more useful
456           for testing (and also follows the SMPTE EG-1 guideline).
457
458 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
459
460         * gst/playback/gstdecodebin.c:
461         Add a "sink-caps" property to decodebin like it's done for decodebin2.
462         Fixes #560380.
463
464 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
465
466         * gst/audioresample/gstaudioresample.c:
467         Guard against a NULL dereference I somehow encountered -
468         with a FLUSH_STOP arriving either before basetransform _start(),
469         or after _stop().
470
471         * gst/typefind/gsttypefindfunctions.c:
472         Make sure we never jump backwards when typefinding corrupt mov files.
473
474 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
475
476         * gst-libs/gst/interfaces/propertyprobe.c:
477         Fix random type causing a docs warning.
478
479 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
480
481         * sys/v4l/gstv4l.c:
482           Give it a minimal rank for autovideosrc.
483
484 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
485
486         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
487         (plugin_init):
488         Improve typefinding of ISO JPEG2000 mime types.
489
490 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
491
492         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
493         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
494         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
495         * sys/xvimage/xvimagesink.h:
496         Avoid typechecking when we do trivial casts.
497         Move error handling out of the main program flow.
498         Sneak in the display-region caps property, not completely correct yet.
499         Cache the width/height in buffer_alloc instead of parsing it from the
500         caps all the time.
501
502 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst/playback/gstplaybin2.c: (deactivate_group):
505         don't try to unlink the selector sinkpad when we don't have it yet. This
506         can happen if an error occured before the group was complete.
507
508 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
511         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
512         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
513         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
514         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
515         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
516         (gst_rtp_buffer_get_extension_data),
517         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
518         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
519         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
520         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
521         (gst_rtp_buffer_get_payload_type),
522         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
523         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
524         (gst_rtp_buffer_set_timestamp),
525         (gst_rtp_buffer_get_payload_subbuffer),
526         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
527         Avoid expensive type checks we already did as part of the 
528         _validate() function that should be called first.
529
530 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
531
532         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
533         (gst_base_rtp_depayload_push_full),
534         (gst_base_rtp_depayload_set_gst_timestamp):
535         Fix some cases where a newsegment event was not sent.
536
537 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         * gst/playback/gstplaybin2.c: (activate_group):
540         Catch state change errors and stop from the uridecodebin elements
541         instead of trying to continue in vain.
542
543 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
544
545         * gst-libs/gst/audio/gstbaseaudiosink.c:
546         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
547         (gst_base_audio_sink_callback):
548         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
549         for the latency to expire, fixes #559567.
550
551 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
552
553         * gst/adder/gstadder.c:
554           Change author string after seeing output of gst-inspector.
555
556 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
559         Don't try to do crazy things when we only have a text pad without a
560         video pad. Fixes #559478.
561
562 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
563
564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
565         Fix case where we don't have a range for the rates or channels as is the
566         case with truespeech.
567
568 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
569
570         * gst/volume/gstvolume.c: (volume_update_real_volume),
571         (gst_volume_set_volume), (gst_volume_get_volume),
572         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
573         (volume_transform_ip), (volume_update_mute),
574         (volume_update_volume), (volume_get_property):
575         * gst/volume/gstvolume.h:
576         Keep negotiated state in a separate variable.
577         Protect the volume and mute properties with the object lock.
578         Protect modifying the transform with the transform lock.
579
580 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
581
582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
583         (gst_ffmpeg_pixfmt_to_caps):
584         Only convert caps to string when debug is enabled.
585
586 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         * ext/theora/gsttheoradec.h:
589         * ext/theora/theoradec.c: (gst_theora_dec_init),
590         (gst_theora_dec_reset), (theora_dec_src_event),
591         (theora_dec_sink_event), (theora_handle_type_packet):
592         Copy seqnum.
593         Keep events in a pending list, like vorbisdec, instead of trying
594         to construct a segment event ourselves.
595
596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
597         (vorbis_dec_src_event), (vorbis_dec_sink_event):
598         * ext/vorbis/vorbisdec.h:
599         Copy seqnum.
600
601 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
604         (gst_ogg_demux_deactivate_current_chain),
605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
606         (gst_ogg_demux_loop):
607         * ext/ogg/gstoggdemux.h:
608         Copy seqnums around to track playback segments and messages.
609
610 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         Based on patch by: Matthias Kretz <kretz at kde dot org>
613
614         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
615         (gst_alsasink_prepare), (gst_alsasink_unprepare),
616         (gst_alsasink_write):
617         Make all access non-blocking so that we can better handle unplugging
618         of usb devices. Fixes #559111
619
620 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         Patch by: Damien Lespiau  <damien.lespiau gmail com>
623
624         * gst-libs/gst/rtsp/gstrtspconnection.c:
625         (gst_rtsp_connection_write):
626         Make the next call to poll not depend on previous calls to poll with or
627         without reading from the active descriptor. Fixes #544293.
628
629 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         Patch by: Nick Haddad <nick at haddads dot net>
632
633         * gst-libs/gst/riff/riff-ids.h:
634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
635         Add support for other fourcc codes that are commonly used for
636         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
637         Fixes #558553.
638
639 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
640
641         * gst/audioresample/gstaudioresample.c:
642           Return the result of parent_class->event().
643
644 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
645
646         * gst/audioresample/gstaudioresample.c:
647         (gst_audioresample_class_init), (audioresample_fixate_caps):
648         Fixate the rate to the nearest supported rate instead of
649         the first one. Fixes bug #549510.
650
651 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
652
653         * win32/common/libgstaudio.def:
654         Add new symbols.
655
656 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
659         Attempt to make obfuscated code clearer.
660
661 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
662
663         * docs/libs/gst-plugins-base-libs-sections.txt:
664         * gst-libs/gst/floatcast/floatcast.h:
665         Move float endianness conversion macros to core. Second part of
666         bug ##555196.
667
668 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
669
670         * sys/ximage/ximagesink.h:
671         * sys/xvimage/xvimagesink.h:
672           Don't mark as gtk-doc docs as they aren't public.
673
674 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
675
676         * sys/xvimage/xvimagesink.c:
677         * sys/xvimage/xvimagesink.h:
678         * tests/icles/Makefile.am:
679         * tests/icles/test-colorkey.c:
680           Allow setting colorkey if possible. Implement property probe interface
681           for optional X features (autopaint-colorkey, double-buffer and
682           colorkey). Fixes #554533
683
684 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
685
686         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
687         Remove useless buffer size assignment. It already has this value.
688
689 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
690
691         * gst-libs/gst/audio/gstaudiosink.c:
692         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
693         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
694         (gst_audioringbuffer_stop):
695         Implement a separate activate functions to start monitoring the segments
696         or, in pull mode, pulling in data.
697
698         * gst-libs/gst/audio/gstbaseaudiosink.c:
699         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
700         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
701         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
702         (gst_base_audio_sink_activate_pull),
703         (gst_base_audio_sink_async_play),
704         (gst_base_audio_sink_change_state):
705         Implement pad and element convert query function.
706         Activate the ringbuffer.
707         Use the segment last_stop value as the offset to pull.
708         Use new basesink _do_preroll() method to preroll in the pulling thread.
709         Take appropriate locking in the pulling thread.
710
711         * gst-libs/gst/audio/gstringbuffer.h:
712         Update some docs.
713
714 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
715
716         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
717         Improve MXF typefinding a bit by searching for a header partition
718         pack instead of just a general partition pack and checking more
719         bytes for valid values.
720
721 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         * tests/icles/.cvsignore:
724         update ignore file.
725
726         * tests/icles/Makefile.am:
727         * tests/icles/test-box.c: (make_pipeline), (main):
728         Add another interactive command line experimentation suite for
729         dynamically boxing/cropping/saling an input video.
730
731 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
732
733         * docs/libs/gst-plugins-base-libs-sections.txt:
734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
735         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
736         * gst-libs/gst/audio/gstringbuffer.h:
737         Add methods to more accuratly control the pulling thread of a
738         ringbuffer.
739         Add format conversion helper code to the ringbuffer.
740         API: GstRingBuffer:gst_ring_buffer_activate()
741         API: GstRingBuffer:gst_ring_buffer_is_active()
742         API: GstRingBuffer:gst_ring_buffer_convert()
743
744 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
747         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
748         (gst_audioringbuffer_stop):
749         Signal thread startup earlier so that we can immediatly go into pull
750         mode when we have to and block on preroll.
751
752 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
753
754         * gst-libs/gst/audio/gstringbuffer.c:
755         (gst_ring_buffer_prepare_read):
756         In pull mode we want the callback to prepull a buffer we can preroll on
757         even when we are not yet playing.
758
759 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
760
761         * ext/alsa/Makefile.am:
762         * ext/cdparanoia/Makefile.am:
763         * ext/gio/Makefile.am:
764         * ext/gnomevfs/Makefile.am:
765         * ext/libvisual/Makefile.am:
766         * ext/ogg/Makefile.am:
767         * ext/pango/Makefile.am:
768         * ext/theora/Makefile.am:
769         * ext/vorbis/Makefile.am:
770         * gst/adder/Makefile.am:
771         * gst/audioconvert/Makefile.am:
772         * gst/audiorate/Makefile.am:
773         * gst/audioresample/Makefile.am:
774         * gst/audiotestsrc/Makefile.am:
775         * gst/ffmpegcolorspace/Makefile.am:
776         * gst/gdp/Makefile.am:
777         * gst/playback/Makefile.am:
778         * gst/subparse/Makefile.am:
779         * gst/tcp/Makefile.am:
780         * gst/typefind/Makefile.am:
781         * gst/videorate/Makefile.am:
782         * gst/videoscale/Makefile.am:
783         * gst/videotestsrc/Makefile.am:
784         * gst/volume/Makefile.am:
785         * sys/v4l/Makefile.am:
786         * sys/ximage/Makefile.am:
787         * sys/xvimage/Makefile.am:
788           Don't install static libs for plugins. Fixes #550851 for base.
789
790 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
791
792         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
793         Set the default blocksize to -1 because we will then use the configured
794         samplesperbuffer to create our output buffer.
795
796 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
797
798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
799         (gst_riff_create_video_template_caps):
800         Add mappping for the KMVC (Karl Morton's Video) Codec.
801
802 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
803
804         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
805         Don't forget to advance the offset of what we're matching against, else
806         we end up in a forever loop.
807
808 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
809
810         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
811         Improve typefinding a bit. If we don't have a Unicode charset
812         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
813
814 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
815
816         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
817         Fix build on macosx.
818
819 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
820
821         Based on patch by: Robin Stocker <robin at nibor dot org>
822
823         * ext/theora/gsttheoradec.h:
824         * ext/theora/theoradec.c: (gst_theora_dec_init),
825         (theora_dec_setcaps), (theora_handle_type_packet),
826         (theora_dec_decode_buffer), (theora_dec_change_state):
827         Parse input caps and make the PAR override the encoded PAR when
828         specified by a container. Fixes #555699.
829
830 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
831
832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
833         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
834         (gst_base_rtp_depayload_set_gst_timestamp),
835         (gst_base_rtp_depayload_change_state):
836         * gst-libs/gst/rtp/gstbasertpdepayload.h:
837         Add some more G_LIKELY
838         Fail when the setcaps function was not called.
839
840         * gst-libs/gst/rtp/gstbasertppayload.c:
841         (gst_basertppayload_set_outcaps):
842         Propagate return value of setcaps.
843
844 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
845
846         * gst/subparse/Makefile.am:
847         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
848         (gst_sub_parse_class_init), (gst_sub_parse_init),
849         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
850         (get_next_line), (gst_sub_parse_data_format_autodetect),
851         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
852         (gst_subparse_type_find):
853         * gst/subparse/gstsubparse.h:
854         Add support for UTF16/UTF32 subtitles as long as the first bytes of
855         the first buffer contain the BOM. This also adds support for other
856         encodings that allow NUL bytes via the encoding property.
857         Fixes bugs #552237 and #456788.
858
859 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
860
861         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
862         Don't drop the last byte of image tags if they're not an URI list.
863         Fixes bug #556066.
864
865 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
866
867         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
868         For looking at the 4th byte we have to get 4 bytes of course
869         and not 3.
870
871 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
872
873         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
874         Improve FLAC-without-headers typefinding by looking at most of the
875         frame header and checking if invalid values are used. Should prevent
876         quite some false positives compared to the old version which only
877         check if the first 14 bits are set.
878
879 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
880
881         * sys/xvimage/xvimagesink.c:
882           Don't assert on caps==NULL.
883
884 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
885
886         * gst/subparse/gstsubparse.c:
887         (gst_sub_parse_data_format_autodetect), (handle_buffer),
888         (gst_sub_parse_change_state):
889         * gst/subparse/gstsubparse.h:
890         * tests/check/elements/subparse.c: (GST_START_TEST):
891         Add support for subtitle files with UTF-8 BOM at the beginning
892         by simple stripping it from the first line before passing it
893         to any parsing code. Fixes bug #555257 and playback of files
894         created by Gnome Subtitles.
895
896 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
897
898         * gst/audiotestsrc/gstaudiotestsrc.c:
899         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
900         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
901         (gst_audio_test_src_start), (gst_audio_test_src_stop),
902         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
903         (gst_audio_test_src_create):
904         * gst/audiotestsrc/gstaudiotestsrc.h:
905         Define the default property values in the usual place.
906         Implement start/stop to reset values correctly.
907         Calculate the sample size only once when we negotiate.
908         Rename some values to make more sense.
909         Keep track of our byte range.
910         Add support for pull based scheduling. Disabled for now until we have
911         the whole stack working.
912         Set the BUFFER_OFFSET correctly.
913
914 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
915
916         Based on a patch by: xavierb at gmail dot com
917
918         * gst/subparse/gstsubparse.c:
919         (gst_sub_parse_data_format_autodetect):
920         * tests/check/elements/subparse.c: (GST_START_TEST):
921         Make the detection of the used subtitle a bit less strict
922         for srt subtitles. Fixes bug #555607.
923
924 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
925
926         * ext/vorbis/vorbisenc.c:
927         (gst_vorbis_enc_buffer_check_discontinuous):
928         Fix discontinuity detection which was broken by last commit.
929
930 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
931
932         * configure.ac::
933           Require core CVS for ghostpad API additions used by decodebin2.
934
935 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
936
937         * gst-libs/gst/audio/gstbaseaudiosrc.c:
938         (gst_base_audio_src_create):
939         Fix debug statements (space between '%' and actual format).
940
941 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
944         Remove bogus assert, the decodepad could have been created inside an
945         already existing group.
946
947 2008-10-08  Andy Wingo  <wingo@pobox.com>
948
949         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
950         target instead of setting it.
951         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
952         API for a decode pad. The bugfix is that we set the group in
953         activate(), not when the pad was created because it might be NULL
954         then.
955         (gst_decode_group_control_source_pad, gst_decode_group_expose):
956         Update to use the API.
957
958 2008-10-08  Andy Wingo  <wingo@pobox.com>
959
960         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
961         be a subclass of GstGhostPad.
962         (analyze_new_pad): So, when emitting the signals that determine
963         how we do autoplugging, already create the ghost pad and use it as
964         the pad in the signal arguments. This allows applications to make
965         a connection between the pad passed in e.g. autoplug-continue, and
966         the pad passed in new-decoded-pad.
967         (connect_pad, expose_pad): Update to receive the ghosted decode
968         pad in the args, retargetting it as necessary if we have to plug
969         the target pad through a multiqueue.
970         (gst_decode_group_control_source_pad): Adapt to receive an
971         already-ghosted pad that just needs activation, blocking, and
972         drain notification.
973         (sort_end_pads): Adapt for decode pads actually being pads.
974         (gst_decode_group_expose): Adapt for decode pads actually being
975         pads. Rewrite the decode pad names so they appear in order. Adds a
976         new error case if we couldn't set the name.
977         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
978         logic.
979         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
980         New API for the decode pad, needed because we shouldn't do these
981         things inside gst_decode_pad_new(), but after.
982         (gst_decode_pad_new): Change to actually make the real pad, and
983         delay the blocking/drainage bits.
984
985 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
986
987         Patch by: Daniel Drake <dsd at laptop dot org>
988
989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
990         Unref all buffers when clearing collectpads. Fixes bug #546955.
991
992 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
993
994         Based on a patch by: Klaas <klaas at rivercrew dot net>
995
996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
997         (gst_vorbis_enc_buffer_check_discontinuous),
998         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
999         * ext/vorbis/vorbisenc.h:
1000         Keep track of the upstream segments and use the running time on that
1001         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1002
1003 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1004
1005         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1006         Prevent overflows with big buffer when calculating the size of
1007         the intermediate buffer by using gst_util_uint64_scale() instead of
1008         plain arithmetics. Fixes bug #552801.
1009
1010 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1011
1012         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1013
1014         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1015         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1016         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1017         (gst_clock_overlay_get_property):
1018         * ext/pango/gstclockoverlay.h:
1019         API: Add ability to specify format for date/time display by
1020         adding a "time-format" property.
1021         Fixes bug #554879.
1022
1023 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1024
1025         Patch by: Jan Gerber <j at oil21 dot org>
1026
1027         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1028         (gst_riff_create_video_template_caps):
1029         Add FFV1 fourcc to support playback of FFMPEG lossless video
1030         in AVI. Fixes bug #555319.
1031
1032 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1035
1036         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1037         (gst_base_audio_src_create):
1038         Implement skew clock slaving. Fixes #552559.
1039
1040 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1041
1042         * gst-libs/gst/audio/multichannel.c:
1043         * gst-libs/gst/audio/testchannels.c:
1044         Fix include of config.h
1045
1046 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1047
1048         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1049
1050         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1051         (print_media), (gst_sdp_message_dump):
1052         Fix parsing of the c= field containing multicast addresses.
1053         Fixes #552199.
1054         Add the connection info to the session or streams.
1055         Fix parsing of the bandwidth.
1056         Add debugging for the connections and bandwidths for a media.
1057         Add debugging for the bandwidth of the session. 
1058
1059 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst-libs/gst/rtp/gstbasertppayload.c:
1062         (gst_basertppayload_change_state):
1063         Configure the next seqnum and timestamp in the state change so that they
1064         can be queried soon after.
1065
1066 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1067
1068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1069         (gst_base_rtp_depayload_chain):
1070         Improve debugging of the rtptime.
1071
1072 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1073
1074         * configure.ac:
1075         Back to development -> 0.10.21.1
1076
1077 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1080         (plugin_init):
1081         Add typefinding for FLAC without headers in the beginning.
1082         This is already handled by flacdec and friends.
1083
1084 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1087         (plugin_init):
1088         Add typefinder for MXF.
1089
1090 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1091
1092         * tests/icles/Makefile.am:
1093         Only build test-colorkey if GTK+ is available.
1094
1095 === release 0.10.21 ===
1096
1097 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1098
1099         * configure.ac:
1100           releasing 0.10.21, "We Could Be Wrong"
1101
1102 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1103
1104         * configure.ac:
1105         0.10.20.4 pre-release
1106
1107 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1110
1111         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1112         Set the BOS flag on the BOS packet. Fixes #553244.
1113
1114 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1115
1116         * gst-libs/gst/rtsp/gstrtspmessage.c:
1117         (gst_rtsp_message_parse_request),
1118         (gst_rtsp_message_parse_response):
1119         Fix the g_return_val_if_fail() statements.
1120
1121 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1122
1123         * gst-libs/gst/tag/gsttagdemux.c:
1124           Fail to activate if there's insufficient data in the file to be usable,
1125           preventing an assertion fail later. Fixes #552960
1126
1127 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1128
1129         * gst-libs/gst/pbutils/descriptions.c:
1130         * gst/typefind/gsttypefindfunctions.c:
1131           Recognise Kate subtitle streams (#550582).
1132
1133 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1134
1135         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1136           Remove trailing comma from enum list, which causes problems
1137           with -pendantic (#550729).
1138
1139 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1140
1141         * configure.ac:
1142         0.10.20.2 pre-release
1143
1144         * po/LINGUAS:
1145         * po/id.po:
1146         * po/pt_BR.po:
1147
1148         New translations.
1149
1150 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1151
1152         * gst-libs/gst/interfaces/propertyprobe.c:
1153           (gst_property_probe_get_properties),
1154           (gst_property_probe_get_property),
1155           (gst_property_probe_probe_property),
1156           (gst_property_probe_probe_property_name),
1157           (gst_property_probe_needs_probe),
1158           (gst_property_probe_needs_probe_name),
1159           (gst_property_probe_get_values),
1160           (gst_property_probe_get_values_name),
1161           (gst_property_probe_probe_and_get_values),
1162           (gst_property_probe_probe_and_get_values_name):
1163           More sanity checks for our second-favourite interface.
1164
1165 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1166
1167         * gst-libs/gst/interfaces/propertyprobe.c:
1168           Check for NULL pointer, in the hope that this fixes #532864.
1169
1170 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1171
1172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1173           No really, the next release is 0.10.21 (fix Since: tags in docs).
1174
1175 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1176
1177         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1178         Disable a code path that is now called but causes a deadlock for some
1179         reason and is unneeded.
1180
1181 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * sys/xvimage/xvimagesink.c:
1184         * sys/xvimage/xvimagesink.h:
1185           Add a "draw-border" property that can be set to false to disable
1186           drawing borders.
1187           
1188         * tests/icles/test-colorkey.c:
1189         * tests/icles/Makefile.am:
1190           Add new test application for the colorkey handling.
1191
1192 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1193
1194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1195         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1196         This will also be fixed for upcoming gst-ffmpeg release so that once
1197         this release of -base is out, it will work with the latest gst-ffmpeg
1198         release.
1199
1200 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1201
1202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1203         (gst_riff_create_audio_template_caps):
1204         Add Truespeech mapping for RIFF formats (AVI/WAV).
1205         Fixes #550656
1206
1207 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1208
1209         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1210         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1211         Fixes #550638.
1212
1213 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * configure.ac:
1216         * gst/subparse/Makefile.am:
1217         * gst/subparse/gstsubparse.c:
1218         * gst/subparse/samiparse.c:
1219         * tests/check/elements/subparse.c:
1220           Rework last change, so that we build subparse, but just disable the
1221           sami parse functionality, if we're configured to not use xml. In the
1222           tests only the sami test is disabled now.
1223
1224 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1225
1226         * configure.ac:
1227           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1228           test runs.
1229
1230 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1231
1232         * po/POTFILES.in:
1233           Add some more files with strings for translation.
1234
1235 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1236
1237         * gst-libs/gst/tag/gstvorbistag.c:
1238         * tests/check/libs/tag.c:
1239           Use new geo location tags from core. Fixes #481169
1240
1241 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1242
1243         * tests/check/elements/audioresample.c: (setup_audioresample),
1244         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1245         (test_discont_stream_instance):
1246         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1247         Add debugging for coherence.
1248
1249 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1250
1251         Patch by: Jonathan Matthew  <notverysmart gmail com>
1252
1253         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1254           Add typefinder for PDF documents (which is nice to have, since it's a
1255           common format, but also helps prevent false positives). Fixes #549814.
1256
1257 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1260         (no_more_pads_cb):
1261         Fix nasty race where multiple decodebins could start pushing data before
1262         we manage to configure the sinks, resulting in not-linked errors in
1263         typical RTSP streaming cases.
1264
1265 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1266
1267         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1268         Since we now call stop, we trigger this code path that causes a deadlock
1269         is apparently not needed.
1270
1271 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1274         (gst_ring_buffer_stop):
1275         Also allow the case where the ringbuffer was paused when we try to stop
1276         it so that the basesrc stop function is still called.
1277
1278 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1281
1282         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1283         Reprobe devices again instead of taking a cached list as new
1284         devices could've been plugged in. Fixes bug #549062.
1285
1286 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1287
1288         Patch by: Alessandro Dessina <alessandro nnva org>
1289
1290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1291         (gst_ogg_demux_activate_chain):
1292         Don't add pads and activate them for skeleton streams. These are already
1293         handled inside oggdemux. Fixes bug #537599.
1294
1295 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1296
1297         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1298         Reset variable so that query and convert fail after going back to
1299         READY. Fixes #548898.
1300
1301 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1304         If a buffer arrives with a timestamp before the timestamp+duration
1305         of the previous buffer clip it instead of dropping it completely.
1306         Slight improvement for the unfixable bug #548913.
1307
1308 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1309
1310         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1311         Take the current timestamp instead of timestamp+duration for the offset.
1312         This offset will later be used for calculating the timestamp and
1313         otherwise vorbisdec will interpolate timestamps wrong if upstream
1314         only sends timestamps and no granulepos.
1315
1316 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1317
1318         * tests/examples/seek/seek.c:
1319           Don't crash when having no visualisations.
1320
1321 2008-08-16  David Schleef  <ds@schleef.org>
1322
1323         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1324           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1325           Fixes #548065.
1326
1327 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1328
1329         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1330         When cleaning up the caps fields also remove "depth" for the same
1331         reason we remove "width".
1332
1333 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1334
1335         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1336           Add Lead H.264 here as well.
1337
1338 2008-08-14  Julien Moutte  <julien@fluendo.com>
1339
1340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1341         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1342
1343 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1344
1345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1346         (gst_base_audio_src_create):
1347         When not slaved to another clock also subtract the base_time from our
1348         internal clock time to get the running time.
1349
1350 2008-08-12  David Schleef  <ds@schleef.org>
1351
1352         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1353           since it has no basis in libtheora.
1354
1355 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1356
1357         * gst-libs/gst/interfaces/propertyprobe.h:
1358           Remove double "interface" from doc-string.
1359
1360         * gst-libs/gst/interfaces/xoverlay.h:
1361           Document interface.
1362
1363         * gst-libs/gst/riff/riff.c:
1364           Add basic doc blobs.
1365
1366 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * gst-libs/gst/audio/Makefile.am:
1369           Don't try to build that example anymore.
1370
1371 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * gst-libs/gst/audio/.cvsignore:
1374         * gst-libs/gst/audio/Makefile.am:
1375         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1376         * gst-libs/gst/audio/make_filter:
1377           Move audiofiltertemplate to gst-template.
1378
1379 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * docs/libs/gst-plugins-base-libs-sections.txt:
1382         * gst-libs/gst/audio/gstaudiosrc.h:
1383           More docs and shuffling. What can we do with the hundreds of #defines.
1384
1385 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * gst-libs/gst/audio/audio.h:
1388         * gst-libs/gst/audio/gstaudiofilter.h:
1389         * gst-libs/gst/audio/gstringbuffer.h:
1390         * gst-libs/gst/interfaces/propertyprobe.h:
1391         * gst-libs/gst/tag/gsttagdemux.h:
1392           Reducing number of dundocumented symbols.
1393
1394 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1395
1396         * gst-libs/gst/audio/audio.c:
1397           Fix doc comment syntax.
1398
1399         * gst-libs/gst/interfaces/propertyprobe.c:
1400           Add more doc-comments and a FIXME: for the signal.    
1401
1402 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1403
1404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1405         (gst_ogg_mux_request_new_pad):
1406         * ext/ogg/gstoggmux.h:
1407         Don't pretend to support NEWSEGMENT events, instead override the
1408         GstCollectPads event function to return FALSE on NEWSEGMENT events
1409         and do the normal work for other events.
1410
1411         This prevents elements like flacenc to seek to the start and rewrite
1412         some data which then results in a broken Ogg packet.
1413
1414 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1415
1416         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1417
1418         * ext/alsa/gstalsaplugin.c: (plugin_init):
1419         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1420         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1422         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1423         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1424         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1425         * gst/playback/gstdecodebin.c: (plugin_init):
1426         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1427         * gst/playback/gstplayback.c: (plugin_init):
1428         * gst/playback/gstqueue2.c: (plugin_init):
1429         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1430         * sys/v4l/gstv4l.c: (plugin_init):
1431         Make sure gettext returns translations in UTF-8 encoding rather
1432         than in the current locale encoding (#546822).
1433
1434 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1435
1436         * gst-libs/gst/pbutils/descriptions.c:
1437           Add audio/x-qdm for qtdemux.
1438
1439 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1440
1441         * ext/vorbis/vorbisdec.c:
1442           Do not leak old taglist.
1443
1444 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1445
1446         * tests/icles/test-scale.c:
1447           Include <stdlib.h> for atoi().
1448
1449 2008-08-04  Andy Wingo  <wingo@pobox.com>
1450
1451         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1452         documentation fix.
1453
1454 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1455
1456         * gst/adder/gstadder.c:
1457           Cleanup lots of empty lines that came from gst-indent going havoc
1458           before I added the INDENT_ON/OFF marker some time agao.
1459
1460 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1461
1462         * configure.ac:
1463         * gst-libs/gst/riff/riff-read.c:
1464           Bump requirement to latest core and use new tag for riff formats.
1465           Needed for #520694.
1466
1467 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1468
1469         * tests/examples/dynamic/Makefile.am:
1470         * tests/examples/dynamic/codec-select.c: (make_encoder),
1471         (make_pipeline), (do_switch), (my_bus_callback), (main):
1472         Add example app that dynamically switches between 3 'encoders'.
1473
1474 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1477         Add some more comments.
1478
1479 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1480
1481         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1482         (gst_video_test_src_create):
1483         Discard buffers of the wrong size after renegotiation, this is perfectly
1484         possible with things like capsfilter that could suggest caps changes
1485         upstream without knowing the size of the buffer.
1486
1487 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1488
1489         * tests/icles/.cvsignore:
1490         * tests/icles/Makefile.am:
1491         * tests/icles/test-scale.c: (make_pipeline), (main):
1492         Add dynamic rescaling tests for the new basetransform.
1493
1494 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1495
1496         * gst/audioconvert/Makefile.am:
1497           Dist recently-added gstfastrandom.h.
1498
1499 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1500
1501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1502         Fix a "may be used uninitialized in this function" which weirdly only
1503         appears on macosx (?).
1504
1505 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1506
1507         * gst-libs/gst/riff/riff-ids.h:
1508           Adding acid chunk for tempo and loop information.
1509
1510 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * sys/xvimage/Makefile.am:
1513           floor() needs linking to $(LIBM).
1514
1515 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1516
1517         * ext/gnomevfs/gstgnomevfssrc.c:
1518           Aggregate short reads and add some comments and debug logging.
1519           Fixes #537380
1520
1521 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1522
1523         * gst/playback/gstplaybasebin.c:
1524           Fix property doc markup (its not a signal).
1525
1526         * sys/xvimage/xvimagesink.c:
1527           Add since tag for new proeprties (also add sice tags fro the last two
1528           other additions).
1529
1530 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * sys/xvimage/xvimagesink.c:
1533         * sys/xvimage/xvimagesink.h:
1534           Add autofill/colorkey properties. Fixes #538656.
1535
1536 2008-07-28  David Schleef  <ds@schleef.org>
1537
1538         * sys/xvimage/xvimagesink.c:
1539           Fix rounding errors when converting colorbalance values
1540           between hardware and object property ranges.  Partial
1541           fix for #537889, however, there still seems to be a small
1542           drift problem that could be totem's fault.
1543
1544 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1545
1546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1547         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1548         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1549         This fixes a critical warning.
1550
1551 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1552
1553         * ext/ogg/gstoggmux.c:
1554         Allow muxing of CELT into Ogg streams.
1555
1556 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1557
1558         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1559         (plugin_init):
1560         Add simple typefinder for the CELT codec (www.celt-codec.org).
1561
1562 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1563
1564         Patch by: Jan Gerber <j at oil21 dot org>
1565
1566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1567         Fix calculation of the start time from skeleton streams.
1568         Fixes bug #530068.
1569
1570 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * tests/examples/seek/seek.c:
1573           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1574
1575 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1576
1577         * gst/audioconvert/audioconvert.h:
1578         * gst/audioconvert/gstaudioquantize.c:
1579         (gst_audio_quantize_setup_dither),
1580         (gst_audio_quantize_free_dither):
1581         * gst/audioconvert/gstfastrandom.h:
1582         Implement a linear congruential generator as pseudo random number
1583         generator for the dither noise. This is about 2 times faster than
1584         using GLib's mersenne twister. Also this uses only integer math for
1585         generating integers while GLib internally uses floating point math.
1586
1587 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1588
1589         * configure.ac:
1590           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1591
1592 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1593
1594         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1595
1596         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1597           Use GST_STR_NULL to avoid crashes with libcs that don't
1598           like NULL strings in printf args (such as the win32 one).
1599           Fixes #544306.
1600
1601 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1602
1603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1604         Oops - set the size of the image used for probing back to 1x1, for
1605         consistency with ximagesink
1606
1607 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1608
1609         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1610         (gst_ximagesink_ximage_new):
1611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1612         (gst_xvimagesink_xvimage_new):
1613
1614         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1615         X server to attach to a shared memory segment after we've deleted it,
1616         with the result that MIT-SHM is disabled. Instead, remove it only after 
1617         X succeeds in attaching too.
1618
1619 2008-07-16  David Schleef  <ds@schleef.org>
1620
1621         * gst/audiotestsrc/gstaudiotestsrc.c:
1622         * gst/audiotestsrc/gstaudiotestsrc.h:
1623           Add 'ticks', a 1/30 second sine wave pulse every second.
1624
1625 2008-07-15  David Schleef  <ds@schleef.org>
1626
1627         * gst-libs/gst/video/video.c: Revert ABI change.
1628
1629 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1630
1631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1632         Make it impossible to have NULL caps at the point where we set
1633         framerate and other things. Also don't return immediately for "3ivd"
1634         video and let framerate, etc be set. Might fix bug #542508.
1635
1636 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1637
1638         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1639         Video format can also be conveniently determined from (many)
1640         non-fixed caps.
1641
1642 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1643
1644         * gst/playback/gstplaybasebin.c:
1645         * gst/playback/gstplaybasebin.h:
1646         * gst/playback/gstplaybin.c:
1647         * gst/playback/gststreamselector.c:
1648         First stab at integrating DVD subpicture overlay into
1649         playbin. Successfully plugs and plays, but the queues need
1650         shrinking - 3 seconds of video is too much buffering.
1651
1652 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1653
1654         * gst/audioconvert/gstaudioconvert.c:
1655           Remove now obsolete note in the docs.
1656
1657 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1660         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1661         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1662         * docs/plugins/gst-plugins-base-plugins.args:
1663         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1664         * docs/plugins/gst-plugins-base-plugins.interfaces:
1665         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1666         * docs/plugins/gst-plugins-base-plugins.signals:
1667         * docs/plugins/inspect/plugin-adder.xml:
1668         * docs/plugins/inspect/plugin-alsa.xml:
1669         * docs/plugins/inspect/plugin-audioconvert.xml:
1670         * docs/plugins/inspect/plugin-audiorate.xml:
1671         * docs/plugins/inspect/plugin-audioresample.xml:
1672         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1673         * docs/plugins/inspect/plugin-cdparanoia.xml:
1674         * docs/plugins/inspect/plugin-decodebin.xml:
1675         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1676         * docs/plugins/inspect/plugin-gdp.xml:
1677         * docs/plugins/inspect/plugin-gnomevfs.xml:
1678         * docs/plugins/inspect/plugin-libvisual.xml:
1679         * docs/plugins/inspect/plugin-ogg.xml:
1680         * docs/plugins/inspect/plugin-pango.xml:
1681         * docs/plugins/inspect/plugin-playback.xml:
1682         * docs/plugins/inspect/plugin-queue2.xml:
1683         * docs/plugins/inspect/plugin-subparse.xml:
1684         * docs/plugins/inspect/plugin-tcp.xml:
1685         * docs/plugins/inspect/plugin-theora.xml:
1686         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1687         * docs/plugins/inspect/plugin-uridecodebin.xml:
1688         * docs/plugins/inspect/plugin-video4linux.xml:
1689         * docs/plugins/inspect/plugin-videorate.xml:
1690         * docs/plugins/inspect/plugin-videoscale.xml:
1691         * docs/plugins/inspect/plugin-videotestsrc.xml:
1692         * docs/plugins/inspect/plugin-volume.xml:
1693         * docs/plugins/inspect/plugin-vorbis.xml:
1694         * docs/plugins/inspect/plugin-ximagesink.xml:
1695         * docs/plugins/inspect/plugin-xvimagesink.xml:
1696         * ext/alsa/gstalsamixer.c:
1697         * ext/alsa/gstalsasink.c:
1698         * ext/alsa/gstalsasrc.c:
1699         * ext/gio/gstgiosink.c:
1700         * ext/gio/gstgiosrc.c:
1701         * ext/gio/gstgiostreamsink.c:
1702         * ext/gio/gstgiostreamsrc.c:
1703         * ext/gnomevfs/gstgnomevfssink.c:
1704         * ext/gnomevfs/gstgnomevfssrc.c:
1705         * ext/ogg/gstoggdemux.c:
1706         * ext/ogg/gstoggmux.c:
1707         * ext/pango/gstclockoverlay.c:
1708         * ext/pango/gsttextoverlay.c:
1709         * ext/pango/gsttextrender.c:
1710         * ext/pango/gsttimeoverlay.c:
1711         * ext/theora/theoradec.c:
1712         * ext/theora/theoraenc.c:
1713         * ext/theora/theoraparse.c:
1714         * ext/vorbis/vorbisdec.c:
1715         * ext/vorbis/vorbisenc.c:
1716         * ext/vorbis/vorbisparse.c:
1717         * ext/vorbis/vorbistag.c:
1718         * gst/adder/gstadder.c:
1719         * gst/audioconvert/gstaudioconvert.c:
1720         * gst/audioresample/gstaudioresample.c:
1721         * gst/audiotestsrc/gstaudiotestsrc.c:
1722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1723         * gst/gdp/gstgdpdepay.c:
1724         * gst/gdp/gstgdppay.c:
1725         * gst/playback/gstdecodebin2.c:
1726         * gst/playback/gstplaybin.c:
1727         * gst/playback/gstplaybin2.c:
1728         * gst/playback/gstqueue2.c:
1729         * gst/playback/gsturidecodebin.c:
1730         * gst/tcp/gstmultifdsink.c:
1731         * gst/tcp/gsttcpserversink.c:
1732         * gst/videorate/gstvideorate.c:
1733         * gst/videoscale/gstvideoscale.c:
1734         * gst/videotestsrc/gstvideotestsrc.c:
1735         * gst/volume/gstvolume.c:
1736         * sys/ximage/ximagesink.c:
1737         * sys/xvimage/xvimagesink.c:
1738           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1739           titles. Drop mentining that all our example pipelines are "simple"
1740           pipelines.
1741
1742 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1743
1744         * tests/examples/seek/Makefile.am:
1745         Fix out of tree build by adding all required CFLAGS.
1746
1747 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1748
1749         * gst/playback/gstdecodebin.c: (add_raw_queue):
1750         And ref the pad before returning it again when linking to the queue
1751         failed. Otherwise we will unref the pad twice later and things break.
1752
1753 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1754
1755         * gst/playback/gstdecodebin.c: (add_raw_queue):
1756         If linking the raw pad with a queue fails, try it without a queue
1757         instead of failing completely. This should never happen.
1758
1759 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1760
1761         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1762
1763         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1764         Add a queue after a demuxer if the demuxer outputs raw data. This was
1765         done before only for non-raw data but is required in this case too.
1766         Fixes bug #540215.
1767
1768         decodebin2 doesn't have this issue because all streams of a group
1769         go through multiqueue.
1770
1771 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1772
1773         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1774
1775         * gst-libs/gst/sdp/gstsdpmessage.c:
1776         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1777         that getaddrinfo() can be used. Fixes #541358.
1778
1779 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1780
1781         * gst/videotestsrc/gstvideotestsrc.c:
1782         (gst_video_test_src_class_init), (gst_video_test_src_init),
1783         (gst_video_test_src_set_property),
1784         (gst_video_test_src_get_property), (gst_video_test_src_create):
1785         * gst/videotestsrc/gstvideotestsrc.h:
1786         Cleanups, use default property values as defines.
1787         Add property to enable/disable peer buffer allocation.
1788
1789 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1790
1791         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1792         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1793         Enable unit tests on PPC again as the bugs are now fixed.
1794
1795 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1796
1797         * gst-libs/gst/riff/riff-ids.h:
1798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1799         (gst_riff_create_audio_template_caps):
1800         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1801         Fixes bug #540351.
1802
1803 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1804
1805         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1806         (gst_ffmpeg_pixfmt_to_caps):
1807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1808         (gst_ffmpegcsp_get_unit_size):
1809         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1810         it on other formats. Also adjust the unit size only for that format
1811         to not include the palette. Fixes bug #540497.
1812
1813 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1814
1815         * gst/adder/gstadder.c:
1816           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1817
1818 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * ChangeLog:
1821           ChangeLog surgery.
1822   
1823         * tests/examples/seek/seek.c:
1824           Move variable into ifdef too.
1825         
1826
1827 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1828
1829         * tests/examples/seek/seek.c:
1830           Include config.h and check if we have X. Remove XInitThread(), don't
1831           think its needed. Fixes: #540334.
1832
1833 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1834
1835         Patch by: Sam Morris <sam at robots dot org to uk>
1836
1837         * gst-libs/gst/interfaces/mixertrack.c:
1838         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1839         (gst_mixer_track_set_property):
1840         API: Add "index" property to GstMixerTrack to differantiate between
1841         multiple mixer tracks with the same label.
1842
1843         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1844         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1845         Set the "index" property of GstMixerTrack to the index given by ALSA.
1846         Fixes bug #528299.
1847
1848 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1849
1850         * tests/examples/seek/Makefile.am:
1851         * tests/examples/seek/seek.c:
1852           Remove libgstvideo usage. Use gtk_get_option_group instead of
1853           gtk_init().
1854
1855 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1856
1857         * tests/check/Makefile.am:
1858           Name the test registry format neutral.
1859
1860 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1861
1862         * gst/playback/gstqueue2.c:
1863           Do not double notify. Remove the unsued return value.
1864
1865 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1866
1867         * ext/alsa/gstalsamixer.c:
1868           Also consider "speaker" as a name for master volume. If that doesn't
1869           help look for the first non-mono volume control that also has a
1870           playback switch.
1871
1872 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1873
1874         * ChangeLog:
1875           Forgot to save the ChangeLog :/
1876
1877 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * tests/examples/seek/Makefile.am:
1880         * tests/examples/seek/seek.c:
1881           Embedd the xwindow. Allow to play multiple files.
1882
1883 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1884
1885         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1886         (gst_ximagesink_setcaps):
1887         * sys/ximage/ximagesink.h:
1888         When the caps change, make sure to re-draw borders in
1889         force-aspect-ratio=true mode.
1890         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1891         Don't clear the border_draw flag until we actually draw the border.
1892         * tests/check/Makefile.am:
1893         Ignore alsasink/src during the states test too, so it doesn't fail
1894         when running without access to the sound device.
1895
1896 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * tests/examples/seek/seek.c:
1899           Fix crasher when playing a parse-launch line the 2nd time.
1900
1901 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1902
1903         * tests/check/pipelines/oggmux.c:
1904           Properly ifdef tests to fix compilation.
1905
1906 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1907
1908         * gst/playback/gstplay-marshal.list:
1909         * gst/playback/gstplaybin2.c:
1910           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1911           playbin2. This allows the user to get to the selector's sinkpads, and
1912           thus inspect a range of things - caps, tags, etc. 
1913
1914 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1915
1916         * gst/playback/gstplaybin2.c:
1917           Use a different constant for the convert-frame signal id.
1918           Fixes #537009.
1919
1920 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1921
1922         * gst/playback/gstplaybin2.c:
1923         * gst/playback/gstplaysink.c:
1924           Fix a whole bunch of typos in comments and log statements. 
1925
1926 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1927
1928         * sys/xvimage/xvimagesink.c:
1929           Don't set colour balance values on the Xv port if the user hasn't
1930           changed them (via properties or the interface). Avoids accumulating
1931           rounding errors for the common case.
1932           Partial fix for bug #537889.
1933
1934 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1935
1936         * gst/playback/gstdecodebin2.c:
1937           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1938           pads are drained.
1939
1940 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1941
1942         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1943         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1944         Report the encoder latency. Fixes #538232.
1945
1946 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1947
1948         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1949         (notify_source), (activate_group):
1950         Implement the source property, emit notify when it changes in the
1951         underlying uridecodebin.
1952
1953 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1954
1955         * tests/examples/seek/seek.c: (stop_cb):
1956         Free and clear the seek element list so that we don't use invalid
1957         references when seeking after recreating a gst-launch line.
1958
1959 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1960
1961         * gst-libs/gst/audio/gstbaseaudiosink.c:
1962         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1963         (gst_base_audio_sink_render):
1964         Report latency even if we are not live instead of hiding it.
1965         Take ts-offset and render-delay of the basesink into account when
1966         scheduling samples.
1967         Rework the clipping code so that we can take the various offsets into
1968         account and still do correct clipping.
1969
1970 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1971
1972         * configure.ac:
1973         Bump verion back to devel -> 0.10.20.1
1974
1975 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1976
1977         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1978         Don't increase the size of non-string image buffers by one as this
1979         might in theory confuse decoders. Still increase it by one for string
1980         image buffers to append '\0'.
1981
1982 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1983
1984         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1985         
1986         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1987         Fix a buffer memleak and remove a confusing and wrong debug output.
1988         Fixes bug #538663.
1989
1990 === release 0.10.20 ===
1991
1992 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1993
1994         * configure.ac:
1995           releasing 0.10.20, "Here I Go Again"
1996
1997 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1998
1999         * configure.ac:
2000         0.10.19.3 pre-release
2001
2002 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2003
2004         * gst-libs/gst/rtsp/gstrtspconnection.c:
2005         Fix build on win32.
2006         Patch By: David Schleef <ds@schleef.org>
2007         Fixes: #536874
2008
2009 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2010
2011         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2012         (gst_gio_base_src_create):
2013         * ext/gio/gstgiobasesrc.h:
2014         Try to read the requested number of bytes, even if the first
2015         read returns less than requested, until nothing is read anymore
2016         or we have the requested amount of bytes. This fixes playback of
2017         files via Samba as Samba only allows to read 64k at once.
2018
2019         Implement a caching algorithm that makes sure that we read at
2020         least 4k of data every time. Some elements will try to read a few
2021         bytes, then seek, read again a few bytes and so on and this is
2022         painfully slow as every operation has to go over DBus if GVfs is
2023         used as backend.
2024
2025         Fixes bug #536849 and #536848.
2026
2027         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2028         (gst_gio_src_check_get_range):
2029         Override check_get_range() to blacklist http/https URIs
2030         and whitelist file URIs. More to be added on demand.
2031
2032 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2033
2034         * configure.ac:
2035         0.10.19.2 pre-release
2036
2037 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2038
2039         * win32/common/libgstrtsp.def:
2040         * win32/common/libgsttag.def:
2041         Add new API functions to the dll exports
2042
2043 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2044
2045         * gst/playback/gstplaybasebin.c:
2046           Disconnect signals from decodebins we created before we remove it
2047           from playbin, to avoid crashes if the decodebin is eventually
2048           disposed after the playbin itself (possible if the app takes a
2049           reference on the decodebin).
2050           Fixes #536521.
2051
2052 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2053
2054         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2055           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2056           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2057           (h264_video_type_find), (mpeg_video_stream_type_find),
2058           (dv_type_find), (mmsh_type_find):
2059           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2060           copy caps for no good reason (this may be desirable to make it easier
2061           to detect leaks, but then it should probably be done for all caps
2062           in the typefinder somewhere).
2063
2064 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2065
2066         * tests/check/Makefile.am:
2067         Do not try to run the check tests for subparse unless it has been
2068         built.
2069
2070 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2071
2072         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2073         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2074         Do not try to run a test which requires vorbisenc unless we have
2075         actually built it.
2076
2077 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2078
2079         * gst-libs/gst/rtsp/gstrtspconnection.c:
2080         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2081         (gst_rtsp_connection_clear_auth_params),
2082         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2083         * gst-libs/gst/rtsp/gstrtspconnection.h:
2084         Add a couple of missing argument guards.
2085         Add a way of setting the DSCP for an RTSP connection.
2086         Add an accessor method for the ip member of GstRTSPConnection as all
2087         members are supposed to be private.
2088
2089 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2090
2091         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2092         Fixed accidental use of IPv4 options for all IPv6 addresses.
2093
2094 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2095
2096         * gst-libs/gst/interfaces/mixertrack.h:
2097           Document mixer track flags.
2098
2099 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2100
2101         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2102
2103         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2104         Don't set caps on the buffers that contain a copy of the buffer
2105         including the caps of them resulting in an always increasing refcount
2106         of the caps and insanely large caps. Instead include a buffer without
2107         caps in the new caps. Fixes bug #536475.
2108
2109 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2112         Transform a given PAR to a range on the struct with the generic
2113         height/width instead of the struct with the possibly restricted
2114         height/width.
2115
2116 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2117
2118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2119         Prefer the given format if it contains something stricter than [1,MAX]
2120         for height or width and only put a structure that requires rescaling
2121         as second. This makes it possible to use videoscale in pipelines where
2122         the source can actually produce the wanted height/width but usually
2123         selects a different one from the requested.
2124
2125 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2126
2127         Based on patch by: John Millikin <jmillikin gmail com>
2128
2129         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2130           (gst_vorbis_tag_add_coverart):
2131           Retrieve COVERART tags from vorbis comments (#512333)
2132
2133 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2134
2135         * gst-libs/gst/tag/tag.h:
2136         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2137           Don't forget to add new enum value here too (should probably use
2138           glib-mkenums here...).
2139
2140 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2141
2142         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2143         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2144         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2145           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2146           (gst_tag_image_data_to_image_buffer):
2147           Add two utility functions to avoid code duplication (#512333):
2148           API: add gst_tag_image_data_to_image_buffer()
2149           API: add gst_tag_list_add_id3_image()
2150           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2151
2152 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2153
2154         * win32/common/libgstaudio.def:
2155         Add gst_audio_check_channel_positions() to the exported symbols.
2156
2157 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2158
2159         * docs/libs/gst-plugins-base-libs-sections.txt:
2160         * gst-libs/gst/audio/multichannel.c:
2161         (gst_audio_check_channel_positions):
2162         * gst-libs/gst/audio/multichannel.h:
2163         API: Make gst_audio_check_channel_positions() public.
2164
2165         * tests/check/libs/audio.c: (GST_START_TEST):
2166         Add some simple checks for gst_audio_check_channel_positions().
2167
2168 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2169
2170         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2171           minrange and maxrange are scaled according to the frequency
2172           multiplier.
2173
2174 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2175
2176         * ext/pango/Makefile.am:
2177         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2178           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2179           Use gstvideo functions to calculate strides and plane offsets. Fixes
2180           rendering issue ('ghost' images of the text on the chroma planes)
2181           with widths or heights that are not multiples of 8 (#506659 and
2182           probably also #485729).
2183
2184         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2185           (main):
2186           Test with odd height/width too.
2187
2188 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2189
2190         * gst/adder/gstadder.c: (gst_adder_query_duration),
2191         (gst_adder_query_latency):
2192         When using gst_element_iterate_pads() one has to unref every pad
2193         after usage.
2194
2195 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2196
2197         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2198         (gst_base_audio_src_class_init):
2199         Add a gtk-doc chunk for the new properties to have a Since: indication.
2200
2201 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2202
2203         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2204         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2205         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2206         (gst_base_audio_src_change_state):
2207         Provide readable actual-buffer-time and actual-latency-time properties
2208         that reflect the configured ringbuffer values. Fixes #524724.
2209         API: GstBaseAudioSrc:actual-buffer-time
2210         API: GstBaseAudioSrc:actual-latency-time
2211
2212 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2213
2214         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2215         (gst_basertppayload_change_state):
2216         Simply converting the running time into an RTP timestamp by scaling it
2217         based on the clock-rate is good enough for making an RTP timestamp. This
2218         has the added benefit that we can later on expose a property with the
2219         RTP timestamp of running time 0, as is needed for RTSP servers to
2220         generate the response of the PLAY request.
2221
2222 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2223
2224         * gst/audioconvert/gstaudioconvert.c:
2225         (structure_has_fixed_channel_positions),
2226         (gst_audio_convert_transform_caps):
2227         Allow up to 11 positioned channels now that audioconvert can handle
2228         this but add no default positions for > 8 channels.
2229         
2230         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2231         Add some unit tests for the above change: Test conversion of
2232         11 positioned channels to stereo and the other way around, test
2233         conversion of 15 unpositioned channels in different ways.
2234
2235 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2236
2237         * win32/common/libgstaudio.def:
2238         Add gst_audio_clock_reset to the list of exported symbols.
2239
2240 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2243         Remove wrong_channels_identification_header unit test as we now
2244         support 7 (and more channels).
2245
2246 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * gst/audioconvert/gstchannelmix.c:
2249         (gst_channel_mix_fill_one_other):
2250         If mixing left or right to center (or the other way around) only take
2251         the complete value if we don't already have the original position in
2252         the source.
2253
2254 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * gst-libs/gst/audio/multichannel.c:
2257         (gst_audio_check_channel_positions),
2258         (gst_audio_set_structure_channel_positions_list),
2259         (gst_audio_fixate_channel_positions):
2260         Allow rear center together with rear left/right and other previously
2261         conflicting channel positions. The reason why they weren't allowed
2262         was the channel mixing implementation in audioconvert.
2263         Also take this into account when fixing channel layouts.
2264
2265         Allow setting channel positions for 1/2 channels when using
2266         gst_audio_set_structure_channel_position().
2267
2268         * gst/audioconvert/gstchannelmix.c:
2269         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2270         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2271         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2272         Major rewrite of the channel mixing.
2273
2274         We now allow previously conflicting channel positions to appear
2275         together (rear center and rear left/right for example).
2276         Fixes bug #533817.
2277
2278         Rework the way channels are mixed together to take more possible
2279         channel positions into account, properly mix from/to side channels
2280         and don't assume that either center, left&right or nothing of a
2281         specific position is available anymore.
2282
2283         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2284         Adjust unit tests with non-standard 1/2 channel layouts to the more
2285         correct new behaviour.
2286
2287         Add a unit test for 5.1->Stereo downmixing.
2288
2289 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2290
2291         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2292         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2293         Add sane defaults for the 7 and 8 channel layouts as those are
2294         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2295         more than 8 channels instead of erroring out. Fixes bug #535356.
2296
2297 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2298
2299         * docs/plugins/Makefile.am:
2300         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2301         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2302         * ext/theora/theoraparse.c:
2303         Add theoraparse to the docs and fix some docs.
2304
2305 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2306
2307         * gst-libs/gst/cdda/gstcddabasesrc.c:
2308         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2309         Fix EOS condition and track addition check, the track.end sector is
2310         included in the track. Fixes #533265.
2311
2312 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2313
2314         Patch by: Mark Nauwelaerts <manauw at skynet be>
2315
2316         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2317         (gst_video_rate_flush_prev), (gst_video_rate_event),
2318         (gst_video_rate_chain):
2319         * gst/videorate/gstvideorate.h:
2320         React (more) to NEWSEGMENT
2321         Small adjustment in timestamp calculation to prevent mismatches
2322         Fixes #435633.
2323
2324 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2325
2326         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2327           Initialise error to NULL as we should.
2328
2329 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * gst/adder/gstadder.c: (gst_adder_query_duration),
2332         (gst_adder_query_latency), (gst_adder_query):
2333         Implement latency query.
2334
2335 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2336
2337         * gst/adder/gstadder.c: (gst_adder_query_duration):
2338         Correctly resync the iterator if gst_iterator_next() returns
2339         GST_ITERATOR_RESYNC.
2340
2341 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2342
2343         * win32/vs6/libgstpbutils.dsp:
2344           Add pbutils-enumtypes.c to sources (#518037).
2345
2346 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2347
2348         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2349         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2350         * gst-libs/gst/audio/gstaudioclock.h:
2351         Add method to inform the clock that the time starts from 0 again. We use
2352         this info to calculate a clock offset so that the time we report in
2353         internal_time is monotonically increasing, as required by the clock base
2354         class. Fixes #521761.
2355         API: GstAudioClock::gst_audio_clock_reset()
2356
2357         * gst-libs/gst/audio/gstbaseaudiosink.c:
2358         (gst_base_audio_sink_skew_slaving),
2359         (gst_base_audio_sink_change_state):
2360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2361         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2362         Reset reported time when we (re)create the ringbuffer.
2363
2364 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2365
2366         * ext/alsa/gstalsamixertrack.c:
2367           (gst_alsa_mixer_track_update_alsa_capabilities):
2368           Make sure playback volumes aren't accidentally overwritten by
2369           capture volumes if an alsa mixer track has both playback and
2370           capture capabilities: we create two GstMixerTracks in that
2371           case, so make sure we query only the alsa capabilities that
2372           refer to the type of GstMixerTrack we created from the dual
2373           capability alsa element. Should fix issues with Audigy2 sound
2374           cards (#518082).
2375
2376 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2377
2378         * tests/check/pipelines/oggmux.c: (test_pipeline):
2379           Don't use deprecated function.
2380
2381 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2382
2383         * gst/playback/gstdecodebin2.c:
2384         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2385         Check for NULL cases and log them, creating ghostpads can, for example,
2386         fail when the pad returns wrong caps.
2387
2388         * gst/playback/gstplaybin2.c: (perform_eos):
2389         When pushing out the EOS event, collect the return value and warn when
2390         something failed.
2391
2392 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2393
2394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2395         (gst_riff_create_video_template_caps):
2396         Add support for DVCPRO.
2397
2398 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2399
2400         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2401           Change default scaling method from nearest-neighbour to bilinear.
2402
2403 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2404
2405         * tests/check/libs/video.c:
2406           More checks.
2407
2408 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2409
2410         * gst/subparse/gstsubparse.c: (parser_state_init),
2411           (gst_sub_parse_format_autodetect), (handle_buffer):
2412         * gst/subparse/gstsubparse.h:
2413         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2414           Limit duration to a maximum of five seconds for tmplayer format where
2415           we can guess the duration only from the timestamp of the next line of
2416           text. We don't want to show a text for eternities just because nothing
2417           else is being said for a while.
2418
2419 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2420
2421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2422         (gst_base_rtp_depayload_chain),
2423         (gst_base_rtp_depayload_handle_sink_event),
2424         (gst_base_rtp_depayload_push_full),
2425         (gst_base_rtp_depayload_change_state):
2426         Check sequence numbers, mark input buffers with a discont flag for the
2427         subclass when we detected a gap, drop duplicate buffers. We do this
2428         because one can use the element without a jitterbuffer in front and we
2429         don't want to feed the subclasses invalid or reordered data.
2430         Do an error when the subclass did not provide a process function instead
2431         of crashing.
2432         Some other small cleanups.
2433
2434 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2435
2436         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2437           May just as well use the precalculated uvstride here.
2438
2439 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2440
2441         * docs/plugins/Makefile.am:
2442         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2444         * docs/plugins/gst-plugins-base-plugins.args:
2445         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2446         * docs/plugins/gst-plugins-base-plugins.interfaces:
2447         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2448         * docs/plugins/inspect/plugin-adder.xml:
2449         * docs/plugins/inspect/plugin-alsa.xml:
2450         * docs/plugins/inspect/plugin-audioconvert.xml:
2451         * docs/plugins/inspect/plugin-audiorate.xml:
2452         * docs/plugins/inspect/plugin-audioresample.xml:
2453         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2454         * docs/plugins/inspect/plugin-cdparanoia.xml:
2455         * docs/plugins/inspect/plugin-decodebin.xml:
2456         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2457         * docs/plugins/inspect/plugin-gdp.xml:
2458         * docs/plugins/inspect/plugin-gio.xml:
2459         * docs/plugins/inspect/plugin-gnomevfs.xml:
2460         * docs/plugins/inspect/plugin-libvisual.xml:
2461         * docs/plugins/inspect/plugin-ogg.xml:
2462         * docs/plugins/inspect/plugin-pango.xml:
2463         * docs/plugins/inspect/plugin-playback.xml:
2464         * docs/plugins/inspect/plugin-queue2.xml:
2465         * docs/plugins/inspect/plugin-subparse.xml:
2466         * docs/plugins/inspect/plugin-tcp.xml:
2467         * docs/plugins/inspect/plugin-theora.xml:
2468         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2469         * docs/plugins/inspect/plugin-uridecodebin.xml:
2470         * docs/plugins/inspect/plugin-video4linux.xml:
2471         * docs/plugins/inspect/plugin-videorate.xml:
2472         * docs/plugins/inspect/plugin-videoscale.xml:
2473         * docs/plugins/inspect/plugin-videotestsrc.xml:
2474         * docs/plugins/inspect/plugin-volume.xml:
2475         * docs/plugins/inspect/plugin-vorbis.xml:
2476         * docs/plugins/inspect/plugin-ximagesink.xml:
2477         * docs/plugins/inspect/plugin-xvimagesink.xml:
2478         * ext/cdparanoia/gstcdparanoiasrc.c:
2479         * ext/ogg/gstoggdemux.c:
2480         * ext/ogg/gstoggdemux.h:
2481         * ext/ogg/gstoggmux.c:
2482         * ext/ogg/gstoggmux.h:
2483         * gst/audioconvert/audioconvert.c:
2484         * gst/audioconvert/audioconvert.h:
2485         * gst/audioconvert/gstaudioconvert.h:
2486         * gst/gdp/gstgdpdepay.h:
2487         * gst/gdp/gstgdppay.h:
2488         * gst/playback/gstdecodebin.c:
2489         * gst/playback/gstdecodebin2.c:
2490         * gst/playback/gstplaybin.c:
2491         * gst/playback/gstplaybin2.c:
2492         * gst/playback/gsturidecodebin.c:
2493         * gst/tcp/gstmultifdsink.c:
2494         * gst/tcp/gstmultifdsink.h:
2495         * gst/tcp/gsttcp.h:
2496
2497         Add some documentation comments, and some new headers to be scanned.
2498         Rename some internal enum declarations (audioconvert's DitherType and
2499         NoiseShapingType, GstUnitType from the TCP elements) to match the
2500         documented GObject type names so that the docs pick them up.
2501         Name the playbin2 docs markups properly so they get picked up. They'll
2502         need renaming back when/if playbin2 becomes playbin.
2503
2504         100% symbol coverage for the plugin docs, booya.
2505
2506 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2507
2508         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2509
2510         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2511         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2512
2513 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2514
2515         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2516
2517         * gst/playback/gstdecodebin.c: (remove_fakesink):
2518         Lock the fakesink before setting the state to NULL and removing it from
2519         the bin so that a concurrent state change cannot interfere. 
2520         Fixes #534331.
2521
2522 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2523
2524         * docs/Makefile.am:
2525         Fix installing plugin documentation when gtk-doc is disabled.
2526
2527 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2528
2529         * gst-libs/gst/rtsp/Makefile.am:
2530         Distribute, don't install md5.h
2531
2532 2008-05-21  Julien Moutte  <julien@fluendo.com>
2533
2534         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2535         instead of SOL_IP, works on more platforms.
2536         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2537         arguments.
2538
2539 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2540
2541         * ext/vorbis/vorbisdec.c:
2542         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2544         Some debug and comment fixes.
2545
2546         * tests/examples/dynamic/addstream.c: (main):
2547         Fix , to ;
2548
2549 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2550
2551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2552         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2553         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2554         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2555         (cleanup_decodebin):
2556         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2557         (connect_element), (gst_decode_group_control_demuxer_pad):
2558         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2559         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2560         (mute_group_type):
2561         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2562         (gst_play_bin_set_property), (handoff), (gen_video_element),
2563         (gen_text_element), (gen_audio_element), (gen_vis_element),
2564         (remove_sinks), (add_sink), (setup_sinks):
2565         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2566         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2567         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2568         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2569         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2570         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2571         (gen_vis_chain), (gst_play_sink_reconfigure),
2572         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2573         (gst_play_sink_request_pad):
2574         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2575         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2576         (cb_newpad):
2577         * gst/playback/test6.c: (new_decoded_pad_cb):
2578         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2579         * tests/check/elements/audiorate.c: (test_injector_chain),
2580         (do_perfect_stream_test):
2581         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2582         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2583         * tests/check/elements/gnomevfssink.c:
2584         * tests/check/elements/textoverlay.c:
2585         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2586         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2587         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2588         * tests/check/pipelines/oggmux.c: (test_pipeline):
2589         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2590         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2591         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2592         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2593         * tests/examples/seek/seek.c: (make_mod_pipeline),
2594         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2595         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2596         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2597         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2598         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2599         (update_fill), (msg_buffering):
2600         Don't use bad gst_element_get_pad().
2601
2602 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2603
2604         * gst-libs/gst/riff/riff-media.c:
2605           Fix wrong method name in docs. Fix calculation of strf fields for
2606           broken mulaw/alaw.
2607   
2608         * gst-libs/gst/riff/riff-read.c:
2609           Whitespace fix and removing double ';'.
2610
2611 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2612
2613         * docs/design/part-playbin2.txt:
2614         Add some leftover doc.
2615
2616 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2619         Fix copy & paste error in last commit.
2620
2621 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2624         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2625         other channel positions when source has SIDE channels and dest doesn't
2626         or the other way around.
2627
2628 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2629
2630         Patch by: Henrik Eriksson <henriken at axis dot com>
2631
2632         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2633         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2634         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2635         (gst_multi_fd_sink_get_property):
2636         * gst/tcp/gstmultifdsink.h:
2637         Add support for DSCP QOS. Fixes #469933.
2638
2639 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2640
2641         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2642         Add another test that checks if conversion between standard 1 and 2
2643         channel layouts with and without positions set is working.
2644
2645 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2646
2647         * gst-libs/gst/audio/multichannel.c:
2648         (gst_audio_check_channel_positions):
2649         Allow non-standard 2 channel layouts.
2650         
2651         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2652         Add some tests for converting and remapping non-standard 1 and 2
2653         channel layouts.
2654
2655 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2656
2657         * gst/audioconvert/gstchannelmix.c:
2658         (gst_channel_mix_fill_normalize):
2659         Prevent division by zero if the channel mix matrix contains only
2660         zeroes.
2661
2662 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2663
2664         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2665
2666         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2667         Close a buffer memory leak. Fixes bug #534071.
2668
2669 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2670
2671         * gst-libs/gst/rtsp/gstrtsptransport.h:
2672         Make the GstRTSPTransport struct members public as there are no
2673         setters/getters and it's supposed to be changed directly.
2674         Fixes bug #533087.
2675
2676 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         * gst/adder/gstadder.c:
2679         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2680         claim this on the pad template caps.
2681
2682 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2683
2684         * gst-libs/gst/audio/gstbaseaudiosink.c:
2685         (gst_base_audio_sink_sync_latency):
2686         We can only use our optimal calibration if we prerolled before the
2687         latency expired.
2688
2689 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2690
2691         * configure.ac:
2692           Require core CVS for GstBaseSrc buffer caps setting magic.
2693
2694 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2695
2696         * gst/audioconvert/gstaudioconvert.c:
2697         (gst_audio_convert_fixate_channels):
2698         Fix logic in last commit.
2699
2700 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2701
2702         * gst/audioconvert/gstaudioconvert.c:
2703         (gst_audio_convert_fixate_channels):
2704         Passthrough the channel positions if the number of output channels is
2705         the same as the number of input channels, the input had a channel
2706         layout and downstream requests no special one. We did this already for
2707         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2708
2709 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2710
2711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2712         (gst_gnome_vfs_src_finalize),
2713         (gst_gnome_vfs_src_received_headers_callback),
2714         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2715         * ext/gnomevfs/gstgnomevfssrc.h:
2716         Set the ICY caps on the srcpad from where they get picked up by the base
2717         class now and set on the outgoing buffers.
2718
2719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2720         (gst_base_audio_src_create):
2721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2722         BaseSrc now sets the caps on outgoing buffers automatically.
2723
2724 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2725
2726         * gst-libs/gst/audio/gstbaseaudiosink.c:
2727         (gst_base_audio_sink_resample_slaving),
2728         (gst_base_audio_sink_skew_slaving),
2729         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2730         (gst_base_audio_sink_async_play),
2731         (gst_base_audio_sink_change_state):
2732         Change the way in which the ringbuffer is started when dealing with a
2733         slaved clock and latency. We now sync to the clock until we reach
2734         upstream latency before starting the ringbuffer. This has the effect
2735         that we can accurately align the master and slave clocks and let the
2736         rate correction code take care of the initial drift or rounding errors
2737         instead of leaving them uncorrected with the old approach.
2738
2739 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         * gst/audioconvert/gstaudioconvert.c:
2742         (gst_audio_convert_fixate_channels):
2743         Correctly set the default channel positions when converting to 8
2744         channels.
2745
2746 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2747
2748         * configure.ac:
2749           Error out if we don't have the required version of core.
2750
2751 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2752
2753         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2754           Use data scan helper in aac typefinder and stop scanning
2755           for headers when we've found a type. Also fix potential invalid
2756           memory access when calculating the frame length.
2757
2758 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2759
2760         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2761           (mpeg_sys_is_valid_pack):
2762           Don't modify scan context when we return FALSE in ensure_data, so
2763           it's possible to continue scanning, and we don't end up with a NULL
2764           data pointer and a positive size, which might bite us the next time
2765           we're called. Small constification.
2766
2767 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * gst/adder/gstadder.c:
2770         Adder doesn't support 24 bit samples so don't claim it supports them
2771         in the pad template caps.
2772
2773 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2776         (gst_base_rtp_depayload_chain):
2777         Validate the RTP packet before further processing it. It's just too
2778         dangerous to accept random packets and people are not forced to use a
2779         jitterbuffer or session manager to filter out the bad packets.
2780
2781         * gst-libs/gst/rtp/gstrtpbuffer.c:
2782         (gst_rtp_buffer_set_extension_data),
2783         (gst_rtp_buffer_get_payload_subbuffer):
2784         Small cleanups.
2785         When setting extension data in a buffer that is too small, we fail and
2786         we should not set the extension bit.
2787         Change GST_WARNINGS into g_warning because they really are
2788         programming errors.
2789
2790         * tests/check/libs/rtp.c: (GST_START_TEST):
2791         Catch the g_warnings now in the unit tests and that fact that failing to
2792         set extension data left the extension bit untouched.
2793
2794 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2795
2796         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2797           Revert previous change which made basetransform handle buffer_alloc
2798           and which breaks things badly in the non-passthrough case since it
2799           returned buffers with a different (ie. sometimes smaller) size than
2800           the size requested.
2801
2802 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2803
2804         Patch by: Bernard B <b-gnome at largestprime dot net>
2805
2806         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2807         Fix seqnum compare function for bordercase values and fix the docs
2808         again. Fixes #533075.
2809
2810         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2811         Add a testcase for seqnum compare function.
2812
2813 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2814
2815         * gst/adder/gstadder.c: (gst_adder_setcaps),
2816         (gst_adder_class_init):
2817         Correctly declare the supported endianness on the pad templates
2818         and check for correct endianness in the set caps function. Adder
2819         only supports native endianness.
2820         Also use gst_element_class_set_details_simple().
2821
2822 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2823
2824         * sys/xvimage/xvimagesink.c:
2825           Better debug logging in port value handling. Merging separate port
2826           value loops into one.
2827
2828 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2829
2830         Patch by: Hannes Bistry <hannesb at gmx dot de>
2831
2832         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2833         * gst/tcp/gsttcpserversink.c:
2834         (gst_tcp_server_sink_handle_server_read),
2835         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2836         Fix regression in clientsrc because we did not add the fd to the poll
2837         set anymore. Fixes #532364.
2838         Do some cleanups here and there.
2839
2840 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2843         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2844         * gst/playback/gstplay-marshal.list:
2845         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2846         Use correct marshallers. GstCaps are a boxed type and no GObject
2847         subclass.
2848
2849 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         * win32/common/libgstrtsp.def:
2852         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2853         symbols.
2854
2855 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2856
2857         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2858
2859         * tests/check/elements/audioresample.c:
2860         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2861         (live_switch_push), (GST_START_TEST):
2862         Add unit test for the latest basetransform negotiation changes.
2863         See bug #526768.
2864
2865 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2866
2867         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2868         Fix nv12<->nv21 conversion if stride is larger than width.
2869
2870 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2871
2872         Patch by: Jan Gerber <j at oil21 dot org>
2873
2874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2875         (gst_ogg_pad_parse_skeleton_fisbone):
2876         * ext/ogg/gstoggdemux.h:
2877         Parse presentation time from skeleton streams and use it as offset
2878         for the timestamps. Fixes bug #530068.
2879
2880 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2881
2882         * gst-libs/gst/audio/gstbaseaudiosink.c:
2883         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2884         Revert previous patch that attempted to more accurately calculate the
2885         initial offset between master and slave clock. The best thing we can do
2886         in general is take the time of both clocks as the diff since we don't
2887         know when the actual preroll happened.
2888
2889 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2890
2891         * gst-libs/gst/pbutils/install-plugins.c:
2892           Fix docs: type and missing word.
2893
2894 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2895
2896         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2897           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2898           for this instead; don't check if we've found enough markers after
2899           each and every step, it's enough to do that only if we've actually
2900           found a new marker.
2901           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2902
2903 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2904
2905         * gst/typefind/gsttypefindfunctions.c:
2906           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2907           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2908           (mpeg_video_stream_type_find):
2909           Move scan helper thingy to the beginning of the file so we can use
2910           it in other typefind functions. Rename it to something more
2911           generic. Also improve handling of things towards the end of the
2912           typefind data: peek as much as we can if we know the size of the
2913           data, rather than just min_size.
2914
2915 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2916
2917         * docs/libs/gst-plugins-base-libs-sections.txt:
2918         * gst-libs/gst/interfaces/colorbalance.c:
2919         * gst-libs/gst/interfaces/colorbalance.h:
2920         * gst-libs/gst/interfaces/colorbalancechannel.c:
2921         * gst-libs/gst/interfaces/colorbalancechannel.h:
2922         * gst-libs/gst/interfaces/tuner.c:
2923         * gst-libs/gst/interfaces/tunerchannel.c:
2924         * gst-libs/gst/interfaces/tunerchannel.h:
2925         * gst-libs/gst/interfaces/tunernorm.c:
2926         * gst-libs/gst/interfaces/tunernorm.h:
2927         * gst-libs/gst/video/video.c:
2928         * gst-libs/gst/video/video.h:
2929         Document the GstTuner and GstColorBalance interfaces, and some
2930         other random API functions that needed it. 70% symbol coverage, woo.
2931
2932 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2935         Choose to allocate one less segment but require one additional segment
2936         as latency. 
2937
2938         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2939         No need to increment the number of segments in the source.
2940
2941         * gst-libs/gst/audio/gstbaseaudiosink.c:
2942         (gst_base_audio_sink_get_time), (clock_convert_external),
2943         (gst_base_audio_sink_resample_slaving),
2944         (gst_base_audio_sink_skew_slaving),
2945         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2946         (gst_base_audio_sink_async_play):
2947         Remove adding latency when returning the internal time while subtracting
2948         it again when we use the value a little later.
2949         When calculating the end timestamp, we are making a rounding error
2950         with the current algorithm. Ensure that we don't accumulate these
2951         rounding errors when aligning samples by not resampling at all if we
2952         don't need to. Fixes #419351.
2953         Make the initial calibration of the clock slaving a little more
2954         predictable and accurate. Also handle the case where we don't do
2955         clock slaving.
2956
2957 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2958
2959         Based on a patch by:
2960           Björn Benderius <bjoern dot benderius at axis dot com>
2961
2962         * gst/ffmpegcolorspace/avcodec.h:
2963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2964         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2965         (gst_ffmpegcsp_avpicture_fill):
2966         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2967         * gst/ffmpegcolorspace/imgconvert_template.h:
2968         Add conversions from/to NV12 and NV21 and conversions between those
2969         two formats. Fixes bug #532166.
2970
2971 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2972
2973         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2974         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2975         which happens for example with files smaller than 128kb.
2976
2977 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2978
2979         Patch by: Wouter Cloetens <zombie at e2big dot org>
2980
2981         * gst-libs/gst/rtsp/Makefile.am:
2982         * gst-libs/gst/rtsp/gstrtspconnection.c:
2983         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2984         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2985         (add_auth_header), (gst_rtsp_connection_free),
2986         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2987         (gst_rtsp_connection_set_auth_param),
2988         (gst_rtsp_connection_clear_auth_params):
2989         * gst-libs/gst/rtsp/gstrtspconnection.h:
2990         Add Digest authorization support for RTSP connections. See #532065.
2991
2992         * gst-libs/gst/rtsp/md5.c:
2993         * gst-libs/gst/rtsp/md5.h:
2994         Yeap, another md5 implementation until we can depend on a glib that has
2995         support for it.
2996
2997 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2998
2999         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3000
3001         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3002         Let audioresample use the buffer allocation of basetransform instead
3003         of it's own stuff.
3004
3005         * tests/check/elements/audioresample.c: (alloc_only_48000),
3006         (GST_START_TEST), (audioresample_suite):
3007         Add unit test for the recent basetransform bugfix, where upstream
3008         changes caps to something that can't be passed through anymore.
3009
3010 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3011
3012         * win32/common/config.h.in:
3013           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3014           use the real thing than having "???" unconditionally.
3015
3016 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3017
3018         * gst-libs/gst/audio/gstbaseaudiosink.c:
3019         (gst_base_audio_sink_query):
3020         Report the latency with the new seglatency parameter.
3021
3022         * gst-libs/gst/audio/gstringbuffer.c:
3023         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3024         (gst_ring_buffer_acquire):
3025         * gst-libs/gst/audio/gstringbuffer.h:
3026         Add new field to the ringbufferspec to specify the expected latency
3027         between the underlying device read/write pointer, this is needed
3028         when writing sinks that sit a little closer to the hardware.
3029         Add some more docs for other fields.
3030
3031 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3032
3033         * gst/volume/gstvolume.c: (volume_transform_ip):
3034         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3035         reason instead of crashing later. Might fix bug #509125.
3036
3037 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3038
3039         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3040
3041         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3042         * gst/audioconvert/audioconvert.h:
3043         * gst/audioconvert/gstaudioconvert.c:
3044         (gst_audio_convert_parse_caps),
3045         (structure_has_fixed_channel_positions),
3046         (gst_audio_convert_transform_caps):
3047         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3048         Add support for more than 8 channels and NONE channel layouts. For
3049         more than 8 channels no channel conversion is supported yet, only
3050         format conversions are supported. Fixes bug #398033.
3051
3052         * tests/check/elements/audioconvert.c: (verify_convert),
3053         (GST_START_TEST), (audioconvert_suite):
3054         Add some unit tests by Tim for checking the NONE channel layouts
3055         and more than 8 channels and add some more unit tests for channel
3056         conversions.
3057
3058 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3059
3060         * gst/playback/gstdecodebin2.c: (connect_pad):
3061         When autoplugging fails, set the element back to NULL before
3062         unreffing it.
3063
3064 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3065
3066         * win32/common/libgstaudio.def:
3067         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3068         symbols.
3069
3070 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3071
3072         * gst/subparse/samiparse.c: (handle_start_sync),
3073         (end_sami_element), (characters_sami):
3074         Remove trailing, leading and double whitespaces.
3075         Correctly timestamp buffers and output the last buffer too.
3076
3077         * tests/check/elements/subparse.c: (GST_START_TEST),
3078         (subparse_suite):
3079         Add a simple unit test for SAMI parsing.
3080
3081 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3082
3083         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3084
3085         * gst/subparse/samiparse.c: (handle_start_sync),
3086         (start_sami_element), (end_sami_element), (characters_sami),
3087         (sami_context_reset):
3088         Only output characters inside the "sync" elements. There could be
3089         other elements like "style" that have some content but should
3090         not be printed. Fixes bug #467911.
3091
3092 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3093
3094         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3095         (set_active_source):
3096         * gst/playback/gstplaybasebin.h:
3097         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3098         (playbin_set_audio_mute):
3099         Allow setting -1 as current-audio to mute the current audio stream,
3100         similar to what is done for subtitles. Fixes bug #342294.
3101
3102 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3103
3104         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3105         It's SorensOn and not SorensEn.
3106
3107 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3108
3109         * gst-libs/gst/pbutils/descriptions.c: (formats):
3110           Fix description of video/x-flash-video.
3111
3112 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3115         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3116         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3117         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3118         Remove some unused code.
3119
3120         * gst/audioconvert/gstaudioquantize.c:
3121         (gst_audio_quantize_free_noise_shaping):
3122         Don't return before freeing the noise shaping history.
3123
3124 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3125
3126         * tests/check/elements/subparse.c: (do_test),
3127           (test_tmplayer_style3b), (subparse_suite):
3128           Add unit test for the tmplayer variant from bug #530962.
3129
3130 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3131
3132         * gst/subparse/gstsubparse.c: (handle_buffer),
3133           (gst_sub_parse_sink_event):
3134         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3135           (tmplayer_parse_line):
3136           Fix parsing of tmplayer subtitle variant where every single line contains
3137           text and there isn't an empty line after each line to determine the
3138           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3139           making sure that we push out the last line of text without a duration if
3140           there's still text left in the buffer at the end.
3141
3142 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3143
3144         * gst/subparse/gstsubparse.c: (feed_textbuf):
3145           Fix detection of discontinuities based on the buffer offset (doesn't work
3146           so well if no buffer offset is set) and also check for the DISCONT buffer
3147           flag. This keeps the parser state from being reset after each buffer in
3148           the unit test.
3149
3150 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3151
3152         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3153           Further fine-tuning: don't absolutely require sequence or GOP headers
3154           (as introduced in the previous commit), but adjust the typefind
3155           probabilities returned accordingly if we don't see them. Also make sure
3156           picture header and first slice are somewhat close to each other (which
3157           is not perfect but still better than requiring a fixed offset or having
3158           no limit at all).
3159
3160 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3163         (gst_basertppayload_sink_setcaps),
3164         (gst_basertppayload_sink_getcaps):
3165         Rename the setcaps/getcaps function internally to make it clear that
3166         they are called for the sink pad.
3167
3168 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3169
3170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3171         (gst_base_rtp_depayload_class_init),
3172         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3173         (gst_base_rtp_depayload_packet_lost),
3174         (gst_base_rtp_depayload_set_gst_timestamp):
3175         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3176         Catch packet-lost events from the jitterbuffer and convert them into a
3177         vmethod call (lost-packet) so that depayloaders can do something smart.
3178         Also add a default packet-lost function that sends out a segment update
3179         to the decoders.
3180
3181 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3182
3183         * gst/playback/test4.c:
3184         * gst/playback/test5.c:
3185         * gst/playback/test6.c:
3186         * gst/playback/test7.c:
3187           Also include config.h when relying on defines from it. Fixes the
3188           build. Its been a please to serve :)
3189
3190 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3191
3192         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3193         (paint_setup_NV21), (paint_hline_NV12_NV21):
3194         Add support for NV12 and NV21 in videotestsrc
3195
3196 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3197
3198         * gst/videoscale/gstvideoscale.c:
3199         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3200         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3201         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3202         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3203         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3204         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3205         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3206         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3207         (vs_image_scale_linear_RGB555):
3208         Support 1x1 images as input and output as for example the BBC HQ new
3209         streams have 1x1 GIFs in the playlists for some reason.
3210
3211 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3212
3213         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3214           (try_to_link_1):
3215           If we can't activate one of the decoders we plugged in (such as,
3216           say, musepackdec) for some reason (it might not support push mode,
3217           for example), remove any pad probes that close_pad_link() might
3218           have set up. This makes sure we later don't try to remove a probe
3219           for a pad that doesn't exist any longer, and avoids nast warnings
3220           and probably other things too.
3221
3222 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3223
3224         * gst/typefind/gsttypefindfunctions.c:
3225           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3226           (plugin_init):
3227           Rework mpeg video stream typefinding a bit more: make sure sequence,
3228           GOP, picture and slice headers appear in the order they should and
3229           that we've in fact at least had one of each; fix picture header
3230           detection; decouple picture and slice header check - don't assume
3231           they're at a fixed offset, there may be extra data in between. Also,
3232           announce varying degrees of probability depending on what we found
3233           exactly (multiple pictures, at least one picture, just sequence and
3234           GOP headers). Finally, in _ensure_data(), take into account that we
3235           might be typefinding smaller amounts of data, such as the first
3236           buffer of a stream, so fall back to the minimum size needed as long
3237           as that's available, instead of erroring out if there's less than
3238           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3239           fuzzed file from #399342 as valid.
3240
3241 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3242
3243         * ext/theora/theoradec.c:
3244           Cool kids don't divide by zero.
3245           Treat PAR of x:0 as 1:1.
3246           Fixes #530719.
3247
3248 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3249
3250         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3251           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3252           (mpeg_video_stream_type_find):
3253           Refactor a bit: use context structure to track parsing offset and
3254           size of available data and make the code a bit clearer. Fixes bad
3255           memory access in #356937.
3256
3257 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3258
3259         * gst/playback/test4.c:
3260         * gst/playback/test5.c:
3261         * gst/playback/test6.c:
3262         * gst/tcp/gstmultifdsink.c:
3263           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3264           is defined.
3265
3266 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3267
3268         * gst-libs/gst/audio/gstbaseaudiosink.h:
3269         Clarify some docs.
3270
3271         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3272         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3273         (gst_base_audio_src_set_slave_method),
3274         (gst_base_audio_src_get_slave_method),
3275         (gst_base_audio_src_set_property),
3276         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3277         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3278         Add property and methods for selecting the clock slave method in the
3279         source, like in the sink.
3280         We only implement "none" and "re-timestamp" for now.
3281         API: gst_base_audio_src_set_slave_method()
3282         API: gst_base_audio_src_get_slave_method()
3283
3284 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst-libs/gst/rtp/gstrtpbuffer.c:
3287         Fix the docs about the seqnum compare function, it returns a difference.
3288
3289 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3290
3291         * ext/alsa/gstalsadeviceprobe.c:
3292         (gst_alsa_get_device_list): Don't return before freeing up
3293         the allocated structures.
3294
3295 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3296
3297         * gst/playback/gstplaybin.c:
3298           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3299
3300 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3301
3302         * ext/ogg/gstoggdemux.c:
3303           Revert the event part, that should not go in.
3304
3305 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3306
3307         * ext/ogg/gstoggdemux.c:
3308           Don't leak GstPluginFeatures when filtering.
3309
3310 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3311
3312         * sys/xvimage/xvimagesink.c:
3313           Add some logging for cases when grabbing the xv failed.
3314
3315 2008-04-21  David Schleef  <ds@schleef.org>
3316
3317         * ext/ogg/gstoggmux.c:
3318           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3319           packet.  Should conform to what we currently think is the
3320           final Ogg/Dirac muxing spec.
3321
3322 2008-04-21  David Schleef  <ds@schleef.org>
3323
3324         * sys/xvimage/xvimagesink.c:
3325           Fix typo that causes the overlay keying color to bright green
3326           on a 16-bit display.  Dark grey good.  Bright green bad.
3327
3328 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3329
3330         * ext/gnomevfs/gstgnomevfsuri.c:
3331           Add  FIXME comment about using uri-list for source and sink.
3332
3333 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3334
3335         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3336         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3337         vaargs functions to gint. Otherwise the fractions will get 0 set
3338         instead of the correct value on big endian systems. Fixes bug #529018.
3339
3340 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * ext/gnomevfs/gstgnomevfssink.c:
3343         (gst_gnome_vfs_sink_uri_get_protocols):
3344         * ext/gnomevfs/gstgnomevfssrc.c:
3345         (gst_gnome_vfs_src_uri_get_protocols):
3346         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3347         (gst_gnomevfs_get_supported_uris):
3348         Get the list of supported URI schemes in a threadsafe way and use the
3349         same list for the source and sink.
3350
3351 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3352
3353         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3354         (gst_gio_get_supported_protocols):
3355         Don't generate a new supported protocols list on each call but cache
3356         it. It's supposed to be static anyway, this way we only leak it once
3357         per process.
3358
3359         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3360         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3361         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3362         (gst_gio_sink_start):
3363         * ext/gio/gstgiosink.h:
3364         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3365         (gst_gio_src_class_init), (gst_gio_src_finalize),
3366         (gst_gio_src_set_property), (gst_gio_src_get_property),
3367         (gst_gio_src_start):
3368         * ext/gio/gstgiosrc.h:
3369         API: Add "file" properties where one can set a GFile as
3370         source/destination.
3371
3372         Add locking to the properties and use
3373         gst_element_class_set_details_simple() instead of a static
3374         GstElementDetails struct.
3375
3376 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3377
3378         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3379         (plugin_init):
3380         Add "mpp" and "mp+" as possible extensions for MusePack files.
3381
3382         Add typefinding for MusePack StreamVersion 8 files and include the
3383         stream version in the caps.
3384
3385 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3386
3387         * gst-libs/gst/rtp/gstrtppayloads.c:
3388         (gst_rtp_payload_info_for_name):
3389         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3390
3391 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * configure.ac:
3394           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3395           (NB: this only affects compilation of some of the examples).
3396           Remove some configure.ac cruft that's not needed any longer.
3397
3398 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3399
3400         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3401         Don't validate the payload if there isn't any.
3402         Fixes #525915
3403
3404 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3407         Use g_atomic_int_set() instead of gst_atomic_int_set().
3408
3409 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3410
3411         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3412         Return NULL instead of a gchar * array with one NULL element if we
3413         don't get any supported URI schemes from GIO.
3414
3415 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3416
3417         * gst/audiotestsrc/gstaudiotestsrc.c:
3418           Remove cpp style commented old code.
3419
3420 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3421
3422         * gst/playback/gstdecodebin2.c:
3423           Fix signal docs.
3424
3425 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3428           (gst_text_overlay_init):
3429           Fix textoverlay unit test again by making the supposed default
3430           value for the wait-text property the actual default value.
3431           Also fix Since: tag for new property.
3432
3433 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3436           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3437           (gst_video_format_get_pixel_stride),
3438           (gst_video_format_get_component_width),
3439           (gst_video_format_get_component_height),
3440           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3441           (gst_video_format_convert):
3442           Add guards to these functions to ensure sane input values.
3443
3444         * tests/check/libs/video.c:
3445           Fix unit test not to create caps with width=0 and height=0.
3446
3447 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3448
3449         * docs/design/draft-keyframe-force.txt:
3450         Fix typo.
3451
3452         * gst/playback/gstqueue2.c: (update_buffering),
3453         (gst_queue_handle_src_query):
3454         Set buffering mode in the messages.
3455         Set buffering percent in the query.
3456
3457         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3458         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3459         Do some more fancy things based on the buffering method in use.
3460
3461 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3464         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3465         (msg_buffering), (main):
3466         Add basic download reports to seek using the new buffering API.
3467
3468 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         * gst/playback/gstqueue2.c: (update_buffering),
3471         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3472         (gst_queue_src_checkgetrange_function):
3473         Include extra buffering stats in the buffering message.
3474         Implement BUFFERING query.
3475
3476         * gst/playback/gsturidecodebin.c: (do_async_start),
3477         (do_async_done), (type_found), (setup_streaming), (setup_source),
3478         (gst_uri_decode_bin_change_state):
3479         Only add decodebin2 when the type is found in streaming mode.
3480         Make uridecodebin async to PAUSED even when we don't have decodebin2
3481         added yet.
3482
3483 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3484
3485         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3486         Filter cdda from the supported URI schemes. We can't support
3487         musicbrainz tags and everything else one expects from a cdda source
3488         with GIO. Fixes bug #526794.
3489
3490 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3491
3492         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3493         (gst_xvimagesink_buffer_alloc):
3494         Fix calculation of 'expected size' for YV12 buffers.
3495         Be a little more verbose in the debug output for buffer-alloc'ed
3496         buffers which turn out to have the wrong size.
3497
3498 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3499
3500         * NEWS:
3501         * RELEASE:
3502         * gst-plugins-base.doap:
3503           Merge other changes from 0.10.19 release branch.
3504
3505 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * gst-libs/gst/audio/gstbaseaudiosink.c:
3508           (gst_base_audio_sink_class_init):
3509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3510           (gst_base_audio_src_class_init):
3511         * gst/playback/gstplayback.c: (plugin_init):
3512         * gst/volume/gstvolume.c: (plugin_init):
3513           Work around missing bits of thread-safety on older GLibs some
3514           more to avoid assertions when starting up multiple playbin
3515           objects concurrently (see #512382).
3516
3517 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3520           Remove some more fields.
3521
3522 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3523
3524         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3525
3526         * configure.ac:
3527         Actually build dlls when cross-compiling with mingw32.
3528         Fixes bug #526247.
3529
3530 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         * configure.ac:
3533           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3534
3535 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3536
3537         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3538         (msg_buffering), (connect_bus_signals), (main):
3539         Add statusbar.
3540         Add buffering support with feedback in the statusbar.
3541
3542 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         * ext/ogg/gstoggmux.c:
3545           Fix sample pipeline description.
3546
3547 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3548
3549         * docs/plugins/Makefile.am:
3550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3551         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3552         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3553           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3554
3555         * docs/plugins/gst-plugins-base-plugins.args:
3556         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3557         * docs/plugins/gst-plugins-base-plugins.interfaces:
3558         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3559         * docs/plugins/inspect/plugin-adder.xml:
3560         * docs/plugins/inspect/plugin-alsa.xml:
3561         * docs/plugins/inspect/plugin-audioconvert.xml:
3562         * docs/plugins/inspect/plugin-audiorate.xml:
3563         * docs/plugins/inspect/plugin-audioresample.xml:
3564         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3565         * docs/plugins/inspect/plugin-cdparanoia.xml:
3566         * docs/plugins/inspect/plugin-decodebin.xml:
3567         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3568         * docs/plugins/inspect/plugin-gdp.xml:
3569         * docs/plugins/inspect/plugin-gnomevfs.xml:
3570         * docs/plugins/inspect/plugin-libvisual.xml:
3571         * docs/plugins/inspect/plugin-ogg.xml:
3572         * docs/plugins/inspect/plugin-pango.xml:
3573         * docs/plugins/inspect/plugin-playback.xml:
3574         * docs/plugins/inspect/plugin-queue2.xml:
3575         * docs/plugins/inspect/plugin-subparse.xml:
3576         * docs/plugins/inspect/plugin-tcp.xml:
3577         * docs/plugins/inspect/plugin-theora.xml:
3578         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3579         * docs/plugins/inspect/plugin-uridecodebin.xml:
3580         * docs/plugins/inspect/plugin-video4linux.xml:
3581         * docs/plugins/inspect/plugin-videorate.xml:
3582         * docs/plugins/inspect/plugin-videoscale.xml:
3583         * docs/plugins/inspect/plugin-videotestsrc.xml:
3584         * docs/plugins/inspect/plugin-volume.xml:
3585         * docs/plugins/inspect/plugin-vorbis.xml:
3586         * docs/plugins/inspect/plugin-ximagesink.xml:
3587         * docs/plugins/inspect/plugin-xvimagesink.xml:
3588           Update introspection data.
3589
3590         * ext/ogg/gstoggmux.c:
3591           Document oggmux.
3592
3593         * gst/playback/gstdecodebin2.c:
3594           Don't use gtk-doc style comment start for private stuff, but make it
3595           formatted like this for consistency.
3596
3597 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3598
3599         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3600         (gst_decode_bin_init), (gst_decode_bin_dispose),
3601         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3602         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3603         (analyze_new_pad), (connect_pad), (expose_pad),
3604         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3605         (gst_decode_group_expose), (gst_decode_group_free),
3606         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3607         Remove fakesink hack, we can now implement this more elegantly.
3608         Added property to bypass typefinding.
3609         Removed underrun callback and demuxer pad probe, we now use the srcpad
3610         probe to expose groups.
3611         API::sink-caps property
3612
3613         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3614         Guard against multiple emissions of the no_more_pads signal, which
3615         happens when we are dealing with chained oggs.
3616
3617         * gst/playback/gsturidecodebin.c: (remove_decoders),
3618         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3619         (setup_source):
3620         For streams, use our own typefind element and plug our queue after it.
3621         We will need this to determine the type of buffering to use for the
3622         queue soon.
3623
3624 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3625
3626         * gst-libs/gst/audio/gstbaseaudiosink.c:
3627         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3628         Guard against over and underflows because of clock slaving.
3629         When we are using our own clock, still compensate for any calibrations
3630         that we might have done to our clock.
3631
3632 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3633
3634         * ext/theora/theoradec.c: (theora_handle_type_packet),
3635         (theora_dec_chain):
3636         Don't try to do anything fancy with the return code from pushing an
3637         event, it does not have enough information to turn it into a
3638         GST_FLOW_ERROR.
3639
3640 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3643         (gst_ogg_demux_chain_elem_pad):
3644         Add small debug line.
3645         Pass return code from the internal decoder instead of the too generic
3646         GST_FLOW_ERROR.
3647
3648 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3649
3650         * gst-libs/gst/cdda/Makefile.am:
3651         * gst-libs/gst/cdda/base64.c:
3652         * gst-libs/gst/cdda/base64.h:
3653         * gst-libs/gst/cdda/gstcddabasesrc.c:
3654         (gst_cddabasesrc_calculate_musicbrainz_discid):
3655         Use GLib's base64 implementation instead of our own.
3656
3657 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3658
3659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3660         (gst_ogg_demux_read_chain):
3661         Refix oggdemux, we only have a problem if we failed to find a chain and
3662         we are not EOF.
3663
3664 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3665
3666         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3667
3668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3669         (gst_ogg_demux_read_chain):
3670         When we fail to find a BOS page and we and up with no chain, error out
3671         properly instead of segfaulting. Fixes #525665.
3672
3673 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3674
3675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3676         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3677         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3678         no-more-pads...
3679
3680 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3681
3682         * gst/playback/gstqueue2.c: (update_out_rates),
3683         (gst_queue_open_temp_location_file),
3684         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3685         (gst_queue_handle_src_query), (gst_queue_set_property):
3686         Update the estimated input data when we push out a buffer.
3687         Add some debug info about the temp file.
3688         Only forward src events when we are not using a temp file.
3689         Don't block the duration query, we need to find something better.
3690         Don't leak the temp filename.
3691
3692 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * configure.ac:
3695         Require GLib 2.12 and liboil 0.3.14.
3696
3697         * gst/volume/gstvolume.c: (volume_process_double):
3698         Unconditionally use liboil 0.3.14 function.
3699
3700 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3703         ms-gsm can have arbitrarty sample rates. See #481354.
3704
3705 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3708         MP4S is generic MPEG-4, not a microsoft variant.
3709
3710 2008-03-27  Michael Smith <msmith@fluendo.com>
3711
3712         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3713           Check the body CRC (if set) when depayloading.
3714           Fixes #522401.
3715
3716 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3719           Fix Since: version for new property.
3720
3721 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3722
3723         * gst-libs/gst/rtsp/gstrtspconnection.c:
3724         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3725         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3726         Don't error when poll_wait returns EAGAIN.
3727
3728 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3729
3730         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3731         The queue is never filled when there are no buffers in the queue at all.
3732         Fixes #523993.
3733
3734 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3737         (init_group), (free_group), (gst_play_bin_init),
3738         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3739         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3740         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3741         (gst_play_bin_set_current_video_stream),
3742         (gst_play_bin_set_current_audio_stream),
3743         (gst_play_bin_set_current_text_stream),
3744         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3745         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3746         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3747         (activate_group), (deactivate_group), (setup_next_source),
3748         (save_current_group), (gst_play_bin_change_state):
3749         Update some docs.
3750         Add new locks and conds to protect pipeline creation and group
3751         switching.
3752         Implement the sub-uri property.
3753         Keep track of pending uridecodebin creation and configure the output
3754         pipeline after all streams are configured.
3755         Propagate subtitle encoding to the uridecodebins.
3756         Implement getting the video/audio/visualisation elements.
3757         Use input-selector for stream switching.
3758         If we are asked to do visualisation, prefer to autoplug raw sinks
3759         instead of sinks that accept encoded data.
3760
3761 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3762
3763         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3764         (gst_play_sink_init), (gst_play_sink_dispose),
3765         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3766         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3767         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3768         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3769         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3770         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3771         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3772         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3773         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3774         * gst/playback/gstplaysink.h:
3775         Add methods to get audio/video/vis elements.
3776         Add methods to set the font description for the overlay.
3777         Remove properties, we're using this element with its methods only.
3778         Add support for subtitles.
3779         Rearrange the locking a bit to not use the object lock for protecting
3780         the pipeline construction.
3781         Try to use the volume and mute property on the sink when its available.
3782         Implement the mute option with volume when the sink does not have a mute
3783         property.
3784         Only add volume element when the sink has no volume property.
3785         Only do visualisations with raw audio pads.
3786
3787 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3788
3789         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3790         (gst_text_overlay_init), (gst_text_overlay_set_property),
3791         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3792         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3793         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3794         (gst_text_overlay_change_state):
3795         * ext/pango/gsttextoverlay.h:
3796         Add property to configure waiting for text on the textpad or not, with
3797         the default behaviour being the old one (always wait for text before
3798         rendering the video). This default behaviour is usually not the best one
3799         because the text stream can very sparse and could require queueing a lot
3800         of video.
3801         Fix the flushing and EOS handing so that we don't mix up their meaning.
3802
3803 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3804
3805         * gst/playback/gsturidecodebin.c:
3806         (gst_uri_decode_bin_autoplug_factories),
3807         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3808         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3809         (gst_uri_decode_bin_set_property),
3810         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3811         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3812         (proxy_autoplug_factories_signal), (make_decoder),
3813         (source_new_pad), (setup_source):
3814         Add a readonly source property and notify.
3815         Add new lock for protecting the construction of the pipeline.
3816         Keep track of the decodebins we plugged.
3817         Correctly proxy the autoplug signal so that it actually continues.
3818         Proxy subtitle-encoding to the decodebins.
3819
3820 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3823         (text_toggle_cb), (update_streams), (main):
3824         Rearrange some buttons in playbin2 and make some other boxes insensitive
3825         when needed.
3826         Add language codes to subtitle selection boxes when we gind the right
3827         tags for the streams.
3828
3829 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3830
3831         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3832         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3833         (gst_decode_bin_set_subs_encoding),
3834         (gst_decode_bin_get_subs_encoding),
3835         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3836         (deactivate_free_recursive):
3837         Protect caps property with the object lock.
3838         Protect encoding property with the object lock.
3839         Keep list of elements we added that have the subtitle-encoding property.
3840         Distribute the subtitle-encoding to all of the elements when it
3841         changes.
3842
3843 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3844
3845         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3846         Small debug improvement.
3847
3848         * gst-libs/gst/audio/gstbaseaudiosink.c:
3849         (gst_base_audio_sink_render):
3850         Fix bug in determining the sample start/stop position, we want to base
3851         this decision on the fact that we are going forwards or backwards, not
3852         slower or faster. This fixes some ugly resync warnings when playing at
3853         very slow speeds.
3854
3855 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3856
3857         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3858         Correctly set the supported URI schemes and don't leave
3859         some schemes in the middle or at the start at NULL.
3860
3861 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * tests/check/elements/gdpdepay.c:
3864           Make test compile without unused function/variable warnings on PPC.
3865  
3866 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3867
3868         * configure.ac:
3869         * ext/alsa/gstalsamixerelement.c:
3870         (gst_alsa_mixer_element_class_init):
3871         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3872         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3873         * ext/cdparanoia/gstcdparanoiasrc.c:
3874         (gst_cd_paranoia_src_class_init):
3875         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3876         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3877         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3878         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3879         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3882         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3883         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3884         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3885         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3886         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3887         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3888         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3889         (gst_audio_filter_template_class_init):
3890         * gst-libs/gst/audio/gstbaseaudiosink.c:
3891         (gst_base_audio_sink_class_init):
3892         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3893         (gst_base_audio_src_class_init):
3894         * gst-libs/gst/cdda/gstcddabasesrc.c:
3895         (gst_cdda_base_src_class_init):
3896         * gst-libs/gst/interfaces/mixertrack.c:
3897         (gst_mixer_track_class_init):
3898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3899         (gst_base_rtp_depayload_class_init):
3900         * gst-libs/gst/rtp/gstbasertppayload.c:
3901         (gst_basertppayload_class_init):
3902         * gst/audioconvert/gstaudioconvert.c:
3903         (gst_audio_convert_class_init):
3904         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3905         * gst/audioresample/gstaudioresample.c:
3906         (gst_audioresample_class_init):
3907         * gst/audiotestsrc/gstaudiotestsrc.c:
3908         (gst_audio_test_src_class_init):
3909         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3910         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3912         (preroll_unlinked):
3913         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3914         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3915         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3916         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3917         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3918         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3919         (gst_stream_selector_class_init):
3920         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3921         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3922         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3923         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3924         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3925         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3926         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3927         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3928         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3929         * gst/videotestsrc/gstvideotestsrc.c:
3930         (gst_video_test_src_class_init):
3931         * gst/volume/gstvolume.c: (gst_volume_class_init):
3932         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3933         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3934         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3935         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3936         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3938         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3939         static strings (i.e. all). This gives us less memory usage,
3940         fewer allocations and thus less memory defragmentation. Depend
3941         on core CVS for this. Fixes bug #523806.
3942
3943 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3944
3945         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3946         Filter http and https protocols. GIO/GVfs handles them but it's
3947         impossible to implement iradio/icecast with it. Better use
3948         souphttpsrc or something else for this.
3949
3950         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3951         If getting the file informations by a query fails try it with the
3952         seek-to-end trick too.
3953
3954 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3957         (gst_volume_base_init), (gst_volume_class_init),
3958         (volume_process_double), (volume_process_float),
3959         (volume_transform_ip), (plugin_init):
3960         memset buffers to zero if we get a GAP buffer. We usually see a
3961         buffer as one unit so let's handle it as one and don't care about
3962         volume changes while processing one buffer.
3963         Also clean up some stuff a bit.
3964
3965 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3966
3967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3968         (gst_audio_convert_create_silence_buffer),
3969         (gst_audio_convert_transform):
3970         Make audioconvert GAP-aware by outputting silence buffers when the
3971         input has the GAP flag set. This is up to 8x faster.
3972         Based on a patch by Stefan Kost. Fixes bug #517813.
3973
3974 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3975
3976         * gst/volume/gstvolume.c: (volume_process_double):
3977         Use oil_scalarmultiply_f64_ns() for double processing when it's
3978         available at compile time.
3979
3980 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3981
3982         * configure.ac:
3983         Fix lrint/lrintf checks to actually work. These functions are
3984         in libm on Linux at least so try to link to it.
3985
3986 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3987
3988         * configure.ac:
3989         Back to development - 0.10.18.1
3990
3991 === release 0.10.18 ===
3992
3993 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3994
3995         * configure.ac:
3996           releasing 0.10.18, "I will follow"
3997
3998 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3999
4000         * configure.ac:
4001         * win32/common/config.h:
4002         0.10.17.4 pre-release
4003
4004 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4005
4006         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4007         Use GST_STR_NULL when trying to print strings that could be NULL because
4008         this might crash on some platforms. See #520808.
4009
4010 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4013
4014         * gst-libs/gst/rtsp/gstrtspconnection.c:
4015         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4016         (read_line), (gst_rtsp_connection_read_internal):
4017         Generic Windows fixes that makes libgstrtsp work on Windows when
4018         coupled with the new GstPoll API. See #520808.
4019
4020 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4021
4022         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4023
4024         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4025           If seeking to a new position succeeds don't simply return from
4026           create() without creating a buffer. Do this only in the case
4027           seeking to the new position fails. Fixes bug #523054.
4028
4029 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4032           (gst_video_format_from_rgba32_masks):
4033           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4034           (#522635).
4035
4036         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4037           Add unit test for the RGB caps parsing and creation, checking for
4038           internal consistency of the new API and consistency of the API with
4039           the old GST_VIDEO_CAPS_* defines.
4040
4041 2008-03-14  David Schleef  <ds@schleef.org>
4042
4043         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4044           because -base is in freeze.
4045
4046 2008-03-14  David Schleef  <ds@schleef.org>
4047
4048         Patch by: William M. Brack
4049
4050         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4051
4052 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4053
4054         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4055         (gst_selector_pad_chain):
4056         * gst/playback/gststreamselector.h:
4057         Revert change that caused regression until a real fix is found.
4058         Fixes #522203.
4059
4060 2008-03-12  Michael Smith <msmith@fluendo.com>
4061
4062         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4063         * gst-libs/gst/audio/gstringbuffer.h:
4064           Rename recently added buffer types to make more sense.
4065         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4066         (gst_alsasink_write):
4067           Adapt for above API changes.
4068           Fixes bug #520523.
4069
4070 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4071
4072         * win32/common/libgstnetbuffer.def:
4073         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4074
4075 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4076
4077         * configure.ac:
4078         * win32/common/config.h:
4079         0.10.17.3 pre-release
4080
4081 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4082
4083         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4084         (gst_base_audio_src_create):
4085         Fix duration when no clock was provided. Fixes #520300.
4086
4087 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4088
4089         Patch by: Olivier Crete  <tester at tester ca>
4090
4091         * docs/libs/gst-plugins-base-libs-sections.txt:
4092         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4093         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4094         Add trivial function to compare GstNetAddress. See #520626.
4095         API: GstNetBuffer::gst_netaddress_equal
4096
4097 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4098
4099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4100         Update mode property docs, it's deprecated now.
4101
4102 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4103
4104         * gst-libs/gst/rtsp/gstrtspconnection.c:
4105         (gst_rtsp_connection_create):
4106         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4107         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4108         * gst/tcp/gstmultifdsink.h:
4109         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4110         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4111         Remove GstPollMode from gstpoll constructor.
4112
4113 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4114
4115         * configure.ac:
4116         * win32/common/config.h:
4117         0.10.17.2 pre-release
4118
4119 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4120
4121         * gst/Makefile.am:
4122         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4123         them twice
4124
4125         * win32/common/libgstinterfaces.def:
4126         * win32/common/libgstrtp.def:
4127         Add new API to the defs
4128
4129 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4130
4131         Patch by: Mersad Jelacic  <mersad at axis dot com>
4132
4133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4134         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4135         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4136         possible to specify the sample size in bits. (#509637)
4137
4138 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * tests/check/libs/mixer.c:
4141           Add a few simple checks for the new message types.
4142
4143 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * docs/libs/gst-plugins-base-libs-sections.txt:
4146         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4147           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4148           (gst_mixer_message_get_type),
4149           (gst_mixer_message_parse_option_changed),
4150           (gst_mixer_message_parse_options_list_changed):
4151         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4152           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4153           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4154           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4155           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4156           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4157
4158 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4161           (gst_mixer_options_get_values):
4162         * gst-libs/gst/interfaces/mixeroptions.h:
4163           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4164           (_GstMixerOptions), (_GstMixerOptionsClass):
4165           API: add GstMixerOptions::get_values vfunc (#519906)
4166
4167 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4168
4169         * configure.ac:
4170         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4171         plug-ins are included/excluded. (#498222)
4172
4173 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4176         Add typefinder for IMelody files, using audio/x-imelody.
4177         See bug #519516.
4178
4179 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4182         * ext/alsa/gstalsasink.c: (set_hwparams):
4183         * ext/alsa/gstalsasrc.c: (set_hwparams):
4184         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4185         * ext/ogg/gstoggmux.h:
4186         * ext/ogg/gstogmparse.c:
4187         * gst-libs/gst/audio/audio.c:
4188         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4189         * gst-libs/gst/pbutils/missing-plugins.c:
4190         (gst_missing_uri_sink_message_new),
4191         (gst_missing_element_message_new),
4192         (gst_missing_decoder_message_new),
4193         (gst_missing_encoder_message_new):
4194         * gst-libs/gst/rtp/gstbasertppayload.c:
4195         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4196         (gst_rtcp_packet_bye_get_reason):
4197         * gst/audioconvert/gstaudioconvert.c:
4198         * gst/audioresample/gstaudioresample.c:
4199         * gst/ffmpegcolorspace/imgconvert.c:
4200         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4201         * gst/typefind/gsttypefindfunctions.c:
4202         * gst/videoscale/vs_4tap.c:
4203         * gst/videoscale/vs_4tap.h:
4204         * sys/v4l/gstv4lelement.c:
4205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4206         * sys/v4l/v4l_calls.c:
4207         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4208         (gst_v4lsrc_try_capture):
4209         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4210         (gst_ximagesink_ximage_new):
4211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4212         (gst_xvimagesink_xvimage_new):
4213         * tests/check/elements/audioconvert.c:
4214         * tests/check/elements/audioresample.c:
4215         (fail_unless_perfect_stream):
4216         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4217         * tests/check/elements/decodebin.c:
4218         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4219         (setup_gdpdepay_streamheader):
4220         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4221         (setup_gdppay_streamheader):
4222         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4223         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4224         * tests/check/elements/textoverlay.c:
4225         * tests/check/elements/videorate.c: (setup_videorate):
4226         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4227         * tests/check/elements/volume.c: (setup_volume):
4228         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4229         * tests/check/elements/vorbistag.c:
4230         * tests/check/generic/clock-selection.c:
4231         * tests/check/generic/states.c: (setup), (teardown):
4232         * tests/check/libs/cddabasesrc.c:
4233         * tests/check/libs/video.c:
4234         * tests/check/pipelines/gio.c:
4235         * tests/check/pipelines/oggmux.c:
4236         * tests/check/pipelines/simple-launch-lines.c:
4237         (simple_launch_lines_suite):
4238         * tests/check/pipelines/streamheader.c:
4239         * tests/check/pipelines/theoraenc.c:
4240         * tests/check/pipelines/vorbisdec.c:
4241         * tests/check/pipelines/vorbisenc.c:
4242         * tests/examples/seek/scrubby.c:
4243         * tests/examples/seek/seek.c: (query_positions_elems),
4244         (query_positions_pads):
4245         * tests/icles/stress-xoverlay.c: (myclock):
4246         Correct all relevant warnings found by the sparse semantic code
4247         analyzer. This include marking several symbols static, using
4248         NULL instead of 0 for pointers and using "foo (void)" instead
4249         of "foo ()" for declarations.
4250
4251         * win32/common/libgstrtp.def:
4252         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4253
4254 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         Patch by: José Alburquerque <jaalburqu svn gnome org>
4257
4258         * gst/playback/gstplaybin2.c:
4259           Make the function signature of the _get_*_tags() functions match
4260           the signature of the vfuncs they implement, ie. return a
4261           GstTagList rather than a GstStructure, which is more correct,
4262           even if one is typedef'ed to the other (#518940).
4263
4264 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * gst-libs/gst/rtsp/gstrtspconnection.c:
4267           Don't include unix headers unconditionally (fixes #518037).
4268
4269 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4272           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4273           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4274           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4275           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4276           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4277           (gst_video_format_is_packed), (video_format_is_packed):
4278           Add unit test that makes sure that the strides, offsets and
4279           sizes returned for the various YUV formats by the new video API
4280           match the old reference implementation in videotestsrc.
4281
4282 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4285           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4286           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4287           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4288           (gst_video_format_get_pixel_stride),
4289           (gst_video_format_get_component_width),
4290           (gst_video_format_get_component_height),
4291           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4292         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4293           (GST_VIDEO_FORMAT_Y42B):
4294           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4295
4296 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4299           YV12 is I420 with swapped components 1 and 2, so the offset of
4300           component 1 for I420 should be the offset for component 2 for YV12
4301           and vice versa.
4302
4303 2008-02-29  Rene Stadler  <mail@renestadler.de>
4304
4305         * sys/v4l/gstv4lelement.c:
4306         Add missing semicolon to fix indentation.
4307
4308 2008-02-29  Julien Moutte  <julien@fluendo.com>
4309
4310         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4311         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4312         if we can do SPDIF output.
4313         * ext/alsa/gstalsa.h:
4314         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4315         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4316         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4318         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4319         to support AC3, EC3 and IEC958 buffers.
4320
4321 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4324           (gst_mixer_message_parse_mute_toggled),
4325           (gst_mixer_message_parse_record_toggled),
4326           (gst_mixer_message_parse_volume_changed),
4327           (gst_mixer_message_parse_option_changed):
4328           De-cruft and fix message type assertions (NULL is not a really
4329           valid mixer message type string).
4330
4331 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4334         When negotiating, actually start from a format that we can support
4335         instead of from the too generic template.
4336
4337 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4338
4339         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4340         Enable vis setting.
4341
4342         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4343         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4344         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4345         (gen_vis_chain):
4346         Implement vis switching while playing.
4347
4348 2008-02-28  David Schleef  <ds@schleef.org>
4349
4350         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4351
4352 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4353
4354         Patch by: Peter Kjellerstedt  <pkj at axis com>
4355
4356         * gst/tcp/Makefile.am:
4357         * gst/tcp/fdsetstress.c:
4358         * gst/tcp/gstfdset.c:
4359         * gst/tcp/gstfdset.h:
4360         Removed fdset and stress test, they are now known as GstPoll in
4361         core. 
4362
4363         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4364         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4365         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4366         (gst_multi_fd_sink_handle_client_write),
4367         (gst_multi_fd_sink_queue_buffer),
4368         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4369         (gst_multi_fd_sink_stop):
4370         * gst/tcp/gstmultifdsink.h:
4371         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4372         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4373         (gst_tcp_gdp_read_caps):
4374         * gst/tcp/gsttcp.h:
4375         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4376         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4377         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4378         * gst/tcp/gsttcpclientsink.h:
4379         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4380         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4381         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4382         * gst/tcp/gsttcpclientsrc.h:
4383         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4384         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4385         * gst/tcp/gsttcpserversink.h:
4386         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4387         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4388         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4389         * gst/tcp/gsttcpserversrc.h:
4390         Port to GstPoll. See #505417.
4391
4392 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4393
4394         Patch by: Peter Kjellerstedt  <pkj at axis com>
4395
4396         * gst-libs/gst/rtsp/gstrtspconnection.c:
4397         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4398         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4399         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4400         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4401         (gst_rtsp_connection_flush):
4402         * gst-libs/gst/rtsp/gstrtspconnection.h:
4403         Use GstPoll for the rtsp connection. See #505417.
4404
4405 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4406
4407         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4408         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4409         Add combo box for visualisations, populate it with a factory list
4410         of all visualisation plugins, configure vis plugin instance in
4411         playbin2. 
4412
4413 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4414
4415         * tests/check/libs/rtp.c: (GST_START_TEST):
4416         Add check for RTP buffer defaults, padding and marker bit API.
4417
4418 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4419
4420         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4421         Use memcpy() instead of upcasting a byte array to long *. This
4422         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4423         This should be ported to GCheckSum once we can use GLib 2.16.
4424         Partially fixes bug #500833.
4425
4426 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4429           Push tag event after the newsegment event. Log the pointer of
4430           the buffer we're actually going to push rather than the buffer
4431           we're feeding to _make_metadata_writable().
4432
4433 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4436         Comment smoke typefinder for now. The smokedec plugin needs one
4437         frame per buffer but we have no parser yet, thus it simply crashes
4438         in most situations.
4439
4440 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4441
4442         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4443         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4444
4445 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4446
4447         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4448         (plugin_init):
4449         Add midi typefinder, copied from the timidity plugin.
4450
4451 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4452
4453         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4454
4455         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4456         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4457           (subparse_suite):
4458           Forward slashes at the beginning and end of a line also signify
4459           italics (Fixes: #518162).
4460
4461 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4462
4463         * tests/check/gst-plugins-base.supp:
4464         Add a suppression for a cached value in GIO that wasn't moved
4465         while moving gio from -bad to -base.
4466
4467 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4468
4469         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4470
4471         * configure.ac:
4472         Don't hardcode -Wall and -Werror for configure checks, this fails
4473         with non-GCC compilers. Fixes bug #517991.
4474
4475 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4476
4477         * gst/audioconvert/gstaudioconvert.c:
4478         * gst/audioconvert/gstaudioquantize.c:
4479         * gst/audioconvert/gstaudioquantize.h:
4480           Make audioconvert gap aware. If noiseshaping is used, wait for
4481           noiseshaping to converge before marking as GAP. Fixes #517813.
4482
4483 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4484
4485         * gst/audiotestsrc/gstaudiotestsrc.c:
4486           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4487
4488 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4489
4490         * ext/gnomevfs/gstgnomevfssink.c:
4491         (gst_gnome_vfs_sink_handle_event):
4492         Return FALSE when seeking for a new segment fails instead
4493         of silently ignoring the failure and appending every buffer
4494         that comes for the new segment.
4495
4496 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4497
4498         * gst/playback/gstplaysink.c: (find_property),
4499         (gst_play_sink_find_property), (gen_video_chain),
4500         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4501         Recursively search the sink element for a last-frame property so that we
4502         can also find the property in autovideosink and friends that don't
4503         always proxy the internal sink properties.
4504
4505 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4506
4507         * gst-libs/gst/audio/multichannel.c:
4508           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4509           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4510           (gst_audio_set_structure_channel_positions_list),
4511           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4512           (gst_audio_fixate_channel_positions):
4513           Fix confusing terminology in docs and code: structure fields are
4514           'fields' and not 'properties'.
4515
4516 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * gst-libs/gst/audio/multichannel.c:
4519           (gst_audio_check_channel_positions), (add_list_to_struct):
4520           Give more useful warning messages if one of the channel
4521           layout enums passed to us is invalid and if the "channels"
4522           field in the caps has a GType we don't expect.
4523
4524 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * gst-libs/gst/audio/multichannel.c:
4527           Fix typo in docs blurb.
4528
4529 2008-02-19  Julien Moutte  <julien@fluendo.com>
4530
4531         Patch by: Josep Torra Valles <josep@fluendo.com>
4532
4533         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4534         typefind lookup to fix typefinding on HD clips.
4535
4536 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * gst/playback/gstscreenshot.c:
4539         * gst/playback/gstscreenshot.h:
4540           Fix up copyright (I rewrote the GStreamer-0.10 code for
4541           this from scratch back in the days).
4542
4543 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4544
4545         * gst/playback/Makefile.am:
4546         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4547         (create_element), (gst_play_frame_conv_convert):
4548         * gst/playback/gstscreenshot.h:
4549         Add screenshot conversion code from totem.
4550
4551         * gst/playback/gstplay-marshal.list:
4552         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4553         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4554         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4555         Implement frame property to get a color-unconverted snapshot.
4556         Implement convert-frame action signal to get a converted snapshot image.
4557         Configure connection speed in uridecodebin.
4558         Document some more properties.
4559
4560         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4561         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4562         (gst_play_sink_get_last_frame):
4563         * gst/playback/gstplaysink.h:
4564         Use last-buffer property of the video sink to get a video snapshot.
4565
4566         * tests/examples/seek/seek.c: (shot_cb), (main):
4567         Add snapshot button for playbin2 and use the frame property to save the
4568         frame as a png in the current directory.
4569
4570 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4571
4572         Patch by: Josep Torra Valles <josep at fluendo dot com>
4573
4574         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4575         (plugin_init):
4576         Add typefinding support for h264 elementary streams.
4577         Fixes bug #517420.
4578
4579 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4580
4581         * configure.ac:
4582           Require CVS of core for new API in collectpads.
4583
4584         * gst/adder/gstadder.c:
4585           Use new API to make adder sparse stream aware.
4586
4587 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4590         (no_more_pads_cb):
4591         Get the object data correct so that we can remove our channels
4592         correctly.
4593
4594         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4595         (gen_vis_chain), (gst_play_sink_reconfigure),
4596         (gst_play_sink_request_pad):
4597         Add option to disable async behaviour in the sinks when possible. This
4598         makes it possible to avoid an audio queue when dealing with
4599         visualisations.
4600         Add option to add a queue for the audio path.
4601
4602         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4603         (main):
4604         Disable the vis checkbox to match the defaults of playbin2.
4605         Only get the stream info when we need to.
4606
4607 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4608
4609         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4610         (gst_gio_base_sink_set_stream):
4611         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4612         (gst_gio_base_src_set_stream):
4613         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4614         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4615         Don't use async operations as they require a running main loop.
4616         This makes us block again when closing streams and unable
4617         to mount the enclosing volume of an URI if it isn't yet.
4618
4619 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4622         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4623         (gen_vis_chain), (gst_play_sink_reconfigure),
4624         (gst_play_sink_request_pad):
4625         Move tee in front of the audio and vis pipelines.
4626         Add queue for audio for now.
4627         Add visualisation support.
4628
4629         * tests/examples/seek/seek.c: (main):
4630         Visualisation is by default disabled.
4631
4632 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4633
4634         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4635         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4636         Improve debugging a bit.
4637
4638         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4639         * ext/gio/gstgiosink.h:
4640         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4641         * ext/gio/gstgiosrc.h:
4642         Try to mount the enclosing volume of a GFile if it isn't mounted
4643         yet. This requires us to wait for an async operation to finish, done
4644         with an nested GMainLoop. Authentication is not supported yet, will
4645         come later.
4646
4647 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4648
4649         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4650         (gst_play_bin_set_property), (gst_play_bin_get_property),
4651         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4652         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4653         (gst_play_sink_get_mute), (gen_audio_chain):
4654         * gst/playback/gstplaysink.h:
4655         Add mute property.
4656
4657         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4658         (gst_selector_pad_chain):
4659         * gst/playback/gststreamselector.h:
4660         Make sure we forward the event only once.
4661
4662         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4663         Add and implement the mute button for playbin2.
4664
4665 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4666
4667         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4668
4669         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4670         Add some more debug info.
4671         Make sure we never return a negative delay. Fixes #516246.
4672
4673 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4676           Revert patch that makes the sink hold the object lock when
4677           calling snd_pcm_delay(), since it breaks playback for me.
4678
4679 2008-02-12  Julien Moutte  <julien@fluendo.com>
4680
4681         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4682         some seek flags when changing rate.
4683
4684 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4685
4686         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4687         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4688         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4689         Fix potential leaks.
4690
4691         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4692         Fix leak when there is no function configured.
4693
4694 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4695
4696         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4697         (gst_v4lsrc_buffer_finalize):
4698         Correctly chain up the finalize method.
4699
4700 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * ext/gio/gstgiostreamsink.c:
4703         * ext/gio/gstgiostreamsrc.c:
4704         Add documentation and example code for giostreamsink/giostreamsrc.
4705
4706         * tests/check/pipelines/gio.c: (GST_START_TEST):
4707         Ask the GMemoryOutputStream for the data instead of assuming that
4708         the pointer to the data stayed the same. It could've been realloc'ed.
4709
4710 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4711
4712         * ext/gio/gstgiosink.c:
4713         * ext/gio/gstgiosrc.c:
4714         Make the documentation of giosink/giosrc complete, large parts
4715         are based on the gnomevfssink/gnomevfssrc docs.
4716
4717 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4718
4719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4721         * docs/plugins/gst-plugins-base-plugins.args:
4722         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4723         * docs/plugins/gst-plugins-base-plugins.interfaces:
4724         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4725         * docs/plugins/gst-plugins-base-plugins.signals:
4726         * docs/plugins/inspect/plugin-adder.xml:
4727         * docs/plugins/inspect/plugin-audioconvert.xml:
4728         * docs/plugins/inspect/plugin-audiorate.xml:
4729         * docs/plugins/inspect/plugin-audioresample.xml:
4730         * docs/plugins/inspect/plugin-decodebin.xml:
4731         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4732         * docs/plugins/inspect/plugin-gdp.xml:
4733         * docs/plugins/inspect/plugin-gio.xml:
4734         * docs/plugins/inspect/plugin-gnomevfs.xml:
4735         * docs/plugins/inspect/plugin-libvisual.xml:
4736         * docs/plugins/inspect/plugin-ogg.xml:
4737         * docs/plugins/inspect/plugin-pango.xml:
4738         * docs/plugins/inspect/plugin-playback.xml:
4739         * docs/plugins/inspect/plugin-queue2.xml:
4740         * docs/plugins/inspect/plugin-subparse.xml:
4741         * docs/plugins/inspect/plugin-theora.xml:
4742         * docs/plugins/inspect/plugin-uridecodebin.xml:
4743         * docs/plugins/inspect/plugin-videorate.xml:
4744         * docs/plugins/inspect/plugin-videoscale.xml:
4745         * docs/plugins/inspect/plugin-volume.xml:
4746         * docs/plugins/inspect/plugin-vorbis.xml:
4747         Add the GIO documentation again and while at that run make update.
4748
4749 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4752         * ext/alsa/gstalsasink.c: (set_swparams):
4753         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4754           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4755           against libasound >= 1.0.16, since it's been deprecated in
4756           0.10.16, and alignment is always 1 then, apparently. (#512899)
4757
4758 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4759
4760         * gst/playback/gstplaybin.c: (gen_audio_element):
4761         * gst/playback/gstplaysink.c: (gen_audio_chain):
4762           Handle case where we can't create the volume element a bit
4763           better (#514307).
4764
4765 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4768         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4769           Add support for https protocol. Fixes #510229.
4770
4771 2008-02-11  Julien Moutte  <julien@fluendo.com>
4772         
4773         Patch by: Alan Peevers <peeves@pacbell.net>
4774
4775         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4776         lock when calling alsa methods.
4777
4778 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * gst/typefind/gsttypefindfunctions.c:
4781           Bump rank of jpeg and png typefinders, which will return maximum
4782           probability in the most common cases (thus short-circuiting more
4783           expensive typefinders like the mp3 one for these two quite common
4784           image types).
4785
4786 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * ext/theora/theoraparse.c:
4789         Fix long description of the theora parser to be more verbose than just
4790         the type name.
4791
4792 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         Patch by: Branko Čibej <brane at xbc dot nu>
4795
4796         * sys/xvimage/xvimagesink.c:
4797         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4798         Fixes bug #515654.
4799
4800 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4801
4802         * gst/playback/gstplaybasebin.c:
4803         Set is_dynamic as True if there are elements with both request
4804         and sometimes src pad templates instead of breaking out when it
4805         finds the first pad template that is a src.
4806
4807 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4810         (update_streams), (video_combo_cb), (audio_combo_cb),
4811         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4812         Add some stream switching and volume gui for playbin2.
4813
4814 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4815
4816         * gst/playback/gstplay-marshal.list:
4817         Added marshal for streamselector Tags.
4818
4819         * gst/playback/gstplaybasebin.c: (set_active_source):
4820         Streamselector now selects pads based on the pad object instead of its
4821         name.
4822
4823         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4824         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4825         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4826         (gst_play_bin_get_text_tags),
4827         (gst_play_bin_set_current_video_stream),
4828         (gst_play_bin_set_current_audio_stream),
4829         (gst_play_bin_set_current_text_stream),
4830         (gst_play_bin_set_property), (gst_play_bin_get_property),
4831         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4832         Remove option to mute streams with the current-a/v/t property, we have
4833         this functionality in the flags.
4834         Add signals to notify when the number of A/V/T channels changed.
4835         Add action signals to get tags for the A/V/T streams.
4836         Implement setting the current A/V/T stream.
4837         Rearrange some things to simplify stream selection.
4838         Implement volume.
4839
4840         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4841         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4842         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4843         (activate_vis), (gst_play_sink_reconfigure):
4844         * gst/playback/gstplaysink.h:
4845         Add and implement volume setting methods.
4846
4847         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4848         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4849         (gst_selector_pad_event), (gst_stream_selector_class_init),
4850         (gst_stream_selector_init), (gst_stream_selector_finalize),
4851         (gst_stream_selector_set_property),
4852         (gst_stream_selector_get_property),
4853         (gst_stream_selector_get_linked_pad),
4854         (gst_stream_selector_request_new_pad):
4855         * gst/playback/gststreamselector.h:
4856         Add pad properties for tags and status of pads.
4857         Keep tags on pads.
4858         Make active pad selection based on pad object instead of name.
4859
4860 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * configure.ac:
4863           Revert last change as we now check in gtk-doc.m4 for sed.
4864
4865 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4866
4867         * configure.ac:
4868         Find and subst SED when building the docs.
4869
4870 2008-02-08  Julien Moutte  <julien@fluendo.com>
4871
4872         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4873         (main): Make sure bus signals are reconnected when pressing STOP
4874         and then PLAY again for a parse launch pipeline. Fix a ref leak
4875         on the bus.
4876         * win32/common/config.h: Updated.
4877
4878 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4879
4880         * configure.ac:
4881         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4882         pre-releases or releases.
4883
4884 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4885
4886         * configure.ac:
4887         * ext/gio/Makefile.am:
4888         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4889         reporting
4890
4891 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4892
4893         * docs/plugins/Makefile.am:
4894         Add the headers which need scanning for the GIO plugin. The rest of
4895         the docs still need migrating.
4896
4897 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4898
4899         * ext/Makefile.am:
4900         * tests/check/Makefile.am:
4901         * tests/check/pipelines/.cvsignore:
4902         Add gio in a few more places.
4903
4904 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4905
4906         * configure.ac:
4907         * ext/Makefile.am:
4908         * tests/check/Makefile.am:
4909         Move gio plugin from -bad and mark as experimental.
4910
4911 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4912
4913         * gst-libs/gst/interfaces/mixeroptions.c:
4914         * gst-libs/gst/interfaces/mixertrack.c:
4915         Comment out a couple of other things which break the build when
4916         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4917
4918 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * docs/libs/gst-plugins-base-libs-sections.txt:
4921           Fix pbutils header.
4922
4923 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4924
4925         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4926         Fix compiler warning.
4927
4928 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4929
4930         Patch by: Peter Kjellerstedt  <pkj at axis com>
4931
4932         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4933         Clear the addrinfo struct using memset. Fixes #514937.
4934
4935 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4936
4937         * gst/tcp/gstfdset.h:
4938         Remove unused field to same some memory.
4939
4940         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4941         Mark action signals as such.
4942
4943 2008-02-06  Michael Smith <msmith@fluendo.com>
4944
4945         * ext/theora/theoradec.c: (_theora_granule_frame),
4946         (_inc_granulepos):
4947           Increment granulepos for new-bitstream versions appropriately.
4948           Fixes #514623.
4949
4950 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4951
4952         * tests/examples/seek/seek.c: (do_seek),
4953         (rate_spinbutton_changed_cb), (update_streams), (main):
4954         Remove obsolete stream_time reset after flushing seek, core does that
4955         automatically now.
4956         Improve accuracy of speed spinbutton.
4957         Only do playbin2 stuff when we actually use it.
4958
4959 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * tests/check/Makefile.am:
4962           Revert previous change of the test environment's GST_PLUGIN_PATH.
4963           The problem is not with the plugins, but with element factories
4964           and only occurs if elements are split out from existing plugins
4965           or if plugins change name (see #512740).
4966
4967 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * tests/check/Makefile.am:
4970           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4971           with the core's plugins first and our local build directories last,
4972           since we might be building against an installed core, and that
4973           core's plugin directory may contain older or other versions of
4974           our own -base plugins, but we really do want to test our local
4975           ones (if there are multiple plugins or element factories with the
4976           same name, those inspected last will trump those read in earlier).
4977           Fixes #512740 for the most part.
4978
4979 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4980
4981         * configure.ac:
4982         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4983         Use gmtime_r if available as gmtime is not MT-safe.
4984         Fixes bug #511810.
4985
4986 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4987
4988         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4989         Cast glong to time_t as time_t might have a different type on
4990         other platforms, like FreeBSD, and we get a compiler warning
4991         otherwise. Fixes bug #511825.
4992
4993 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4994
4995         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4996         (get_group), (get_n_pads), (gst_play_bin_get_property),
4997         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4998         (autoplug_select_cb), (deactivate_group):
4999         Remove stream-info, we going for something easier.
5000         Refactor getting the current group.
5001         Implement getting the number of audio/video/text streams.
5002
5003         * gst/playback/gststreamselector.c:
5004         (gst_stream_selector_class_init), (gst_stream_selector_init),
5005         (gst_stream_selector_get_property),
5006         (gst_stream_selector_request_new_pad),
5007         (gst_stream_selector_release_pad):
5008         * gst/playback/gststreamselector.h:
5009         Add property for number of pads.
5010
5011         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5012         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5013         (text_toggle_cb), (update_streams), (msg_async_done),
5014         (msg_state_changed), (main):
5015         Block slider callback when updating the slider position.
5016         Add gui elements for controlling playbin2.
5017         Add callback for async_done that updates position/duration.
5018
5019 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5020
5021         * docs/plugins/Makefile.am:
5022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5024         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5025         * docs/plugins/gst-plugins-base-plugins.interfaces:
5026         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5027           First round of plugin docs cleansups.
5028
5029         * docs/plugins/inspect/plugin-adder.xml:
5030         * docs/plugins/inspect/plugin-alsa.xml:
5031         * docs/plugins/inspect/plugin-audioconvert.xml:
5032         * docs/plugins/inspect/plugin-audiorate.xml:
5033         * docs/plugins/inspect/plugin-audioresample.xml:
5034         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5035         * docs/plugins/inspect/plugin-cdparanoia.xml:
5036         * docs/plugins/inspect/plugin-decodebin.xml:
5037         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5038         * docs/plugins/inspect/plugin-gdp.xml:
5039         * docs/plugins/inspect/plugin-gnomevfs.xml:
5040         * docs/plugins/inspect/plugin-libvisual.xml:
5041         * docs/plugins/inspect/plugin-ogg.xml:
5042         * docs/plugins/inspect/plugin-pango.xml:
5043         * docs/plugins/inspect/plugin-subparse.xml:
5044         * docs/plugins/inspect/plugin-tcp.xml:
5045         * docs/plugins/inspect/plugin-theora.xml:
5046         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5047         * docs/plugins/inspect/plugin-video4linux.xml:
5048         * docs/plugins/inspect/plugin-videorate.xml:
5049         * docs/plugins/inspect/plugin-videoscale.xml:
5050         * docs/plugins/inspect/plugin-videotestsrc.xml:
5051         * docs/plugins/inspect/plugin-volume.xml:
5052         * docs/plugins/inspect/plugin-vorbis.xml:
5053         * docs/plugins/inspect/plugin-ximagesink.xml:
5054         * docs/plugins/inspect/plugin-xvimagesink.xml:
5055           Regenerate.
5056
5057         * ext/ogg/Makefile.am:
5058         * ext/ogg/gstoggmux.c:
5059         * ext/ogg/gstoggmux.h:
5060           Add header for oggmux. the c-file needs a doc blob still.
5061
5062 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5063
5064         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5065
5066         * gst-libs/gst/rtp/gstrtpbuffer.c:
5067         (gst_rtp_buffer_set_extension_data):
5068         * gst-libs/gst/rtp/gstrtpbuffer.h:
5069         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5070         Add gst_rtp_buffer_set_extension_data() 
5071         Add a unit test for this addition. Fixes #511478.
5072         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5073
5074 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5075
5076         * configure.ac:
5077         Back to CVS
5078
5079 === release 0.10.17 ===
5080
5081 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5082
5083         * configure.ac:
5084           releasing 0.10.17, "Peanut Butter and Jelly"
5085
5086 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5087
5088         * gst-libs/gst/interfaces/mixeroptions.c:
5089         * gst-libs/gst/interfaces/mixertrack.c:
5090         Also remove the conditional registration of the signals
5091         that disappeared with the ABI change in 0.10.14
5092
5093 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5094
5095         * gst-libs/gst/rtsp/gstrtspconnection.c:
5096         Revert patch to gstrtspconnection.c for brown paper bag
5097         release of -base. Re-opens: #511825
5098
5099 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5100
5101         * gst-libs/gst/interfaces/mixeroptions.h:
5102         * gst-libs/gst/interfaces/mixertrack.h:
5103         Change the way these deprecated function pointers are removed
5104         so that the compiled ABI is unconditionally smaller. This 
5105         sets in stone an ABI break that actually occurred when the
5106         things were deprecated in 0.10.14, which seems to be the best
5107         fix as the only known users are oss-mixer and sunaudio-mixer in 
5108         gst-plugins-good.
5109         Fixes: #513018
5110
5111 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * win32/common/libgstpbutils.def:
5114           Export the two new _get_type() functions which are needed
5115           by the python bindings.
5116
5117 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5118
5119         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5120         Cast glong to time_t as time_t might have a different type on
5121         other platforms, like FreeBSD, and we get a compiler warning
5122         otherwise. Fixes bug #511825.
5123
5124 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * gst-libs/gst/audio/gstaudiofilter.c:
5127         (gst_audio_filter_class_init):
5128         Initialize the GstRingerBuffer class to get it's debug category
5129         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5130         category and otherwise we get some g_critical(). Fixes bug #512334.
5131
5132 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5133
5134         * configure.ac:
5135         Back to CVS
5136
5137 === release 0.10.16 ===
5138
5139 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5140
5141         * configure.ac:
5142           releasing 0.10.16, "Scheduled Interruption"
5143
5144 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5145
5146         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5147
5148         * gst-libs/gst/rtp/gstrtpbuffer.c:
5149         (gst_rtp_buffer_get_extension_data):
5150         Fix typos and wrong extension check. Fixes #511274.
5151
5152 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5153
5154         * po/sk.po:
5155         Oops - add new sk.po mentioned in the LINGUAS I just committed
5156
5157 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5158
5159         * po/LINGUAS:
5160         Add ca translation to the disted list.
5161
5162         * win32/vs6/libgstsdp.dsp:
5163         Convert line endings to CRLF
5164
5165 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5166
5167         * win32/MANIFEST:
5168         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5169
5170 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * win32/common/libgstsdp.def:
5173         * win32/common/libgstvideo.def:
5174         Add new API declarations
5175
5176 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5177
5178         * ext/theora/gsttheoradec.h:
5179         * ext/theora/gsttheoraparse.h:
5180         * ext/theora/theoradec.c:
5181         * ext/theora/theoraparse.c:
5182         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5183         and parser by inspecting the bitstream version of the incoming data.
5184
5185 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5186
5187         * configure.ac:
5188         * pkgconfig/Makefile.am:
5189         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5190         * pkgconfig/gstreamer-audio.pc.in:
5191         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5192         * pkgconfig/gstreamer-cdda.pc.in:
5193         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5194         * pkgconfig/gstreamer-fft.pc.in:
5195         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5196         * pkgconfig/gstreamer-floatcast.pc.in:
5197         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5198         * pkgconfig/gstreamer-interfaces.pc.in:
5199         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5200         * pkgconfig/gstreamer-netbuffer.pc.in:
5201         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5202         * pkgconfig/gstreamer-pbutils.pc.in:
5203         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5204         * pkgconfig/gstreamer-riff.pc.in:
5205         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5206         * pkgconfig/gstreamer-rtp.pc.in:
5207         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5208         * pkgconfig/gstreamer-rtsp.pc.in:
5209         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5210         * pkgconfig/gstreamer-sdp.pc.in:
5211         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5212         * pkgconfig/gstreamer-tag.pc.in:
5213         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5214         * pkgconfig/gstreamer-video.pc.in:
5215         Provide one pkg-config file for every gst-plugins-base library.
5216         This makes linking to those libraries much more intuitive and
5217         provides standard pkg-config behaviour for them. Fixes bug #499697.
5218
5219 2008-01-13  David Schleef  <ds@schleef.org>
5220
5221         * gst/videoscale/vs_4tap.c:
5222           Fix valgrind error on 4tap scaling method.
5223
5224 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5225
5226         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5227         Include Winsock2.h for VS6 and use a different way initialize
5228         hints structure so it can build with VS6.
5229         * win32/MANIFEST:
5230         * win32/vs6/libgstsdp.dsp:
5231         * win32/common/libgstsdp.def:
5232         Add new files for libgstsdp.
5233         * win32/vs6/grammar.dsp:
5234         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5235         * win32/vs6/gst_plugins_base.dsw:
5236         * win32/vs6/libgstdecodebin.dsp:
5237         * win32/vs6/libgstdecodebin2.dsp:
5238         * win32/vs6/libgstplaybin.dsp:
5239         * win32/vs6/libgstvolume.dsp:
5240         Add new dependencies to the link list.
5241
5242 2008-01-13  Julien Moutte  <julien@fluendo.com>
5243
5244         * win32/common/config.h:
5245         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5246         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5247         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5248         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5249         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5250         * win32/common/interfaces-enumtypes.c:
5251         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5252         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5253         (gst_mixer_track_flags_get_type),
5254         (gst_tuner_channel_flags_get_type):
5255         * win32/common/multichannel-enumtypes.c:
5256         (gst_audio_channel_position_get_type):
5257         * win32/common/pbutils-enumtypes.c:
5258         (gst_install_plugins_return_get_type):
5259         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5260         in the win32 build directory.
5261
5262 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5263
5264         * tests/check/Makefile.am:
5265         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5266
5267         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5268         * tests/check/elements/playbin.c:
5269         * tests/check/libs/mixer.c: (test_element_interface_supported),
5270         (gst_implements_interface_init):
5271         * tests/check/libs/rtp.c: (GST_START_TEST):
5272         Fix various assignment type mismatches.
5273
5274 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5275
5276         * configure.ac:
5277         * gst-libs/gst/rtsp/Makefile.am:
5278         Add test to see if hstrerror is available or if we need libresolv
5279         (Solaris) for it, then use it in libgstrtsp.
5280
5281 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5282
5283         * gst-libs/gst/tag/Makefile.am:
5284         Fix include path order
5285
5286 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5287
5288         * gst-libs/gst/pbutils/install-plugins.c:
5289         (gst_install_plugins_context_copy),
5290         (gst_install_plugins_context_get_type):
5291         * gst-libs/gst/pbutils/install-plugins.h:
5292         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5293         for bindings.
5294
5295 2008-01-11  Michael Smith <msmith@fluendo.com>
5296
5297         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5298         (_theora_granule_frame), (_theora_granule_start_time),
5299         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5300           Adapt for post-alpha meaning of granulepos, when we
5301           have a newer version of libtheora.
5302         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5303         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5304         (theora_enc_is_discontinuous), (theora_enc_chain):
5305           Likewise.
5306         * tests/check/Makefile.am:
5307           Link libtheora into theoraenc test so we can check which version of
5308           libtheora we're testing against.
5309         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5310         (check_buffer_granulepos),
5311         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5312         (theoraenc_suite):
5313           Adapt tests to check the values that are now defined for theora; make
5314           the tests backwards-adapt the passed values if we're running against an
5315           old libtheora.
5316           Fixes #497964
5317
5318 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         * gst-libs/gst/audio/gstbaseaudiosink.c:
5321           (gst_base_audio_sink_class_init):
5322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5323           (gst_base_audio_src_class_init):
5324           Ref audio clock class from a thread-safe context to make sure
5325           we're not bit by GObjects lack of thread-safety here (#349410),
5326            however unlikely that may be in practice.
5327
5328 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         * autogen.sh:
5331           Add -Wno-portability to the automake parameters to stop warnings
5332           about GNU make extensions being used. We require GNU make in almost
5333           every Makefile anyway.
5334           
5335         * configure.ac:
5336           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5337           at the same time is required for per target flags.
5338
5339 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5342           Post an error message if we can't pull as many bytes as we need
5343           for the tag. This makes sure the user gets to see a proper error
5344           message if a file with a partial ID3 tag is fed to decodebin, and
5345           not a 'no ID3 tag demuxer' error, which would be confusing
5346           (see #508138).
5347
5348 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * gst-libs/gst/pbutils/descriptions.c: (formats):
5351           Add description strings for ID3, APE, and ICY tags.
5352
5353 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * gst/playback/gstdecodebin.c: (try_to_link_1):
5356           Make sure we error out correctly if we can't activate one of
5357           the elements we've added.  Fixes #508138.
5358           
5359 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         Patch by: Bastien Nocera <hadess at hadess net>
5362
5363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5364           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5365           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5366           the volume is the same for all channels. This works around
5367           some problem in alsa that leaves us with inconsistent state
5368           for some reason (#486840).
5369
5370 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         Patch by: Jerone Young <jerone at gmail com>
5373
5374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5375           If there's no mixer track by the name of 'Master' or 'Front',
5376           check if there's one called 'PCM' before trying the generic
5377           fallback logic (fixes #506928, where we pick 'Mic' as master
5378           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5379
5380 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5381
5382         * gst/playback/gstplay-enum.c:
5383         (register_gst_autoplug_select_result),
5384         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5385         (gst_play_flags_get_type):
5386         * gst/playback/gstplay-enum.h:
5387         Add enums for configuration flags.
5388
5389         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5390         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5391         (gst_play_bin_get_property), (no_more_pads_cb),
5392         (autoplug_select_cb), (gst_play_bin_change_state):
5393         Merge mode with flags.
5394         Add more property getters/setters, defaults and docs.
5395         Add properties to get number of audio/video/text streams.
5396         Create sink object in _init so that we can always rely on it being
5397         there.
5398
5399         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5400         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5401         (activate_vis), (gst_play_sink_reconfigure),
5402         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5403         (gst_play_sink_change_state):
5404         * gst/playback/gstplaysink.h:
5405         Use flags to configure the sink pipelines.
5406         Add tee before audio pipeline so that we can use it for visualisations.
5407         Start working on integrating visualisations.
5408         Remove mode, we can do everything with the flags now.
5409         Add method to configue the sink pipeline.
5410
5411 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5414           (check_buffer_timestamp), (check_buffer_duration):
5415           Turn these functions into macros so we can see right away
5416           where the failure occured.
5417
5418 2008-01-05  Julien Moutte  <julien@fluendo.com>
5419
5420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5421         debugging information to understand how X calculates the stride
5422         for XvImages.
5423
5424 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5425
5426         * gst/volume/Makefile.am:
5427         * gst/volume/gstvolume.c: (volume_choose_func),
5428         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5429         (volume_setup):
5430         * gst/volume/gstvolume.h:
5431         Use GstAudioFilter as base class for the volume element instead of
5432         plain GstBaseTransform.
5433
5434 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5435
5436         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5437         Don't set element details for the abstract GstAudioFilter class.
5438
5439 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * gst-libs/gst/audio/gstaudiofilter.c:
5442         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5443         Implement get_unit_size() vmethod of GstBaseTransform.
5444
5445 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5446
5447         * gst-libs/gst/pbutils/Makefile.am:
5448         * gst-libs/gst/pbutils/pbutils.h:
5449         Use glib-enum generator to have a proper enum GType for
5450         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5451
5452 2007-12-31  David Schleef  <ds@schleef.org>
5453
5454         * tests/check/Makefile.am:
5455         * tests/check/pipelines/theoraenc.c:
5456           Reenable theoraenc test, which fails on the buildbot but
5457           not locally.
5458
5459 2007-12-31  David Schleef  <ds@schleef.org>
5460
5461         * docs/libs/.cvsignore:
5462         * docs/plugins/.cvsignore:
5463           Add *-undeclared.txt to fix buildbot.
5464
5465 2007-12-31  David Schleef  <ds@schleef.org>
5466
5467         * tests/check/Makefile.am:
5468           Second attempt at disabling theoraenc test long enough to
5469           get buildbot to compile -base.
5470
5471 2007-12-31  David Schleef  <ds@schleef.org>
5472
5473         * tests/check/pipelines/theoraenc.c:
5474           Disable theoraenc test long enough to get the buildbot to
5475           compile a recent -base.
5476
5477 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5478
5479         * tests/examples/seek/seek.c: (stop_cb):
5480         Make sure we reset the slider value to 0.0 without racing against a
5481         possible g_idle that sets it to something else.
5482
5483 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5484
5485         * sys/ximage/ximagesink.c:
5486         fix typo
5487
5488 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5489
5490         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5491         * gst-libs/gst/rtsp/gstrtspdefs.h:
5492         Add Location header so that we can start implementing redirects.
5493         See #506025.
5494
5495 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5496
5497         * gst/subparse/gstssaparse.c:
5498         combine if's
5499
5500 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5501
5502         * gst/subparse/gstssaparse.c:
5503         remove duplicate log message
5504
5505 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         * ext/libvisual/visual.c: (gst_visual_chain):
5508         Fix 'xyz may be used uninitialized' compiler warnings caused
5509         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5510         abort() in any case but properly report the error.
5511
5512 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5513
5514         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5515         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5516         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5517         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5518         (autoplug_select_cb), (activate_group), (deactivate_group),
5519         (setup_next_source), (save_current_group),
5520         (gst_play_bin_change_state):
5521         Code cleanups.
5522         Remove next-uri, we can use the uri property just fine.
5523         Fix some crasher.
5524         Unref uridecodebin when switching.
5525         Fix going to READY.
5526
5527         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5528         (gst_play_sink_init), (gst_play_sink_dispose),
5529         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5530         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5531         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5532         (gst_play_sink_set_property), (gst_play_sink_get_property),
5533         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5534         (gen_vis_element), (gst_play_sink_get_mode),
5535         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5536         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5537         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5538         (gst_play_sink_change_state):
5539         * gst/playback/gstplaysink.h:
5540         Add some locking to make things threadsafe.
5541
5542         * gst/playback/test7.c: (about_to_finish_cb):
5543         Fix test.
5544
5545 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5548           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5549           (gst_video_scale_transform):
5550           Don't claim to be able to handle/transform caps that can't really
5551           be handled by the currently selected scaling method (here: RGB or
5552           packed YUV with 4-tap method). Also add locking to method property.
5553
5554         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5555           (test_basetransform_based):
5556           Some test pipelines for the above (not entirely valgrind clean yet
5557           apparently).
5558
5559 2007-12-21  David Schleef  <ds@schleef.org>
5560
5561         * gst-libs/gst/video/video.c:
5562         * gst-libs/gst/video/video.h:
5563           Add additional RGBA and RGB-24 video formats.
5564
5565 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5568           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5569           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5570         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5571           (cddabasesrc_suite):
5572           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5573           deprecated in the future (see #498924).
5574
5575 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5578           Don't leak event.
5579
5580 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5581
5582         * gst-libs/gst/riff/riff-read.c:
5583         Use GST_ROUND_UP_2 macro
5584
5585 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5586
5587         * gst/playback/.cvsignore:
5588           Ignore more.
5589
5590 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5593         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5594           (set_active_source):
5595         * gst/playback/gstplaybasebin.h:
5596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5597           (setup_sinks), (playbin_set_subtitles_visible):
5598           Make switching off of subtitles work. To avoid all kind of
5599           problems with unlinking of the subtitle input, we just keep
5600           the subtitle inputs linked as they are and tell textoverlay
5601           not to render them. Fixes #373011.
5602           Other subtitle switching issues (esp. when there are both
5603           external and in-stream subtitles) remain. They'll be solved
5604           in playbin2.
5605
5606 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5607
5608         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5609         Init the pad segment too.
5610
5611 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5612
5613         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5614         (gst_audioringbuffer_open_device),
5615         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5616         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5617         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5618         (gst_audio_sink_create_ringbuffer):
5619         Improve debug output.
5620
5621         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5622         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5623         Prevent some functions from doing things and failing when the
5624         ringbuffer is not yet acquired.
5625
5626 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * gst-libs/gst/interfaces/interfaces.h:
5629           Also remove interfaces.h from CVS as it is not needed anymore.
5630
5631 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5632
5633         * gst-libs/gst/interfaces/Makefile.am:
5634           interfaces.h is not used anymore so remove it from the build
5635           process.
5636
5637 2007-12-17  David Schleef  <ds@schleef.org>
5638
5639         * gst/videotestsrc/gstvideotestsrc.c:
5640         * gst/videotestsrc/gstvideotestsrc.h:
5641           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5642           for testing vertical refresh synchronization.
5643
5644 2007-12-17  David Schleef  <ds@schleef.org>
5645
5646         * docs/libs/gst-plugins-base-libs-sections.txt:
5647         * gst-libs/gst/video/video.c:
5648         * gst-libs/gst/video/video.h:
5649           Add new GstVideFormat enum and write a bunch of helper functions
5650           based around it.
5651
5652 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         * Makefile.am:
5655           Use new common/win32.mak.
5656
5657 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5658
5659         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5660         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5661         Add debug info.
5662         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5663         the parent state change function, just like the audiosink, because the
5664         parent waits for the element to finish its processing before completing
5665         the state change. This makes going to PAUSED a lot snappier.
5666         When going from READY to PAUSED, don't allow the ringbuffer to start
5667         yet.
5668
5669 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5670
5671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5672         Yet another fix for broken software that produce files with an empty
5673         blockalign field. Instead of completely failing, make a second attempt
5674         at guessing the width/depth by looking at strf->size.
5675
5676 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5679           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5680         * gst-libs/gst/pbutils/install-plugins.c:
5681           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5682         * gst-libs/gst/pbutils/missing-plugins.c:
5683           (gst_missing_plugin_message_get_installer_detail),
5684           (gst_missing_encoder_installer_detail_new):
5685         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5686         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5687           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5688           avoid compiler warnings (#503930).
5689
5690 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5691
5692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5693         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5694         for jpeg video streams.
5695         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5696         for the above modification.
5697
5698 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5701           (gst_x_overlay_handle_events):
5702           More guards (we don't want klass to end up being NULL).
5703
5704 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5705
5706         * configure.ac:
5707         * gst/volume/gstvolume.c: (gst_volume_init):
5708           Use new gst_base_transform_set_gap_aware() function as volume
5709           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5710           for this.
5711
5712 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5713
5714         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5715         Don't go to READY on EOS as this avoids testing of seeking and
5716         restarting after EOS, use the stop button when you want to READY.
5717         Don't try to do a flushing seek in segment-done, it does not make
5718         sense to use this for gapless playback and is not needed.
5719
5720 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5721
5722         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5723         (reset_rate_timer), (update_in_rates), (update_out_rates),
5724         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5725         (gst_queue_chain), (gst_queue_loop):
5726         Use separate timers for input and output rates.
5727         Pause measuring the output rate when we block for more data.
5728         See #503262.
5729
5730 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5731
5732         * gst/playback/gstqueue2.c: (gst_queue_chain):
5733         Pause the timer to measure the input rate when we block because the
5734         queue is filled. See #503262.
5735
5736 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5737
5738         Patch by: Peter Kjellerstedt  <pkj at axis com>
5739
5740         * gst-libs/gst/rtsp/gstrtspconnection.c:
5741         (gst_rtsp_connection_free):
5742         Close control sockets. Fixes #503440.
5743
5744 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5745
5746         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5747         Expose the right pad in the right place with the right element.
5748
5749 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst-libs/gst/pbutils/descriptions.c: (formats):
5752           Add description for 'private' dts caps (who come up with that name?).
5753
5754 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5755
5756         * Makefile.am:
5757           Add check-exports target and run it with 'make check'.
5758
5759         * configure.ac:
5760           Be stricter about what we export in our libraries: change regexp so that
5761           we only export _gst_foo(), but not __gst_foo().
5762
5763         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5764         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5765           Change internal functions to __gst_foo so they dont' get exported.
5766
5767         * win32/common/libgstaudio.def:
5768           Add missing symbols.
5769
5770 2007-12-11  David Schleef  <ds@schleef.org>
5771
5772         * ChangeLog: remove conflict markers
5773
5774 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * ext/gnomevfs/Makefile.am:
5777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5778           Use gst_tag_freeform_string_to_utf8() here, which also takes
5779           into account any character sets specified by the user via
5780           environment variables.
5781
5782 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5783
5784         * gst/audioconvert/Makefile.am:
5785         Also link to libm.
5786
5787 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5788
5789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5790         No need for floating point operations here. avoids having to link
5791         against the math library too.
5792
5793 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * gst-libs/gst/pbutils/descriptions.c: (formats),
5796           (format_info_get_desc):
5797         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5798           (GST_START_TEST):
5799           Add one or two missing formats.  Generate ADPCM description
5800           dynamically depending on layout/format.
5801
5802 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5803
5804         * configure.ac:
5805           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5806
5807 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5810
5811         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5812           Some .srt files start with chunk number 0 and not chunk number 1,
5813           recognise and accept those as well (fixes #502497).
5814
5815         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5816           (test_src):
5817           Add unit test for the above.
5818
5819 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5820
5821         * gst/playback/gstplay-enum.c:
5822         (register_gst_autoplug_select_result),
5823         (gst_autoplug_select_result_get_type):
5824         * gst/playback/gstplay-enum.h:
5825         Add missing files.
5826
5827 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5828
5829         * gst/playback/Makefile.am:
5830         Group decodebin2 and uridecodebin into the same plugin so that they
5831         can share the GEnumType.
5832
5833         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5834         (_gst_select_accumulator), (gst_decode_bin_class_init),
5835         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5836         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5837         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5838         Add signal to sort factories instead of the more awkward autoplug-select
5839         signal.
5840         Modify autoplug_select so that we can try, skip or expose the
5841         autopluggin of an element on a pad.
5842
5843         * gst/playback/gstfactorylists.c: (compare_ranks),
5844         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5845         (element_filter), (gst_factory_list_get_elements),
5846         (gst_factory_list_debug), (gst_factory_list_filter):
5847         * gst/playback/gstfactorylists.h:
5848         Simplify the API, allow getting elements based on mask.
5849
5850         * gst/playback/gstplay-marshal.list:
5851         Add some more marshallers.
5852
5853         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5854         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5855         (autoplug_select_cb), (activate_group):
5856         Add support for managing non-raw sinks by providing a custom element and
5857         sink list to decodebin2.
5858         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5859         decodebin2.
5860
5861         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5862         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5863         * gst/playback/gstplaysink.h:
5864         Add support for raw and non-raw sinks. 
5865         Add support to force sinks selected by playbin2.
5866         Don't plug raw converters for non-raw sinks.
5867
5868         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5869         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5870         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5871         (plugin_init):
5872         Use right accumulators.
5873         Proxy new signal.
5874
5875 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5876
5877         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5878         Use runnning time as the base time instead of the timestamp.
5879         Spotted by Saur on IRC.
5880
5881 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5882
5883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5884         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5885
5886 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5887
5888         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5889         (gst_ogg_demux_read_chain):
5890         If we find a new serial number but it does not contain a BOS page, make
5891         sure we initialize the chain to NULL because else we will try to scan it
5892         and crash. Fixes #500763
5893
5894 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5895
5896         * gst/playback/Makefile.am:
5897         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5898         (get_feature_array), (decoders_filter), (sinks_filter),
5899         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5900         (gst_factory_list_filter):
5901         * gst/playback/gstfactorylists.h:
5902         Refactor some common code to filter factories and check caps compat.
5903
5904         * gst/playback/gstdecodebin.c:
5905         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5906         (gst_decode_bin_init), (gst_decode_bin_dispose),
5907         (gst_decode_bin_autoplug_continue),
5908         (gst_decode_bin_autoplug_factories),
5909         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5910         (find_compatibles):
5911         * gst/playback/gstplaybin.c:
5912         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5913         (gst_play_bin_init), (gst_play_bin_finalize),
5914         (autoplug_factories_cb), (activate_group):
5915         * gst/playback/gstqueue2.c:
5916         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5917         (proxy_autoplug_continue_signal),
5918         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5919         (proxy_drained_signal):
5920         Add some more debug info and use factor filtering code.
5921
5922 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5923
5924         * gst/audiotestsrc/gstaudiotestsrc.c:
5925         * gst/volume/gstvolume.c:
5926         * gst/volume/gstvolume.h:
5927           Add GAP-flag support.
5928
5929 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5930
5931         * tests/examples/seek/seek.c: (main): Increase the range of the
5932         rate selector as I would like to test QOS behavior at higher
5933         forward and reverse playback speed like say 64x.
5934
5935 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5936
5937         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5938         (audioresample_query), (audioresample_query_type),
5939         (gst_audioresample_set_property):
5940         Implement latency query.
5941
5942 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5943
5944         * gst-libs/gst/audio/gstbaseaudiosink.c:
5945         (gst_base_audio_sink_drain):
5946         Our EOS time contains the base_time, _wait_eos() expects a running_time
5947         so we have to subtract the base_time again before calling the function.
5948         This fixes an EOS regression where the base_time was added twice and EOS
5949         took longer and longer in certain situations.
5950         Fixes #498767.
5951
5952 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5953
5954         * docs/libs/gst-plugins-base-libs-sections.txt:
5955         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5956         (gst_base_audio_sink_set_provide_clock),
5957         (gst_base_audio_sink_get_provide_clock),
5958         (gst_base_audio_sink_set_slave_method),
5959         (gst_base_audio_sink_get_slave_method),
5960         (gst_base_audio_sink_set_property),
5961         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5962         (gst_base_audio_sink_none_slaving),
5963         (gst_base_audio_sink_handle_slaving):
5964         * gst-libs/gst/audio/gstbaseaudiosink.h:
5965         Expose methods for some object properties so that subclasses can more
5966         easily configure them.
5967         Added slave method none, that completely disables slaving to the
5968         internal clock.
5969         API: gst_base_audio_sink_set_provide_clock()
5970         API: gst_base_audio_sink_get_provide_clock()
5971         API: gst_base_audio_sink_set_slave_method()
5972         API: gst_base_audio_sink_get_slave_method()
5973
5974         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5975         (gst_base_audio_src_set_provide_clock),
5976         (gst_base_audio_src_get_provide_clock),
5977         (gst_base_audio_src_set_property),
5978         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5979         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5980         Expose methods for some object properties so that subclasses can more
5981         easily configure them.
5982         API: gst_base_audio_src_set_provide_clock()
5983         API: gst_base_audio_src_get_provide_clock()
5984
5985 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5988
5989         * gst-libs/gst/sdp/gstsdpmessage.c:
5990         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5991
5992 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5993
5994         * tests/check/libs/fft.c: (GST_START_TEST):
5995         Fix scaling to really have dB instead of something else.
5996
5997 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5998
5999         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6000         GTK version, use it.
6001
6002 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6003
6004         * tests/examples/seek/seek.c: (main): Try to support stable version
6005         of GTK.
6006
6007 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6008
6009         * gst/playback/README:
6010         * gst/playback/test7.c:
6011           Fix the build + little README update.
6012
6013 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6014
6015         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6016         Add playbin2 seek pipeline.
6017
6018 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6019
6020         * gst/playback/Makefile.am:
6021         * gst/playback/gstplayback.c: (plugin_init):
6022         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6023         (eos_cb), (about_to_finish_cb), (main):
6024         Add playbin2.
6025         Added gapless playback example.
6026
6027         * gst/playback/gstplaybasebin.c:
6028         * gst/playback/gstplaybasebin.h:
6029         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6030         * gst/playback/gstqueue2.c:
6031         * gst/playback/test.c:
6032         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6033         (pad_removed_cb):
6034         * gst/playback/gststreaminfo.h:
6035         Change email.
6036
6037         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6038         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6039         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6040         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6041         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6042         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6043         (drained_cb), (unlink_group), (activate_group),
6044         (setup_next_source), (gst_play_bin_change_state),
6045         (gst_play_bin2_plugin_init):
6046         Added raw first version of playbin2. Does chained oggs and gapless
6047         playback fine. No support for raw sinks yet. No visualisations or
6048         subtitles yet.
6049
6050         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6051         (gst_play_sink_class_init), (gst_play_sink_init),
6052         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6053         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6054         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6055         (gst_play_sink_set_property), (gst_play_sink_get_property),
6056         (post_missing_element_message), (free_chain), (add_chain),
6057         (activate_chain), (gen_video_chain), (gen_text_element),
6058         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6059         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6060         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6061         (gst_play_sink_send_event), (gst_play_sink_change_state):
6062         * gst/playback/gstplaysink.h:
6063         Added Element that abstracts the sinks and their pipelines for playbin2.
6064
6065 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6066
6067         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6068         (gst_selector_pad_class_init), (gst_selector_pad_init),
6069         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6070         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6071         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6072         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6073         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6074         (gst_stream_selector_init), (gst_stream_selector_set_property),
6075         (gst_stream_selector_get_linked_pad),
6076         (gst_stream_selector_getcaps),
6077         (gst_stream_selector_is_active_sinkpad),
6078         (gst_stream_selector_activate_sinkpad),
6079         (gst_stream_selector_get_linked_pads),
6080         (gst_stream_selector_request_new_pad),
6081         (gst_stream_selector_release_pad):
6082         * gst/playback/gststreamselector.h:
6083         Improve streamselector, make it select and unselect the current pad more
6084         intelligently. 
6085         Subclass GstPad for the sinkpads of the selector.
6086         Handle segments more correctly.
6087         Fix caps negotiation.
6088         Implement release_pad.
6089
6090 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6091
6092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6093         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6094         (remove_fakesink):
6095         Add drained signal fired when decodebin finishes decoding the data.
6096         Remove deprecated STATE_DIRTY message.
6097
6098         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6099         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6100         (analyse_source), (proxy_drained_signal), (make_decoder),
6101         (source_new_pad), (value_list_append_structure_list),
6102         (handle_redirect_message), (handle_message):
6103         Proxy the new drained signal.
6104         Handle pad removed from decodebin.
6105         Handle redirect messages by sorting multiple redirections based on the
6106         connection speed.
6107
6108 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6109
6110         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6111
6112         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6113         Fix leaking headers. Fixes #496761.
6114
6115 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6116
6117         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6118
6119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6120         (gst_ximagesink_change_state):
6121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6122         Don't leak the PAR on errors. Fixes #496731.
6123
6124 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6125
6126         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6127           (gst_tag_from_id3_user_tag):
6128           Add mapping for audio cd discid tags, so we can extract
6129           them from tags as well (see #347848). Also compare identifiers
6130           in ID3v2 TXXX frames in a case-insensitive way to increase
6131           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6132
6133 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6134
6135         * gst-plugins-base.doap:
6136         Oops, fix the release name.
6137
6138 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6139
6140         * gst-plugins-base.doap:
6141         Add 0.10.15 release
6142
6143 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6144
6145         * configure.ac:
6146         Back to CVS
6147
6148 === release 0.10.15 ===
6149
6150 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6151
6152         * configure.ac:
6153           releasing 0.10.15, "No need to argue"
6154
6155 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6156
6157         * win32/vs6/libgstfft.dsp:
6158         Convert line endings to DOS.
6159
6160 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6161
6162         * win32/vs6/gst_plugins_base.dsw:
6163         * win32/vs6/libgstfft.dsp:
6164         * win32/MANIFEST:
6165         Add a project file for fft plugin and remove socket
6166         based plugin which don't build from the workspace.
6167         * win32/vs6/libgstaudio.dsp:
6168         * win32/vs6/libgstrtp.dsp:
6169         * win32/vs6/libgsttag.dsp:
6170         Convert line endings back to DOS.
6171         Fixes #496724
6172
6173 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6174
6175         * win32/vs6/libgstinterfaces.dsp:
6176         * win32/vs6/libgstrtsp.dsp:
6177         Convert line endings back to DOS
6178
6179 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6180
6181         * gst-libs/gst/fft/kiss_fft_f32.h:
6182         * gst-libs/gst/fft/kiss_fft_f64.h:
6183         * gst-libs/gst/fft/kiss_fft_s16.h:
6184         * gst-libs/gst/fft/kiss_fft_s32.h:
6185         Don't include malloc.h which doesn't exist on Mac OSX.
6186         Instead, pull in glib.h and use g_malloc/g_free for 
6187         consistency. Fixes: #496548
6188
6189 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6190
6191         * gst/playback/gstdecodebin2.c:
6192           Dont leak ghostpad. Fixes #475451.
6193
6194 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6195
6196         * docs/design/design-decodebin.txt:
6197         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6198         Update some more docs and comments.
6199
6200 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         Patch by: Sebastien Moutte  <sebastien moutte net>
6203
6204         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6205           (gst_rtcp_unix_to_ntp):
6206         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6207           Fix some C99-isms and and a missing function that some versions of
6208           MSVC don't like too much (#494346).
6209
6210         * win32/vs6/gst_plugins_base.dsw:
6211         * win32/vs6/libgstaudio.dsp:
6212         * win32/vs6/libgstrtp.dsp:
6213         * win32/vs6/libgsttag.dsp:
6214           Update vs6 projects files (#494346).
6215
6216 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6219
6220         * win32/common/libgstaudio.def:
6221         * win32/common/libgstcdda.def:
6222         * win32/common/libgstinterfaces.def:
6223         * win32/common/libgstnetbuffer.def:
6224         * win32/common/libgstpbutils.def:
6225         * win32/common/libgstrtp.def:
6226         * win32/common/libgstrtsp.def:
6227         * win32/common/libgsttag.def:
6228         * win32/common/libgstvideo.def:
6229           More missing symbols to export (fixes #493986).
6230
6231 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6232
6233         * docs/libs/gst-plugins-base-libs-sections.txt:
6234         * gst-libs/gst/fft/gstfftf32.c:
6235         * gst-libs/gst/fft/gstfftf32.h:
6236         * gst-libs/gst/fft/gstfftf64.c:
6237         * gst-libs/gst/fft/gstfftf64.h:
6238         * gst-libs/gst/fft/gstffts16.c:
6239         * gst-libs/gst/fft/gstffts16.h:
6240         * gst-libs/gst/fft/gstffts32.c:
6241         * gst-libs/gst/fft/gstffts32.h:
6242         * tests/check/libs/fft.c: (GST_START_TEST):
6243         Remove the magnitude and phase calculation functions as these have
6244         very special use cases and can't even be used for the spectrum
6245         element. Also adjust the docs to mention some properties of the used
6246         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6247
6248 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6251           (finish_source):
6252           Avoid crash when there are external subtitles (fixes #491722).
6253
6254 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6255
6256         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6257         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6258           'Could not open resource for writing' is not an acceptable
6259           error message when we can't open the audio device (see #492334),
6260           even less so when we're trying to open it to record something.
6261
6262 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6265
6266         * win32/common/libgstrtp.def:
6267           Add some more missing symbols (#492813).
6268
6269 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6272
6273         * tests/check/elements/audioconvert.c: (verify_convert):
6274           Add check to make sure that the out caps have a channel layout
6275           set on them where they should have one.
6276
6277 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6278
6279         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6280
6281         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6282         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6283           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6284           (#492306).
6285
6286         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6287           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6288           (it disappeared in GLib 2.14.0) (#492306).
6289
6290         * gst-libs/gst/sdp/Makefile.am:
6291         * gst-libs/gst/sdp/gstsdpmessage.c:
6292           Fix includes and LIBS for win32/Mingw (#492306).
6293
6294         * tests/examples/dynamic/addstream.c (pause_play_stream):
6295           Use more portable g_usleep() instead of sleep() (#492306).
6296
6297 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6300
6301         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6302           (gst_ring_buffer_parse_caps):
6303           Return NULL instead of an enum that happens to be 0, fixes warning
6304           on MSVC (#492114).
6305
6306         * gst-libs/gst/audio/gstringbuffer.h:
6307           No trailing commas in enum list (for gcc-2.9x).
6308
6309         * gst/videotestsrc/videotestsrc.c: (random_char):
6310           Make information loss explicit instead of implicitly truncating to
6311           eight bits via the return value.  Fixes runtime error on MSVC when
6312           using the debug CRT (#492114).
6313
6314         * win32/common/config.h.in:
6315           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6316
6317         * win32/common/libgstinterfaces.def:
6318         * win32/common/libgstrtp.def:
6319           Export a few more symbols (#492114).
6320
6321 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6322
6323         * gst-libs/gst/audio/audio.c:
6324         * gst-libs/gst/audio/audio.h:
6325           Readd the deprecation guards, but preserve compilability.
6326
6327 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6330           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6331           Preserve channel layout when fixating the number of channels in the
6332           output caps, or make sure there's a suitable channel position layout
6333           set on the caps if required. Fixes #430677.
6334
6335 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6336
6337         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6338           Make sure the pipeline really operates in push mode as it should
6339           in this case.
6340
6341 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst-libs/gst/audio/audio.h:
6344           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6345           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6346           (ie. normal cvs builds) will fail.
6347
6348 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6349
6350         * docs/libs/Makefile.am:
6351         * gst-libs/gst/audio/audio.c:
6352         * gst-libs/gst/audio/audio.h:
6353         * gst-libs/gst/interfaces/mixer.c:
6354           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6355
6356 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6359           (test_channel_layout_value_intersect), (audio_suite):
6360           Add simple unit test to make sure GstValue intersection
6361           of channel layouts works the way I think it does.
6362
6363 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * docs/libs/gst-plugins-base-libs-sections.txt:
6366         * gst-libs/gst/audio/gstaudiofilter.h:
6367         * gst-libs/gst/interfaces/mixer.h:
6368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6369         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6370         * gst-libs/gst/sdp/gstsdpmessage.c:
6371           Fix the docs according to what gtk-doc complained about.
6372
6373 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6374
6375         * tests/icles/stress-playbin.c:
6376           Fix the build.
6377
6378 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6379
6380         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6381         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6382           Post nice/more useful error message if we don't have a decoder for
6383           the primary type.
6384
6385 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6386
6387         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6388         Be a bit more useful, unblock the pads after we fired the no-more-pads
6389         signal so that we can use the signal to inspect and connect all pads
6390         without having to keep extra state outside of decodebin.
6391
6392 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6393
6394         * gst/playback/gsturidecodebin.c:
6395         (gst_uri_decode_bin_autoplug_continue),
6396         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6397         Implement default signal handler so that we return TRUE when nothing is
6398         connected.
6399
6400 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6401
6402         * gst-libs/gst/riff/riff-media.c:
6403         (gst_riff_wavext_add_channel_layout),
6404         (gst_riff_wave_add_default_channel_layout),
6405         (gst_riff_wavext_get_default_channel_mask),
6406         (gst_riff_create_audio_caps):
6407         Use the ALSA channel layout as default for wav files without channel
6408         layout information. This fixes playback of chan-id.wav on 5.1 systems
6409         for example. Also refactor the channel layout setting a bit and add
6410         more default channel orders. Fixes #489010.
6411
6412 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6413
6414         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6415           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6416           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6417           instead.
6418
6419 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6420
6421         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6422         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6423         (gst_decode_bin_set_subs_encoding),
6424         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6425         (gst_decode_bin_get_property), (analyze_new_pad):
6426         Move subtitle encoding property to decodebin2 so that it can set the
6427         property value on all elements that it autoplugs and that require it.
6428         Make caps refcounting more consistent in get/set.
6429
6430         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6431         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6432         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6433         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6434         (proxy_autoplug_continue_signal),
6435         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6436         (make_decoder):
6437         Proxy properties and relevant signals from the internal decodebin.
6438         Make properties MT safe.
6439
6440 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6443         * gst-libs/gst/tag/tags.c:
6444           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6445           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6446
6447         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6448           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6449
6450         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6451           (gst_tag_to_vorbis_comments):
6452           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6453           just mapping everything I found in the wild) (#414539).
6454
6455 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6456
6457         Inspired by patch of: René Stadler <mail at renestadler dot de>
6458
6459         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6460         (gst_decode_bin_autoplug_continue),
6461         (gst_decode_bin_autoplug_factories),
6462         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6463         (find_compatibles):
6464         * gst/playback/gstplay-marshal.list:
6465         Remove the autoplug-sort signal and replace it with a binding friendly
6466         autoplug-select signal.
6467         Add an autoplug-factories signal that can be used to generate a list of
6468         factories to try to autoplug.
6469         Add the GstPad to the autoplugging signal args as it might be needed to
6470         make a good factory selection.
6471         Fix up the marshallers for this. Fixes #407282.
6472
6473 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * gst-libs/gst/tag/gsttagdemux.c:
6476           Don't abort with an assertion if we receive a seek event with
6477           a start type of NONE (see launchpad bug #155878).
6478
6479 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6482         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6483         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6485         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6486         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6487         Make sure that before we clean up the X resources, we shutdown and join
6488         the event thread.
6489         Also make sure the event thread does not shut down immediatly after
6490         startup because the running variable is not yet correctly set.
6491         Fixes #378770. 
6492
6493 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6496         Make the window for a race in typefind and shutting down smaller until
6497         we figure out the right locking here. Avoids #485753 usually.
6498
6499         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6500         Remove unneeded lock causing a race in typefind and shutting down.
6501         Fixes #485753.
6502
6503         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6504         Also remove sinks when going to NULL because we might not complete the
6505         state change to PAUSED, causing the PAUSED->READY state change not to
6506         happen.
6507
6508 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6509
6510         * gst-libs/gst/audio/gstbaseaudiosink.c:
6511         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6512         Also explicitly release the ringbuffer when going to NULL because it
6513         is required in the setcaps function, before the state change to PAUSED
6514         completes.
6515
6516 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * tests/icles/.cvsignore:
6519         * tests/icles/Makefile.am:
6520         * tests/icles/stress-playbin.c:
6521           Does what it says on the tin.
6522
6523 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6524
6525         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6526         Fix queue negotiation. See #486758.
6527
6528 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6529
6530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6531         (gst_xvimagesink_xwindow_new),
6532         (gst_xvimagesink_update_colorbalance),
6533         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6534
6535         Fix handling of some of the X atoms. If the last parameter is True,
6536         XInternAtom won't create the atom if it doesn't exist, and therefore
6537         might return None. This causes X errors on Xv implementations that
6538         don't provide the colour balance attributes.
6539
6540 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * gst-libs/gst/tag/gstvorbistag.c:
6543         * tests/check/libs/tag.c:
6544           Extract vorbis comment LICENSE tags correctly.
6545
6546 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6549
6550         * gst-libs/gst/tag/gstid3tag.c:
6551         * tests/check/libs/tag.c:
6552           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6553
6554 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * gst-libs/gst/tag/gsttagdemux.c:
6557           Don't error out when a buggy downstream element doesn't
6558           handle the newsegment event we send properly (especially
6559           not without posting a meaningful error message on the
6560           bus). See bug #471370 and launchpad bug #136264.
6561
6562 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6563
6564         * gst-libs/gst/audio/gstbaseaudiosink.c:
6565         (gst_base_audio_sink_drain):
6566         Use new basesink method to make our EOS drain interruptable.
6567
6568 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6569
6570         * gst-libs/gst/rtp/gstrtppayloads.c:
6571         Fix silly search-replace oversight.
6572
6573 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6574
6575         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6576
6577         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6578         (gst_basertppayload_set_outcaps):
6579         Fix caps memleak. Fixes #484989.
6580
6581
6582 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6583
6584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6585         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6586         Fix debug output.
6587
6588 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6591         (gst_base_audio_src_create):
6592         Also handle the case where there is no clock set on the audio source,
6593         like in the unit tests.
6594
6595 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6596
6597         * gst-libs/gst/rtp/gstrtppayloads.c:
6598         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6599         to avoid compiler warnings
6600
6601 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6602
6603         * gst/playback/gstdecodebin.c: (type_found),
6604         (gst_decode_bin_change_state):
6605         * gst/playback/gstdecodebin2.c: (type_found),
6606         (gst_decode_bin_change_state):
6607         Don't disconnect the have_type signal because we never reconnect it
6608         later on. Instead keep a variable to see if we already detected a type.
6609
6610 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6611
6612         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6613         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6614         (type_found):
6615         Unlink the signal handler when we found the type, we're not going to do
6616         anything sensible with more type_found signals anyway.
6617
6618 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst-libs/gst/tag/gsttagdemux.c:
6621           Don't leak caps.
6622
6623 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * gst-libs/gst/tag/Makefile.am:
6626         * gst-libs/gst/tag/gsttagdemux.c:
6627         * gst-libs/gst/tag/gsttagdemux.h:
6628           API: add GstTagDemux base class for simple tag demuxers.
6629
6630         * docs/libs/gst-plugins-base-libs-docs.sgml:
6631         * docs/libs/gst-plugins-base-libs-sections.txt:
6632           Add GstTagDemux to docs.
6633
6634 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6635
6636         * gst-libs/gst/rtp/gstrtpbuffer.c:
6637         (gst_rtp_buffer_get_payload_subbuffer):
6638         Fix bug introduced with last commit which inverted the logic and
6639         caused all buffers to be dropped. Fixes #483620.
6640         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6641
6642 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * gst-libs/gst/rtp/gstrtpbuffer.c:
6645           Replace g_return_if_val (as it could be disabled), with regular return
6646           and warning.
6647
6648 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6649
6650         * tests/check/pipelines/simple-launch-lines.c:
6651           Print message name and not just number.
6652
6653 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6654
6655         * gst-libs/gst/audio/gstbaseaudiosink.c:
6656         (gst_base_audio_sink_async_play):
6657         When slaved to the clock, don't try to align a sample with the previous
6658         one when going to PLAYING again.
6659
6660 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * tests/examples/snapshot/snapshot.c:
6663           Fix the build.
6664
6665 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6666
6667         * gst-libs/gst/sdp/gstsdpmessage.h:
6668         Add RFC 3556 bandwidth modifiers.
6669
6670 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6671
6672         * docs/libs/gst-plugins-base-libs-docs.sgml:
6673         * docs/libs/gst-plugins-base-libs-sections.txt:
6674         * gst-libs/gst/rtp/gstrtppayloads.c:
6675         Update documentation.
6676
6677 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6678
6679         * gst-libs/gst/rtp/Makefile.am:
6680         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6681         (gst_rtp_payload_info_for_name):
6682         * gst-libs/gst/rtp/gstrtppayloads.h:
6683         Added new file and header to deal with payload info.
6684
6685         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6686         (gst_rtp_buffer_default_clock_rate):
6687         * gst-libs/gst/rtp/gstrtpbuffer.h:
6688         Payload specific stuff is move to new headers.
6689         Implement _default_clock rate using the new payload function.
6690
6691         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6692         (gst_sdp_parse_line):
6693         * gst-libs/gst/sdp/gstsdpmessage.h:
6694         Add some more comments.
6695
6696 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6697
6698         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6699         (sdp_check_header), (sdp_type_find), (plugin_init):
6700         Add typefind function for application/sdp.
6701         Remove some old dirac typefind code that was ifdeffed out.
6702
6703 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6704
6705         * win32/common/libgstaudio.def:
6706         Add new exported functions.
6707         * win32/vs6/grammar.dsp:
6708         Add autogeneration and copy of some autegenerated files from win32/common
6709         for rtsp library.
6710         * win32/vs6/libgstaudioconvert.dsp:
6711         Add gstaudioquantize.c to the build.
6712         * win32/vs6/libgstinterfaces.dsp:
6713         Add videoorientation.c to the build.
6714         * win32/vs6/libgstriff.dsp:
6715         Add libgsttag to the link libraries list.
6716         * win32/vs6/libgstvolume.dsp:
6717         Add liboil to the link.
6718         * win32/vs6/gst_plugins_base.dsw:
6719         * win32/vs6/libgstrtsp.dsp:
6720         * win32/common/libgstrtsp.def:
6721         Add files to build libgstrtsp library.
6722         
6723 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6724
6725         * tests/examples/snapshot/snapshot.c: (main):
6726         Print error when pipeline failed to construct.
6727
6728 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * configure.ac:
6731         * gst-libs/gst/tag/gstid3tag.c:
6732         * gst-libs/gst/tag/gstvorbistag.c:
6733           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6734           and ID3v2 tags.
6735
6736 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * gst-libs/gst/floatcast/floatcast.h:
6739           Don't include config.h in an installed public header, this
6740           might break compilation of applications that don't have such
6741           a header and doesn't necessarily do what it's supposed to do
6742           anyway (ie. check for the lrint/lrintf defines) (#442065).
6743           Add docs for the various macros and document how this header
6744           has to be used (link against libm, etc.); add a few FIXMEs;
6745           include math.h for non-c99 code path.  Based on patch by
6746           Jan Schmidt.
6747           
6748 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6749
6750         * configure.ac:
6751         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6752         of duplicating these macros in configure.ac.
6753
6754 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6755
6756         * po/hu.po:
6757         * po/sv.po:
6758         * po/uk.po:
6759           Updated translations to 0.10.14
6760
6761 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6762
6763         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6764
6765         * po/pl.po:
6766           Added Polish translation.
6767
6768 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6769
6770         translated by: Ilkka Tuohela <hile@iki.fi>
6771
6772         * po/fi.po:
6773           Added Finnish translation.
6774
6775 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6776
6777         translated by: Jorge González González <aloriel@gmail.com>
6778
6779         * po/es.po:
6780           Added Spanish translation.
6781
6782 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6783
6784         translated by: Mogens Jaeger <mogens@jaeger.tf>
6785
6786         * po/da.po:
6787           Added Danish translation.
6788
6789 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6790
6791         translated by: Funda Wang <fundawang@linux.net.cn>
6792
6793         * po/zh_CN.po:
6794           Added Chinese (simplified) translation.
6795
6796 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6797
6798         translated by: Alexander Shopov <ash@contact.bg>
6799
6800         * po/bg.po:
6801           Added Bulgarian translation.
6802
6803 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6804
6805         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6806         Fix compilation wrt printf arguments.
6807
6808 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6809
6810         * configure.ac:
6811         * tests/examples/Makefile.am:
6812         * tests/examples/snapshot/.cvsignore:
6813         * tests/examples/snapshot/Makefile.am:
6814         * tests/examples/snapshot/snapshot.c: (main):
6815         Add simple snapshot example program using appsink.
6816
6817 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * tests/check/generic/states.c:
6820           Improved state change unit test.
6821
6822 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6823
6824         * docs/plugins/.cvsignore:
6825         * tests/check/.cvsignore:
6826           Ignore registries in any format.
6827
6828 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6829
6830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6831         (gst_base_rtp_depayload_chain),
6832         (gst_base_rtp_depayload_set_gst_timestamp):
6833         Only copy timestamp on outgoing packets if the depayloader did not set
6834         one.
6835         Also copy duration on outgoing packets.
6836
6837 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6838
6839         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6840         (gst_basertppayload_set_outcaps):
6841         Fix compilation because of missing %d in printf.
6842         When fixating caps, fixate what we can and throw away all remaining
6843         unfixed caps, subclasses should do something smart if they need to.
6844
6845 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6846
6847         * ext/gnomevfs/gstgnomevfssrc.c:
6848           Improve debug logs a bit and be more verbose if things go wrong.
6849
6850 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6851
6852         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6853         (gst_text_overlay_set_property):
6854         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6855         * gst-libs/gst/audio/gstbaseaudiosink.c:
6856         (gst_base_audio_sink_render):
6857         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6858         (gst_rtcp_unix_to_ntp):
6859         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6860         * gst/playback/gstqueue2.c:
6861         * tests/examples/seek/seek.c: (set_scale):
6862         Fix a bunch of compile warnings shown with Forte.
6863
6864         * gst/audiorate/gstaudiorate.c:
6865         Always pull in config.h before including any system headers.
6866
6867 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         * gst/playback/gstqueue2.c: (update_buffering),
6870         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6871         (gst_queue_handle_sink_event), (gst_queue_chain),
6872         (gst_queue_push_one), (gst_queue_sink_activate_push),
6873         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6874         Also fix #476514 for queue2.
6875
6876 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6879         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6880         (gst_base_rtp_depayload_chain),
6881         (gst_base_rtp_depayload_handle_sink_event),
6882         (gst_base_rtp_depayload_push_full),
6883         (gst_base_rtp_depayload_set_gst_timestamp),
6884         (gst_base_rtp_depayload_change_state):
6885         Remove code to deal with RTP to GST time conversion, we now just copy
6886         the GST timestamp we receive to the outgoing buffers.
6887         Handle segment and flushes correctly.
6888
6889         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6890         When we have no valid input timestamp, use the previous rtp timestamp on
6891         the outgoing RTP packet instead of the RTP base time.
6892
6893 2007-09-15  David Schleef  <ds@schleef.org>
6894
6895         * ext/alsa/gstalsa.c:
6896         * ext/alsa/gstalsadeviceprobe.c:
6897         * ext/alsa/gstalsamixer.c:
6898         * ext/alsa/gstalsasink.c:
6899         * ext/alsa/gstalsasrc.c:
6900           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6901
6902 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         * gst-libs/gst/rtp/gstbasertppayload.c:
6905         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6906         Add some debug info when negotiating caps.
6907
6908 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6909
6910         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6911         A buffer with an empty payload is also a valid buffer.
6912
6913 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6916         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6917         (gst_basertppayload_change_state):
6918         Make sure we start our RTP timestamp from the random base RTP
6919         timestamp even if the buffer timestamp starts from some random value.
6920
6921 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6922
6923         * configure.ac:
6924         * tests/examples/Makefile.am:
6925         * tests/examples/dynamic/.cvsignore:
6926         * tests/examples/dynamic/Makefile.am:
6927         * tests/examples/dynamic/addstream.c: (create_stream),
6928         (pause_play_stream), (message_received), (eos_message_received),
6929         (perform_step), (main):
6930         Add simple exmple app to demonstrate starting and pausing live and
6931         non-live bins in a PLAYING pipeline.
6932
6933 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6934
6935         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6936         typefind for QCP files (RFC #3625)
6937
6938 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6939
6940         * gst-libs/gst/audio/gstbaseaudiosink.c:
6941         (gst_base_audio_sink_init):
6942         Disable pull mode scheduling, we're not ready for it yet and it subtly
6943         breaks a lot of things.
6944
6945 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * tests/check/elements/libvisual.c:
6948           Test all libvisual plugins, not just the first one; this reproduces
6949           bug #450336 quite easily.  Looks like a problem with the 'jess'
6950           visualisation.
6951
6952 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * tests/check/Makefile.am:
6955         * tests/check/elements/.cvsignore:
6956         * tests/check/elements/libvisual.c:
6957           Add basic libvisual test case in an attempt to reproduce bug #450336.
6958           Doesn't reproduce that bug, but some other crasher instead (invalid
6959           free), at least with make elements/libvisual.forever and the bumscope
6960           plugin on x86-64/gutsy. Leaving test disabled for now.
6961
6962 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6965
6966         * gst-libs/gst/rtsp/gstrtspconnection.c:
6967         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6968         (read_body), (gst_rtsp_connection_receive):
6969         Make sure we can not cancel in the middle of receiving a message.
6970         Fixes #475731.
6971
6972 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         Patch by: Josep Torra Valles <josep@fluendo.com>
6975
6976         * gst/playback/gstplaybasebin.c:
6977           Increase upper limit for audio queue a bit; fixes preroll problem
6978           with playbin and decodebin2 when playing a quicktime trailer with
6979           multichannel audio via http (#464666).
6980
6981 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6982
6983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6984         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6985         (gst_base_audio_src_provide_clock),
6986         (gst_base_audio_src_set_property),
6987         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6988         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6989         Allow othe clocks than the internal clock to be used for the pipeline.
6990         Add property to disable clock provide.
6991         API: GstBaseAudioSrc::provide-clock
6992
6993 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * gst/playback/gstdecodebin2.c:
6996           Don't leak request pads. Fixes #475395.
6997
6998 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6999
7000         Patch by: René Stadler <mail at renestadler dot de>
7001
7002         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7003         (gst_ximage_buffer_class_init):
7004         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7005         (gst_xvimage_buffer_class_init):
7006         Correctly chain up finalize with the parent class to prevent
7007         memory leaks. Fixes #474880.
7008
7009 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7010
7011         * gst/volume/gstvolume.c: (volume_choose_func):
7012         * tests/check/elements/volume.c: (GST_START_TEST):
7013         Revert the latest change: floating point samples are allowed to
7014         have any value, not only values in the range [-1,1]. Thanks to Andy
7015         Wingo for noticing.
7016         Also fix processing of int32 samples with volumes > 4 by making the
7017         unity value smaller which prevents overflows.
7018
7019 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * gst-libs/gst/rtp/gstrtpbuffer.c:
7022         * tests/check/libs/rtp.c:
7023           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7024
7025 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7028
7029         * gst-libs/gst/rtp/gstrtpbuffer.c:
7030           Fix up GstRTPHeader helper struct so that compilers will not under
7031           any circumstances add padding in between our fields, as currently
7032           happens with MSVC on win32, because that would lead to us sending
7033           out RTP payloads with broken RTP headers (#471194).
7034           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7035           
7036         * tests/check/Makefile.am:
7037         * tests/check/libs/.cvsignore:
7038         * tests/check/libs/rtp.c:
7039           Add some simple unit tests for GstRTPBuffer. Some are disabled
7040           because the code tested still needs fixing (set_csrc() does not work).
7041
7042 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7043
7044         * win32/MANIFEST:
7045         * win32/common/gstrtsp-enumtypes.c:
7046         * win32/common/gstrtsp-enumtypes.h:
7047         * win32/common/interfaces-enumtypes.c:
7048         * win32/common/interfaces-enumtypes.h:
7049         * win32/common/multichannel-enumtypes.c:
7050           Add rtsp enumtypes (#474384) and update others.
7051
7052 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7053
7054         * configure.ac:
7055           Fix configure check for HAVE_LIBXML_HTML.
7056
7057 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * tests/check/libs/.cvsignore:
7060           Ignore more, in case the build bots work again one day.
7061
7062 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7063
7064         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7065
7066         * configure.ac:
7067         * gst-libs/gst/Makefile.am:
7068         * gst-libs/gst/fft/Makefile.am:
7069         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7070         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7071         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7072         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7073         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7074         * gst-libs/gst/fft/gstfft.h:
7075         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7076         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7077         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7078         * gst-libs/gst/fft/gstfftf32.h:
7079         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7080         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7081         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7082         * gst-libs/gst/fft/gstfftf64.h:
7083         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7084         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7085         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7086         * gst-libs/gst/fft/gstffts16.h:
7087         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7088         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7089         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7090         * gst-libs/gst/fft/gstffts32.h:
7091         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7092         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7093         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7094         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7095         * gst-libs/gst/fft/kiss_fft_f32.h:
7096         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7097         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7098         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7099         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7100         * gst-libs/gst/fft/kiss_fft_f64.h:
7101         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7102         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7103         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7104         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7105         * gst-libs/gst/fft/kiss_fft_s16.h:
7106         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7107         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7108         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7109         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7110         * gst-libs/gst/fft/kiss_fft_s32.h:
7111         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7112         (kiss_fftr_f32), (kiss_fftri_f32):
7113         * gst-libs/gst/fft/kiss_fftr_f32.h:
7114         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7115         (kiss_fftr_f64), (kiss_fftri_f64):
7116         * gst-libs/gst/fft/kiss_fftr_f64.h:
7117         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7118         (kiss_fftr_s16), (kiss_fftri_s16):
7119         * gst-libs/gst/fft/kiss_fftr_s16.h:
7120         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7121         (kiss_fftr_s32), (kiss_fftri_s32):
7122         * gst-libs/gst/fft/kiss_fftr_s32.h:
7123         * gst-libs/gst/fft/kiss_version:
7124         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7125         * pkgconfig/gstreamer-plugins-base.pc.in:
7126         Add libgstfft, a FFT library based on Kiss FFT which is
7127         BSD licensed. Supported sample formats are int16, int32,
7128         float and double. For those formats a real FFT and IFFT
7129         can be done, different windowing functions can be applied
7130         and functions for extracting the magnitude and phase exist.
7131         Fixes #468619.
7132
7133         * docs/libs/Makefile.am:
7134         * docs/libs/gst-plugins-base-libs-docs.sgml:
7135         * docs/libs/gst-plugins-base-libs-sections.txt:
7136         Integrate libgstfft into the docs.
7137
7138         * tests/check/Makefile.am:
7139         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7140         Add unit tests for libgstfft, currently only testing the FFT.
7141         Unit tests for IFFT will follow soon.
7142
7143 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7144
7145         Patch by: Peter Kjellerstedt  <pkj at axis com>
7146
7147         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7148         (gst_sdp_message_init), (gst_sdp_message_uninit),
7149         (is_multicast_address), (gst_sdp_message_as_text),
7150         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7151         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7152         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7153         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7154         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7155         (gst_sdp_media_init), (gst_sdp_media_uninit),
7156         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7157         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7158         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7159         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7160         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7161         * gst-libs/gst/sdp/gstsdpmessage.h:
7162         Separate INIT_ARRAY() and related macros into two versions, one for
7163         structures and one for pointers (e.g., INIT_ARRAY() and
7164         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7165         lists of emails and phone numbers.
7166         Add missing const as appropriate.
7167         Change all gint to guint since they all actually represent unsigned
7168         values.
7169         Do not use time as a variable name as it shadows the global time().
7170         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7171         Actually implement gst_sdp_message_add_time().
7172         Make gst_sdp_message_add_time() take repeat times as an argument.
7173         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7174         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7175         misspelled as badwidth).
7176         gst-indented and a little clean up. Fixes #471067.
7177
7178 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7179
7180         * gst/volume/gstvolume.c: (volume_choose_func),
7181         (volume_process_double), (volume_process_double_clamp),
7182         (volume_process_float_clamp):
7183         Correctly clamp float/double samples in the [-1.0,1.0] range to
7184         prevent weird effects.
7185         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7186         Add unit tests for all samples types that had none before.
7187
7188 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * gst-libs/gst/rtp/gstrtpbuffer.c:
7191           Need to include stdlib.h for abs() here too.
7192
7193 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         * gst/playback/gststreaminfo.c:
7196           Fix build.
7197
7198 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7199
7200         * gst/playback/gststreaminfo.c:
7201           Clean up some half-disabled code and comment.
7202
7203 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7204
7205         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7206
7207         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7208         (gst_base_rtp_payload_audio_handle_event):
7209         Return FALSE from the event handler to let the parent class handle the
7210         event. Fixes #446766.
7211
7212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7213         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7214         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7215
7216         * gst-libs/gst/rtp/gstbasertppayload.c:
7217         Bump the MTU to 1400.
7218
7219 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7220
7221         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7222         Add an audio/x-nsf typefind function for the nsfdec element.
7223
7224 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7225         * gst/playback/gstplaybasebin.c:
7226         Included "myth://" on stream_uris list for enable buffering to mythtv files
7227
7228 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7229
7230         * docs/libs/gst-plugins-base-libs-sections.txt:
7231         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7232         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7233         (gst_rtcp_unix_to_ntp):
7234         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7235         Fix parsing of RB blocks.
7236         Fix docs.
7237         Added helper functions to convert to/from UNIX and NTP time.
7238         API: gst_rtcp_ntp_to_unix()
7239         API: gst_rtcp_unix_to_ntp()
7240
7241         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7242         (gst_rtp_buffer_get_header_len),
7243         (gst_rtp_buffer_get_extension_data),
7244         (gst_rtp_buffer_get_payload_subbuffer),
7245         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7246         (gst_rtp_buffer_ext_timestamp):
7247         * gst-libs/gst/rtp/gstrtpbuffer.h:
7248         Fix some more docs.
7249         Implement handling of packets with extensions.
7250         Fix padding check in _validate().
7251         Added function to get extension data.
7252         API: gst_rtp_buffer_get_header_len()
7253         API: gst_rtp_buffer_get_extension_data()
7254
7255 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7256
7257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7258         (gst_base_rtp_depayload_class_init),
7259         (gst_base_rtp_depayload_set_gst_timestamp):
7260         Add some more docs for the queue-delay property and fix a typo in a
7261         comment.
7262
7263         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7264         Fix typo.
7265
7266 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7267
7268         * gst-libs/gst/audio/gstbaseaudiosink.c:
7269         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7270         (gst_base_audio_sink_change_state):
7271         When skew slaving, try to hover around the middle of a segment so that
7272         we at most drift by half a segment.
7273         If we are aligning in the oposite direction of the clock skew, we don't
7274         have to resync.
7275
7276 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7279         (gst_base_rtp_depayload_setcaps),
7280         (gst_base_rtp_depayload_set_gst_timestamp):
7281         Be less silly with the segment start, just apply the clock-base to the
7282         timestamp.
7283
7284 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7287         (gst_base_rtp_depayload_class_init),
7288         (gst_base_rtp_depayload_finalize),
7289         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7290         (gst_base_rtp_depayload_handle_sink_event),
7291         (gst_base_rtp_depayload_set_gst_timestamp),
7292         (gst_base_rtp_depayload_change_state):
7293         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7294         Deprecate the queue handling thread thing and remove the code.
7295         Use new method to calculate the extended timestamp.
7296
7297 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7300         (gst_rtcp_packet_sdes_copy_entry):
7301         Use g_strndup which does exactly what we want.
7302
7303         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7304         (gst_rtp_buffer_ext_timestamp):
7305         * gst-libs/gst/rtp/gstrtpbuffer.h:
7306         Add helper function to compare seqnums.
7307         Add helper function to calculate extended timestamps.
7308         API: gst_rtp_buffer_compare_seqnum()
7309         API: gst_rtp_buffer_ext_timestamp()
7310
7311 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7312
7313         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7314         (gst_rtcp_packet_sdes_get_entry),
7315         (gst_rtcp_packet_sdes_copy_entry):
7316         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7317         Fix and document SDES item data function.
7318         Add new function that makes a proper copy of SDES item data.
7319         API: gst_rtcp_packet_sdes_copy_entry()
7320
7321 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7322
7323         * configure.ac:
7324         * gst/Makefile.am:
7325           The tcp and subparse plugins are under gst, but not totaly free of
7326           dependencies. Handle selection inconfigure.ac, so that they show up
7327           on the final list of what is build and what is not. Maybe they should
7328           better be moved to ext.
7329
7330 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7331
7332         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7333
7334         * configure.ac:
7335         * gst/Makefile.am:
7336           Check if libxml provides HTML parser which subparse needs.
7337           Fixes #451970.
7338
7339 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7340
7341         * ext/alsa/gstalsa.c:
7342           Fix typo and compilation on big endian systems.
7343
7344 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * gst/subparse/gstssaparse.c:
7347           Convert SSA newline codes into actual newline characters (#470766).
7348
7349 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * docs/libs/gst-plugins-base-libs-sections.txt:
7352         * gst-libs/gst/pbutils/install-plugins.c:
7353         * gst-libs/gst/pbutils/install-plugins.h:
7354         * tests/check/libs/pbutils.c:
7355           API: also add gst_install_plugins_supported() while we're at it
7356           (see #470456).
7357
7358 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * docs/libs/gst-plugins-base-libs-sections.txt:
7361         * gst-libs/gst/pbutils/missing-plugins.c:
7362         * gst-libs/gst/pbutils/missing-plugins.h:
7363         * tests/check/libs/pbutils.c:
7364           API: add gst_missing_*_installer_detail_new() convenience API so
7365           that applications that know exactly what they're missing can request
7366           installer detail strings for those items directly instead of having
7367           to first create a dummy missing-plugin message and then get the
7368           installer detail string from that.  Fixes #470456.
7369
7370 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7371
7372         * gst/playback/gstdecodebin.c: (close_pad_link):
7373         We need to set up delayed-linking whenever the caps are non-fixed,
7374         not just when there are multiple types - use gst_pad_is_fixed()
7375         to test.
7376
7377 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         * gst-libs/gst/pbutils/missing-plugins.c:
7380           (gst_missing_plugin_message_get_installer_detail):
7381           Add missing separator in PID fallback case.
7382
7383 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7384
7385         * ext/alsa/Makefile.am:
7386         There is no GST_PLUGINS_BASE_LIBS defined.
7387         
7388         * ext/alsa/gstalsa.c:
7389         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7390         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7391         Add support for ALSA 24-bit formats.
7392         snd_pcm_delay can return an error code, especially
7393         during XRUNS. In that case, the best we can do is assume
7394         delay = 0.
7395
7396         * gst/audioconvert/Makefile.am:
7397         Add flags from -base before any more-remote dependencies.
7398
7399 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7400
7401         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7402
7403         * gst/volume/gstvolume.c: (volume_choose_func),
7404         (volume_update_real_volume), (gst_volume_set_volume),
7405         (gst_volume_init), (volume_process_int32),
7406         (volume_process_int32_clamp), (volume_process_int24),
7407         (volume_process_int24_clamp), (volume_process_int16),
7408         (volume_process_int16_clamp), (volume_process_int8),
7409         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7410         * gst/volume/gstvolume.h:
7411         Add support for int32, int24 and int8 to the volume element.
7412         Fixes #445529.
7413
7414 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         * tests/examples/Makefile.am:
7417           Fix even more.
7418
7419 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7420
7421         * configure.ac:
7422         * docs/libs/Makefile.am:
7423         * docs/libs/gst-plugins-base-libs-docs.sgml:
7424         * docs/libs/gst-plugins-base-libs-sections.txt:
7425         * ext/gnomevfs/gstgnomevfssrc.c:
7426         * ext/gnomevfs/gstgnomevfssrc.h:
7427         * gst-libs/gst/Makefile.am:
7428         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7429         * pkgconfig/gstreamer-plugins-base.pc.in:
7430         * sys/v4l/v4lsrc_calls.c:
7431         * tests/examples/Makefile.am:
7432         * win32/common/config.h:
7433           Revert unwanted commit. many thanks to moap. I want a fix for 
7434           https://thomas.apestaart.org/moap/trac/ticket/239
7435
7436 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7437
7438         * gst/volume/gstvolume.c:
7439           Move passthrough below gst_object_sync_values(). Fixes #442654.
7440
7441 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7442
7443         * gst-libs/gst/audio/audio.c:
7444         Clarify the docs a little.
7445
7446 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7447
7448         * gst/volume/gstvolume.c:
7449           Enable liboil for float and add more details about problems with
7450           int16.
7451
7452 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7453
7454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7455         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7456
7457 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7460         When calculating the first timestamp of the buffers, don't go below 0
7461         and clip the samples because the offset was on the eos page.
7462         Fixes #466717.
7463
7464 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7465
7466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7467         (gst_ogg_demux_collect_chain_info):
7468         Also submit the eos page when trying to find the first timestamp.
7469         See #466717.
7470
7471 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7472
7473         * gst-libs/gst/audio/audio.h:
7474         Use gst_util_uint64_scale() instead of doing the math
7475         with double for GST_FRAMES_TO_CLOCK_TIME() and
7476         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7477         prevents rounding errors. Fixes #467667.
7478
7479 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7480
7481         * gst-libs/gst/rtsp/gstrtspconnection.c:
7482         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7483         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7484         * gst-libs/gst/rtsp/gstrtspconnection.h:
7485         Small cleanups.
7486         On shutdown, don't read the control socket yet.
7487         Set timeout value correctly in all cases.
7488         Add function to check if the server accepts reads or writes.
7489         API: gst_rtsp_connection_poll()
7490
7491         * gst-libs/gst/rtsp/gstrtspdefs.h:
7492         Fix compilation with -pedantic.
7493         Add enum for _poll.
7494
7495 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7496
7497         Patch by: Olivier Crete  <tester at tester ca>
7498
7499         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7500         (gst_basertppayload_getcaps):
7501         * gst-libs/gst/rtp/gstbasertppayload.h:
7502         Add getcaps vfunc to basertppayload. See #465146.
7503
7504 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7505
7506         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7507         Only post buffering messages when we are a stream.
7508
7509 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * gst-libs/gst/pbutils/install-plugins.c:
7512         * gst-libs/gst/pbutils/missing-plugins.c:
7513           Small docs fix and addition.
7514
7515 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         * tests/icles/.cvsignore:
7518         * tests/icles/Makefile.am:
7519         * tests/icles/test-textoverlay.c:
7520           Add a dumb little test for textoverlay alignments.
7521
7522 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         Patch by: Dan Williams  <dcbw redhat com>
7525
7526         * ext/pango/gsttextoverlay.c:
7527         * ext/pango/gsttextoverlay.h:
7528           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7529           "silent" property so there's a Since tag in the API reference.
7530
7531 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         * gst-libs/gst/rtp/gstbasertppayload.c:
7534         (gst_basertppayload_set_outcaps):
7535         * gst-libs/gst/rtp/gstbasertppayload.h:
7536         Improve caps negotiation so that downstream elements can confiure
7537         certain RTP properties by fixing them on the caps. See #465146.
7538         Add docs.
7539
7540 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * docs/libs/gst-plugins-base-libs-sections.txt:
7543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7545           Mark as deprecated some macros which were presumably meant to be
7546           private API and accidentally exposed in the public header file.
7547           Also actually _init() lock (only works at the moment because the
7548           struct is zeroed out when created and the initial values in the
7549           mutex struct are zeroes too). (#459585)
7550
7551 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7552
7553         * docs/libs/Makefile.am:
7554           Remove cruft and do some cleanups.
7555
7556         * docs/libs/gst-plugins-base-libs-docs.sgml:
7557           Prepare for comming gtkdoc features (rebase against online docs).
7558
7559 2007-08-10  Michael Smith <msmith@fluendo.com>
7560
7561         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7562           Debug output fixes.
7563         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7564         (GST_START_TEST):
7565           Change the number of buffers used; 500 is too many and leads to
7566           timeouts.
7567
7568 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         * gst/playback/gstqueue2.c:
7571         * gst/videorate/gstvideorate.c:
7572           Printf format fixes (#465028).
7573
7574 2007-08-09  Michael Smith <msmith@fluendo.com>
7575
7576         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7577           If we have a large (> 1 second) discontinuity, push a series of
7578           smaller buffers rather than a single very large buffer. Avoids
7579           unreasonably large single buffer allocations when encountering a
7580           large gap.
7581         * tests/check/elements/audiorate.c: (GST_START_TEST),
7582         (audiorate_suite):
7583           Add a test for this.
7584
7585 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7586
7587         * gst/playback/gstplaybasebin.c: (group_commit),
7588         (queue_remove_probe), (queue_threshold_reached):
7589
7590         Patch by: Josep Torra Valles <josep@fluendo.com>
7591         Fixes: #465015
7592         Make sure we remove the check_queues buffer probe from the 
7593         correct queue to avoid racily going back to "buffering 99%" when
7594         buffering is actually complete.
7595
7596         Also, fix the spelling of Josep's surname in the ChangeLog.
7597
7598 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7599
7600         * ext/ogg/gstoggmux.c:
7601           Do not leak oggmux instance.
7602         
7603         * ext/vorbis/vorbisenc.c:
7604           Also log values.
7605
7606 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         * po/hu.po:
7609         * po/it.po:
7610         * po/nl.po:
7611         * po/uk.po:
7612         * po/vi.po:
7613           Updated translations.
7614
7615 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7616
7617         patch by: Yang Hong <hongyang@redflag-linux.com>
7618
7619         * ext/pango/gsttextoverlay.c:
7620         * ext/pango/gsttextoverlay.h:
7621           Add 'silent' property to GstTimeOverlay. Fixes #462979
7622
7623 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         Patch by: Josep Torra Valles <josep@fluendo.com>
7626
7627         * docs/plugins/gst-plugins-base-plugins.args:
7628         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7629         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7630         (gst_uri_decode_bin_get_property), (gen_source_element):
7631         Add connection-speed property. Fixes #464690.
7632
7633 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7636
7637         * configure.ac:
7638         * gst-libs/gst/rtsp/Makefile.am:
7639         * gst-libs/gst/rtsp/gstrtspconnection.c:
7640         (gst_rtsp_connection_connect):
7641         Fix compilation on windows. Fixes #464320.
7642
7643 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7644
7645         Patch by: Josep Torra Valles <josep@fluendo.com>
7646
7647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7648         (gst_play_base_bin_init), (queue_threshold_reached),
7649         (gen_source_element), (setup_substreams),
7650         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7651         (gst_play_base_bin_get_streaminfo_value_array):
7652         * gst/playback/gstplaybasebin.h:
7653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7654         (gst_play_bin_set_property), (gst_play_bin_get_property),
7655         (gst_play_bin_handle_redirect_message):
7656         Move connection-speed property from playbin to playbasebin so that we
7657         can also configure it in source elements that have the connection-speed
7658         property. Fixes #464028.
7659         Add some debug info here and there.
7660
7661 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7662
7663         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7664         Properly respond to conversion queries. Fixes #464079.
7665
7666 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7667
7668         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7669         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7670         (gst_audio_test_src_init_sine_table),
7671         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7672         * gst/audiotestsrc/gstaudiotestsrc.h:
7673         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7674         Also set the default volume to the default value specified in the
7675         GParamSpec.
7676
7677 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7678
7679         Patch by: Jens Granseuer <jensgr at gmx dot net>
7680
7681         * gst/audioconvert/gstaudioquantize.c:
7682         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7683
7684 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7687         Add rdt manager for rdt transport.
7688         Fix parsing of RDT transport.
7689
7690 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * configure.ac:
7693         Back to CVS
7694
7695 === release 0.10.14 ===
7696
7697 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7698
7699         * configure.ac:
7700           releasing 0.10.14, "Light Years Ahead"
7701
7702 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * tests/check/libs/audio.c: (GST_START_TEST):
7705         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7706
7707 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * gst-libs/gst/audio/audio.c:
7710         When clipping a buffer with no timestamp, assume it is
7711         within the segment without warnings.
7712
7713         Fixes: #460978
7714
7715 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7718         Fire the signal on the object, not the interface.
7719
7720 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7721
7722         * gst-libs/gst/rtsp/.cvsignore:
7723         Ber. Don't include the full path, idiot.
7724
7725 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7726
7727         * gst-libs/gst/rtsp/.cvsignore:
7728         Ignore generated files.
7729
7730 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7731
7732         * gst-libs/gst/interfaces/Makefile.am:
7733         * gst-libs/gst/interfaces/interfaces-marshal.list:
7734         * gst-libs/gst/interfaces/rtspextension.c:
7735         * gst-libs/gst/interfaces/rtspextension.h:
7736         * gst-libs/gst/rtsp/Makefile.am:
7737         * gst-libs/gst/rtsp/gstrtsp.h:
7738         * gst-libs/gst/rtsp/gstrtspextension.c:
7739         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7740         (gst_rtsp_extension_detect_server),
7741         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7742         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7743         (gst_rtsp_extension_configure_stream),
7744         (gst_rtsp_extension_get_transports),
7745         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7746         * gst-libs/gst/rtsp/gstrtspextension.h:
7747         * gst-libs/gst/rtsp/rtsp-marshal.list:
7748         Move the rtspextension.h interface into gstrtspextension.h
7749         as part of libgstrtsp instead of libgstinterfaces, because it's
7750         only for use within plugins, not applications. 
7751         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7752         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7753         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7754         is abstract.
7755
7756 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7757
7758         * gst-libs/gst/interfaces/Makefile.am:
7759         * gst-libs/gst/interfaces/interfaces-marshal.list:
7760         * gst-libs/gst/interfaces/rtspextension.c:
7761         (gst_rtsp_extension_iface_init),
7762         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7763         * gst-libs/gst/interfaces/rtspextension.h:
7764         Fix marshaller for the send signal.
7765         Add URL to stream selection interface method.
7766
7767 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7768
7769         * gst-libs/gst/riff/Makefile.am:
7770         Pull in our dependencies from -base before those from outside.
7771
7772 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7773
7774         * docs/libs/gst-plugins-base-libs-sections.txt:
7775         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7776         * gst-libs/gst/rtsp/gstrtspbase64.h:
7777         API: gst_rtsp_base64_decode_ip()
7778         Added function to decode Base64 in-place.
7779
7780 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7781
7782         * tests/check/libs/.cvsignore:
7783         Ignore the mixer test binary.
7784
7785 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7786
7787         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7788         Gratuitous comment change to trigger a rebuild on the buildbots.
7789
7790 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7791
7792         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7793         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7794         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7795         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7796         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7797         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7798         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7799         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7800         (gst_sdp_media_get_attribute_val):
7801         * gst-libs/gst/sdp/gstsdpmessage.h:
7802         Constify args where we can.
7803
7804 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * gst-libs/gst/interfaces/Makefile.am:
7807         * gst-libs/gst/interfaces/rtspextension.c:
7808         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7809         (gst_rtsp_extension_detect_server),
7810         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7811         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7812         (gst_rtsp_extension_configure_stream),
7813         (gst_rtsp_extension_get_transports),
7814         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7815         * gst-libs/gst/interfaces/rtspextension.h:
7816         Move interface for RTSP extensions from -good to here.
7817         Added helper methods to invoke interface methods.
7818
7819 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7820
7821         * docs/libs/gst-plugins-base-libs-sections.txt:
7822         * gst-libs/gst/rtsp/gstrtspdefs.h:
7823         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7824         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7825         (gst_rtsp_message_init_response),
7826         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7827         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7828         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7829         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7830         (gst_rtsp_message_get_body), (dump_key_value):
7831         * gst-libs/gst/rtsp/gstrtspmessage.h:
7832         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7833         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7834         (gst_rtsp_range_parse):
7835         * gst-libs/gst/rtsp/gstrtsprange.h:
7836         * gst-libs/gst/rtsp/gstrtsptransport.c:
7837         * gst-libs/gst/rtsp/gstrtspurl.c:
7838         Fix some more RTSP docs.
7839         Add some missing methods for dealing with messages.
7840
7841 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * docs/libs/gst-plugins-base-libs-docs.sgml:
7844         * docs/libs/gst-plugins-base-libs-sections.txt:
7845         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7846         * gst-libs/gst/rtsp/gstrtspbase64.h:
7847         * gst-libs/gst/rtsp/gstrtspconnection.c:
7848         (gst_rtsp_connection_connect), (add_auth_header),
7849         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7850         (read_body), (gst_rtsp_connection_receive),
7851         (gst_rtsp_connection_next_timeout),
7852         (gst_rtsp_connection_reset_timeout),
7853         (gst_rtsp_connection_set_auth):
7854         * gst-libs/gst/rtsp/gstrtspconnection.h:
7855         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7856         * gst-libs/gst/rtsp/gstrtspdefs.h:
7857         * gst-libs/gst/rtsp/gstrtspmessage.h:
7858         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7859         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7860         (gst_rtsp_range_parse):
7861         * gst-libs/gst/rtsp/gstrtspurl.h:
7862         Added beginnings of RTSP documentation.
7863
7864 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7865
7866         * docs/libs/Makefile.am:
7867         * docs/libs/gst-plugins-base-libs-docs.sgml:
7868         * docs/libs/gst-plugins-base-libs-sections.txt:
7869         * gst-libs/gst/sdp/gstsdp.h:
7870         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7871         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7872         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7873         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7874         (gst_sdp_message_get_attribute_val),
7875         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7876         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7877         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7878         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7879         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7880         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7881         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7882         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7883         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7884         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7885         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7886         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7887         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7888         (gst_sdp_media_get_attribute_val_n),
7889         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7890         (print_media), (gst_sdp_message_dump):
7891         * gst-libs/gst/sdp/gstsdpmessage.h:
7892         Document the SDP library.
7893         Add some of the missing SDPMedia methods.
7894
7895 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7896
7897         * configure.ac:
7898         * gst-libs/gst/Makefile.am:
7899         * gst-libs/gst/rtsp/Makefile.am:
7900         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7901         * gst-libs/gst/rtsp/gstrtspbase64.h:
7902         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7903         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7904         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7905         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7906         (parse_response_status), (parse_request_line), (parse_line),
7907         (gst_rtsp_connection_read), (read_body),
7908         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7909         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7910         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7911         (gst_rtsp_connection_set_auth):
7912         * gst-libs/gst/rtsp/gstrtspconnection.h:
7913         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7914         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7915         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7916         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7917         (gst_rtsp_find_method):
7918         * gst-libs/gst/rtsp/gstrtspdefs.h:
7919         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7920         (gst_rtsp_message_new), (gst_rtsp_message_init),
7921         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7922         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7923         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7924         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7925         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7926         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7927         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7928         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7929         (gst_rtsp_message_dump):
7930         * gst-libs/gst/rtsp/gstrtspmessage.h:
7931         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7932         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7933         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7934         * gst-libs/gst/rtsp/gstrtsprange.h:
7935         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7936         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7937         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7938         (range_as_text), (rtsp_transport_mode_as_text),
7939         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7940         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7941         (gst_rtsp_transport_free):
7942         * gst-libs/gst/rtsp/gstrtsptransport.h:
7943         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7944         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7945         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7946         * gst-libs/gst/rtsp/gstrtspurl.h:
7947         * gst-libs/gst/sdp/Makefile.am:
7948         * gst-libs/gst/sdp/gstsdp.h:
7949         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7950         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7951         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7952         (gst_sdp_attribute_init), (gst_sdp_message_new),
7953         (gst_sdp_message_init), (gst_sdp_message_uninit),
7954         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7955         (gst_sdp_media_uninit), (gst_sdp_media_free),
7956         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7957         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7958         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7959         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7960         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7961         (gst_sdp_message_get_attribute_val),
7962         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7963         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7964         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7965         (gst_sdp_media_get_attribute_val_n),
7966         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7967         (read_string), (read_string_del), (gst_sdp_parse_line),
7968         (gst_sdp_message_parse_buffer), (print_media),
7969         (gst_sdp_message_dump):
7970         * gst-libs/gst/sdp/gstsdpmessage.h:
7971         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7972         Move SDP and RTSP from helper objects in -good to a reusable library.
7973         Use a proper gst_ namespace.
7974
7975 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7976
7977         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7978         (vorbis_dec_flush_decode):
7979         Use the new buffer clipping function from gstaudio here.
7980
7981 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7982
7983         * docs/libs/gst-plugins-base-libs-sections.txt:
7984         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7985         * gst-libs/gst/audio/audio.h:
7986         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7987         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7988         Also add deprecation guards for gst_audio_structure_set_int() to the
7989         header.
7990
7991 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7992
7993         * docs/libs/gst-plugins-base-libs-sections.txt:
7994           Cleanup the docs.
7995
7996 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         Patch by: Dan Williams <dcbw at redhat dot com>
7999
8000         * gst/playback/gstplaybasebin.c:
8001         (gst_play_base_bin_get_streaminfo_value_array):
8002         Don't return NULL when querying the stream info value array but instead
8003         return an empty array. Fixes #459204.
8004
8005 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8006
8007         * gst/playback/gsturidecodebin.c:
8008           Init debug category before using it.
8009
8010 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8011
8012         * gst-libs/gst/interfaces/mixer.h:
8013         Add padding vars in place of the signal pointers
8014         when building with DISABLE_DEPRECATED so that the
8015         interface structure doesn't change size.
8016
8017 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8018
8019         * docs/libs/gst-plugins-base-libs-sections.txt:
8020         * ext/alsa/gstalsamixer.c:
8021         * ext/alsa/gstalsamixer.h:
8022         * ext/alsa/gstalsamixerelement.c:
8023         * ext/alsa/gstalsamixertrack.c:
8024         * gst-libs/gst/interfaces/mixer.c:
8025         * gst-libs/gst/interfaces/mixer.h:
8026         * gst-libs/gst/interfaces/mixeroptions.c:
8027         * gst-libs/gst/interfaces/mixeroptions.h:
8028         * gst-libs/gst/interfaces/mixertrack.c:
8029         * gst-libs/gst/interfaces/mixertrack.h:
8030         * tests/check/Makefile.am:
8031         * tests/check/libs/mixer.c:
8032
8033         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8034         Fixes: #152864 
8035
8036         Add support for notifying mixer changes on the message bus, and
8037         implement it in alsamixer.
8038
8039         API: gst_mixer_get_mixer_flags
8040         API: gst_mixer_message_parse_mute_toggled
8041         API: gst_mixer_message_parse_record_toggled
8042         API: gst_mixer_message_parse_volume_changed
8043         API: gst_mixer_message_parse_option_changed
8044         API: GstMixerMessageType
8045         API: GstMixerFlags
8046
8047 2007-07-20  Michael Smith <msmith@fluendo.com>
8048
8049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8050         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8051           xcontext->im_format is only for testing XShm support (as the header
8052           file comments document). Use xvimage->im_format for everything else.
8053           Avoids spurious warnings on buffer allocation before setcaps.
8054
8055 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8056
8057         * tests/examples/volume/Makefile.am:
8058         * tests/icles/Makefile.am:
8059           We should use $(LIBM).
8060
8061 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8062
8063         * tests/icles/Makefile.am:
8064           This needs -lm.
8065
8066 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8067
8068         * gst-libs/gst/rtp/gstbasertppayload.c:
8069         (gst_basertppayload_class_init), (gst_basertppayload_init),
8070         (gst_basertppayload_set_property),
8071         (gst_basertppayload_get_property):
8072         Don't break ABI, restore previous ranges. Keep the default random
8073         selection of timestamp and seqnum offset but as soon as the app sets a
8074         specific value, use that one.
8075
8076 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8077
8078         Patch by: Bastien Nocera <hadess at hadess dot net>
8079
8080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8081         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8082         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8083         * sys/xvimage/xvimagesink.h:
8084         Add option to turn off double-buffering for debugging purposes.
8085         Fixes #437169.
8086
8087 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8088
8089         Patch by: Jorn Baayen <jorn at openedhand dot com>
8090
8091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8092         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8093         (gst_ximagesink_init), (gst_ximagesink_class_init):
8094         * sys/ximage/ximagesink.h:
8095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8096         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8097         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8098         * sys/xvimage/xvimagesink.h:
8099         add 'handle-expose' property. Useful for video widgets which may want to
8100         be in control of Expose behaviour. Fixes #380625
8101
8102 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8103
8104         * gst-libs/gst/rtp/gstbasertppayload.c:
8105         (gst_basertppayload_class_init), (gst_basertppayload_init),
8106         (gst_basertppayload_event), (gst_basertppayload_push),
8107         (gst_basertppayload_set_property),
8108         (gst_basertppayload_get_property),
8109         (gst_basertppayload_change_state):
8110         * gst-libs/gst/rtp/gstbasertppayload.h:
8111         Fix ranges of rtp payloader properties so that the full range can be
8112         used in addition to -1 (random).
8113         Fix wrong seqnum reporting in caps.
8114         Fixes #420326.
8115
8116 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8119         (gst_video_rate_query):
8120         Use boilerplate.
8121         Add latency query, might not be perfect yet but already works a lot
8122         better. Fixes #442557.
8123
8124 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8125
8126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8127         (gst_xvimagesink_setcaps):
8128         * sys/xvimage/xvimagesink.h:
8129         After a caps change, redraw our borders to avoid garbage left there
8130         when the image format changes to a smaller size, like 16:9 -> 4:3
8131         Also, hold the flow_lock a bit longer in the set_caps while we're
8132         fiddling with the xcontext.
8133
8134 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8135
8136         * Makefile.am:
8137         * configure.ac:
8138         * tests/Makefile.am:
8139         Remove bogus check for libcheck, since we check for
8140         gstreamer-check and it pulls in the required info from there, and we
8141         weren't actually _using_ the information for libcheck ourselves
8142         anyway.
8143
8144 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8145
8146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8147         (gst_ffmpeg_caps_to_pixfmt):
8148         Fix the r_mask test for RGBA32 on little-endian.
8149         Fix a stupid typo that would have obviously broken 
8150         compilation on big-endian, if anyone was testing.
8151
8152 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8155         (paint_hline_str4):
8156         * gst/videotestsrc/videotestsrc.h:
8157         Add alpha to the color struct.
8158         Use a default alpha value of 255 instead of 128.
8159
8160 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8161
8162         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8163         (setup_source):
8164         Clear the dynamic pads counter when starting a new uri. This makes
8165         reusing playbin work again.
8166         Fixes #454264.
8167
8168 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8169
8170         * configure.ac:
8171           Use pkg-config to locate check.
8172
8173 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * configure.ac:
8176         * tests/check/elements/volume.c: (GST_START_TEST):
8177           Fix 'make check' build against core CVS.
8178
8179 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8180
8181         * gst-libs/gst/interfaces/propertyprobe.c:
8182         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8183         * gst-libs/gst/tag/gstvorbistag.c:
8184           Make gtk-doc happy.
8185
8186 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * gst-libs/gst/audio/gstbaseaudiosink.c:
8189         (gst_base_audio_sink_callback):
8190           Quick hack to make audiosinks stop at EOS when operating in
8191           pull-mode; needs to be fixed properly some day.
8192
8193 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8194
8195         * docs/libs/gst-plugins-base-libs-sections.txt:
8196           Fix location of includes in the docs.
8197
8198 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8199
8200         * gst/ffmpegcolorspace/avcodec.h:
8201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8202         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8203         (gst_ffmpegcsp_avpicture_fill):
8204         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8205         (img_get_alpha_info):
8206         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8207         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8208         end of the word. Partially fixes #451908
8209
8210 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8211
8212         * docs/libs/Makefile.am:
8213         * docs/plugins/Makefile.am:
8214           Simplify --extra-dir as gtkdoc scans recursively.
8215
8216 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8219         (gst_adder_request_new_pad):
8220         Make getcaps more robust by not using the proxycaps function. This makes
8221         sure that we don't end up recursively calling getcaps upstream.
8222         See #316248.
8223
8224 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8225
8226         * gst/audioconvert/audioconvert.c:
8227         Include math.h to fix compilation.
8228
8229 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8230
8231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8232         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8233         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8234         format, as produced by some dc1394 cameras like the iSight.
8235         See http://www.fourcc.org/yuv.php#IYU1
8236
8237 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8238
8239         * gst/audioconvert/Makefile.am:
8240         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8241         (check_default), (audio_convert_prepare_context),
8242         (audio_convert_clean_context), (audio_convert_convert):
8243         * gst/audioconvert/audioconvert.h:
8244         * gst/audioconvert/gstaudioconvert.c:
8245         (gst_audio_convert_dithering_get_type),
8246         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8247         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8248         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8249         * gst/audioconvert/gstaudioconvert.h:
8250         * gst/audioconvert/gstaudioquantize.c:
8251         (gst_audio_quantize_setup_noise_shaping),
8252         (gst_audio_quantize_free_noise_shaping),
8253         (gst_audio_quantize_setup_dither),
8254         (gst_audio_quantize_free_dither),
8255         (gst_audio_quantize_setup_quantize_func),
8256         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8257         * gst/audioconvert/gstaudioquantize.h:
8258         Implement dithering and noise shaping in audioconvert. By default now
8259         TPDF dithering (and no noise shaping) will be used when converting
8260         from a higher bit depth to 20 bit depth or smaller, otherwise
8261         everything will be as it is now.
8262         For the last audioconvert in a pipeline it would make sense to
8263         use some kind of noise shaping, enabling it by default for all
8264         conversions would give undesired results though. Fixes #360246.
8265         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8266         (GST_START_TEST):
8267         Adjust unit test for the new audioconvert.
8268
8269 2007-06-28  Wim Taymans  <wim@fluendo.com>
8270
8271         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8272         Use other metrics as well when estimating the buffer level.
8273
8274 2007-06-28  Wim Taymans  <wim@fluendo.com>
8275
8276         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8277         Small debug improvement.
8278
8279         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8280         (plugin_init):
8281         Tweak the rate estimation period.
8282         When calculating the buffer filledness in rate estimation mode, don't
8283         mix it with other metrics.
8284
8285 2007-06-28  Wim Taymans  <wim@fluendo.com>
8286
8287         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8288         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8289         When creating the groups, allow for a 5 second, unlimited buffers
8290         preroll phase after which we expose the group.
8291         When the group is exposed, use a small number of buffers up to a 2
8292         second limit. Also disconnect the overrun signal from multiqueue when we
8293         exposed the group because it is not needed anymore.
8294
8295 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8298           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8299           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8300           (#451707); also, output some debugging info when dealing with
8301           freeform strings.
8302
8303         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8304           Add unit test for the above.
8305
8306 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8309           Add description for Windows Media RTP caps.
8310
8311         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8312           Remove RTP fields that don't define the format from caps.
8313
8314 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8317           Skip empty buffers, but not empty header buffers. That way the original
8318           vorbisdec unit test still passes (#451145); also, take into account
8319           that those empty packets might carry a granulepos.
8320
8321         * tests/check/Makefile.am:
8322         * tests/check/elements/vorbisdec.c:
8323         (_create_codebook_header_buffer), (_create_audio_buffer),
8324         (GST_START_TEST), (vorbisdec_suite):
8325           Add unit test that sends an empty packet.
8326
8327 2007-06-27  Wim Taymans  <wim@fluendo.com>
8328
8329         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8330         Don't error out on 0-sized packets, just emit a warning because this is
8331         not a fatal error. Fixes #451145.
8332
8333 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8334
8335         * docs/plugins/gst-plugins-base-plugins.args:
8336         * docs/plugins/gst-plugins-base-plugins.signals:
8337         * docs/plugins/inspect/plugin-adder.xml:
8338         * docs/plugins/inspect/plugin-alsa.xml:
8339         * docs/plugins/inspect/plugin-audioconvert.xml:
8340         * docs/plugins/inspect/plugin-audiorate.xml:
8341         * docs/plugins/inspect/plugin-audioresample.xml:
8342         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8343         * docs/plugins/inspect/plugin-cdparanoia.xml:
8344         * docs/plugins/inspect/plugin-decodebin.xml:
8345         * docs/plugins/inspect/plugin-decodebin2.xml:
8346         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8347         * docs/plugins/inspect/plugin-gdp.xml:
8348         * docs/plugins/inspect/plugin-gnomevfs.xml:
8349         * docs/plugins/inspect/plugin-libvisual.xml:
8350         * docs/plugins/inspect/plugin-ogg.xml:
8351         * docs/plugins/inspect/plugin-pango.xml:
8352         * docs/plugins/inspect/plugin-playbin.xml:
8353         * docs/plugins/inspect/plugin-subparse.xml:
8354         * docs/plugins/inspect/plugin-tcp.xml:
8355         * docs/plugins/inspect/plugin-theora.xml:
8356         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8357         * docs/plugins/inspect/plugin-video4linux.xml:
8358         * docs/plugins/inspect/plugin-videorate.xml:
8359         * docs/plugins/inspect/plugin-videoscale.xml:
8360         * docs/plugins/inspect/plugin-videotestsrc.xml:
8361         * docs/plugins/inspect/plugin-volume.xml:
8362         * docs/plugins/inspect/plugin-vorbis.xml:
8363         * docs/plugins/inspect/plugin-ximagesink.xml:
8364         * docs/plugins/inspect/plugin-xvimagesink.xml:
8365           Update docs with caps info.
8366
8367 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * po/POTFILES.in:
8370           Add more files with translatable strings (#450875).
8371
8372 2007-06-23  Edward Hervey  <edward@fluendo.com>
8373
8374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8375         The chain should be freed if we error out here, else it will leak.
8376         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8377         (cleanup_decodebin):
8378         Don't forget to *properly* remove the signals, else it will leak.
8379
8380 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8381
8382         * MAINTAINERS:
8383         Updating all the maintainers files
8384
8385 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8386
8387         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8388         (main):
8389           Destroy and recreate parse-launch based pipeline after stop to be able
8390           to play again. Reorder some code and add more comments.
8391
8392 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8393
8394         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8395         When handling a delayed-caps notification case, mark
8396         the group as dynamic so that the nbdynamic count is
8397         incremented and decremented correctly. Fixes: #449156
8398         Patch by: Wim Taymans <wim@fluendo.com>
8399
8400 2007-06-19  Andy Wingo  <wingo@pobox.com>
8401
8402         * gst-libs/gst/audio/gstbaseaudiosink.c
8403         (gst_base_audio_sink_init): Enable pull-mode operation.
8404
8405 2007-06-19  Michael Smith <msmith@fluendo.com>
8406
8407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8408           Change minimum rate back to 1000 to allow low-sample-rate wav files
8409           to play back.
8410
8411 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8412
8413         * po/vi.po:
8414           Update translations.
8415
8416 2007-06-15  David Schleef  <ds@schleef.org>
8417
8418         * gst/playback/gstqueue2.c:
8419           Fix compile error from ignored return value.
8420
8421 2007-06-15  Michael Smith <msmith@fluendo.com>
8422
8423         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8424           Update tmpbuf for all neccesary rows, not just one, as is required
8425           when downscaling.
8426           Fixes #402076.
8427
8428 2007-06-15  Michael Smith <msmith@fluendo.com>
8429
8430         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8431         (eos_buffer_probe):
8432           Add a test that ensures we set DELTA_UNIT on all non-header,
8433           non-video buffers, if we have a video stream.
8434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8435         (gst_ogg_mux_process_best_pad):
8436           Move setting delta_pad to earlier, where we inspect all pads, so
8437           that leading audio pages don't get DELTA_UNIT unset if they come
8438           before the first DELTA_UNIT from video pages. Fixes the newly-added
8439           test. Fixes #385527.
8440
8441 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8444           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8445           fails on the p5-ppc64 build bot and the failure looks like it is due
8446           to the same issue as #348114, ie. a compiler bug.
8447
8448 2007-06-13  Edward Hervey  <edward@fluendo.com>
8449
8450         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8451         Fix build on MacOSX.
8452
8453 2007-06-13  Wim Taymans  <wim@fluendo.com>
8454
8455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8456         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8457         Fix compilation on mingw. Fixes #446972.
8458
8459 2007-06-12  Wim Taymans  <wim@fluendo.com>
8460
8461         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8462
8463         * gst/playback/gstqueue2.c: (update_buffering),
8464         (gst_queue_locked_enqueue):
8465         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8466         also update the buffering status when receiving events. Fixes #446551.
8467
8468 2007-06-11  Wim Taymans  <wim@fluendo.com>
8469
8470         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8471
8472         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8473         (gst_queue_handle_src_query):
8474         Wait for preroll before attempting to forward a duration query upstream.
8475         Fixes #445505.
8476
8477 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8478
8479         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8480         (gst_base_rtp_depayload_set_gst_timestamp):
8481         Use G_GINT64_CONSTANT macro for int64 constant.
8482         * win32/common/libgstinterfaces.def:
8483         * win32/common/libgsttag.def:
8484         Add new exported functions.
8485
8486 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8487
8488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8489           The BOS page of the first Dirac video stream needs to come before
8490           the BOS page of any Vorbis streams or other audio streams, just like
8491           it is with Theora.
8492
8493 2007-06-07  Wim Taymans  <wim@fluendo.com>
8494
8495         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8496         Fix compilation.
8497
8498 2007-06-06  Wim Taymans  <wim@fluendo.com>
8499
8500         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8501
8502         * gst/playback/gstqueue2.c: (gst_queue_init),
8503         (gst_queue_handle_sink_event), (gst_queue_chain),
8504         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8505         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8506         (gst_queue_src_activate_pull):
8507         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8508         Does not yet completely work because duration queries upstream won't
8509         block yet.
8510
8511 2007-06-06  Wim Taymans  <wim@fluendo.com>
8512
8513         * configure.ac:
8514         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8515         Some more fseeko checks.
8516
8517 2007-06-06  Wim Taymans  <wim@fluendo.com>
8518
8519         * configure.ac:
8520         check for large file support.
8521
8522 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8523
8524         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8525
8526         * gst/subparse/gstsubparse.c: (parse_subrip),
8527         (subviewer_unescape_newlines), (parse_subviewer),
8528         (gst_sub_parse_data_format_autodetect),
8529         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8530         * gst/subparse/gstsubparse.h:
8531         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8532         * tests/check/elements/subparse.c: (GST_START_TEST),
8533         (subparse_suite):
8534         Add a unit test for both SubViewer formats.
8535
8536 2007-06-01  Michael Smith <msmith@fluendo.com>
8537
8538         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8539           Don't overflow intermediate values when seeking to large time values
8540           in audiotestsrc.
8541
8542 2007-06-05  Wim Taymans  <wim@fluendo.com>
8543
8544         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8545         (gst_queue_create_read), (gst_queue_read_item_from_file),
8546         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8547         Include stdio to define fseeko.
8548
8549 2007-06-05  Wim Taymans  <wim@fluendo.com>
8550
8551         Patch by: Edward Hervey  <edward@fluendo.com>
8552
8553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8554         (gst_v4lsrc_query):
8555         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8556
8557 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         * gst-libs/gst/riff/Makefile.am:
8560         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8561           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8562           our own implementation.
8563
8564 2007-06-05  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8567         (gst_base_rtp_depayload_setcaps),
8568         (gst_base_rtp_depayload_set_gst_timestamp),
8569         (gst_base_rtp_depayload_change_state):
8570         Handle timestamp wraparound.
8571
8572 2007-06-05  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8575         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8576         (gst_uri_decode_bin_change_state):
8577         Make sure we name srcpads uniquely even when using different internal
8578         decodebins.
8579         Signal no-more-pads when no more dynamic elements exist.
8580         Remove pads on cleanup.
8581
8582 2007-06-05  Wim Taymans  <wim@fluendo.com>
8583
8584         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8585
8586         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8587         (gst_queue_init), (gst_queue_finalize),
8588         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8589         (gst_queue_create_read), (gst_queue_read_item_from_file),
8590         (gst_queue_open_temp_location_file),
8591         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8592         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8593         (gst_queue_is_empty), (gst_queue_is_filled),
8594         (gst_queue_change_state), (gst_queue_set_temp_location),
8595         (gst_queue_set_property):
8596         Add support for filebased buffering. Fixes #441264.
8597
8598 2007-06-05  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8601         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8602         (caps_notify_group_cb), (gst_decode_group_new),
8603         (gst_decode_group_free):
8604         Add support for delayed caps fixation when autoplugging.
8605         Optimize cases where a multiqueue is not needed/wanted, like right after
8606         anything that is not a demuxer.
8607
8608 2007-06-05  Wim Taymans  <wim@fluendo.com>
8609
8610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8611         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8612         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8613         consideratly speedup ogg chain detection by not trying to find a base
8614         timestamp for skeleton streams. 
8615
8616 2007-06-05  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8619         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8620         (gst_multi_fd_sink_remove_flush),
8621         (gst_multi_fd_sink_remove_client_link),
8622         (gst_multi_fd_sink_handle_client_write),
8623         (gst_multi_fd_sink_handle_clients):
8624         * gst/tcp/gstmultifdsink.h:
8625         Add support for remove_flush.
8626
8627 2007-06-05  Wim Taymans  <wim@fluendo.com>
8628
8629         * docs/design/draft-keyframe-force.txt:
8630         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8631         (theora_enc_chain):
8632         Add draft design for forcing keyframes in encoders and implement in
8633         theoraenc.
8634
8635 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8636
8637         * configure.ac:
8638           Back to CVS
8639
8640 === release 0.10.13 ===
8641
8642 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8643
8644         * configure.ac:
8645           releasing 0.10.13, "What's Going on?"
8646
8647 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8648
8649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8650         In riff, the depth is stored in the size field but it just means that
8651         the least significant bits are cleared. We can therefore just play
8652         the sample as if it had a depth == width. Fixes: #440997
8653
8654         Patch by: Wim Taymans <wim@fluendo.com> 
8655         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8656
8657 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8658
8659         * gst-libs/gst/floatcast/floatcast.h:
8660         Define inline when needed on win32 builds. Fixes: #441295
8661         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8662
8663 2007-05-29  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst/playback/gstplaybasebin.c: (queue_overrun),
8666         (no_more_pads_full):
8667         Stop buffering when the group is commited because the queues filled up.
8668         Fixes #442024.
8669
8670 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8671
8672         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8673         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8674         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8675         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8676         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8677         * ext/alsa/gstalsamixer.h:
8678         * ext/alsa/gstalsamixerelement.c:
8679         (gst_alsa_mixer_element_interface_supported),
8680         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8681         (gst_alsa_mixer_element_set_property),
8682         (gst_alsa_mixer_element_get_property),
8683         (gst_alsa_mixer_element_change_state):
8684         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8685         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8686         (gst_mixer_option_changed):
8687         * gst-libs/gst/interfaces/mixer.h:
8688         Revert commits towards #152864 made so far. We'll pick it up again
8689         after the 0.10.13 release.
8690
8691 2007-05-24  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst-libs/gst/audio/gstbaseaudiosink.c:
8694         (gst_base_audio_sink_render):
8695         After an interrupt (PAUSED/flush) assume that the next sample should not
8696         be aligned to the previous sample. Fixes #417992.
8697
8698 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8701           Don't add channels and rate fields to the template caps for
8702           audio/x-dts, as wavparse might not always be able to set them,
8703           which would then lead to 'caps are not a real subset of the
8704           template caps' warnings.
8705
8706 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8707
8708         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8709         Handle unknown or invalid pads without crashing, as might occur if
8710         a media file like an mp3 is specified as a subtitle file.
8711         Fixes: #410039
8712
8713 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8714
8715         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8716         (setup_sinks):
8717         Block the subtitle bin output queue before ghosting it and linking,
8718         then unblock after. This avoids spurious not-linked errors caused 
8719         by the queue starting up (because it gets linked when it is ghosted). 
8720         Fixes: #350299
8721
8722 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8723
8724         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8725         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8726         file. Avoids flukes where the input gets typefound to some valid but
8727         useless type.
8728
8729 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8730
8731         * tests/check/Makefile.am:
8732         * tests/check/elements/.cvsignore:
8733         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8734         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8735           Add unit test for gnomevfssink seeking and position reporting for
8736           file:// URIs.
8737
8738 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         Patch by: Mark Nauwelaerts <manauw at skynet be>
8741
8742         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8743         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8744         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8745         * ext/gnomevfs/gstgnomevfssink.h:
8746           Fix position reporting, especially after a seek (from upstream),
8747           see #412648.
8748
8749 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         * ext/cdparanoia/gstcdparanoiasrc.c:
8752           Repair umlaut.
8753
8754 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8755
8756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8757         Specify the full valid range for MP3 samplerates. Fixes a regression
8758         caused by extra header checks since the last release.
8759
8760 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8761
8762         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8764         Fix a locking-order bug I introduced with my changes the other day.
8765         Patch by Mike Smith.
8766
8767 2007-05-21  Michael Smith <msmith@fluendo.com>
8768
8769         * ext/theora/theoradec.c: (theora_handle_data_packet):
8770           Don't look inside 0-length packets (which indicate duplicated
8771           frames)
8772
8773 2007-05-21  Wim Taymans  <wim@fluendo.com>
8774
8775         * ext/cdparanoia/gstcdparanoiasrc.c:
8776         (gst_cd_paranoia_src_read_sector):
8777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8778         (gst_base_audio_src_create):
8779         Small cleanups.
8780
8781         * ext/theora/theoradec.c: (theora_dec_sink_event):
8782         Fix typo.
8783
8784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8785         (gst_base_rtp_depayload_set_gst_timestamp):
8786         Add some FIXME
8787
8788         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8789         And some debug info when a FIXME path is hit.
8790
8791 2007-05-21  Wim Taymans  <wim@fluendo.com>
8792
8793         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8794         (gst_base_rtp_audio_payload_class_init),
8795         (gst_base_rtp_audio_payload_init),
8796         (gst_base_rtp_audio_payload_finalize),
8797         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8798         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8799         (gst_base_rtp_payload_audio_handle_event):
8800         Some cleanups, remove minptime property as it is now in the parent
8801         class.
8802         Override parent class event function.
8803
8804         * gst-libs/gst/rtp/gstbasertppayload.c:
8805         (gst_basertppayload_class_init), (gst_basertppayload_init),
8806         (gst_basertppayload_event), (gst_basertppayload_set_property),
8807         (gst_basertppayload_get_property):
8808         * gst-libs/gst/rtp/gstbasertppayload.h:
8809         Add min-ptime property.
8810         Add handle-event vmethod. Fixes #415001.
8811
8812 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8813
8814         * gst-libs/gst/audio/gstbaseaudiosink.c
8815           (gst_base_audio_sink_change_state):
8816           Fix typo in comment.
8817
8818         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8819           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8820           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8821           close_link):
8822         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8823           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8824           Remove trailing whitespaces in comments.
8825
8826         * gst/volume/Makefile.am:
8827           Fix tabs.
8828
8829 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8830
8831         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8832
8833         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8834           set_option, get_option, _gst_reserved):
8835           Revert reordering functions (keep ABI).
8836
8837 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8838
8839         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8840         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8841         (gst_ximagesink_show_frame):
8842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8843         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8844         (gst_xvimagesink_show_frame):
8845         When we create our own window, indicate that we handle the 
8846         WM_DELETE client message from the window manager, so that it won't 
8847         kill our window (and our app) along with it. Handle ClientMessage,
8848         post an error on the bus, and close the window. Further buffers
8849         arriving will result in a FlowError because the window has been
8850         destroyed.
8851
8852         Fixes: #393975
8853
8854         Clean up the X event handling loop and make them the same for
8855         both xvimagesink and ximagesink while I'm at it.
8856
8857 2007-05-17  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8860         Make decodebin2 autoplug depayloaders too.
8861
8862         * gst/playback/gsturidecodebin.c: (source_new_pad):
8863         Set the newly created decoder in a usable state when autoplugging a
8864         dynamic source such as RTSP.
8865
8866 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * gst/playback/gststreaminfo.c: (cb_probe):
8869           Ignore video-codec tag for audio streams and ignore audio-codec tags
8870           for video streams. Should make codec name collection a bit more
8871           robust against sloppy demuxers that send tag events containing both
8872           tags down each pad.
8873
8874 2007-05-17  Wim Taymans  <wim@fluendo.com>
8875
8876         * gst/playback/gstqueue2.c: (update_rates):
8877         Tweak the buffering thresholds a little.
8878         Update the buffer size with the previously calculate rate instead of
8879         only when we calculate a new rate so that we get smoother buffering
8880         updates.
8881
8882         * gst/playback/Makefile.am:
8883         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8884         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8885         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8886         (gst_uri_decode_bin_get_property), (unknown_type),
8887         (add_element_stream), (no_more_pads_full), (no_more_pads),
8888         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8889         (gen_source_element), (has_all_raw_caps), (analyse_source),
8890         (remove_decoders), (make_decoder), (remove_source),
8891         (source_new_pad), (setup_source), (decoder_query_init),
8892         (decoder_query_duration_fold), (decoder_query_duration_done),
8893         (decoder_query_position_fold), (decoder_query_position_done),
8894         (decoder_query_latency_fold), (decoder_query_latency_done),
8895         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8896         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8897         (gst_uri_decode_bin_change_state), (plugin_init):
8898         New element that intergrates a source, optional buffering element and
8899         decodebin.
8900
8901 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8902
8903         * configure.ac:
8904           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8905           (also has a .pc file, so we don't need the fallback check any
8906           longer). Fixes #438840.
8907
8908 2007-05-17  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8911         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8912         (apply_segment), (apply_buffer), (update_buffering),
8913         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8914         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8915         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8916         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8917         (plugin_init):
8918         fix build.
8919
8920 2007-05-17  Wim Taymans  <wim@fluendo.com>
8921
8922         * gst/playback/Makefile.am:
8923         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8924         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8925         (gst_queue_getcaps), (gst_queue_bufferalloc),
8926         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8927         (apply_buffer), (update_buffering), (reset_rate_timer),
8928         (update_rates), (gst_queue_locked_flush),
8929         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8930         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8931         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8932         (gst_queue_loop), (gst_queue_handle_src_event),
8933         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8934         (gst_queue_src_activate_push), (gst_queue_change_state),
8935         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8936         On our way to playbin2 this is the new network queue that does buffering
8937         all by itself using high and low watermarks. It can also measure up and
8938         downstream bandwidth to optimally size the queue.
8939
8940 2007-05-17  Michael Smith <msmith@fluendo.com>
8941
8942         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8943         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8944           Use the segment->last_stop value to calculate the next timestamp to
8945           generate after a seek; not the segment->start value.
8946
8947 2007-05-15  David Schleef  <ds@schleef.org>
8948
8949         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8950           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8951
8952 2007-05-15  Wim Taymans  <wim@fluendo.com>
8953
8954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8955         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8956         Some more chained streaming ogg timestamp fixes.
8957
8958 2007-05-15  Wim Taymans  <wim@fluendo.com>
8959
8960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8961         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8962         (gst_ogg_demux_handle_page):
8963         Add some FIXMEs.
8964         Fix chain start/stop segment handling based on patch by
8965         <ahalda at cs dot mcgill dot ca> see #320984.
8966
8967 2007-05-15  Michael Smith <msmith@fluendo.com>
8968
8969         * configure.ac:
8970           We don't require a C++ compiler. So don't require one.
8971
8972 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8973
8974         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8975           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8976           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8977           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8978           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8979           gst_alsa_mixer_update_track):
8980           Apply some of the cleanup Tim suggested in #152864 afterwards.
8981
8982 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8983
8984         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8985
8986         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8987           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8988           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8989           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8990           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8991           gst_alsa_mixer_handle_source_callback,
8992           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8993           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8994           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8995           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8996           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8997           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8998         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8999         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9000           gst_alsa_mixer_element_interface_supported,
9001           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9002           gst_alsa_mixer_element_set_property,
9003           gst_alsa_mixer_element_get_property,
9004           gst_alsa_mixer_element_change_state):
9005         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9006         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9007           gst_mixer_option_changed):
9008         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9009           volume_changed, option_changed, _gst_reserved):
9010           Implement notification for alsamixer. Fixes #152864
9011
9012 2007-05-14  David Schleef  <ds@schleef.org>
9013
9014         * gst/videotestsrc/videotestsrc.c:
9015         * gst/videotestsrc/videotestsrc.h:
9016           Add support for video/x-raw-bayer.
9017
9018 2007-05-12  David Schleef  <ds@schleef.org>
9019
9020         * sys/xvimage/xvimagesink.c:
9021           Add some sanity checking for the XVImage size returned by X.
9022           Related to #377400.
9023
9024 2007-05-12  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9027         (gst_base_rtp_depayload_setcaps),
9028         (gst_base_rtp_depayload_set_gst_timestamp):
9029         Parse and use additional caps fields as described in updated
9030         application/x-rtp caps spec.
9031
9032 2007-05-12  Wim Taymans  <wim@fluendo.com>
9033
9034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9035         (gst_ogg_demux_collect_chain_info):
9036         If there is a stream in a chain without any data packets, ignore the
9037         stream in the total length calculations. Might be related to #436820.
9038
9039 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9040
9041         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9042         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9043         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9044         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9045         (plugin_init):
9046
9047         Consolidate and re-work our mpeg system stream detection to probe
9048         more packets and produce a higher confidence result. Fixes a
9049         regression caused by lowering the typefind probability last year
9050         - related to bug #397810. Remove the redundant MPEG-1 specific 
9051         typefind function, as the new one detects both MPEG-1 & MPEG-2
9052         happily.
9053
9054         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9055         little. 
9056
9057         Tested against my media test directory, with some improvements and
9058         no regressions.
9059
9060 2007-05-10  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9063         (queue_out_of_data):
9064         Connect to the new queue "pushing" signal instead of the broken
9065         "running" one.
9066
9067 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9068
9069         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9070         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9071         Move variable declaration before the first instruction.
9072         * gst/videotestsrc/videotestsrc.c:
9073         Define M_PI if it's not defined yet.
9074         * win32/common/libgstrtp.def:
9075         Add new exported functions.
9076
9077 2007-05-09  Michael Smith <msmith@fluendo.com>
9078
9079         * ext/theora/theoradec.c: (theora_handle_type_packet):
9080           gst_pad_push_event() does not return a GstFlowReturn!
9081
9082 2007-05-09  Wim Taymans  <wim@fluendo.com>
9083
9084         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9085         * tests/examples/seek/seek.c: (do_seek):
9086         Some small cosmetic changes.
9087
9088 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9089
9090         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9091           gst_adder_change_state):
9092         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9093           segment_pending, segment_position, segment_rate):
9094           Handle playback-rate on adder.
9095
9096 2007-05-07  Michael Smith <msmith@fluendo.com>
9097
9098         * ext/theora/gsttheoradec.h:
9099         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9100         (theora_dec_sink_event), (theora_handle_comment_packet),
9101         (theora_handle_type_packet), (theora_dec_change_state):
9102           Don't push events (newsegment, tags) before initialising the
9103           decoder.
9104           This is neccesary for seeking to work correctly in gnonlin.
9105
9106 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9107
9108         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9109         * gst/adder/gstadder.c:
9110         * gst/audiotestsrc/gstaudiotestsrc.c
9111           (gst_audio_test_src_create_white_noise):
9112         * gst/videotestsrc/gstvideotestsrc.c:
9113         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9114           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9115           volume_sink_template, volume_src_template, gst_volume_init,
9116           volume_process_double, volume_process_int16,
9117           volume_process_int16_clamp):
9118           Doc fixes and formatting.
9119
9120 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * tests/check/Makefile.am:
9123         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9124           Minimal check for volume's GstController usability; also another
9125           test for #422295.
9126
9127 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9128
9129         * gst-libs/gst/cdda/gstcddabasesrc.c:
9130         (gst_cdda_base_src_add_track):
9131           Fix it so that it (a) makes sense and (b) doesn't break
9132           everything cdda-related including the unit test.
9133
9134 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9135
9136         * gst-libs/gst/cdda/gstcddabasesrc.c:
9137         (gst_cdda_base_src_add_track):
9138           Fix build when disabling asserts.
9139
9140 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9143           When XShm is not available, we might get row strides that are not
9144           rounded up to multiples of four; this is bad, because virtually
9145           every RGB-processing element in GStreamer assumes rowstrides are
9146           rounded up to multiples of four, so let's allocate at least enough
9147           memory to avoid crashes in this case. The image will still be
9148           displayed distorted though if this happens, so that still needs
9149           fixing (maybe by allocating a bigger image with an 'even' width
9150           and then clipping it appropriately when rendering - something for
9151           Xlib aficionados in any case).
9152
9153 2007-05-03  Michael Smith <msmith@fluendo.com>
9154
9155         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9156           If a buffer doesn't have a timestamp, assume it's contiguous with
9157           the previous buffer, and synthesise timestamps appropriately.
9158
9159 2007-05-03  Edward Hervey  <edward@fluendo.com>
9160
9161         * tests/check/elements/videorate.c: (GST_START_TEST):
9162         Set buffer timestamp to a valid value in order to test the buffer
9163         really does stay in videorate.
9164
9165 2007-05-03  Edward Hervey  <edward@fluendo.com>
9166
9167         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9168         There is no sensible way to handle incoming buffers which don't have a
9169         valid timestamp. We therefore discard them and wait for the next one.
9170
9171 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9174         * gst/playback/gstdecodebin2.c: (plugin_init):
9175           Better error message for text files.
9176
9177 2007-04-29  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9180         Fix offset bug in generation RR packets.
9181
9182 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9183
9184         * ext/theora/theoradec.c: (_theora_granule_time),
9185         (theora_dec_push_forward), (theora_handle_data_packet),
9186         (theora_dec_decode_buffer): Calculate buffer duration correctly
9187         to generate a perfect stream (#433888).
9188         * gst/audioresample/gstaudioresample.c:
9189         (audioresample_check_discont): Glib provides ABS.
9190
9191 2007-04-27  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9194         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9195         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9196         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9197         (gst_rtcp_packet_bye_set_reason):
9198         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9199         Fix RB block parsing and writing.
9200         Add support for constructing BYE packets.
9201
9202 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9205         (gst_base_audio_src_create):
9206         * po/POTFILES.in:
9207           When posting a warning message because samples were dropped, post
9208           something more intelligible than he default error message for clock
9209           errors which is just confusing in this context (#432984).
9210
9211 2007-04-25  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9214         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9215         (read_packet_header), (gst_rtcp_packet_move_to_next),
9216         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9217         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9218         (gst_rtcp_packet_sdes_get_item_count),
9219         (gst_rtcp_packet_sdes_first_item),
9220         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9221         (gst_rtcp_packet_sdes_first_entry),
9222         (gst_rtcp_packet_sdes_next_entry),
9223         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9224         (gst_rtcp_packet_sdes_add_entry):
9225         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9226         Implement code to write SR, RR and SDES packets.
9227
9228 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9229
9230         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9231
9232         * sys/ximage/ximagesink.c:
9233           Fix build if XShm is not available (#432362).
9234
9235 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9236
9237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9238         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9239         pointers to random memory which are passed to g_free() when
9240         audio_convert_prepare_context() is called the first time.
9241
9242 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         Patch by: Dan Williams <dcbw redhat com>
9245
9246         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9247           Don't leak incoming buffer if gst_pad_push() returns a
9248           non-OK flow. Fixes #432755.
9249          
9250         * tests/check/elements/videorate.c: (GST_START_TEST),
9251         (videorate_suite):
9252           Unit test for the above by Yours Truly.
9253
9254 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9255
9256         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9257         (gst_adder_sink_event), (gst_adder_collected):
9258           Fix non-flushing segmented seeks, Fixes #340060 for me
9259
9260 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         Patch by: Olivier Crete  <tester at tester ca>
9263
9264         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9265         (gst_base_rtp_audio_payload_class_init),
9266         (gst_base_rtp_audio_payload_init),
9267         (gst_base_rtp_audio_payload_dispose):
9268           Chain up to parent class in dispose function; get rid of
9269           unnecessary 'diposed' flag in private structure (#415001).
9270
9271 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9272
9273         * docs/libs/gst-plugins-base-libs.types:
9274         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9275         (gst_base_rtp_audio_payload_class_init):
9276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9277         * gst-libs/gst/rtp/gstbasertppayload.c:
9278           Some minor docs fixes and additions; also add missing 'Since' bits.
9279
9280 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         Patch by: Zeeshan Ali  <zeenix gmail com>
9283
9284         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9285         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9286         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9287         (gst_base_rtp_audio_payload_push):
9288         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9289           The recently-added gst_base_rtp_audio_payload_push() should take an
9290           object of type GstBaseRTPAudioPayload as first argument (#431672).
9291
9292 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         * gst/audioresample/gstaudioresample.c:
9295           Make more functions static, just because we can.
9296
9297 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         * tests/check/elements/audioresample.c:
9300           Add unit test for audioresample shutdown crasher (#420106).
9301
9302 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9303
9304         * gst/subparse/gstsubparse.c:
9305         * gst/subparse/samiparse.c:
9306           Use GST_DISABLE_XML here
9307
9308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9309         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9310         (gst_xvimagesink_buffer_alloc),
9311         (gst_xvimagesink_navigation_send_event):
9312         * sys/xvimage/xvimagesink.h:
9313           Include stdlib.h when using atoi.
9314           
9315         * tests/check/elements/playbin.c: (playbin_suite):
9316           Use GST_DISABLE_REGISTRY here
9317
9318 2007-04-19  Michael Smith  <msmith@fluendo.com>
9319
9320         * ext/theora/gsttheoraenc.h:
9321         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9322         (theora_enc_sink_event), (theora_enc_change_state):
9323           Track initialisation state; don't try to use encoder state if we're
9324           not initialised (it'll segfault).
9325
9326 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9327
9328         * tests/check/pipelines/.cvsignore:
9329         Fix build.
9330
9331 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9332
9333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9334         Allow random depths between 1 and 32 instead of only multiplies of 8.
9335
9336 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9337
9338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9339         Set the maximum number of channels for PCM and float in the correct
9340         place to have it also used when creating the template caps.
9341
9342 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9343
9344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9345         Correctly support 4, 6 and 8 channels with normal PCM and float
9346         wav files.
9347
9348         Fix the depth and signedness calculation in extensible wav files and
9349         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9350         mask is found.
9351
9352         Add support for float, alaw and mulaw in extensible wav files.
9353
9354         This allows correct playback of all but 5 files from
9355         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9356         
9357         (gst_riff_create_audio_template_caps):
9358         Add voxware and float formats to the template caps.     
9359
9360 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9361
9362         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9363
9364         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9365         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9366
9367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9368         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9369         Use the correct format strings for integer formats.
9370
9371 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9372
9373         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9374           Don't use pad_alloc_buffer_and_set_caps to create a small header
9375           packet, or, worse, to create a big temporary video buffer using the
9376           src pad.
9377
9378 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9379
9380         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9381         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9382           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9383           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9384
9385 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9386
9387         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9388           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9389           streamheader_suite):
9390           Add another test set up for failure
9391
9392 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9393
9394         * tests/check/Makefile.am:
9395         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9396           GST_START_TEST, streamheader_suite, main):
9397           Add a test for the streamheader bug Wim fixed.
9398
9399 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9400
9401         * ext/theora/theoradec.c: (theora_dec_sink_event):
9402         Fix misleading comment.
9403
9404 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9405
9406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9407           More sanity checks for the header fields.
9408
9409 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9412           Try encodings from all environment variables, not just those in the
9413           first environment variable that is set.
9414
9415 2007-04-12  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9418         (gst_video_rate_chain):
9419         Add some debug.
9420
9421         * tests/check/elements/videorate.c: (GST_START_TEST),
9422         (videorate_suite):
9423         Added check for videorate changing caps handling. Closes #421834.
9424
9425 2007-04-12  Michael Smith  <msmith@fluendo.com>
9426
9427         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9428           Use scale functions to avoid overflow when calculating duration of 
9429           vorbis buffers.
9430
9431 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * docs/libs/gst-plugins-base-libs-sections.txt:
9434         * gst-libs/gst/tag/tag.h:
9435         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9436           API: add gst_tag_freeform_string_to_utf8() (#405072).
9437
9438         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9439           Use gst_tag_freeform_string_to_utf8() here.
9440
9441 2007-04-12  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9444         (gst_gdp_pay_sink_event):
9445         Make sure we set the IN_CAPS flag correctly.
9446
9447         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9448         Get the IN_CAPS flag before we call functions that mess with the flags.
9449
9450 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9451
9452         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9453           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9454           Only stamp buffers with offset/offset_end right before they get
9455           pushed.  This ensures offset continuity, which was not the case
9456           before as shown by
9457           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9458
9459 2007-04-06  Wim Taymans  <wim@fluendo.com>
9460
9461         * gst/playback/gstplaybin.c: (add_sink),
9462         (gst_play_bin_change_state):
9463         Activate sync in playbin, we are ready to handle it for live streams.
9464
9465 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * tests/check/elements/playbin.c:
9468         (test_sink_usage_video_only_stream), (playbin_suite):
9469           Add small test for stream-info-value-array code paths.
9470
9471 2007-04-05  Wim Taymans  <wim@fluendo.com>
9472
9473         * gst-libs/gst/audio/gstbaseaudiosink.c:
9474         (gst_base_audio_sink_skew_slaving):
9475         Don't try to create invalid calibration parameters by making the
9476         internal time go backwards, instead make external time go forward.
9477
9478 2007-04-05  Wim Taymans  <wim@fluendo.com>
9479
9480         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9481
9482         * gst/playback/gstplaybasebin.c: (add_stream):
9483         Fix leak in add_stream(), when g_value_set_object() increases the
9484         refcount of streaminfo object. Fixes #426250.
9485
9486 2007-04-03  David Schleef  <ds@schleef.org>
9487
9488         * gst/videotestsrc/gstvideotestsrc.c:
9489         * gst/videotestsrc/gstvideotestsrc.h:
9490         * gst/videotestsrc/videotestsrc.c:
9491         * gst/videotestsrc/videotestsrc.h:
9492           Add a test pattern called "circular", which has concentric
9493           rings with varying radial frequency.  The main purpose of this
9494           pattern is to test fidelity loss in a filter or scaler element.
9495           Notably, this pattern is scale invariant, and is optimally viewed
9496           with a width (and height) of 400.
9497
9498 2007-04-03  Wim Taymans  <wim@fluendo.com>
9499
9500         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9501
9502         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9503         (deactivate_free_recursive):
9504         Decodebin2 doesn't unref pads it obtains in some occasions:
9505         - multiqueue src pads, when either connecting further or exposing
9506         - sink pads of new autoplugged elements
9507         - peer pads when recursively freeing elements
9508         Fixes #425455.
9509
9510 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9511
9512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9513         Add audio/x-raw-float support, now that audioconvert support
9514         non-native endianness floats.
9515
9516 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         * docs/libs/gst-plugins-base-libs-docs.sgml:
9519           gstreamer-plugins-base.pc doesn't exist, it's
9520           gstreamer-plugins-base-0.10.pc.
9521
9522 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9523
9524         Patch by: René Stadler <mail at renestadler dot de>
9525         with some minor changes
9526
9527         * gst-libs/gst/floatcast/floatcast.h:
9528         Use more efficient float endianness conversion functions that don't
9529         involve 2 function calls per value.
9530         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9531         (check_default), (audio_convert_prepare_context):
9532         * gst/audioconvert/gstaudioconvert.c:
9533         (gst_audio_convert_parse_caps), (make_lossless_changes):
9534         Support non-native endianness floats as input and output.
9535         Fixes #339838.
9536         * tests/check/elements/audioconvert.c: (verify_convert),
9537         (GST_START_TEST):
9538         Add unit tests for the non-native endianness float conversions.
9539
9540 2007-03-29  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9543         (gst_base_rtp_depayload_base_init),
9544         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9545         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9546         (gst_base_rtp_depayload_set_gst_timestamp),
9547         (gst_base_rtp_depayload_change_state),
9548         (gst_base_rtp_depayload_set_property),
9549         (gst_base_rtp_depayload_get_property):
9550         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9551         Add Private structure.
9552         Bring element code to 2007.
9553         Parse clock-base caps param and use it when generating the
9554         newsegment.
9555         Reset variables before going to PAUSED.
9556         Fix some docs.
9557
9558 2007-03-29  Wim Taymans  <wim@fluendo.com>
9559
9560         * docs/libs/gst-plugins-base-libs-docs.sgml:
9561         * docs/libs/gst-plugins-base-libs-sections.txt:
9562         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9563         (gst_base_rtp_audio_payload_get_adapter):
9564         Add RTCP docs.
9565         Fix some more docs.
9566
9567         * gst-libs/gst/rtp/Makefile.am:
9568         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9569         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9570         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9571         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9572         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9573         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9574         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9575         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9576         (gst_rtcp_packet_sr_get_sender_info),
9577         (gst_rtcp_packet_sr_set_sender_info),
9578         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9579         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9580         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9581         (gst_rtcp_packet_sdes_get_chunk_count),
9582         (gst_rtcp_packet_sdes_first_chunk),
9583         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9584         (gst_rtcp_packet_sdes_first_item),
9585         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9586         (gst_rtcp_packet_bye_get_ssrc_count),
9587         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9588         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9589         (gst_rtcp_packet_bye_get_reason_len),
9590         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9591         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9592         Add new helper object for parsing and creating RTCP messages.
9593
9594 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9595
9596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9597         PCM samples with width=8 must be always unsigned, no matter what
9598         depth they have.
9599
9600 2007-03-29  Andy Wingo  <wingo@pobox.com>
9601
9602         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9603         perfect offsets also, not just timestamps.
9604
9605         * tests/check/elements/videorate.c (test_more): Test that given
9606         any incoming offsets, that videorate produces perfect offsets.
9607
9608 2007-03-29  Wim Taymans  <wim@fluendo.com>
9609
9610         * gst-libs/gst/riff/riff-ids.h:
9611         Add some more RIFF formats.
9612
9613 2007-03-29  Wim Taymans  <wim@fluendo.com>
9614
9615         * gst-libs/gst/rtp/gstrtpbuffer.c:
9616         (gst_rtp_buffer_default_clock_rate):
9617         * gst-libs/gst/rtp/gstrtpbuffer.h:
9618         Fix fixed payload names and docs.
9619         Added method to get the default clock rates of fixed payload types.
9620         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9621
9622 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9623
9624         * tests/check/pipelines/.cvsignore:
9625         Add new vorbisdec test to cvsignore.
9626
9627 2007-03-28  Wim Taymans  <wim@fluendo.com>
9628
9629         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9630         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9631         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9632         (gst_base_audio_sink_set_property),
9633         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9634         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9635         (gst_base_audio_sink_skew_slaving),
9636         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9637         (gst_base_audio_sink_async_play):
9638         * gst-libs/gst/audio/gstbaseaudiosink.h:
9639         Store private stuff in GstBaseAudioSinkPrivate.
9640         Add configurable clock slaving modes property.
9641         API:: GstBaseAudioSink::slave-method property
9642         Some more latency reporting tweaks.
9643         Added skew based clock slaving correction and make it the default until
9644         the resampling method is more robust.
9645
9646 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9647
9648         * gst/audioconvert/audioconvert.c:
9649         Add docs to the integer pack functions and implement proper
9650         rounding. Before we had rounding towards negative infinity, i.e.
9651         always the smaller number was taken. Now we use natural rounding,
9652         i.e. rounding to the nearest integer and to the one with the largest
9653         absolute value for X.5. The old rounding introduced some minor
9654         distortions. Fixes #420079
9655         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9656         Fix one unit test that assumed the old rounding and added unit tests
9657         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9658         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9659         rounding from signed int32 to signed/unsigned int16.
9660
9661 2007-03-27  Michael Smith  <msmith@fluendo.com>
9662
9663         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9664         (gst_audio_convert_transform_caps):
9665           Fix typo in debug line introduced recently, as pointed out on irc.
9666
9667 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9670         * tests/check/libs/tag.c: (GST_START_TEST):
9671           Make sure we parse floating-point numbers in vorbis comments
9672           correctly with either '.' or ',' as separator, no matter what
9673           the current locale is. Add unit test for this too.
9674
9675 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         Patch by: René Stadler  <mail at renestadler de>
9678
9679         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9680           When writing out floating-point numbers to vorbis comment tags, always
9681           use the same character as separator no matter what the current locale is
9682           (fixes #423051).
9683
9684         * tests/check/libs/tag.c: (GST_START_TEST):
9685           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9686
9687 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9690           vorbis_handle_data_packet):
9691           Correctly set DURATION to generate a timestamp-continuous stream.
9692           One bug left at the end; see
9693           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9694         * tests/check/Makefile.am:
9695         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9696           Add a test to check this.  Without the above patch this test fails.
9697
9698 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9699
9700         * gst-libs/gst/rtp/Makefile.am:
9701         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9702
9703 2007-03-23  Michael Smith  <msmith@fluendo.com>
9704
9705         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9706         (gst_video_rate_reset), (gst_video_rate_chain):
9707           If videorate changes caps, we can no longer use the old buffer
9708           (which may have a different size, incompatible with our caps).
9709           So don't do that; just duplicate the new frame more times.
9710
9711 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9712
9713         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9714         Remove playbin's override of the set_clock vmethod. It's irrelevant
9715         after Wim's commit on the 19th.
9716
9717 2007-03-22  Wim Taymans  <wim@fluendo.com>
9718
9719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9720         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9721         * ext/gnomevfs/gstgnomevfssrc.h:
9722         Don't cache file sizes. Fixes #341078.
9723
9724 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * gst/playback/gstplaybin.c: (add_sink):
9727           Use GST_PTR_FORMAT to log caps. 
9728
9729 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         Patch by: Young-Ho Cha <ganadist at chollian net>
9732
9733         * gst/subparse/samiparse.c: (handle_start_font):
9734           Special-case some more colour names that pango doesn't handle by
9735           default. Fixes #420578.
9736
9737 2007-03-20  Michael Smith  <msmith@fluendo.com>
9738
9739         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9740           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9741           that marks EOS internally. After that, libvorbis will buffer all
9742           input data, and encode none of it, eventually leading to memory
9743           exhaustion.
9744
9745 2007-03-19  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/playback/gstdecodebin.c: (remove_fakesink):
9748         Don't post STATE_DIRTY anymore.
9749
9750         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9751         (gst_play_bin_change_state):
9752         Remove stream_time reset in seek handling, core does that now.
9753         Disable clocking for live pipelines by forcing a NULL clock to the
9754         complete pipeline, core is too smart now for our previous hack.
9755         We can always autoplug in PAUSED now.
9756
9757 2007-03-17  David Schleef  <ds@schleef.org>
9758
9759         * REQUIREMENTS:  Update this file, change the formatting to make
9760         it more consistent, plus more machine readable.
9761
9762 2007-03-16  Michael Smith  <msmith@fluendo.com>
9763
9764         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9765         (strip_width_64), (append_with_other_format):
9766           Previous fix was too simplistic, and broke the tests. Use a better
9767           approach; only strip 64 from widths for integer audio.
9768
9769 2007-03-16  Michael Smith  <msmith@fluendo.com>
9770
9771         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9772         (gst_audio_convert_transform_caps):
9773           We don't support 64 bit integer audio, so don't try to claim we can.
9774           Stops us producing caps don't match our template caps.
9775           Update comments.
9776
9777 2007-03-15  Michael Smith  <msmith@fluendo.com>
9778
9779         * gst/audioresample/gstaudioresample.c:
9780         (audioresample_check_discont), (audioresample_transform):
9781           Don't trigger discontinuities for very small imperfections; a filter
9782           flush will sound bad, and many plugins have rounding errors leading
9783           to these.
9784
9785 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9786
9787         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9788
9789         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9790         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9791         API: add "min-ptime" property to RTP base audio payloader.
9792         API: add gst_base_rtp_audio_payload_push().
9793         API: add gst_base_rtp_audio_payload_get_adapter().
9794         Fixes #415001
9795         Indentation/whitespace/documentation fixes.
9796
9797 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9798
9799         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9800         (audioresample_transform_size), (audioresample_do_output),
9801         (audioresample_transform), (audioresample_pushthrough): Handle
9802         discontinuous streams.
9803         * gst/audioresample/gstaudioresample.h:
9804         * tests/check/elements/audioresample.c:
9805         (test_discont_stream_instance), (GST_START_TEST),
9806         (audioresample_suite): Add a test for discontinuous streams.
9807         * win32/common/config.h: Updated.
9808
9809 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9810
9811         * po/af.po:
9812         * po/az.po:
9813         * po/cs.po:
9814         * po/en_GB.po:
9815         * po/it.po:
9816         * po/nb.po:
9817         * po/nl.po:
9818         * po/or.po:
9819         * po/sq.po:
9820         * po/sr.po:
9821         * po/sv.po:
9822         * po/uk.po:
9823         * po/vi.po:
9824           Update translations from translation project.
9825
9826 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9827
9828         * gst/audioresample/debug.h:
9829         * gst/audioresample/resample.c: (resample_init):
9830           Since I really am not interested in a debug line for each sample
9831           being processed, move the library's debugging to its own category,
9832           libaudioresample
9833
9834 2007-03-13  Michael Smith  <msmith@fluendo.com>
9835
9836         * ext/theora/theoradec.c: (theora_handle_type_packet):
9837           Since the plugin doesn't support anything other than 4:2:0 right
9838           now, post an error and fail if we get something else. Won't matter
9839           until libtheora supports the other pixel formats, but hopefully
9840           that'll be soon...
9841
9842 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9843
9844         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9845         Use gst_guint64_to_gdouble for conversion.
9846         * win32/MANIFEST:
9847         Add new files to the win32 MANIFEST.
9848         * win32/common/libgstaudio.def:
9849         * win32/common/libgstpbutils.def:
9850         Add new exported functions.
9851         * win32/vs6/gst_plugins_base.dsw:
9852         * win32/vs6/libgstdecodebin.dsp:
9853         * win32/vs6/libgstplaybin.dsp:
9854         Change the link to libgstpbutils.lib.
9855         * win32/vs6/libgstdecodebin2.dsp:
9856         Add a new project for decodebin2.
9857         * win32/vs6/libgstpbutils.dsp:
9858         Add a new project for pbutils.
9859
9860 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9863           Also accept partial dates with only year and month,
9864           like 1999-12-00 (fixes #410396 even more).
9865
9866         * tests/check/libs/tag.c: (GST_START_TEST):
9867           Add unit test for the above.
9868
9869 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         * tests/check/elements/subparse.c: (GST_START_TEST),
9872         (subparse_suite):
9873           Add unit test for MPL2 subtitle format (#413799).
9874
9875 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9878
9879         * gst/subparse/Makefile.am:
9880         * gst/subparse/gstsubparse.c:
9881         (gst_sub_parse_data_format_autodetect),
9882         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9883         (gst_subparse_type_find):
9884         * gst/subparse/gstsubparse.h:
9885         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9886         * gst/subparse/mpl2parse.h:
9887           Add support for MPL2 subtitle format (#413799).
9888
9889 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * configure.ac:
9892           We require core CVS for the new buffer metadata copy functions.
9893
9894 2007-03-09  Wim Taymans  <wim@fluendo.com>
9895
9896         * gst-libs/gst/tag/gstid3tag.c:
9897         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9898         Fixes #414496.
9899
9900         Patch by: Alex Lancaster <alexl at users sourceforge net>
9901
9902 2007-03-09  Wim Taymans  <wim@fluendo.com>
9903
9904         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9905         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9906         Improve adapter usage and comments.
9907
9908 2007-03-09  Wim Taymans  <wim@fluendo.com>
9909
9910         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9911         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9912         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9913         Use new metadata copy function.
9914
9915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9916         (gst_ffmpegcsp_transform):
9917         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9918         Basetransform copied the metadata for us.
9919
9920 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9923         (gst_text_overlay_video_event):
9924           Some more logging. Only accept newsegment events in TIME format and
9925           send a WARNING message if they are not in TIME format.
9926
9927         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9928         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9929         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9930         * gst/subparse/gstsubparse.h:
9931           No need to allocate GstSegment structure dynamically, just put it
9932           into the instance structure; ignore newsegment events in BYTE
9933           format and in particular don't let it overwrite our saved TIME
9934           segment from the last seek.
9935
9936 2007-03-09  Michael Smith  <msmith@fluendo.com>
9937
9938         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9939           Replace AC3 typefinder with one that isn't terrible, and actually
9940           works usefully.
9941
9942 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9943
9944         * gst/audioconvert/gstaudioconvert.c:
9945         (gst_audio_convert_transform):
9946           fix error category and translatable string
9947           
9948
9949 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9952         * pkgconfig/gstreamer-plugins-base.pc.in:
9953           Fix up utils => pbutils here too.
9954
9955 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * gst/subparse/gstsubparse.c: (handle_buffer):
9958           Break out of loop in chain function as soon as possible if we get
9959           a non-OK flow return.
9960
9961 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9962
9963         * tests/check/elements/alsa.c: (GST_START_TEST):
9964         Unref the mixer if the state change fails too (if the
9965         alsa devices are inaccessible, for example)
9966
9967 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9968
9969         * tests/check/Makefile.am:
9970         Don't test libvisual elements in the states check, because libvisual
9971         seems to leak internally.
9972
9973         Re-enable the alsa and states tests now that there's new suppressions
9974         in gst.supp.
9975
9976         * tests/check/elements/alsa.c: (GST_START_TEST):
9977         Don't leak the alsamixer we instantiated.
9978
9979 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9980
9981         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9982         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9983         (gst_ximagesink_finalize):
9984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9985         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9986         Move some cleanup stuff from the state change handler into a _reset()
9987         function that can be called from _finalize(). This ensures that things
9988         get freed even if (for some reason) the NULL->READY state transition
9989         fails in the parent class.
9990         Even if a parent state change fails, process our downward state change
9991         logic instead of bailing out early.
9992         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9993
9994 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9995
9996         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9997         Extra log line.
9998
9999         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10000         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10001         Use pango_font_description_set_family_static instead of 
10002         pango_font_description_set_family to save a string copy (it was
10003         leaking due to the strdup anyway)
10004
10005         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10006         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10007         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10008         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10009         Chain up in finalize.
10010
10011 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * gst-libs/gst/interfaces/mixertrack.c:
10014         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10015         (gst_mixer_track_set_property):
10016           API: add "untranslated-label" property which should be set by
10017           implementations at construct time (#414645).
10018
10019         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10020         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10021           Set "untranslated-label" when constructing mixer track objects.
10022
10023         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10024           Unit test to check the above.
10025
10026 2007-03-07  Wim Taymans  <wim@fluendo.com>
10027
10028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10029         Fix confusing debug message.
10030
10031 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10032
10033         * gst-plugins-base.doap:
10034         update doap file with new version
10035
10036 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10037
10038         * configure.ac:
10039         Back to CVS
10040
10041 === release 0.10.12 ===
10042
10043 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10044
10045         * configure.ac:
10046           releasing 0.10.12, "Zombie Horde"
10047
10048 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10049
10050         * configure.ac:
10051         Bump version to 0.10.11.4 pre-release
10052
10053 2007-03-06  Wim Taymans  <wim@fluendo.com>
10054
10055         * gst-libs/gst/audio/gstbaseaudiosink.c:
10056         (gst_base_audio_sink_async_play):
10057         Fix regression that made GStreamer skip the first samples of audio.
10058         Fixes #414684.
10059
10060 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10061
10062         * configure.ac:
10063         Bump version to 0.10.11.3 pre-release
10064
10065 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10066
10067         * po/POTFILES.in:
10068           Update paths for the rename from utils to pbutils to fix the build.
10069
10070 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         * gst-libs/gst/pbutils/Makefile.am:
10073           Change directory to install headers in from gst/utils to gst/pbutils
10074           as well.
10075
10076 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10077
10078         * configure.ac:
10079         * docs/libs/gst-plugins-base-libs-docs.sgml:
10080         * docs/libs/gst-plugins-base-libs-sections.txt:
10081         * gst-libs/gst/Makefile.am:
10082         * gst-libs/gst/interfaces/mixer.c:
10083         * gst-libs/gst/pbutils/Makefile.am:
10084         * gst-libs/gst/pbutils/descriptions.c:
10085         (gst_pb_utils_get_source_description),
10086         (gst_pb_utils_get_sink_description),
10087         (gst_pb_utils_get_decoder_description),
10088         (gst_pb_utils_get_encoder_description),
10089         (gst_pb_utils_get_element_description),
10090         (gst_pb_utils_add_codec_description_to_tag_list),
10091         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10092         * gst-libs/gst/pbutils/descriptions.h:
10093         * gst-libs/gst/pbutils/install-plugins.c:
10094         * gst-libs/gst/pbutils/install-plugins.h:
10095         * gst-libs/gst/pbutils/missing-plugins.c:
10096         (gst_missing_uri_source_message_new),
10097         (gst_missing_uri_sink_message_new),
10098         (gst_missing_element_message_new),
10099         (gst_missing_decoder_message_new),
10100         (gst_missing_encoder_message_new),
10101         (gst_missing_plugin_message_get_description):
10102         * gst-libs/gst/pbutils/missing-plugins.h:
10103         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10104         * gst-libs/gst/pbutils/pbutils.h:
10105         * gst-libs/gst/utils/Makefile.am:
10106         * gst-libs/gst/utils/base-utils.c:
10107         * gst-libs/gst/utils/base-utils.h:
10108         * gst-libs/gst/utils/descriptions.c:
10109         * gst-libs/gst/utils/descriptions.h:
10110         * gst-libs/gst/utils/install-plugins.c:
10111         * gst-libs/gst/utils/install-plugins.h:
10112         * gst-libs/gst/utils/missing-plugins.c:
10113         * gst-libs/gst/utils/missing-plugins.h:
10114         * gst-plugins-base.spec.in:
10115         * gst/playback/Makefile.am:
10116         * gst/playback/gstdecodebin.c:
10117         * gst/playback/gstdecodebin2.c:
10118         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10119         (gen_source_element):
10120         * gst/playback/gstplaybin.c: (plugin_init):
10121         * tests/check/Makefile.am:
10122         * tests/check/libs/pbutils.c: (GST_START_TEST),
10123         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10124         * tests/check/libs/utils.c:
10125           rename utils to pbutils
10126
10127 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10128
10129         * docs/plugins/Makefile.am:
10130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10131         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10132         * docs/plugins/inspect/plugin-decodebin2.xml:
10133         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10134         Add documentation for decodebin2 that indicates that the API
10135         is still unstable.
10136
10137 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10138
10139         * configure.ac:
10140         Update to 0.10.11.2 (0.10.12 pre-release)
10141
10142 2007-03-01  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst-libs/gst/audio/gstbaseaudiosink.c:
10145         (gst_base_audio_sink_async_play):
10146         base time is irrelevant here.
10147
10148 2007-03-01  Wim Taymans  <wim@fluendo.com>
10149
10150         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10151         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10152         Improve debugging.
10153
10154         * gst-libs/gst/audio/gstbaseaudiosink.c:
10155         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10156         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10157         Improve latency and clock slaving calculations.
10158         Improve slave clock calibration.
10159
10160         * gst-libs/gst/audio/gstringbuffer.c:
10161         (gst_ring_buffer_commit_full):
10162         When we are asked to render N sample to 0 bytes, return N.
10163
10164 2007-03-01  Wim Taymans  <wim@fluendo.com>
10165
10166         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10167         (gst_alsasink_write), (gst_alsasink_reset):
10168         * ext/alsa/gstalsasink.h:
10169         Remove unused dispose function.
10170         Rename lock to not interfere with alsasrc lock.
10171
10172         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10173         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10174         (gst_alsasrc_read), (gst_alsasrc_reset):
10175         * ext/alsa/gstalsasrc.h:
10176         Implement finalize function.
10177         Use lock to protect alsa access.
10178         Implement _reset.
10179         Fine tune sw params.
10180
10181 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10182
10183         * configure.ac:
10184           Convert to new AG_GST style.
10185
10186 2007-02-28  Wim Taymans  <wim@fluendo.com>
10187
10188         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10189
10190         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10191         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10192         Fix race condition when rapidly switching visualisations in playbin.
10193         Fixes #401029.
10194
10195 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10196
10197         * tests/check/Makefile.am:
10198         Include local stuff before system installed things in LDFLAGS and
10199         CFLAGS.
10200
10201 2007-02-28  Wim Taymans  <wim@fluendo.com>
10202
10203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10204         Improve debugging.
10205
10206 2007-02-28  Wim Taymans  <wim@fluendo.com>
10207
10208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10209         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10210         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10211         Fix duration and timestamping, taking latency into account.
10212         Implement latency query.
10213
10214 2007-02-28  Wim Taymans  <wim@fluendo.com>
10215
10216         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10217         (gst_audio_clock_new):
10218         Fix clock name.
10219
10220         * gst-libs/gst/audio/gstbaseaudiosink.c:
10221         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10222         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10223         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10224         (gst_base_audio_src_create):
10225         Improve latency query code.
10226         Use proper clock names.
10227
10228 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10229
10230         * tests/check/generic/states.c: (GST_START_TEST):
10231           Copy the states.c test from core again
10232         * tests/check/Makefile.am:
10233           ignore cdio and cdparanoiasrc
10234
10235 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10236
10237         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10238         (double_hq), (audio_convert_get_func_index), (check_default),
10239         (audio_convert_prepare_context), (audio_convert_convert):
10240           Also make valgrind happy and avoid copying data in some cases.
10241
10242 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10243
10244         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10245         (double_hq), (audio_convert_get_func_index),
10246         (audio_convert_prepare_context), (audio_convert_convert):
10247         * gst/audioconvert/gstaudioconvert.c:
10248         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10249         (gst_audio_convert_transform_caps):
10250         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10251         (audioconvert_suite):
10252           Don't run inplace if that overwrites source data as we go. Add more
10253           tests. Fixes #339837 even more.
10254
10255 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10256
10257         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10258         (msg_segment_done): Fix various seeking bugs (Slider was not
10259         updating when doing a non flushing seek, Reverse playback 
10260         on segment seek was wrong).
10261
10262 2007-02-26  Wim Taymans  <wim@fluendo.com>
10263
10264         * tests/examples/seek/seek.c: (stop_seek):
10265         When we stop scrubbing, don't leave the pipeline PLAYING when we
10266         requested a PAUSED state.
10267
10268 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         Patch by: René Stadler <mail at renestadler de>
10271
10272         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10273           Parse date strings in vorbis comments that have an invalid (zero)
10274           month or day (#410396).
10275
10276         * tests/check/libs/tag.c: (GST_START_TEST):
10277           Test case for the above.
10278
10279 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10280
10281         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10282
10283         * configure.ac:
10284         * ext/alsa/Makefile.am:
10285         * gst/audiotestsrc/Makefile.am:
10286           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10287
10288 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * gst/playback/gstplaybin.c:
10291           Improve docs: point out that the application needs to assist playbin
10292           with buffering.
10293
10294 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * gst-libs/gst/utils/install-plugins.c:
10297         * gst-libs/gst/utils/missing-plugins.c:
10298         * tests/check/libs/utils.c: (missing_msg_check_getters):
10299           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10300           to just 'gstreamer'. Document the caps string component of the
10301           decoder/encoder detail a bit better, since not everyone will be
10302           familiar with the GStreamer media type/caps system (but they better
10303           enjoy nested itemized lists).
10304
10305 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10308         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10309           Fix copying of GstNetBuffer (would crash before, or at least lead to
10310           invalid memory access, #410772), for now by copying the GstBuffer copy
10311           code from the core over here so we can copy the GstBuffer fields on a
10312           provided buffer instance (of type GstNetBuffer in this case). Would be
10313           better to fix this with some support by the core though (and in the long
10314           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10315
10316         * tests/check/Makefile.am:
10317           Enable unit test for GstNetBuffer.
10318
10319 2007-02-22  Andy Wingo  <wingo@pobox.com>
10320
10321         * gst-libs/gst/audio/gstbaseaudiosink.c
10322         (gst_base_audio_sink_init): Disable pull-mode activation until we
10323         figure out how to make audio sinks go to PLAYING.
10324
10325 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10326
10327         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10328         (double_hq), (audio_convert_get_func_index),
10329         (audio_convert_prepare_context), (audio_convert_convert):
10330         * gst/audioconvert/audioconvert.h:
10331         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10332         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10333         * gst/audioconvert/gstchannelmix.h:
10334         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10335           Add float as an intermediate format, as well as float mixing. Enable
10336           test that was failing before. Fixes #339837
10337
10338 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10339
10340         * tests/examples/seek/seek.c: (do_seek):
10341         Undo the previous commit: -1 as a stop time implies that the stop
10342         time is the end of file, clearing any previously configured segment.
10343
10344 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10345
10346         * tests/examples/seek/seek.c: (do_seek):
10347         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10348
10349 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10350
10351         * gst/volume/gstvolume.c: (volume_process_int16),
10352         (volume_process_int16_clamp), (volume_set_caps):
10353           Unbreak volume, value remains gint.
10354
10355 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10356
10357         * gst/volume/gstvolume.c: (volume_choose_func),
10358         (volume_update_real_volume), (gst_volume_set_volume),
10359         (gst_volume_init), (volume_process_double), (volume_process_float),
10360         (volume_process_int16), (volume_process_int16_clamp),
10361         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10362         * gst/volume/gstvolume.h:
10363           Extend float audio support (double) and some int->uint cleanups.
10364
10365 2007-02-20  Edward Hervey  <edward@fluendo.com>
10366
10367         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10368         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10369         (sort_end_pads), (gst_decode_group_expose),
10370         (gst_decode_group_hide):
10371         Don't free groups from the streaming threads. Just put them aside and
10372         free them in dispose.
10373
10374 2007-02-20  Edward Hervey  <edward@fluendo.com>
10375
10376         * gst/playback/gstdecodebin2.c: (connect_element),
10377         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10378         (sort_end_pads), (gst_decode_group_expose):
10379         Handle dynamic pads within groups.
10380         Sort pads before exposing them in order to make playbin happy.
10381         There still is a race with the multiqueue filling up. This should be
10382         solved separately.
10383         Fixes #398721
10384
10385 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * gst-libs/gst/utils/base-utils.c:
10388         * gst-libs/gst/utils/descriptions.c:
10389         * gst-libs/gst/utils/install-plugins.c:
10390         * gst-libs/gst/utils/missing-plugins.c:
10391           Some more docs (and descriptions for two subtitle formats).
10392
10393 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10394
10395         * gst-libs/gst/audio/audio.c:
10396           Fix documentation.
10397
10398 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         Patch by: Yves Lefebvre  <ivanohe abacom com>
10401
10402         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10403           Don't leak caps. Fixes #408278.
10404
10405 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10406
10407         * ext/cdparanoia/gstcdparanoiasrc.h:
10408         * ext/ogg/gstoggdemux.h:
10409         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10410         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10411         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10412         * gst-libs/gst/audio/audio.h:
10413         * gst-libs/gst/audio/gstaudiofilter.h:
10414         * gst-libs/gst/interfaces/videoorientation.h:
10415         * gst/adder/gstadder.h:
10416           More docs coverage and some ChangeLog surgery (add missing names)
10417
10418 2007-02-15  Wim Taymans  <wim@fluendo.com>
10419
10420         * sys/ximage/ximagesink.c:
10421         (gst_ximagesink_calculate_pixel_aspect_ratio):
10422         * sys/xvimage/xvimagesink.c:
10423         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10424         Small constifications.
10425
10426 2007-02-15  Wim Taymans  <wim@fluendo.com>
10427
10428         * gst-libs/gst/audio/gstbaseaudiosink.c:
10429         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10430         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10431         (gst_base_audio_sink_async_play),
10432         (gst_base_audio_sink_change_state):
10433         Answer latency query.
10434         Use configured latency when syncing.
10435         Fix clock slaving.
10436
10437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10438         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10439         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10440         Fix possible memleak.
10441         Implement latency query.
10442         Small cleanups.
10443
10444 2007-02-15  Wim Taymans  <wim@fluendo.com>
10445
10446         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10447         Ignore errors in reset, these are not fatal. They also grab the element
10448         lock which is already taking when this function is called. Fixes
10449         #405451.
10450
10451 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10452
10453         * configure.ac:
10454           Remove 'tests/examples/xerror/Makefile' from output files again.
10455
10456 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10457
10458         * configure.ac:
10459         * docs/plugins/Makefile.am:
10460           Also crossref against gst-plugins-base-libs.
10461
10462 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10463
10464         * configure.ac:
10465         * docs/libs/Makefile.am:
10466         * docs/plugins/Makefile.am:
10467           Add crossreferences to glib/gobject/gstream docs.
10468
10469         * gst-libs/gst/audio/audio.h:
10470           Source formatting.
10471
10472         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10473           Add own debug category.
10474
10475 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         Patch by: René Stadler <mail at renestadler de>
10478
10479         * gst-libs/gst/tag/gstvorbistag.c:
10480           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10481           (#403597).
10482
10483 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * gst/playback/gstplaybasebin.c: (setup_source):
10486           When we have external subtitles and wait for the subtitle decodebin
10487           to get up and running, we set up a (sync) bus handler for the
10488           subtitle decodebin, so we can stop waiting when it posts an error
10489           message. However, we should do that before we set the subtitle
10490           decodebin's state to playing, otherwise things are racy and we might
10491           miss error messages posted before we had a chance to set up the bus.
10492           This should finally fix totem hanging on .txt pseudo-subtitle files.
10493           
10494 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10495
10496         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10497           Use gst_gdouble_to_guint64 for conversions.
10498         * win32/common/config.h.in:
10499           Add a define for GST_INSTALL_PLUGINS_HELPER
10500         * win32/common/libgstaudio.def:
10501         * win32/common/libgstcdda.def:
10502         * win32/common/libgstnetbuffer.def:
10503         * win32/common/libgstrtp.def:
10504         * win32/common/libgutils.def:
10505           Add new exported functions.
10506         * win32/vs6/gst_plugins_base.dsw:
10507         * win32/vs6/libgstdecodebin.dsp:
10508         * win32/vs6/libgstnetbuffer.dsp:
10509         * win32/vs6/libgstplaybin.dsp:
10510         * win32/vs6/libgstrtp.dsp:
10511         * win32/vs6/libgstvorbis.dsp:
10512         * win32/vs6/libgstcdda.dsp:
10513         * win32/vs6/libgstgdp.dsp:
10514         * win32/vs6/libgstutils.dsp:
10515           Update and add new project files.
10516
10517 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10520         (subrip_remove_unhandled_tags), (parse_subrip):
10521           For SubRip (.srt) subtitles, ignore all markup tags we don't
10522           handle (like font tags, for example).
10523
10524         * tests/check/elements/subparse.c:
10525           Add test for this.
10526
10527 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * gst/playback/gstdecodebin.c: (add_fakesink),
10530         (gst_decode_bin_change_state):
10531         * gst/playback/gstdecodebin2.c: (add_fakesink),
10532         (gst_decode_bin_change_state):
10533           Don't error out if there is no fakesink in the NULL to READY state
10534           change, since when decodebin is re-used, we're only adding the
10535           fakesink element in READY to PAUSED.
10536
10537         * tests/check/elements/decodebin.c:
10538         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10539         (decodebin_suite):
10540           Minimal unit test to make sure we can use the same decodebin
10541           instance twice (at least with audiotestsrc input).
10542
10543 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10546           Try to get devic-name from device string first, and from handle only
10547           as fallback (seems to yield better results and is more robust
10548           against buggy probing code on the application side).
10549
10550 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10553
10554         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10555         (gst_alsa_find_device_name):
10556         * ext/alsa/gstalsa.h:
10557         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10558         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10559           Improve device-name detection a bit, especially in the case where
10560           the device is not actually open (#405020, #405024). Move common code
10561           into gstalsa.c instead of duplicating it.
10562
10563 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10564
10565         * gst/audioconvert/gstaudioconvert.c:
10566           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10567
10568 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10569
10570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10571         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10572         (gst_xvimagesink_interface_supported),
10573         (gst_xvimagesink_probe_get_properties),
10574         (gst_xvimagesink_probe_probe_property),
10575         (gst_xvimagesink_probe_needs_probe),
10576         (gst_xvimagesink_probe_get_values),
10577         (gst_xvimagesink_property_probe_interface_init),
10578         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10579         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10580         (gst_xvimagesink_get_type):
10581         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10582         for XVAdaptors so that one can choose the adaptor to use with 
10583         gstreamer-properties.
10584
10585 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10586
10587         * gst/audioconvert/gstaudioconvert.c:
10588           Also mention that a conversion from double to float is suboptimal still.
10589
10590 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         * gst-libs/gst/audio/gstaudiofilter.c:
10593         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10594           Clear our formats structure and free the caps contained in it when
10595           shutting down.
10596
10597 2007-02-05  Andy Wingo  <wingo@pobox.com>
10598
10599         * gst-libs/gst/audio/gstbaseaudiosink.c
10600         (gst_base_audio_sink_callback): Update basesink->offset so that we
10601         pull monotonically increasing offsets instead of, um, seeking back
10602         to 0 each time. Fixes alsasrc ! alsasink!
10603
10604 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * gst/videoscale/gstvideoscale.c:
10607           A width and height of 1 makes us crash, so increase minimum size to
10608           2x2 pixels until someone feels like fixing this (#404512).
10609
10610 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10613           Add small test to make sure request pads are cleaned up properly
10614           even if oggmux never changes state out of NULL.
10615
10616 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10617
10618         * tests/check/libs/utils.c: (GST_START_TEST):
10619           Fix unit test. Turns out things work much better when you
10620           NULL-terminate string arrays. Should make p5 build bot happy again.
10621
10622 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * gst-libs/gst/audio/Makefile.am:
10625         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10626         (gst_audio_filter_template_base_init),
10627         (gst_audio_filter_template_class_init),
10628         (gst_audio_filter_template_init),
10629         (gst_audio_filter_template_set_property),
10630         (gst_audio_filter_template_get_property),
10631         (gst_audio_filter_template_setup),
10632         (gst_audio_filter_template_filter),
10633         (gst_audio_filter_template_filter_inplace), (plugin_init):
10634           Oops, forgot to commit fixed-up example.
10635
10636 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * docs/libs/gst-plugins-base-libs-sections.txt:
10639         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10640         (gst_audio_filter_class_init), (gst_audio_filter_init),
10641         (gst_audio_filter_set_caps),
10642         (gst_audio_filter_class_add_pad_templates):
10643         * gst-libs/gst/audio/gstaudiofilter.h:
10644           Port GstAudioFilter to 0.10. This change technically breaks
10645           API and ABI (and thus also every library developer's heart),
10646           but seems justifiable on the grounds that the base class was
10647           completely unusable before (ie. would crash immediately when
10648           actually used). Fixes #403963 (and eventually also #403572).
10649           Also document all of this a bit.
10650
10651 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * gst-libs/gst/utils/install-plugins.c:
10654         (gst_install_plugins_spawn_child):
10655         * tests/check/libs/utils.c:
10656         (test_base_utils_install_plugins_do_callout):
10657           Lowering log level to see why things fail on the p5 build bot;
10658           fix some typos in unit test messages.
10659
10660 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10661
10662         * tests/check/libs/utils.c:
10663         (test_base_utils_install_plugins_do_callout):
10664           Don't hard-code temp directory for test helper; use GLib functions
10665           to write out file and do error checking etc.
10666
10667 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * gst-libs/gst/utils/Makefile.am:
10670         * gst-libs/gst/utils/base-utils.h:
10671         * gst-libs/gst/utils/install-plugins.c:
10672         (gst_install_plugins_context_set_xid),
10673         (gst_install_plugins_context_new),
10674         (gst_install_plugins_context_free),
10675         (gst_install_plugins_get_helper),
10676         (gst_install_plugins_spawn_child),
10677         (gst_install_plugins_return_from_status),
10678         (gst_install_plugins_installer_exited),
10679         (gst_install_plugins_async), (gst_install_plugins_sync),
10680         (gst_install_plugins_return_get_name),
10681         (gst_install_plugins_installation_in_progress):
10682         * gst-libs/gst/utils/install-plugins.h:
10683           API: add API for applications to initiate installation of missing
10684           plugins, ie. gst_install_plugins_async() primarily.
10685           Based on libgimme-codec by Ryan Lortie.
10686
10687         * configure.ac:
10688           Add --with-install-plugins-helper configure option so distros can specify
10689           the path of the helper script or program to call when plugin installation
10690           is requested (distros: please do any argument munging in this helper
10691           script instead of patching GStreamer to pass arguments differently
10692           to another program directly).
10693
10694         * docs/libs/gst-plugins-base-libs-docs.sgml:
10695         * docs/libs/gst-plugins-base-libs-sections.txt:
10696           Build and document new API.
10697
10698         * tests/check/libs/utils.c: (result_cb),
10699         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10700         (libgstbaseutils_suite):
10701           Some simple checks for the new API.
10702
10703 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * tests/check/elements/audioconvert.c: (test_float_conversion):
10706           Add small test for 32bit float <=> 64bit float conversion (works
10707           only one way so far, 32=>64 produces structured noise).
10708
10709 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * gst/audioconvert/gstaudioconvert.c:
10712         (set_structure_widths_32_and_64), (make_lossless_changes):
10713           We don't support floats with a width of 40, 48 or 56 bits.
10714
10715 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10716
10717         * gst/audioconvert/audioconvert.c: (float), (double),
10718         (audio_convert_get_func_index):
10719         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10720         (make_lossless_changes):
10721           Support for 64-bit float audio in audioconvert (#339837)
10722
10723 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         Patch by: Holger Wansing  <linux wansing-online de>
10726
10727         * po/LINGUAS:
10728         * po/de.po:
10729           Add German translation (#352069).
10730
10731 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10732
10733         reviewed by: Wim Taymans <wim@fluendo.com>
10734
10735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10736         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10737         Use newly added GstCollectPads API to free the allocated resources in
10738         the GstOggPad structures (#402393).
10739
10740 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10741
10742         * gst/playback/gstplaybin.c: (gen_vis_element):
10743           Add audioresample+audioconvert in front of the visualisation
10744           element, so that elements like libvisual 0.4 that don't support all
10745           samplerates can work.
10746
10747           Fixes: #402505
10748
10749 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10752         (gst_play_base_bin_get_streaminfo_value_array):
10753           Take some locks and make a copy of the streaminfo value array we
10754           maintain while holding the lock, so that the application can
10755           retrieve the stream-info as a value array in a thread-safe way.
10756
10757 2007-01-30  Wim Taymans  <wim@fluendo.com>
10758
10759         * gst/audioconvert/gstaudioconvert.c:
10760         Don't fail on 0 sized buffers. Fixes #396835.
10761
10762 2007-01-29  David Schleef  <ds@schleef.org>
10763
10764         * gst/typefind/gsttypefindfunctions.c:
10765           Detect BBCD as video/x-dirac, so we can play raw dirac
10766           streams.
10767
10768 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * ext/theora/theoraenc.c: (theora_enc_chain):
10771           Check return value of theora_encode_header(), or we might try to
10772           allocate a random number of bytes. theora_encode_header() can fail
10773           if libtheora has been compiled with encoding support disabled.
10774           Fixes #398110.
10775
10776 2007-01-29  Wim Taymans  <wim@fluendo.com>
10777
10778         * tests/check/gst/.cvsignore:
10779         Do as buildbot says.
10780
10781 2007-01-29  Wim Taymans  <wim@fluendo.com>
10782
10783         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10784         Fix strides in libvisual. Gst uses X strides.
10785         Inspired by: <ed at catmur dot co dot uk> and 
10786         <tim at centricular dot net>
10787         Fixes #401118.
10788
10789 2007-01-27  Wim Taymans  <wim@fluendo.com>
10790
10791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10792         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10793         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10794         (gst_ogg_demux_perform_seek),
10795         (gst_ogg_demux_bisect_forward_serialno),
10796         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10797         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10798         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10799         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10800         * ext/ogg/gstoggdemux.h:
10801         Properly propagate streaming errors when we are scanning the file for
10802         chains so that we don't crash when shut down. Might fix some crashers
10803         when quickly switching oggs in RB such as #332503 and #378436.
10804
10805 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10806
10807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10808           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10809           error code as well.
10810
10811 2007-01-25  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst/playback/gstplaybasebin.c: (remove_source):
10814         Don't try to disconnect a signal from a finalized object.
10815
10816 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10819           Cast lock macro parameters to make sure we're actually accessing the
10820           lock member at the right class level. Free list itself in _dispose()
10821           as well and NULL it in case dispose gets called multiple times.
10822
10823 2007-01-25  Edward Hervey  <edward@fluendo.com>
10824
10825         * gst/playback/gstdecodebin2.c:
10826         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10827         Free GstDecodeGroups no longer used.
10828         (gst_decode_group_expose):
10829         Don't unlock too many times !
10830         (deactivate_free_recursive):
10831         Free iterator once we're done with it.
10832         Fix for recursively deactivating elements (stop at ghostpads).
10833
10834 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * gst/playback/gstplaybin.c: (handoff):
10837           Fix up caps on the frame buffer before we save it and potentially
10838           make it accessible to other threads via g_object_get; also use
10839           gst_buffer_replace() instead of gst_mini_object_replace().
10840
10841 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10844           Make getting the current frame thread-safe.
10845
10846 2007-01-25  Edward Hervey  <edward@fluendo.com>
10847
10848         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10849         (gst_decode_group_new), (gst_decode_group_free):
10850         Set queues to bigger sizes to cope with HD contents.
10851         Fix some mutex freeing and add comment about MT safe methods.
10852
10853 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10856         (gst_text_overlay_text_event):
10857           Don't unnecessarily ref (and then leak) upstream events if the text
10858           pad is not linked. Fixes #399948.
10859
10860         * tests/check/gst-plugins-base.supp:
10861           Add suppression for pango on edgy/x86 for textoverlay test.
10862
10863 2007-01-24  Wim Taymans  <wim@fluendo.com>
10864
10865         * gst-libs/gst/rtp/gstrtpbuffer.h:
10866         Add some more fixed payloads.
10867
10868 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10871           Error out properly if we get an error from libogg while reading the
10872           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10873
10874 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10875
10876         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10877           Don't leak mutex.
10878
10879         * tests/check/elements/playbin.c:
10880         (test_sink_usage_video_only_stream),
10881         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10882         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10883         (test_missing_suburisource_handler),
10884         (test_missing_primary_decoder), (playbin_suite):
10885           Run all tests once with decodebin and once with decodebin2.
10886           One test does not pass yet with decodebin2.
10887
10888 2007-01-23  Edward Hervey  <edward@fluendo.com>
10889
10890         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10891         Fix the cases where oggmux doesn't properly figure out that all
10892         sinkpads have gone EOS, and therefore doesn't push out the remaining
10893         buffers and the final EOS event.
10894         Fixes #363379
10895
10896 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10897
10898         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10900         Don't lock on navigation event push, just on keysym to string.
10901         Fixes #397673 again.
10902
10903 2007-01-22  Edward Hervey  <edward@fluendo.com>
10904
10905         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10906         (get_current_group), (group_demuxer_event_probe),
10907         (gst_decode_group_expose), (deactivate_free_recursive),
10908         (gst_decode_group_free):
10909         Cleanups.
10910         Don't forget to emit 'no-more-pads' once a group is exposed.
10911         Cleanup elements from a DecodeGroup once we remove it.
10912         Protect call to gst_decode_group_expose() with the decodebin lock.
10913
10914 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10915
10916         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10918         Looking at Xorg code i can't figure out if that XKeysymToString
10919         function is thread sensible or not. Lock it just in case as
10920         recommended by Radek Doulik <rodo at ximian dot com>.
10921
10922 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10923
10924         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10926         Lock that X Call as well. Fixes #397673.
10927
10928 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10931           Don't go into an endless loop if the file starts with 00 00 01 2X,
10932           like quicktime redirect files might. Fixes #396042.
10933
10934         * tests/check/Makefile.am:
10935         * tests/check/gst/.cvsignore:
10936         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10937         (typefindfunctions_suite):
10938           Add unit test for the above.
10939
10940 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10943           On second thought, use "depth" field rather than "bpp" field.
10944
10945 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10948           Camtasia caps apparently need a bpp field (#398875).
10949
10950 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10951
10952         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10953         (gen_source_element), (gst_play_base_bin_change_state):
10954           Attempt at a better error message in case we don't have the required
10955           URI handler installed; post missing-plugin message also when we're
10956           missing an URI handler for the subtitle URI; clean up properly also
10957           when an error occurs and we never made it to PAUSED state.
10958
10959         * tests/check/elements/playbin.c: (GST_START_TEST),
10960         (playbin_suite):
10961           Check that we're also getting a missing-plugin messsage for a
10962           missing subtitle URI handler (and clean up properly).
10963
10964 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10967           Plug a few reference leaks.
10968
10969 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10970
10971         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10972           Lower probability a bit if the marker isn't right at the start,
10973           to decrease the chance of false positives.
10974
10975 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10978           Small mpeg2 system stream typefinding improvement: make typefinder
10979           probe a bit into the stream instead of just looking for a marker
10980           at the beginning. Fixes #397810.
10981
10982 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/audioconvert/gstchannelmix.c:
10985           Remove compatibility cruft for prehistoric GLib versions.
10986
10987 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/playback/Makefile.am:
10990         * gst/playback/gstdecodebin.c: (close_pad_link):
10991         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10992         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10993         (gst_play_base_bin_handle_message_func), (unknown_type):
10994           Let decodebin be the element to post missing-plugin messages for
10995           missing decoders (rather than playbin); make playbin implement
10996           GstBin::handle_message so we can suppress missing-plugin messages
10997           for types we're not handling on purpose (don't want to bring up an
10998           installer in those cases).
10999
11000 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11003         * gst-libs/gst/tag/gstvorbistag.c:
11004         (gst_tag_list_to_vorbiscomment_buffer):
11005         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11006           Fix potentially unaligned access (#397207).
11007
11008 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11009
11010         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11011         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11012         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11013         (main):
11014           Allow to toggle looping while it plays. Fix callback prototype. Clean
11015           up code a bit more. Add copyright header.
11016
11017 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11018
11019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11020           Red and blue mask was swapped (spotted by Dan Williams).
11021
11022 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11023
11024         * gst-libs/gst/tag/gstid3tag.c:
11025         * gst-libs/gst/tag/gstvorbistag.c:
11026           Use new beats-per-minute tag from core.
11027
11028 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * po/POTFILES.in:
11031           Add new files with translatable strings, so they actually make it
11032           into the template file one day.
11033
11034 2007-01-12  Andy Wingo  <wingo@pobox.com>
11035
11036         * gst-libs/gst/audio/gstbaseaudiosink.c
11037         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11038         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11039         stuff, as the base class handles this now. Actually tell the ring
11040         buffer to start.
11041         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11042         How did this work before? Maybe I'm not as awesome a programmer as
11043         I think.
11044
11045         * gst-libs/gst/audio/gstbaseaudiosrc.c
11046         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11047         of a pad function.
11048
11049 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11052           Remove more fields so that the application can better blacklist
11053           formats that have been tried before.
11054
11055 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * gst-libs/gst/audio/mixerutils.h:
11058           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11059           used when compiling with c++ compilers as well.
11060
11061 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/typefind/gsttypefindfunctions.c:
11064           Fix comment.
11065
11066 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/playback/gstplaybin.c: (post_missing_element_message),
11069         (gen_video_element), (gen_text_element), (gen_audio_element),
11070         (gen_vis_element):
11071           Post missing-plugin messages also when we error out because
11072           converters, textoverlay or auto*sinks are missing (#161922).
11073
11074 2007-01-10  Wim Taymans  <wim@fluendo.com>
11075
11076         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11077         (is_demuxer_element), (new_caps):
11078         * gst/playback/gstplaybasebin.c: (source_new_pad):
11079         Fix the case where we try to ref a NULL element when we delay a link
11080         because of unfixed caps.
11081         Set the state of autoplugged decodebins to PAUSED.
11082         RTSP now works in playbin, we can remove it from the blacklist.
11083
11084 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * gst/playback/Makefile.am:
11087         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11088         (unknown_type), (setup_subtitle), (gen_source_element):
11089         * gst/playback/gstplaybin.c: (plugin_init):
11090           Post missing-plugin messages on the bus for missing sources and
11091           missing decoders/demuxers/depayloaders; fix error code used when
11092           we're missing an URI handler source; for media types that we are not
11093           handling on purpose at the moment, don't print "don't know how to
11094           handle xyz" messages to the terminal or post missing-plugin
11095           messages on the bus.
11096
11097         * tests/check/elements/playbin.c: (create_playbin),
11098         (GST_START_TEST), (gst_codec_src_uri_get_type),
11099         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11100         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11101         (gst_codec_src_init_type), (gst_codec_src_base_init),
11102         (gst_codec_src_create), (gst_codec_src_class_init),
11103         (gst_codec_src_init), (plugin_init), (playbin_suite):
11104           Add some tests for the missing-plugin stuff.
11105
11106 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * configure.ac:
11109         * gst-libs/gst/Makefile.am:
11110         * gst-libs/gst/utils/Makefile.am:
11111         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11112         * gst-libs/gst/utils/base-utils.h:
11113         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11114         (find_format_info), (caps_are_rtp_caps),
11115         (gst_base_utils_get_source_description),
11116         (gst_base_utils_get_sink_description),
11117         (gst_base_utils_get_decoder_description),
11118         (gst_base_utils_get_encoder_description),
11119         (gst_base_utils_get_element_description),
11120         (gst_base_utils_add_codec_description_to_tag_list),
11121         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11122         * gst-libs/gst/utils/descriptions.h:
11123         * gst-libs/gst/utils/missing-plugins.c:
11124         (missing_structure_get_type), (copy_and_clean_caps),
11125         (gst_missing_uri_source_message_new),
11126         (gst_missing_uri_sink_message_new),
11127         (gst_missing_element_message_new),
11128         (gst_missing_decoder_message_new),
11129         (gst_missing_encoder_message_new),
11130         (missing_structure_get_string_detail),
11131         (missing_structure_get_caps_detail),
11132         (gst_missing_plugin_message_get_installer_detail),
11133         (gst_missing_plugin_message_get_description),
11134         (gst_is_missing_plugin_message):
11135         * gst-libs/gst/utils/missing-plugins.h:
11136           API: add new libgstbaseutils library with functions
11137           - to create and parse missing-plugins messages
11138           - that provide (translated) descriptions for caps/decoders/sources/etc.
11139           Closes #392393.
11140
11141         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11142         * pkgconfig/gstreamer-plugins-base.pc.in:
11143           Add new lib.
11144
11145         * docs/libs/gst-plugins-base-libs-docs.sgml:
11146         * docs/libs/gst-plugins-base-libs-sections.txt:
11147           Generate docs for new lib and API.
11148
11149         * tests/check/Makefile.am:
11150         * tests/check/libs/.cvsignore:
11151         * tests/check/libs/utils.c: (missing_msg_check_getters),
11152         (GST_START_TEST), (libgstbaseutils_suite):
11153           Add some basic unit tests.
11154
11155 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * ext/ogg/Makefile.am:
11158           Dist gstoggdemux.h to fix 'make distcheck'.
11159
11160         * sys/v4l/Makefile.am:
11161           Fix 'make distcheck' even more.
11162
11163 2007-01-09  Wim Taymans  <wim@fluendo.com>
11164
11165         * docs/plugins/Makefile.am:
11166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11168         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11169         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11170         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11171         (gst_ogg_demux_perform_seek):
11172         * ext/ogg/gstoggdemux.h:
11173         Added docs.
11174         Add some more comments.
11175         Small cleanups.
11176
11177 2007-01-09  Wim Taymans  <wim@fluendo.com>
11178
11179         * ext/theora/theoradec.c:
11180         * ext/vorbis/vorbisdec.c:
11181         * gst-libs/gst/audio/gstringbuffer.c:
11182         (gst_ring_buffer_commit_full):
11183         * gst-libs/gst/audio/gstringbuffer.h:
11184         * gst-libs/gst/rtp/gstrtpbuffer.c:
11185         * gst-libs/gst/tag/gstvorbistag.c:
11186         Small documentation updates/fixes
11187
11188 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11189
11190         * configure.ac:
11191           Require core CVS HEAD for Andy's basesrc/sink API additions.
11192
11193 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11196
11197         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11198         (plugin_init):
11199           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11200           on flac.sf.net (there appear to be other versions of the first
11201           ogg page in the wild) (#391365).
11202
11203 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * configure.ac:
11206           Check if localtime_r() is available.
11207
11208         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11209           If localtime_r() is not available, fall back to localtime(). Should
11210           fix build on MingW (#393310).
11211
11212 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11215         * gst/subparse/gstsubparse.h:
11216           Remove spurious 1000 subtrahend when calculating the timestamp from
11217           the frame number and the frame rate . Also, use the frames/second
11218           value specified in the first line of the file, if one is specified
11219           there. Should fix #357503.
11220
11221         * tests/check/elements/subparse.c: (do_test),
11222         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11223         (subparse_suite):
11224           Add some basic unit tests for the microdvd subtitle format.
11225
11226 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11227
11228         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11229
11230         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11231         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11232         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11233         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11234         (gst_xvimagesink_set_xwindow_id),
11235         (gst_xvimagesink_set_event_handling),
11236         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11237         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11238         Fixes: #390076.
11239         Add an adaptor property to select a specific XV adaptor.
11240         * sys/xvimage/xvimagesink.h:
11241
11242 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11243
11244         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11245         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11246         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11247         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11248         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11249         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11250         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11251         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11252         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11253         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11254         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11255         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11256         Use flow_lock much more to protect every access to xwindow.
11257         Try to catch erros while creating images in case some drivers are
11258         just generating an XError when the requested image is too big.
11259         Should fix : #354698, #384008, #384060.
11260         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11261         Implement some stress testing of setting window xid.
11262
11263 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11264
11265         * win32/common/libgsaudio.def:
11266           Add new exported function.
11267         * win32/common/libgstogg.dsp:
11268           Add gstoggaviparse.c to the build.
11269         * win32/common/libgstvideoscale.dsp:
11270           Add vs_4tap.c to the build.
11271         * win32/common/libgstvorbis.dsp:
11272           Add vorbistag.c to the build.
11273         
11274 2007-01-06  Andy Wingo  <wingo@pobox.com>
11275
11276         * gst-libs/gst/audio/gstbaseaudiosink.c
11277         (gst_base_audio_sink_class_init)
11278         (gst_base_audio_sink_init): 
11279         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11280         to baseaudiosink, and tell basesink that we can work in pull mode.
11281         This way the ring buffer thread drives the pipeline directly, if
11282         pull mode is possible. There is some lingering nastiness regarding
11283         capsnego, however.
11284         (gst_base_audio_sink_callback): Implement the callback to pull
11285         data. This interface is a bit light, though -- it should get a
11286         GstFlowReturn return value at least.
11287
11288 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11291         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11292         * gst/playback/gstdecodebin2.c:
11293         (gst_decode_group_check_if_blocked):
11294           Printf format and missing argument fixes.
11295
11296 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11297
11298         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11299         (gst_ogm_parse_change_state):
11300         Activate pads before adding them to the element.
11301
11302 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * tests/examples/seek/scrubby.c: (main):
11305         * tests/examples/seek/seek.c: (main):
11306           Call g_thread_init() first thing in main() (see #391278).
11307
11308 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * tests/check/Makefile.am:
11311         * tests/check/libs/.cvsignore:
11312         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11313         (netbuffer_suite):
11314           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11315           for the time being, since it's broken, see #393099.
11316
11317 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * tests/check/Makefile.am:
11320           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11321
11322 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11323
11324         * configure.ac:
11325           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11326           so that GST_BASE_CFLAGS can go inbetween them, making sure
11327           we use uninstalled gst-libs headers
11328         * docs/libs/Makefile.am:
11329         * ext/alsa/Makefile.am:
11330         * ext/cdparanoia/Makefile.am:
11331         * ext/gnomevfs/Makefile.am:
11332         * ext/libvisual/Makefile.am:
11333         * ext/ogg/Makefile.am:
11334         * ext/theora/Makefile.am:
11335         * ext/vorbis/Makefile.am:
11336         * gst-libs/gst/audio/Makefile.am:
11337         * gst-libs/gst/cdda/Makefile.am:
11338         * gst-libs/gst/interfaces/Makefile.am:
11339         * gst-libs/gst/riff/Makefile.am:
11340         * gst-libs/gst/rtp/Makefile.am:
11341         * gst-libs/gst/tag/Makefile.am:
11342         * gst/adder/Makefile.am:
11343         * gst/audioconvert/Makefile.am:
11344         * gst/audiorate/Makefile.am:
11345         * gst/audioresample/Makefile.am:
11346         * gst/playback/Makefile.am:
11347         * gst/tcp/Makefile.am:
11348         * gst/videoscale/Makefile.am:
11349         * gst/volume/Makefile.am:
11350         * sys/ximage/Makefile.am:
11351         * sys/xvimage/Makefile.am:
11352         * tests/icles/Makefile.am:
11353           adapt
11354
11355 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11356
11357         * gst-libs/gst/interfaces/xoverlay.c:
11358         (gst_x_overlay_handle_events):
11359         * gst-libs/gst/interfaces/xoverlay.h:
11360         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11361         (gst_ximagesink_set_xwindow_id),
11362         (gst_ximagesink_set_event_handling),
11363         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11364         (gst_ximagesink_get_property), (gst_ximagesink_init),
11365         (gst_ximagesink_class_init):
11366         * sys/ximage/ximagesink.h:
11367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11368         (gst_xvimagesink_set_xwindow_id),
11369         (gst_xvimagesink_set_event_handling),
11370         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11371         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11372         (gst_xvimagesink_class_init):
11373         * sys/xvimage/xvimagesink.h:
11374         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11375         Add a method to the XOverlay interface to allow disabling of 
11376         event handling in x[v]imagesink elements. This will let X events
11377         propagate to parent windows which can be usefull in some cases.
11378         Be carefull that the application is then responsible of pushing
11379         navigation events and expose events to the video sink.
11380         Fixes: #387138.
11381
11382 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst-libs/gst/tag/gstvorbistag.c:
11385         * tests/check/libs/tag.c: (GST_START_TEST):
11386           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11387           (fixes #392070).
11388
11389 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * configure.ac:
11392         * docs/Makefile.am:
11393         * docs/design/Makefile.am:
11394           Dist design docs.
11395
11396 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11397
11398         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11399         typo. Fixes: #390063.
11400
11401 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11402
11403         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11405         caps leak.
11406         * win32/common/config.h: Updated.
11407
11408 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11409
11410         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11411         (setup_gdpdepay_streamheader):
11412         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11413         (setup_gdppay_streamheader):
11414           Fix the dp tests, but activating the pads for the streamheader tests
11415           too and cleaning up conditionaly
11416
11417 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11418
11419         * gst/ffmpegcolorspace/avcodec.h:
11420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11421         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11422         (gst_ffmpegcsp_avpicture_fill):
11423         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11424         (img_get_alpha_info):
11425         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11426         other end of the word. Fixes: #387073.
11427
11428         Add some inconsequential branch hints in a couple of places.
11429
11430 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11433         (gst_ffmpeg_caps_to_smpfmt):
11434           The "signed" field in raw audio caps is of boolean type, trying to
11435           extract the value with _get_int() will fail (fix to keep in sync with
11436           the copy in gst-ffmpeg)
11437
11438 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11439
11440         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11441         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11442         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11443         (cleanup_gdpdepay):
11444         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11445         * tests/check/elements/subparse.c: (teardown_subparse):
11446         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11447         * tests/check/elements/videorate.c: (cleanup_videorate):
11448         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11449         * tests/check/elements/volume.c: (cleanup_volume):
11450         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11451         (cleanup_vorbisdec):
11452         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11453         (cleanup_vorbistag):
11454           consistent pad (de)activation
11455
11456 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11459           Forgot to register the extensions.
11460
11461 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11464         (plugin_init):
11465           Add typefinder for VIVO files (my christmas present to the 90s).
11466
11467 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * gst/playback/gstdecodebin.c: (type_found):
11470           Special-case the text/plain media type: we only want to recognise it
11471           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11472           parser, but not if the entire stream is of text/plain type. If the
11473           entire stream is text/plain, we should just error out.
11474
11475           This fixes playback of audio files with lyrics in totem. Totem can't
11476           distinguish between text files and subtitle files and passes any
11477           .txt file with the same basename as the main file to playbin as
11478           suburi, and playbin will then throw a 'subtitle found, but no video
11479           stream' error, which isn't entirely helpful. See #380342.
11480
11481           Also, with this change we'll show a slightly more correct error
11482           message in case totem passes a playlist file to us (although a
11483           custom error message wording instead of the default text would
11484           probably not be a bad idea either).
11485
11486           Same problem also needs to be fixed for playbin+decodebin2.
11487
11488         * tests/check/Makefile.am:
11489         * tests/check/elements/decodebin.c: (src_handoff_cb),
11490         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11491         (decodebin_suite):
11492           Add simple unit test for decodebin for the above.
11493
11494 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11497         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11498           Refuse to change state to READY when we failed to create any of the
11499           required elements in our instance init function.
11500
11501 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * docs/libs/gst-plugins-base-libs-sections.txt:
11504           Small docs fixes/updates.
11505
11506         * gst-libs/gst/video/gstvideosink.h:
11507           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11508           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11509           removed from the base sink API between 0.9.6 and 0.9.7).
11510           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11511           accessor macros, so we don't do a runtime GObject type check every
11512           time we use them.
11513
11514 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11515
11516         * Makefile.am:
11517         * gst-plugins-base.doap:
11518         * gst-plugins-base.spec.in:
11519           add doap file
11520
11521 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         Patch by: Jens Granseuer <jensgr at gmx net>
11524
11525         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11526         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11527         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11528         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11529         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11530           Declare variables at the beginning of a block. Fixes #383195.
11531
11532 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11533
11534         * configure.ac:
11535         Bump version nano - back to CVS.
11536
11537
11538 === release 0.10.11 ===
11539
11540 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11541
11542         * configure.ac:
11543           releasing 0.10.11, "Dumb things"
11544
11545 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11546
11547         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11548         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11549         Handle the case where an element has multiple pads with 
11550         unfixed caps as well as still possibly producing more dynamic 
11551         pads by storing each case as a distinct entry in the dynamic list.
11552         Fixes #38223 again.
11553
11554 2006-12-04  Wim Taymans  <wim@fluendo.com>
11555
11556         * gst/playback/gstdecodebin.c: (close_pad_link):
11557         Fix #382223, add more dynamic caps handling.
11558
11559 2006-12-04  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst-libs/gst/audio/gstringbuffer.h:
11562         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11563         (gst_netaddress_set_ip4_interface),
11564         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11565         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11566         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11567         (gst_netaddress_get_ttl):
11568         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11569         * gst/playback/gstdecodebin.c: (close_pad_link):
11570         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11571         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11572         * win32/common/config.h:
11573
11574 2006-12-01  Michael Smith  <msmith@fluendo.com>
11575
11576         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11577           Delete bad debug code.
11578           Fixes #381219
11579
11580 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11581
11582         * gst/videoscale/vs_4tap.c:
11583         * win32/MANIFEST:
11584         * win32/common/config.h:
11585         * win32/vs8/libgstvideoscale.vcproj:
11586         Fix compilation on win32 under VS8
11587         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11588         Partially fixes #381175
11589
11590 2006-11-30  Michael Smith  <msmith@fluendo.com>
11591
11592         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11593         (GST_START_TEST):
11594           It would be very bad if, after a discont buffer, we thought every
11595           single following buffer was also discont. So, add to the test to
11596           ensure that this isn't the case.
11597           
11598         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11599           ... it was the case. So fix it.
11600
11601 2006-11-28  Wim Taymans  <wim@fluendo.com>
11602
11603         * gst/playback/gstplaybasebin.c: (check_queue_event):
11604         Improve debug.
11605
11606         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11607         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11608         padtemplate caps. Refixes #357577.
11609
11610 2006-11-28  Wim Taymans  <wim@fluendo.com>
11611
11612         * gst/playback/gstplaybasebin.c: (check_queue_event),
11613         (queue_threshold_reached), (queue_out_of_data),
11614         (gen_preroll_element):
11615         Add event probe to see when EOS is in a queue and we can disable the
11616         underrun signals. Fixes #357577.
11617
11618 2006-11-28  Edward Hervey  <edward@fluendo.com>
11619
11620         * gst/playback/Makefile.am:
11621         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11622         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11623         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11624         (gst_decode_bin_init), (gst_decode_bin_dispose),
11625         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11626         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11627         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11628         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11629         (connect_element), (expose_pad), (type_found),
11630         (pad_added_group_cb), (pad_removed_group_cb),
11631         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11632         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11633         (are_raw_caps), (multi_queue_overrun_cb),
11634         (multi_queue_underrun_cb), (gst_decode_group_new),
11635         (get_current_group), (group_demuxer_event_probe),
11636         (gst_decode_group_control_demuxer_pad),
11637         (gst_decode_group_control_source_pad),
11638         (gst_decode_group_check_if_blocked),
11639         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11640         (gst_decode_group_hide), (gst_decode_group_free),
11641         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11642         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11643         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11644         (plugin_init):
11645         New decodebin2 element.
11646         Closes #370092
11647         * gst/playback/gstplay-marshal.list:
11648         Added marshallers for new signals in decodebin2
11649         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11650         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11651         is set.
11652
11653 2006-11-28  Wim Taymans  <wim@fluendo.com>
11654
11655         * gst/playback/gstplaybasebin.c: (setup_source),
11656         (gst_play_base_bin_change_state):
11657         Disable rtsp:// uris for the release, it's not good enough yet.
11658         Remove unused var.
11659
11660 2006-11-26  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11663         (theora_dec_push_forward), (theora_dec_push_reverse),
11664         (theora_handle_data_packet), (theora_dec_decode_buffer),
11665         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11666         (theora_dec_chain_forward), (theora_dec_chain):
11667         Implement reverse playback.
11668
11669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11670         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11671         (vorbis_dec_chain_forward):
11672         Clear buffers used for reverse playback in _reset.
11673         No need to set the eos flag, we clip samples using the segment.
11674
11675 2006-11-24  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11678         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11679         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11680         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11681         Some cleanups.
11682         Handle continued pages in reverse mode.
11683
11684 2006-11-24  Wim Taymans  <wim@fluendo.com>
11685
11686         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11687         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11688         (vorbis_dec_flush_decode):
11689         Small cleanups.
11690         Don't try to add invalid timestamps.
11691         Clipping will unref the buffer.
11692
11693 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11694
11695         * gst/adder/gstadder.h:
11696         * gst/audiotestsrc/gstaudiotestsrc.h:
11697           remove obsolete _factory_init protos
11698
11699 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11702           Fix spacing in debug message.
11703
11704 2006-11-23  Wim Taymans  <wim@fluendo.com>
11705
11706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11707         (gst_ogg_demux_chain):
11708         Don't just ignore return values from _pad_push().
11709         Small debug improvements.
11710
11711 2006-11-23  Michael Smith  <msmith@fluendo.com>
11712
11713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11714           If our incoming buffer is marked as DISCONT, then increment the page
11715           number (so that the discontinuity is marked in the final ogg
11716           bitstream) and flush the previous page.
11717
11718 2006-11-22  Michael Smith  <msmith@fluendo.com>
11719
11720         * ext/theora/gsttheoraenc.h:
11721         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11722         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11723         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11724         (theora_enc_chain), (theora_enc_change_state):
11725           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11726
11727         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11728         (GST_START_TEST), (theoraenc_suite):
11729           Enable discontinuity test, fix it.
11730
11731 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11734         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11735         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11736         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11737         (gst_text_overlay_change_state):
11738         * ext/pango/gsttextoverlay.h:
11739           Some textoverlay fixes: for one, in the video chain function,
11740           actually wait for a text buffer to come in if there is none at the
11741           moment and there should be one; also, deal more gracefully with
11742           incoming buffers that do not have a timestamp or duration; discard
11743           text buffer when not needed any longer. Fixes #341681.
11744
11745         * tests/check/Makefile.am:
11746         * tests/check/elements/.cvsignore:
11747         * tests/check/elements/textoverlay.c:
11748         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11749         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11750         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11751         (test_video_waits_for_text_send_text_newsegment_thread),
11752         (test_video_waits_for_text_shutdown_element),
11753         (test_render_continuity_push_video_buffers_thread),
11754         (textoverlay_suite):
11755           Add some unit tests for textoverlay.
11756
11757 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11758
11759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11760           Avoid integer underflow when the found probability for mp3 is
11761           smaller than the 'penalty' we subtract if there's not a clean
11762           mp3 header sync at offset 0.
11763
11764 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11765
11766         * docs/libs/gst-plugins-base-libs-sections.txt:
11767           Add some new symbols to the docs
11768
11769 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         * tests/check/Makefile.am:
11772         * tests/check/elements/ffmpegcolorspace.c:
11773         (ffmpegcolorspace_suite):
11774           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11775           (for now not for valgrinding though, since it takes too long).
11776
11777 2006-11-20  Wim Taymans  <wim@fluendo.com>
11778
11779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11780         (gst_ffmpeg_pixfmt_to_caps):
11781         Fix RGBA32 caps. Fixes #357038.
11782
11783 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * gst-libs/gst/interfaces/mixertrack.h:
11786           Add FIXME so we can add some padding here in 0.11
11787
11788 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11791           Fix GstBaseRTPAudioPayload structure so the whole GObject
11792           inheritance business actually works (parent class instance structure
11793           must always come first in the derived class instance structure).
11794
11795 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst/videotestsrc/Makefile.am:
11798         * tests/check/Makefile.am:
11799           Make sure our checks and the videotestsrc plugin link against the
11800           local uninstalled gst libs and not any installed gst libs that
11801           might happen to exist as well.
11802
11803         * tests/check/elements/adder.c: (message_received),
11804         (test_event_message_received), (test_play_twice_message_received):
11805         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11806           Fix compiler warnings when compiling against core with disabled
11807           debugging system.
11808
11809 2006-11-16  Michael Smith  <msmith@fluendo.com>
11810
11811         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11812         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11813           Fix audiorate, so that it accurately sets offsets and timestamps.
11814           Doesn't change the fundamental algorithmic decisions; so should be
11815           safe.
11816
11817         * tests/check/Makefile.am:
11818           Enable audiorate test now that it passes.
11819
11820 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11821
11822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11823           clear xv when going to NULL, remove // commented non-existant proto
11824
11825         * tests/examples/seek/seek.c: (main):
11826           add missing tooltip description for scrub and play_scrub
11827
11828 2006-11-14  David Schleef  <ds@schleef.org>
11829
11830         * configure.ac:
11831           Bump liboil requirement to 0.3.8.
11832         * gst-libs/gst/riff/riff-media.c:
11833           Add Dirac fourcc.
11834         * gst/videoscale/vs_image.h:
11835         * gst/videoscale/vs_scanline.h:
11836           Use liboil's stdint.h.
11837         * gst/videotestsrc/videotestsrc.c:
11838           Remove liboil related ifdef's, since they aren't needed now, and
11839           won't work with future versions.
11840
11841 2006-11-14  David Schleef  <ds@schleef.org>
11842
11843         * gst/videoscale/Makefile.am:
11844         * gst/videoscale/gstvideoscale.c:
11845         * gst/videoscale/gstvideoscale.h:
11846         * gst/videoscale/vs_4tap.c:
11847         * gst/videoscale/vs_4tap.h:
11848         * gst/videoscale/vs_image.c:
11849         * gst/videoscale/vs_image.h:
11850         * gst/videoscale/vs_scanline.c:
11851         * gst/videoscale/vs_scanline.h:
11852           Add a 4-tap image scaler.  Theoretically looks much prettier.
11853           The tap calculation could use some improvement.
11854
11855 2006-11-14  Wim Taymans  <wim@fluendo.com>
11856
11857         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11858
11859         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11860         (gst_riff_parse_strf_iavs):
11861         * gst/subparse/gstsubparse.c: (convert_encoding):
11862         * gst/tcp/gstmultifdsink.c:
11863         (gst_multi_fd_sink_handle_client_write):
11864         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11865         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11866         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11867         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11868         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11869         (gst_ximagesink_ximage_new):
11870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11871         Various gsize and gssize printf fixes. Fixes #372507.
11872
11873 2006-11-13  Wim Taymans  <wim@fluendo.com>
11874
11875         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11876         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11877         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11878         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11879         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11880         * ext/vorbis/vorbisdec.h:
11881         First stab at vorbis reverse playback.
11882
11883 2006-11-13  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst-libs/gst/audio/gstbaseaudiosink.c:
11886         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11887         * gst-libs/gst/audio/gstbaseaudiosink.h:
11888         Make the clock sync code more accurate wrt resampling and playback
11889         at different rates.
11890         
11891         * gst-libs/gst/audio/gstringbuffer.c:
11892         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11893         * gst-libs/gst/audio/gstringbuffer.h:
11894         Use better algorithm to interpolate sample rates. 
11895
11896 2006-11-13  Michael Smith  <msmith@fluendo.com>
11897
11898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11899           Improve a debug line slightly.
11900
11901         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11902           Call gst_riff_init() in plugin_init, to avoid getting errors from
11903           the debug system (unrelated changes to another plugin made this turn
11904           up; not sure why).
11905
11906 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11907
11908         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11909
11910         * win32/common/libgsttag.def:
11911           Add missing symbol (#366492).
11912
11913 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11916           Don't unref a NULL pad.
11917
11918 2006-11-09  Wim Taymans  <wim@fluendo.com>
11919
11920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11921         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11922         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11923         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11924         (gst_ogg_demux_loop):
11925         Implement first stab at reverse playback.
11926
11927 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11928
11929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11930         (gst_riff_create_video_template_caps):
11931           add h263/h264 variants to the caps, Fixes #363118
11932
11933 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11936         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11937           Use g_strerror instead of strerror so we get UTF-8.
11938
11939 2006-11-03  David Schleef  <ds@schleef.org>
11940
11941         * ext/ogg/gstoggdemux.c:
11942         * ext/ogg/gstoggmux.c:
11943           Add/remove KW-DIRAC header here, since it is ogg-specific.
11944
11945 2006-11-03  Michael Smith  <msmith@fluendo.com>
11946
11947         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11948           Recognise more mpeg4 elementary video streams.
11949
11950 2006-11-02  Edward Hervey  <edward@fluendo.com>
11951
11952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11953         Lower the probability of mp3 typefinding functions if we don't find a
11954         valid mp3 header at the start of the file.
11955         Closes #369482
11956
11957 2006-11-02  Wim Taymans  <wim@fluendo.com>
11958
11959         * ext/theora/gsttheoradec.h:
11960         * ext/theora/theoradec.c: (gst_theora_dec_init),
11961         (theora_dec_sink_event), (theora_dec_chain_forward),
11962         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11963         (theora_dec_chain):
11964         Document and partially implement an algorithm for doing reverse playback
11965         of theora video.
11966
11967 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11970
11971         * win32/common/config.h:
11972         * win32/common/interfaces-enumtypes.c:
11973         * win32/common/libgsttag.def:
11974         * win32/vs8/gst-plugins-base.sln:
11975         * win32/vs8/libgstaudioresample.vcproj:
11976         * win32/vs8/libgstinterfaces.vcproj:
11977         * win32/vs8/libgstogg.vcproj:
11978         * win32/vs8/libgstriff.vcproj:
11979         * win32/vs8/libgsttag.vcproj:
11980         * win32/vs8/libgsttheora.vcproj:
11981         * win32/vs8/libgstvideoscale.vcproj:
11982         * win32/vs8/libgstvorbis.vcproj:
11983           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11984           to libgsttag.def; add missing dependencies for some vs8 projects;
11985           re-arrange placement of .def files in vs8 projects (#366334).
11986
11987 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * ext/ogg/gstogg.c:
11990           Remove unused variable.
11991
11992         * ext/ogg/gstoggdemux.c:
11993           Fix Wim's surname in plugin description.
11994
11995 2006-10-31  Wim Taymans  <wim@fluendo.com>
11996
11997         * gst-plugins-base.spec.in:
11998         spec new .h file. Fixes #368310.
11999
12000 2006-10-31  Michael Smith  <msmith@fluendo.com>
12001
12002         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12003         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12004         (gst_multi_fd_sink_get_stats),
12005         (gst_multi_fd_sink_remove_client_link),
12006         (gst_multi_fd_sink_queue_buffer),
12007         (gst_multi_fd_sink_handle_clients):
12008         * gst/tcp/gstmultifdsink.h:
12009           Make using the remove or clear signals threadsafe.
12010           Make calling get-stats with an invalid fd not segfault.
12011           Fixes 368273.
12012
12013 2006-10-31  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst-libs/gst/rtp/Makefile.am:
12016         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12017         (gst_base_rtp_audio_payload_init):
12018         Fix and activate base audio payloader.
12019
12020 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12021
12022         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12023         (plugin_init):
12024           Add typefinder for QuickTime Image Files (see #366156).
12025
12026 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12029           Another typo fix (#366212).
12030
12031 2006-10-27  Wim Taymans  <wim@fluendo.com>
12032
12033         * gst/volume/gstvolume.c: (volume_transform_ip):
12034         Use stream time to synchronize volume property instead of rather random
12035         timestamps. This is needed when gnonlin does its time shifting.
12036
12037 2006-10-27  Wim Taymans  <wim@fluendo.com>
12038
12039         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12040
12041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12042         Remove the pad from the element in release_pad. Fixes #364812.
12043
12044 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12048           Explicitly create our custom buffer classes at a thread-safe
12049           location as well, since g_type_class_ref() doesn't seem to be
12050           entirely thread-safe either (#365501; also see #349410).
12051
12052 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12055         (gst_riff_parse_info):
12056           If strings in INFO chunk are not UTF-8, do something similar to
12057           what we do for ID3v1 tags: check a number of environment variables
12058           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12059           character sets to try, otherwise try the current locale and/or fall
12060           back on ISO-8859-1. Fixes #360552.
12061
12062 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst/videotestsrc/gstvideotestsrc.c:
12065         (gst_video_test_src_pattern_get_type),
12066         (gst_video_test_src_set_pattern):
12067         * gst/videotestsrc/gstvideotestsrc.h:
12068         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12069         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12070         (gst_video_test_src_checkers8):
12071         * gst/videotestsrc/videotestsrc.h:
12072           Add a bunch of exciting new checkers patterns.
12073
12074 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/subparse/Makefile.am:
12077         * gst/subparse/gstsubparse.c:
12078         (gst_sub_parse_data_format_autodetect),
12079         (gst_sub_parse_format_autodetect), (handle_buffer),
12080         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12081         * gst/subparse/gstsubparse.h:
12082         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12083         (parse_tmplayer):
12084         * gst/subparse/tmplayerparse.h:
12085           Add support for TMPlayer-type subtitles (#362845).
12086
12087         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12088         (GST_START_TEST), (subparse_suite):
12089           Add some basic unit tests for the above.
12090
12091 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12092
12093         * tests/check/elements/audiorate.c: (test_injector_base_init),
12094         (test_injector_class_init), (test_injector_chain),
12095         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12096         (GST_START_TEST), (audiorate_suite):
12097           More tests for audiorate: inject buffers to check behaviour when
12098           buffers overlap.
12099
12100 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * tests/check/Makefile.am:
12103         * tests/check/elements/.cvsignore:
12104         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12105         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12106           Add some basic unit tests for audiorate. Disabled at the moment
12107           since it doesn't pass yet (see bug #363119).
12108
12109 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12112         (parse_subrip), (handle_buffer):
12113           Add missing closing tags for markup and fix broken markup,
12114           otherwise pango won't render anything (fixes #357531). Also,
12115           make sure the text we send out is always NUL-terminated
12116           (better safe than sorry etc.).
12117
12118         * tests/check/elements/subparse.c: (test_srt_do_test),
12119         (test_srt):
12120           Some more tests for .srt incl. tests for the above stuff.
12121
12122 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12123
12124         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12126         Patch by: Stefan Kost  <ensonic@users.sf.net>
12127         Try to redraw borders only when needed. Apparently this consumes
12128         resources on small devices... :-O (#363607)
12129
12130 2006-10-20  Michael Smith  <msmith@fluendo.com>
12131
12132         * gst/tcp/gstmultifdsink.c:
12133         (gst_multi_fd_sink_client_queue_buffer):
12134           If caps change, then update the client's idea of the caps so that we
12135           don't end up re-sending streamheaders for every single buffer after
12136           the caps change.
12137
12138 2006-10-20  Michael Smith  <msmith@fluendo.com>
12139
12140         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12141         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12142           Set caps on pushed buffers; fix up refcounting of caps objects.
12143
12144 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12147         (plugin_init):
12148           Typefind mmsh header data packet to application/x-mmsh (#362625).
12149
12150 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * tests/check/Makefile.am:
12153         * tests/check/elements/.cvsignore:
12154         * tests/check/elements/subparse.c: (buffer_from_static_string),
12155         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12156         (GST_START_TEST), (subparse_suite):
12157           Add very simple unit test for subparse.
12158
12159 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12162         (parse_subrip):
12163           Strip trailing newlines from subtitle text output.
12164
12165 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12168         (gst_sub_parse_change_state):
12169           Fix memleak; clear subparse->textbuf n state change function.
12170
12171 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * gst/subparse/gstsubparse.c:
12174         (gst_sub_parse_data_format_autodetect):
12175           Don't require subrip (.srt) files to start with a chunk number of 1.
12176
12177 2006-10-18  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst-libs/gst/audio/gstbaseaudiosink.c:
12180         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12181         * gst-libs/gst/audio/gstbaseaudiosink.h:
12182         Extract rate from the NEWSEGMENT event.
12183         Use commit_full to also take rate adjustment into account when writing
12184         samples to the ringbuffer.
12185         
12186         * gst-libs/gst/audio/gstringbuffer.c:
12187         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12188         (gst_ring_buffer_read):
12189         * gst-libs/gst/audio/gstringbuffer.h:
12190         Added _commit_full() to also take rate into account.
12191         Use simple interpolation algorithm to resample audio.
12192         API: gst_ring_buffer_commit_full()
12193
12194         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12195         * tests/examples/seek/seek.c: (segment_done):
12196         Don't try to seek with 0.0 rate, just pause instead.
12197         Remove bogus debug line.
12198
12199 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12202         (setup_source):
12203           Catch async errors when starting up the subtitle bin, so we can
12204           stop waiting and continue with the main film instead of hanging
12205           forever. Fixes #339366.
12206
12207         * tests/check/elements/playbin.c: (playbin_suite):
12208           Enable unit test for the above.
12209
12210 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * tests/check/Makefile.am:
12213         * tests/check/elements/.cvsignore:
12214         * tests/check/elements/playbin.c: (GST_START_TEST),
12215         (gst_red_video_src_uri_get_type),
12216         (gst_red_video_src_uri_get_protocols),
12217         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12218         (gst_red_video_src_uri_handler_init),
12219         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12220         (gst_red_video_src_create), (gst_red_video_src_class_init),
12221         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12222           Some small and basic unit tests for playbin; not very useful yet,
12223           but at least a start.
12224
12225 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst/playback/gstplaybin.c: (setup_sinks):
12228           The old pad activation spiel.
12229
12230 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12231
12232         * gst/playback/gstplaybasebin.c: (setup_source):
12233           Don't hang forever if the subbin already fails to start up in 
12234           the state change to PAUSED (#339366).
12235
12236 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12239         (gst_tuner_set_channel), (gst_tuner_get_channel),
12240         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12241         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12242         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12243         (gst_tuner_find_channel_by_name):
12244           Fix some function guards, add some more function guards.
12245
12246 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12247
12248         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12249         (remove_element_chain):
12250         Don't return a pad from get_our_ghost_pad unless it is actually the
12251         one we want.
12252         Change a cast in remove_element_chain slightly.
12253
12254 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12255
12256         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12257         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12258         Segment seeking needs to use the rate and set stop to -1.
12259
12260 2006-10-13  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst-libs/gst/audio/gstbaseaudiosink.c:
12263         (gst_base_audio_sink_setcaps):
12264         Don't crash when ringbuffer is not yet created.
12265         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12266         Fixes #361634.
12267
12268         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12269         * gst/playback/gststreamselector.c:
12270         (gst_stream_selector_request_new_pad):
12271         Activate pads befre adding them to running elements.
12272
12273 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12274
12275         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12276         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12277         updater when we start grabing the slider. Don't wait for the
12278         pipeline to be PAUSED.
12279
12280 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12281
12282         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12283         (gst_mixer_set_volume), (gst_mixer_get_volume),
12284         (gst_mixer_set_mute), (gst_mixer_set_option),
12285         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12286         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12287         (gst_mixer_option_changed):
12288           Guard mixer interface functions against bogus arguments.
12289
12290 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12291
12292         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12293         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12294         (msg_state_changed), (main): Use state-changed messages to trigger
12295         start/stop of scale update timer. Indeed the scale slider was
12296         jumping here and there because the update timer was activated 
12297         before seek completed. This fixes instant applying of rate changes
12298         by pressing the spinbutton like a crazy man !
12299
12300 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12303
12304         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12305         (gst_basertppayload_finalize):
12306           Fix two small memory leaks (#361456).
12307
12308 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12309
12310         * tests/examples/seek/seek.c: (do_seek),
12311         (rate_spinbutton_changed_cb): When changing spinbutton we try
12312         to change the rate on the fly.
12313
12314 2006-10-10  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst-libs/gst/riff/riff-ids.h:
12317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12318         (gst_riff_create_audio_template_caps):
12319         Add WMS caps.
12320
12321 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12322
12323         Patch by: Josep Torra Valles <josep@fluendo.com>
12324
12325         * ext/gnomevfs/gstgnomevfssink.c:
12326         * ext/gnomevfs/gstgnomevfssrc.c:
12327         Fix URI interface implementation return type.
12328         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12329         Fix what looks like a copy/paste issue when assigning values.
12330         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12331         (gst_audio_filter_template_get_type):
12332         Cast to prevent Forte warnings.
12333         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12334         Fix URI interface implementation return type.
12335         gst_pad_query_position requires a signed integer pointer as
12336         3rd parameter, GstClockTime is unsigned.
12337         * gst/audioconvert/audioconvert.c:
12338         Fix integer overflow when treated as signed.
12339         * gst/audioresample/resample.c: (resample_add_input_data):
12340         Cast to prevent warnings on Forte.
12341         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12342         Fix integer overflow when treated as signed.
12343         * gst/ffmpegcolorspace/imgconvert_template.h:
12344         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12345         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12346         (cleanup_decodebin):
12347         Who initialises a guint to -1!
12348         Cast function pointers to prevent warnings on Forte.
12349         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12350         (queue_threshold_reached):
12351         Cast function pointers correctly to prevent warnings on Forte.
12352         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12353         Cast function pointers correctly to prevent warnings on Forte.
12354         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12355         Obvious change to unsigned, 0xEF > max signed char.
12356         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12357         GstClockTime is unsigned, initialise correctly.
12358         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12359         Cast so pointer arithemetic doesn't cause warnings on Forte.
12360         * gst/videorate/gstvideorate.c:
12361         Use correct return value.
12362         * tests/examples/seek/scrubby.c:
12363         GstClockTime is unsigned, initialise correctly.
12364
12365 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12366
12367         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12368
12369         * gst/typefind/gsttypefindfunctions.c:
12370           Recognise XML files and XML-like files shorter than 256 bytes as
12371           well (fixes #359237).
12372
12373 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12374
12375         Patch by: Renato Filho <renato.filho@indt.org.br>
12376         
12377         * gst/typefind/gsttypefindfunctions.c:
12378         Added typefind functions to video/x-nuv media.
12379         
12380 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * gst-libs/gst/interfaces/xoverlay.c:
12383         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12384           Some more guards against invalid input.
12385
12386 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12387
12388         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12389         Useless goto.
12390         * tests/examples/seek/seek.c: (do_seek),
12391         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12392         seek example to experiment with rates != 1.0 (reverse playback !)
12393
12394 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12395
12396         * gst-libs/gst/interfaces/xoverlay.c:
12397           Unref message in doc-example (spotted by Robert McQueen)
12398
12399 2006-10-06  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12402         (mpeg1_parse_header), (mpeg1_sys_type_find):
12403         printf fix.
12404
12405 2006-10-06  Wim Taymans  <wim@fluendo.com>
12406
12407         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12408         (close_pad_link):
12409         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12410         Activate dynamic pads before adding them to the element.
12411
12412 2006-10-06  Michael Smith  <msmith@fluendo.com>
12413
12414         * gst-libs/gst/floatcast/floatcast.h:
12415           Fix obviously-bogus macros; use the correct types.
12416
12417 2006-10-06  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12420         (gst_base_rtp_depayload_change_state):
12421         Also call parent state change function to activate pads.
12422
12423         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12424         (mpeg1_parse_header), (mpeg1_sys_type_find):
12425         Add some more debug info in mpeg typefinding.
12426
12427 2006-10-06  Michael Smith  <msmith@fluendo.com>
12428
12429         * ext/theora/theoradec.c: (theora_dec_chain):
12430           Zero byte theora packets are valid and well-defined; don't warn on
12431           them.
12432
12433 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12436         (gst_multi_fd_sink_get_stats), (find_limits),
12437         (gst_multi_fd_sink_queue_buffer):
12438           API: add dropped_buffers to the get-stats GValueArray
12439
12440 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * ext/alsa/gstalsadeviceprobe.c:
12443         (gst_alsa_device_property_probe_get_values):
12444         * ext/alsa/gstalsasink.c: (set_hwparams):
12445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12446         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12448         (gst_ogg_mux_process_best_pad):
12449         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12450         (gst_ogg_parse_chain):
12451         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12452         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12453         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12454         (gst_vorbis_enc_buffer_check_discontinuous):
12455         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12456         * gst-libs/gst/audio/gstbaseaudiosink.c:
12457         (gst_base_audio_sink_render):
12458         * gst-libs/gst/cdda/gstcddabasesrc.c:
12459         (gst_cdda_base_src_handle_track_seek):
12460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12461         (gst_base_rtp_depayload_push_full):
12462         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12463         * gst/audioresample/resample.c: (resample_input_pushthrough):
12464         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12465         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12466         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12467         (wavpack_type_find):
12468         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12469         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12470         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12471         * tests/check/elements/volume.c: (GST_START_TEST):
12472           Printf format fixes.
12473
12474 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12475
12476         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12477           Fix a simple mistake (see the docs)
12478           Fixes #359580
12479
12480 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * docs/plugins/Makefile.am:
12483         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12484         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12485         * docs/plugins/gst-plugins-base-plugins.args:
12486         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12487         * docs/plugins/inspect/plugin-adder.xml:
12488         * docs/plugins/inspect/plugin-alsa.xml:
12489         * docs/plugins/inspect/plugin-audioconvert.xml:
12490         * docs/plugins/inspect/plugin-audiorate.xml:
12491         * docs/plugins/inspect/plugin-audioresample.xml:
12492         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12493         * docs/plugins/inspect/plugin-cdparanoia.xml:
12494         * docs/plugins/inspect/plugin-decodebin.xml:
12495         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12496         * docs/plugins/inspect/plugin-gdp.xml:
12497         * docs/plugins/inspect/plugin-gnomevfs.xml:
12498         * docs/plugins/inspect/plugin-libvisual.xml:
12499         * docs/plugins/inspect/plugin-ogg.xml:
12500         * docs/plugins/inspect/plugin-pango.xml:
12501         * docs/plugins/inspect/plugin-playbin.xml:
12502         * docs/plugins/inspect/plugin-subparse.xml:
12503         * docs/plugins/inspect/plugin-tcp.xml:
12504         * docs/plugins/inspect/plugin-theora.xml:
12505         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12506         * docs/plugins/inspect/plugin-video4linux.xml:
12507         * docs/plugins/inspect/plugin-videorate.xml:
12508         * docs/plugins/inspect/plugin-videoscale.xml:
12509         * docs/plugins/inspect/plugin-videotestsrc.xml:
12510         * docs/plugins/inspect/plugin-volume.xml:
12511         * docs/plugins/inspect/plugin-vorbis.xml:
12512         * docs/plugins/inspect/plugin-ximagesink.xml:
12513         * docs/plugins/inspect/plugin-xvimagesink.xml:
12514           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12515
12516 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12519
12520         * ext/vorbis/Makefile.am:
12521         * ext/vorbis/vorbis.c: (plugin_init):
12522         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12523         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12524         * ext/vorbis/vorbisparse.h:
12525         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12526         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12527         (gst_vorbis_tag_parse_packet):
12528         * ext/vorbis/vorbistag.h:
12529           Add new vorbistag element which derives from vorbisparse
12530           and is essentially the same as well, only that it implements
12531           the GstTagSetter interface and can modify the stream's
12532           vorbiscomment on the fly (#335635).
12533
12534         * tests/check/Makefile.am:
12535         * tests/check/elements/.cvsignore:
12536         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12537         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12538         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12539         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12540           Add unit test for new vorbistag element.
12541
12542 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12543
12544         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12545         (vorbis_parse_push_headers), (vorbis_parse_chain):
12546           Set BOS flag in packet structure to fix 'jump depends
12547           on unitialized value' errors in valgrind; various minor
12548           clean-ups.
12549
12550 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12551
12552         * gst/playback/gstdecodebin.c: (close_pad_link):
12553         Fix typo in a debug statement.
12554
12555         * gst/playback/gstplaybasebin.c: (probe_triggered),
12556         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12557         (gen_source_element), (source_new_pad), (analyse_source),
12558         (setup_source):
12559         When handling no_more_pads in new_decoded_pad, make sure to treat
12560         subtitle pads correctly. Fixes playback with subtitle files.
12561
12562         Move a recurring message to LOG level.
12563
12564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12565         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12566         which ends up as -1 when cast to an int. Make the logic handle the
12567         max value as an unsigned mask and only change the colorkey when it's
12568         a value we recognise.
12569
12570 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12571
12572         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12573         Removed empty * between paragraphs
12574
12575 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12576
12577         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12578         * gst-libs/gst/rtp/README:
12579         Moved some documentation into .c file
12580
12581 2006-09-29  Wim Taymans  <wim@fluendo.com>
12582
12583         * gst/playback/gstdecodebin.c: (no_more_pads):
12584         Fix compilation.
12585
12586 2006-09-29  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/playback/gstdecodebin.c: (new_caps):
12589         Remove g_print
12590
12591         * gst/playback/gstplaybin.c:
12592         Add some docs.
12593
12594 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12595
12596         * tests/check/Makefile.am:
12597           Re-enable cddabasesrc test to see if it works again
12598           now.
12599
12600 2006-09-29  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12603         (gen_source_element):
12604         Handle invalid URIs a bit more gracefully.
12605
12606 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         * tests/check/pipelines/oggmux.c:
12609           Remove obsolete comment.
12610
12611 2006-09-29  Michael Smith  <msmith@fluendo.com>
12612
12613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12614         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12615         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12616         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12617         (gst_ogg_mux_collected):
12618           Commit patch from James "Doc" Livingston, adds proper EOS handling
12619           in oggmux. GStreamer can, for the first time ever, create a valid
12620           Ogg file! Yay!
12621
12622         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12623         (oggmux_suite):
12624           Reenable tests now that they pass.
12625
12626 2006-09-29  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12629         Stop reading commands when EOF (we read 0) as well.
12630
12631 2006-09-28  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12634         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12635         (find_dynamic), (unlinked), (close_link):
12636         Implement delayed caps linking needed for element with a lot of
12637         different caps on the src pads that get fixed at runtime.
12638         Improve management of dynamic elements.
12639
12640         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12641         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12642         (gen_preroll_element), (remove_groups), (unknown_type),
12643         (add_element_stream), (no_more_pads_full), (no_more_pads),
12644         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12645         (new_decoded_pad), (setup_subtitle), (array_has_value),
12646         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12647         (analyse_source), (remove_decoders), (make_decoder),
12648         (remove_source), (setup_source), (finish_source), (prepare_output),
12649         (gst_play_base_bin_change_state):
12650         * gst/playback/gstplaybasebin.h:
12651         Use more _CAST instead of full type checking casts.
12652         Small cleanups, plug some leaks.
12653         Handle dynamic sources.
12654         Add some helper functions to create lists of strings used for
12655         blacklisting and other stuff.
12656         Refactor some code dealing with analysing the source.
12657         Re-enable sources without pads (like cd:// or other selfcontained
12658         elements).
12659
12660 2006-09-28  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst-libs/gst/audio/gstbaseaudiosink.c:
12663         (gst_base_audio_sink_render):
12664         When we have a timestamp, we can still perform clipping.
12665         When we have no clock, we must play the sample ASAP.
12666
12667 2006-09-28  Wim Taymans  <wim@fluendo.com>
12668
12669         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12670         Set caps on outgoing buffers.
12671
12672         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12673         (gst_video_rate_event), (gst_video_rate_chain):
12674         * gst/videorate/gstvideorate.h:
12675         Fix videorate some more. Fixes #357977
12676
12677 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * tests/check/elements/adder.c: (adder_suite):
12680           Don't set timeout to 6 seconds when we're running
12681           in valgrind ... (and how is 6 seconds longer than
12682           the default anyway?)
12683
12684 2006-09-28  Wim Taymans  <wim@fluendo.com>
12685
12686         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12687         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12688         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12689         Keep sink and src segment to keep track of time and support more
12690         input formats.
12691         Fix bogus next_offset and run_time calculation, don't understand how
12692         this could have worked before. Fixes #357976.
12693         Remove some unneeded vars.
12694
12695 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * gst/playback/gstplaybin.c: (remove_sinks):
12698           Only remove visualisation from visbin if there is a visbin (or:
12699           don't throw warnings when closing totem without playing a file).
12700
12701 2006-09-27  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst-libs/gst/audio/gstbaseaudiosink.c:
12704         (gst_base_audio_sink_render):
12705         Add some more info in a WARNING.
12706
12707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12708         (gst_base_audio_src_create):
12709         Handle PAUSE in create function, use new -core addition to
12710         wait for playing. Fixes pausing and resuming capture from an
12711         audiosrc.
12712
12713         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12714         (gst_ring_buffer_read):
12715         Constify some more.
12716         Caller supports interrupted reads now.
12717
12718 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * tests/check/Makefile.am:
12721           Another attempt to make the gen64 buildbot happy.
12722
12723 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12724
12725         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12726
12727         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12728         (gst_visual_chain), (gst_visual_change_state):
12729           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12730           correctly. Fixes #357800
12731
12732 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12735           Add timeout to _get_state() so we see which pipeline it is
12736           that causes trouble on the gen64 build bot.
12737
12738 2006-09-27  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12741         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12742         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12743         (gst_base_rtp_depayload_set_gst_timestamp):
12744         the source pad always uses fixed caps.
12745
12746 2006-09-27  Wim Taymans  <wim@fluendo.com>
12747
12748         * docs/libs/gst-plugins-base-libs-docs.sgml:
12749         * docs/libs/gst-plugins-base-libs-sections.txt:
12750         * gst-libs/gst/audio/gstaudioclock.c:
12751         * gst-libs/gst/audio/gstaudioclock.h:
12752         * gst-libs/gst/audio/gstaudiosink.c:
12753         * gst-libs/gst/audio/gstaudiosink.h:
12754         * gst-libs/gst/audio/gstaudiosrc.c:
12755         * gst-libs/gst/audio/gstbaseaudiosink.c:
12756         (gst_base_audio_sink_render):
12757         * gst-libs/gst/audio/gstbaseaudiosink.h:
12758         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12759         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12760         * gst-libs/gst/audio/gstringbuffer.h:
12761         Added docs for the audio libs.
12762
12763 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12764
12765         * tests/check/Makefile.am:
12766           Temporarily disable test that fails on the bots for unknown reasons.
12767
12768 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12769
12770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12771         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12772         Moved AudioCodecType into priv
12773         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12774
12775 2006-09-25  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12778         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12779         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12780         (new_pad):
12781         Cleanups and small leak fixes.
12782         Added Depayloaders to valid list of autopluggable elements.
12783
12784 2006-09-25  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12787         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12788         (gen_video_element), (gen_text_element), (gen_audio_element),
12789         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12790         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12791         Detect NO_PREROLL state change returns and disable clock distribution to
12792         the sinks so that sync is disabled.
12793         Avoid some type checking and do simple casts instead.
12794         Small cleanups, fix some FIXMEs.
12795         Be more robust when linking user specified elements, catch an report
12796         errors. Fixes #357404.
12797         Fix some leaks in the error paths.
12798
12799 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12800
12801         * ChangeLog:
12802           ChangeLog surgery for missing bug-number
12803
12804 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12805
12806         Patch by: Peter Kjellerstedt  <pkj at axis com>
12807
12808         * gst/playback/test.c:
12809           Fix compilation with uClibc and -Werror (#357591).
12810
12811 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12814           Parse dates that are followed by a time as well (#357532).
12815
12816         * tests/check/libs/tag.c: (test_vorbis_tags):
12817           Add unit test for this.
12818
12819 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12822         (gst_audio_convert_transform_caps):
12823         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12824         * gst/videotestsrc/videotestsrc.h:
12825           A few array const-ifications.
12826
12827 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         * tests/check/Makefile.am:
12830           See if this makes the build bots happy.
12831
12832         * tests/check/libs/cddabasesrc.c:
12833           UTF8-ise my name.
12834
12835 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12836
12837         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12838
12839         * gst/subparse/samiparse.c: (handle_start_font),
12840         (fix_invalid_entities):
12841           More case-insensitivity for certain tags; recognise entities with
12842           decimal codes as special entities as well (#357330).
12843
12844 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * gst-libs/gst/Makefile.am:
12847           Need to build tag directory before cdda.
12848
12849 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * docs/libs/gst-plugins-base-libs-sections.txt:
12852         * gst-libs/gst/cdda/Makefile.am:
12853         * gst-libs/gst/cdda/gstcddabasesrc.c:
12854         (gst_cdda_base_src_base_init):
12855         * gst-libs/gst/cdda/gstcddabasesrc.h:
12856         * gst-libs/gst/tag/tag.h:
12857         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12858         (gst_tag_register_musicbrainz_tags):
12859           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12860           depend on libgsttag. This is required so we can extract/read tags like
12861           DISCID without depending on libgstcddabasesrc (which used to register
12862           them).
12863
12864         * gst-libs/gst/tag/gstvorbistag.c:
12865           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12866           tags (also see #347848).
12867
12868         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12869           Log vorbis comments we are actually writing. Const-ify array.
12870
12871 2006-09-23  Wim Taymans  <wim@fluendo.com>
12872
12873         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12874         Improve buffering a bit by avoiding a deadlock because we cannot assume
12875         the underrun is always called.
12876
12877 2006-09-23  Wim Taymans  <wim@fluendo.com>
12878
12879         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12880
12881         * gst-libs/gst/riff/riff-ids.h:
12882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12883         (gst_riff_create_audio_template_caps):
12884         Added MPEG-4 AAC and id and caps. Fixes #357289
12885         Added WMA9 Lossless id.
12886
12887 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12888
12889         * ext/gnomevfs/gstgnomevfssrc.c:
12890           Fix misleading docs addition.
12891
12892         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12893           Get rid of compiler warning the right way.
12894
12895 2006-09-22  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12898         (gst_base_rtp_depayload_finalize),
12899         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12900         (gst_base_rtp_depayload_push_full),
12901         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12902         (gst_base_rtp_depayload_process),
12903         (gst_base_rtp_depayload_set_gst_timestamp),
12904         (gst_base_rtp_depayload_queue_release):
12905         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12906         Small cleanups.
12907         Fix some leaks.
12908         Refactored the process method and added methods to push from the process
12909         vmethod.
12910         Use _scale functions.
12911         API: gst_base_rtp_depayload_push_ts
12912         API: gst_base_rtp_depayload_push
12913
12914         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12915         timestamps are uint.
12916
12917 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12918
12919         * gst-libs/gst/interfaces/xoverlay.c:
12920           Remove unused statement from doc example.
12921
12922 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12923
12924         * gst-libs/gst/interfaces/videoorientation.c:
12925         (gst_video_orientation_iface_init),
12926         (gst_video_orientation_get_hflip),
12927         (gst_video_orientation_get_vflip),
12928         (gst_video_orientation_get_hcenter),
12929         (gst_video_orientation_get_vcenter),
12930         (gst_video_orientation_set_hflip),
12931         (gst_video_orientation_set_vflip),
12932         (gst_video_orientation_set_hcenter),
12933         (gst_video_orientation_set_vcenter):
12934           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12935           in ChangeLog)
12936
12937 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12938
12939         * tests/check/Makefile.am:
12940         * tests/check/elements/.cvsignore:
12941         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12942         (create_rgb_conversions), (rgb_conversion_free),
12943         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12944         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12945           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12946           but disable for now since it doesn't pass (something wrong with
12947           RGBA somewhere).
12948
12949 2006-09-21  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst/playback/gstplaybasebin.c: (group_commit),
12952         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12953         (queue_out_of_data), (gen_preroll_element),
12954         (preroll_remove_overrun), (probe_triggered):
12955         Refactor handling of overrun detection.
12956         Separate handling of group completion and deadlock detection when doing
12957         network buffering. This should fix some deadlocks that were not detected
12958         because the group was completed.
12959         Add more comments, improve debugging.
12960
12961 2006-09-21  Wim Taymans  <wim@fluendo.com>
12962
12963         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12964         * tests/check/libs/audio.c:
12965         Some more compilation fixes.
12966
12967 2006-09-21  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst-libs/gst/audio/gstringbuffer.c:
12970         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12971         (gst_ring_buffer_read):
12972         Early morning compilation fix.
12973
12974 2006-09-20  Wim Taymans  <wim@fluendo.com>
12975
12976         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12977         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12978         * tests/check/elements/videorate.c: (GST_START_TEST):
12979         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12980         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12981         Fix some warnings.
12982
12983 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12984
12985         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12986         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12987         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12988           Handcrafted merge to help CVS understanding what I changed and what
12989           not.
12990
12991 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12994         (gst_xvimagesink_get_times):
12995           change colorkey behaviour back according to #354773 comment 6/7
12996
12997 2006-09-19  Michael Smith  <msmith@fluendo.com>
12998
12999         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13000         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13001         (gst_multi_fd_sink_recover_client),
13002         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13003         (gst_multi_fd_sink_get_property):
13004         * gst/tcp/gstmultifdsink.h:
13005           Implement stubbed out properties unit-type, units-soft-max,
13006           units-max, to allow specifying maximum sizes in units other than
13007           buffers.
13008           Fixes #355935
13009
13010 2006-09-19  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13013         (gst_riff_create_audio_template_caps):
13014         Reorder the audio formats a bit for clarity.
13015         Detect and create caps for MSGSM and MSN (WAV49).
13016         Fixes #356596.
13017
13018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13019         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13020         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13021         Small cleanups, move error handling out of normal flow for clarity.
13022
13023 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13024
13025         * docs/libs/gst-plugins-base-libs-docs.sgml:
13026         * docs/libs/gst-plugins-base-libs.types:
13027         * gst-libs/gst/interfaces/Makefile.am:
13028         * gst-libs/gst/interfaces/videoorientation.c:
13029         (gst_video_orientation_get_type),
13030         (gst_video_orientation_iface_init),
13031         (gst_video_orientation_get_hflip),
13032         (gst_video_orientation_get_vflip),
13033         (gst_video_orientation_get_hcenter),
13034         (gst_video_orientation_get_vcenter),
13035         (gst_video_orientation_set_hflip),
13036         (gst_video_orientation_set_vflip),
13037         (gst_video_orientation_set_hcenter),
13038         (gst_video_orientation_set_vcenter):
13039         * gst-libs/gst/interfaces/videoorientation.h:
13040           API: Add new interface to control video orientation (fixes #354908)
13041
13042 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13043
13044         * gst/videotestsrc/gstvideotestsrc.c:
13045           Use G_UNLIKELY in _create and log one more detail.
13046           
13047         (gst_video_test_src_get_times), (gst_video_test_src_create):
13048         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13049           Use gst_util_uint64_scale_int in _get_times().
13050
13051 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13052
13053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13054           Give better warning message (add object and detail).
13055
13056 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13057
13058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13059         (gst_xvimagesink_get_times):
13060           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13061           #354773), use gst_util_uint64_scale_int in _get_times()
13062
13063 2006-09-18  Michael Smith  <msmith@fluendo.com>
13064
13065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13066           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13067           always true, leading to dropping all timestamps.
13068
13069 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13070
13071         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13072         (gst_visual_chain), (gst_visual_change_state):
13073           update to work also with libvisual 0.4 API, fix double unref (#355914)
13074           
13075         * tools/gst-launch-ext.1.in:
13076         * tools/gst-visualise.1.in:
13077           remove references to old man-pages
13078
13079         * tests/examples/seek/seek.c: (main):
13080           add real meadi-buttons, add tool-tips for the seek-options, arrange
13081           seek options in a table
13082
13083 2006-09-18  Michael Smith  <msmith@fluendo.com>
13084
13085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13086         (gst_ogg_mux_push_buffer):
13087           Don't generate out-of-order timestamps from oggmux, instead clamp
13088           output timestamps to be >= the previously output ts.
13089           Fixes #355595
13090
13091 2006-09-18  Michael Smith  <msmith@fluendo.com>
13092
13093         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13094         (gst_multi_fd_sink_class_init):
13095           Updates, fixes, and typo corrections for multifdsink. No functional
13096           changes.
13097
13098 2006-09-17  Michael Smith  <msmith@fluendo.com>
13099
13100         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13101           Don't crash on truncated files - check that we got an 8 byte buffer
13102           before trying to memcmp it.
13103
13104 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * gst/playback/gstplaybasebin.c: (get_active_source):
13107           Make stream-switching appear instant to the application
13108           (ie. make sure that a g_object_get on 'current-foo' returns
13109           the stream previously set with g_object_set(). Totem needs
13110           this to update stream-related meta-info (like audio-codec)
13111           correctly when switching streams.
13112
13113 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13114
13115         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13116         (gst_alsa_mixer_ensure_track_list):
13117           Try harder to guess which mixer track is the master mixer
13118           track (instead of just taking the first one that has a pvolume).
13119           Fixes #342228.
13120
13121 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13122
13123         reviewed by: <delete if not using a buddy>
13124
13125         * gst-libs/gst/audio/audio.h:
13126         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13127
13128 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13129
13130         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13131         (gst_audio_convert_transform_caps):
13132           Get structure-name just once.
13133
13134 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13135
13136         * tests/check/elements/audioresample.c: (GST_START_TEST):
13137         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13138         * tests/check/elements/volume.c: (GST_START_TEST):
13139         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13140         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13141         (test_pipeline), (GST_START_TEST):
13142         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13143         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13144           Fix big batch of compiler warnings.
13145
13146 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13147
13148         * ext/gnomevfs/gstgnomevfssrc.c:
13149           Add docs about icydemux usage in connection with gnomevfssrc
13150
13151         * ext/libvisual/visual.c:
13152         * ext/ogg/gstoggaviparse.c:
13153         * ext/ogg/gstoggdemux.c:
13154         * ext/ogg/gstoggmux.c:
13155         * ext/ogg/gstoggparse.c:
13156         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13157         * gst-libs/gst/audio/gstaudiosink.c:
13158         * gst-libs/gst/audio/gstaudiosrc.c:
13159         * gst/audiorate/gstaudiorate.c:
13160           More G_OBJECT macro fixing.
13161
13162         * gst/audiotestsrc/gstaudiotestsrc.h:
13163           Fix wrong info in header due to copy & paste
13164
13165 2006-09-15  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst-libs/gst/audio/gstbaseaudiosink.c:
13168         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13170         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13171         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13172         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13173         Do the delay calculation in the source/sink base classes as this is
13174         specific for the capture/playback mode.
13175         Try to fixate a bit better, like round depth up to a multiple of 8
13176         bigger than width.
13177         Handle underruns correctly by marking DISCONT on buffers and adjusting
13178         timestamps to handle the gap.
13179         Set offset/offset_end correctly on buffers.
13180
13181         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13182         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13183         (gst_ring_buffer_read):
13184         Remove resync and underrun recovery from the ringbuffer.
13185         Fix ringbuffer read code on under/overrun.
13186
13187 2006-09-15  Wim Taymans  <wim@fluendo.com>
13188
13189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13190         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13191         (queue_threshold_reached), (gst_play_base_bin_set_property),
13192         (gst_play_base_bin_get_property):
13193         * gst/playback/gstplaybasebin.h:
13194         Don't use a 0 low watermark when buffering, it is catching starvation
13195         way too late. Instead, use a 3 second queue with 30 and 95
13196         percent low/high watermarks. 
13197         Added queue-min-threshold property to configure low watermark.
13198         Use new _buffering message API.
13199         Make queue_threshold variable big enough to store a uint64 time value.
13200         API: playbin::queue-min-threshold property.
13201
13202 2006-09-15  Wim Taymans  <wim@fluendo.com>
13203
13204         * configure.ac:
13205         We require 0.10.10.1 now because of _wait_preroll().
13206
13207         * gst-libs/gst/audio/gstbaseaudiosink.c:
13208         (gst_base_audio_sink_render):
13209         Use gst_base_sink_wait_preroll().
13210
13211 2006-09-15  Wim Taymans  <wim@fluendo.com>
13212
13213         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13214         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13215         Use DEBUG_OBJECT more.
13216
13217 === release 0.10.10 ===
13218
13219 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         patch by: Michael Smith <msmith at fluendo dot com>
13222
13223         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13224         (gst_multi_fd_sink_client_queue_buffer),
13225         (gst_multi_fd_sink_new_client):
13226         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13227         (multifdsink_suite):
13228           Fix implementation of sync-method 'next-keyframe'
13229           Closes #354594
13230
13231 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13232
13233         patch by: Wim Taymans <wim at fluendo dot com>
13234
13235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13236         This patch removes the RANDOM flag that was incorrectly introduced with
13237         revision 1.91.  Fixes #354590
13238
13239 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * tests/check/Makefile.am:
13242           Random variation in Makefile line to see if it makes the
13243           gen64-base-full bot any happier.
13244
13245 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13246
13247         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13248           Disable test that fails at the moment (killed after timeout).
13249
13250 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         Patch by: James Livingston  <doclivingston at gmail.com>
13253
13254         * tests/check/Makefile.am:
13255         * tests/check/pipelines/.cvsignore:
13256         * tests/check/pipelines/oggmux.c: (get_page_codec),
13257         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13258         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13259         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13260         (test_theora_vorbis), (oggmux_suite):
13261           Add simple unit test for oggmux from #337026 with checking for the
13262           EOS flags disabled for the time being.
13263
13264 2006-09-04  Wim Taymans  <wim@fluendo.com>
13265
13266         patch by: Alessandro Dessina <alessandro nnva org>
13267
13268         * ext/ogg/gstoggmux.c:
13269         Add cmml caps to oggmux. Fixes #353912
13270
13271 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13272
13273         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13274           Returning a return value often helps. In this case, we
13275           don't need the return value anyway, so just get rid of it.
13276           Should make build bots much happier.
13277
13278 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13279
13280         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13281         (paint_get_structure), (gst_video_test_src_get_size),
13282         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13283         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13284         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13285         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13286         * gst/videotestsrc/videotestsrc.h:
13287           Add support for AYUV and the various RGBA formats. Initialise
13288           fields of paintinfo structs allocated on the stack.
13289
13290         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13291         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13292         (check_rgb_buf), (videotestsrc_suite):
13293           Add unit tests for videotestsrc's RGB output.
13294
13295 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13296
13297         * gst/videotestsrc/gstvideotestsrc.c:
13298         (gst_video_test_src_pattern_get_type),
13299         (gst_video_test_src_set_pattern):
13300         * gst/videotestsrc/gstvideotestsrc.h:
13301         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13302         (gst_video_test_src_black), (gst_video_test_src_white),
13303         (gst_video_test_src_red), (gst_video_test_src_green),
13304         (gst_video_test_src_blue):
13305         * gst/videotestsrc/videotestsrc.h:
13306           Add more uni-colour patterns ("white", "red", "green", and "blue").
13307
13308 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13309
13310         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13311           Fix stride for YVYU, should be word-aligned (#353658).
13312
13313 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         * gst/adder/gstadder.c: (gst_adder_src_event):
13316           Fix build.
13317
13318 2006-08-31  Edward Hervey  <edward@fluendo.com>
13319
13320         * gst/adder/gstadder.c: (forward_event_func),
13321         (gst_adder_src_event), (gst_adder_collected),
13322         (gst_adder_change_state):
13323         * gst/adder/gstadder.h:
13324         Remember the start position asked in the incoming seeks, so we can
13325         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13326         of assuming it will always be 0).
13327
13328 2006-08-31  Edward Hervey  <edward@fluendo.com>
13329
13330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13331         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13332         (gst_ogg_demux_loop):
13333         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13334
13335 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13338         (gst_ffmpegcsp_get_unit_size):
13339           Return FALSE instead of returning a random false unit
13340           size when the format isn't known/supported (even if
13341           this shouldn't happen under normal circumstances).
13342
13343 2006-08-29  Wim Taymans  <wim@fluendo.com>
13344
13345         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13346
13347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13348         (gst_gnome_vfs_src_start):
13349         Try harder to get the size from a uri by using _info_uri() when
13350         _info_from_handle() does not give us enough info. 
13351         Also follow symlinks when getting the size.
13352         Partially Fixes #332864.
13353
13354 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13355
13356         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13357
13358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13359         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13360         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13361         (gst_alsa_mixer_set_record):
13362         * ext/alsa/gstalsamixertrack.c:
13363         (gst_alsa_mixer_track_update_alsa_capabilities),
13364         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13365         (gst_alsa_mixer_track_update):
13366         * ext/alsa/gstalsamixertrack.h:
13367           Improve and fix mixer track handling, in particular better handling
13368           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13369           separate track objects for tracks that have both capture and playback
13370           volume (and label them differently as well so they're not mistakenly
13371           assumed to be duplicates); classify mixer tracks that only affect
13372           the audible volume of something (rather than the capture volume)
13373           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13374           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13375           (following the meaning documented in the mixer interface header
13376           file); add support for alsa's exclusive cswitch groups; update/sync
13377           state/flags better if mixer settings are changed by another
13378           application. Fixes #336075.
13379
13380 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * gst/playback/gstplaybin.c:
13383           Improve docs: add section about BUFFERING messages sent by playbin.
13384
13385 2006-08-29  Michael Smith  <msmith@fluendo.com>
13386
13387         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13388         (gst_vorbis_enc_buffer_check_discontinuous),
13389         (gst_vorbis_enc_chain):
13390           Ignore explicit DISCONT marked on buffers (which is often spurious,
13391           particularly when using multiple segments), in favour of solely
13392           using the timestamps/durations.
13393
13394 2006-08-29  Edward Hervey  <edward@fluendo.com>
13395
13396         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13397         Don't rely on incoming buffers offset anymore, since it is completely
13398         broken when using multiple segments.
13399         Instead convert the incoming buffers timestamp to running time, and
13400         then convert that value to the offsets.
13401         Also inform GstSegment of the last outputted stop position, which is
13402         needed if we received several segments with an unknown stop value.
13403
13404 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13407           fix buffer unreffing on a header push failure
13408
13409 2006-08-28  Wim Taymans  <wim@fluendo.com>
13410
13411         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13412         (gst_audio_rate_chain):
13413         Make the metadata of the buffer writable before changing its
13414         flags.
13415
13416 2006-08-28  Wim Taymans  <wim@fluendo.com>
13417
13418         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13419         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13420         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13421         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13422         Fix audiorate some more.
13423         Reset and resync counters on flush and READY.
13424         Handle the DISCONT flag correctly.
13425         Use GstSegment to track position.
13426         Fail when not negotiated.
13427         Fixes #353234.
13428
13429 2006-08-25  Michael Smith  <msmith@fluendo.com>
13430
13431         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13432           Fix spelling.
13433           Remove accidently included debug line.
13434
13435 2006-08-25  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13438         Small cleanups.
13439         If a buffer is received with no caps, make the buffer metadata
13440         writable and set the caps, making sure that we don't screw up the
13441         refcounts.
13442
13443 2006-08-25  Michael Smith  <msmith@fluendo.com>
13444
13445         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13446         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13447           Fix memory leaks and misleading debug messages, add a couple of
13448           comments.
13449
13450         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13451         (gst_multi_fd_sink_render):
13452           Do not use gst_buffer_make_writable() in a basesink render method,
13453           as it may incorrectly unref the buffer. Instead, use convoluted
13454           dance to avoid copying the buffer except when we need to.
13455
13456 2006-08-25  Michael Smith  <msmith@fluendo.com>
13457
13458         * ext/vorbis/vorbisenc.c:
13459         (gst_vorbis_enc_buffer_check_discontinuous):
13460           Allow very small discontinuities in the timestamps. These we can't
13461           do anything useful with anyway (because vorbis's timestamps have
13462           only sample granularity), and are commonly produced by elements with
13463           minor bugs. Allow up to 1/2 a sample out.
13464           Fixes #351742.
13465
13466 2006-08-24  Wim Taymans  <wim@fluendo.com>
13467
13468         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13469         (play_scrub_toggle_cb), (main):
13470         Add a checkbox to enable play scrubbing. Makes it possible to disable
13471         normal scrubbing.
13472
13473 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13474
13475         * tests/check/elements/.cvsignore:
13476           make buildbot happy
13477
13478 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13479
13480         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13481         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13482         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13483         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13484         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13485         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13486         (gst_ogm_text_parse_strip_trailing_zeroes),
13487         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13488         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13489           Refactor ogm parse, do better input checking, misc. clean-ups.
13490           Cache incoming events and push them once the source pad has
13491           been created. Don't pass unterminated strings to sscanf().
13492           Strip trailing zeroes from subtitle text output, since they
13493           are not valid UTF-8. Don't push vorbiscomment packets on
13494           the subtitle text pad. Output perfect streams if possible.
13495
13496 2006-08-23  Wim Taymans  <wim@fluendo.com>
13497
13498         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13499         Waits for tasks to settle down so that we clean up correctly for 
13500         valgrind.
13501
13502 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13505           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13506           actually return return value in taglists_are_equal.
13507
13508 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13509
13510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13511           Fix crash due to broken bitstream parsing on x86-64: can't make
13512           any assumptions about sizeof(struct) due to alignment/packing
13513           differences on different architectures. Fixes #351790.
13514
13515 2006-08-22  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13518         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13519         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13520         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13521         (gst_riff_parse_info):
13522         Protect public functions against bad input.
13523         Do some cleanups.
13524         Fix documentation.
13525
13526 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst-libs/gst/riff/riff-ids.h:
13529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13530           Add voxware audio IDs (even if we can't play it) (#351795).
13531
13532 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13533
13534         * gst-libs/gst/riff/riff-media.c:
13535         (gst_riff_create_video_template_caps),
13536         (gst_riff_create_audio_template_caps),
13537         (gst_riff_create_iavs_template_caps):
13538           Const-ify some arrays and use G_N_ELEMENTS instead
13539           of wasting oodles of RAM on terminator bits.
13540
13541 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13542
13543         * gst-libs/gst/tag/gstvorbistag.c:
13544         (gst_tag_list_to_vorbiscomment_buffer):
13545         * tests/check/libs/tag.c: (GST_START_TEST):
13546           And the same for _to_vorbiscomment_buffer(): allow
13547           id_data_len == 0 for speex.
13548
13549 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13550
13551         * configure.ac:
13552         * docs/plugins/Makefile.am:
13553         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13554         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13555         * docs/plugins/inspect/plugin-gdp.xml:
13556         * gst/gdp/Makefile.am:
13557         * tests/check/Makefile.am:
13558           Move GDP plugin to -base from -bad.  Closes #347783.
13559
13560 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13561
13562         * gst-libs/gst/tag/gstvorbistag.c:
13563         (gst_tag_list_from_vorbiscomment_buffer):
13564           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13565           Also add some checks to make sure we don't memcmp() beyond the end of
13566           vorbiscomment buffer if the ID to check for is larger than the buffer.
13567
13568         * tests/check/libs/tag.c: (GST_START_TEST):
13569           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13570
13571 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13574         (gst_vorbis_enc_set_metadata):
13575           Use vorbis comment utility functions from libgsttag
13576           instead of re-inventing the wheel (partially fixes #347091).
13577
13578 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13579
13580         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13581         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13582         as some that won't.
13583
13584 2006-08-21  Wim Taymans  <wim@fluendo.com>
13585
13586         * docs/libs/Makefile.am:
13587         * docs/libs/gst-plugins-base-libs-sections.txt:
13588         * docs/libs/gst-plugins-base-libs.types:
13589         Don't try to GObject scan the netbuffer as it's not a GObject.
13590         Fixes #351308.
13591
13592         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13593         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13594         Document GstNetBuffer.
13595
13596 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13597
13598         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13599         (audioconvert_suite):
13600           Add testcase for caps-size-explosion
13601
13602 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13603
13604         * gst/audioconvert/gstaudioconvert.c:
13605         (gst_audio_convert_get_unit_size), (set_structure_widths):
13606           Lower debug, use g_assert in _get_unit_size
13607
13608         * gst/audioresample/gstaudioresample.c:
13609         (audioresample_get_unit_size):
13610         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13611         (gst_ffmpegcsp_get_unit_size):
13612         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13613           use g_assert in _get_unit_size
13614
13615 2006-08-18  Wim Taymans  <wim@fluendo.com>
13616
13617         * docs/libs/gst-plugins-base-libs-sections.txt:
13618         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13619         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13620         (gst_rtp_buffer_get_payload_buffer):
13621         * gst-libs/gst/rtp/gstrtpbuffer.h:
13622         Document GstRTPBuffer.
13623         Added function to efficiently strip payload headers.
13624         API: gst_rtp_buffer_get_payload_subbuffer()
13625
13626 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13629         (gst_tag_to_vorbis_comments):
13630           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13631           tags and deserialise them properly as well (#347091).
13632           Add some more gtk-doc blurbs and also some g_return_if_fail().
13633
13634         * tests/check/libs/tag.c: (GST_START_TEST),
13635         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13636           More tests.
13637
13638 2006-08-17  Wim Taymans  <wim@fluendo.com>
13639
13640         * ext/ogg/Makefile.am:
13641         * ext/ogg/gstogg.c: (plugin_init):
13642         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13643         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13644         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13645         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13646         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13647         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13648         Added ogg-in-avi parser element. Fixes #140139.
13649
13650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13651         Fixed a bug in oggdemux debug code.
13652
13653         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13654         (gst_riff_create_audio_template_caps):
13655         Recognise Ogg in the AVI extensible wave format.
13656
13657 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13660           Make buffer durations add up (duration should be next_ts-ts for
13661           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13662           from CVS.
13663
13664         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13665         (test_buffer_timestamps), (cddabasesrc_suite):
13666           Add unit test for the above.
13667
13668         * tests/check/Makefile.am:
13669           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13670           to see what happens.
13671
13672 2006-08-16  Wim Taymans  <wim@fluendo.com>
13673
13674         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13675         (gst_alsasink_open):
13676         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13677         (gst_alsasrc_open):
13678         Avoid setting and using a NULL device name.
13679         Print more info when we fail to open a device.
13680
13681 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13682
13683         * docs/libs/gst-plugins-base-libs-sections.txt:
13684         * gst-libs/gst/tag/tag.h:
13685         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13686           API: add gst_tag_parse_extended_comment() (#351426).
13687
13688         * tests/check/Makefile.am:
13689         * tests/check/libs/.cvsignore:
13690         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13691           Add unit test for gst_tag_parse_extended_comment().
13692
13693 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13694
13695         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13697           Fix leak (#351502).
13698
13699 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13700
13701         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13702         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13703         * docs/plugins/gst-plugins-base-plugins.args:
13704         * gst/playback/gstplaybin.c:
13705           Document playbin.
13706           
13707         * docs/plugins/inspect/plugin-adder.xml:
13708         * docs/plugins/inspect/plugin-alsa.xml:
13709         * docs/plugins/inspect/plugin-audioconvert.xml:
13710         * docs/plugins/inspect/plugin-audiorate.xml:
13711         * docs/plugins/inspect/plugin-audioresample.xml:
13712         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13713         * docs/plugins/inspect/plugin-cdparanoia.xml:
13714         * docs/plugins/inspect/plugin-decodebin.xml:
13715         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13716         * docs/plugins/inspect/plugin-gnomevfs.xml:
13717         * docs/plugins/inspect/plugin-ogg.xml:
13718         * docs/plugins/inspect/plugin-pango.xml:
13719         * docs/plugins/inspect/plugin-playbin.xml:
13720         * docs/plugins/inspect/plugin-subparse.xml:
13721         * docs/plugins/inspect/plugin-tcp.xml:
13722         * docs/plugins/inspect/plugin-theora.xml:
13723         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13724         * docs/plugins/inspect/plugin-video4linux.xml:
13725         * docs/plugins/inspect/plugin-videorate.xml:
13726         * docs/plugins/inspect/plugin-videoscale.xml:
13727         * docs/plugins/inspect/plugin-videotestsrc.xml:
13728         * docs/plugins/inspect/plugin-volume.xml:
13729         * docs/plugins/inspect/plugin-vorbis.xml:
13730         * docs/plugins/inspect/plugin-ximagesink.xml:
13731         * docs/plugins/inspect/plugin-xvimagesink.xml:
13732           Update to CVS version.
13733
13734 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13737         (gst_play_bin_set_property), (gst_play_bin_get_property),
13738         (value_list_append_structure_list),
13739         (gst_play_bin_handle_redirect_message),
13740         (gst_play_bin_handle_message):
13741           API: GstPlayBin::connection-speed
13742           Add "connection-speed" property; re-order redirect messages with
13743           multiple redirect locations depending on the minimum bitrate if
13744           that information is available and a connection speed is set
13745           (#350399).
13746
13747 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13748
13749         * gst/playback/gstplaybin.c:
13750           Update max volume to the same value that the volume element uses.
13751
13752 2006-08-14  Wim Taymans  <wim@fluendo.com>
13753
13754         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13755         Less uglyness..
13756
13757 2006-08-14  Wim Taymans  <wim@fluendo.com>
13758
13759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13760         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13761         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13762         Add some more debug info.
13763         Don't crash when a seek failed.
13764         Actually return the result of the seek instead of TRUE.
13765         Ignore multiple BOS pages with the same serial so that we don't create
13766         the same stream multiple times.
13767         Post an error when we fail to do the initial seek.
13768
13769 2006-08-13  Wim Taymans  <wim@fluendo.com>
13770
13771         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13772         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13773         Small code cleanup.
13774
13775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13776         (gst_alsa_mixer_new):
13777         Remove hack that always set the device to hw:0*.
13778         Properly find the card name for whatever device was configured.
13779         Do some better debugging.
13780         Fixes #350784.
13781
13782         * ext/alsa/gstalsamixerelement.c:
13783         (gst_alsa_mixer_element_set_property),
13784         (gst_alsa_mixer_element_change_state):
13785         Cleanups.
13786         Handle setting of a NULL device name better.
13787
13788 2006-08-11  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst/adder/gstadder.c:
13791         Don't clip float values. Fixes #350900.
13792
13793 2006-08-11  Andy Wingo  <wingo@pobox.com>
13794
13795         * gst/tcp/gsttcp.c: Really fix the build?
13796
13797         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13798         fixes the build.
13799
13800 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13801
13802         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13803           Float caps shouldn't have a "signed" field.
13804
13805 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13808           Implement SEEKING query in its most basic form, so that we can
13809           at least check if we're seekable or not (#350655).
13810
13811 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13812
13813         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13814           The checks here are not even close to anything that would
13815           justify MAXIMUM probability, lowering to POSSIBLE until someone
13816           fixes the checks (case at hand: quicktime redirection files
13817           might start with 00 00 01 XX and pass the checks here just
13818           fine, see #350399).
13819
13820 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         Patch by: Sjoerd Simons  <sjoerd at luon net>
13823
13824         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13825           Better detection for multipart/x-mixed-replace: accept leading
13826           whitespaces before the boundary marker as well (as our very own
13827           multipartmux used to produce) (#349068).
13828
13829 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         Patch by: Young-Ho Cha  <ganadist at chollian net>
13832
13833         * gst-libs/gst/riff/riff-ids.h:
13834         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13835         (gst_riff_create_audio_template_caps):
13836           Detect DTS audio streams (#350157).
13837
13838 2006-08-05  Andy Wingo  <wingo@pobox.com>
13839
13840         * ext/theora/gsttheoraparse.h:
13841         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13842         (theora_parse_dispose, theora_parse_set_property)
13843         (theora_parse_get_property, theora_parse_munge_granulepos)
13844         (theora_parse_push_buffer, theora_parse_change_state):
13845         API: GstTheoraParse::synchronization-points
13846         Add a property 'synchronization-points' to fix badly synchronized oggs.
13847
13848 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         * tests/check/Makefile.am:
13851         * tests/check/libs/.cvsignore:
13852         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13853         (fixed_caps_have_channel_positions), (GST_START_TEST),
13854         (audio_suite), (main):
13855           Add a few tests for the channel position stuff in libgstaudio.
13856
13857 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13858
13859         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13860         (gst_alsa_detect_channels):
13861         * ext/alsa/gstalsasink.c:
13862           Add support for cards that (only) do more than 8 channels,
13863           like the Delta 44 (#345188).
13864
13865         * gst-libs/gst/audio/multichannel.c:
13866         (gst_audio_check_channel_positions):
13867         * gst-libs/gst/audio/multichannel.h:
13868           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13869           unspecified channel position and cannot be combined with any
13870           of the other audio channel positions; adjust position layout
13871           checks accordingly (#345188).
13872
13873 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13874
13875         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13876           Recognise ancient RealAudio files (see #349779).
13877
13878 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         Patch by: Jens Granseuer  <jensgr at gmx net>
13881
13882         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13883           Add typefinder for Interplay's MVE format (#348973).
13884
13885 2006-08-02  Wim Taymans  <wim@fluendo.com>
13886
13887         Patch by: Marcel Moreaux <marcelm at luon dot net>
13888
13889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13890         (gst_base_rtp_depayload_add_to_queue):
13891         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13892         Handle RTP sequence number rollover.
13893         Disable jitterbuffer by default.
13894
13895 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13896
13897         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13898         (audioresample_set_caps):
13899         Don't leak references to the incoming caps. Clean them up when
13900         stopping.
13901
13902         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13903         (gst_video_scale_finalize):
13904         Don't leak our temporary pixel buffer.
13905
13906         * tests/check/Makefile.am:
13907         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13908         (GST_START_TEST), (simple_launch_lines_suite):
13909
13910         Fix leaks and re-enable the test for valgrind checking.
13911
13912 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         Patch by: Sjoerd Simons  <sjoerd at luon net>
13915
13916         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13917         (plugin_init):
13918           Add typefind function for multipart/x-mixed-replace (#348916).
13919
13920 2006-07-28  Wim Taymans  <wim@fluendo.com>
13921
13922         * gst/adder/gstadder.c: (gst_adder_setcaps),
13923         (gst_adder_query_duration):
13924         Fix leak in duration query.
13925         Reflow some docs and notes.
13926
13927 2006-07-28  Michael Smith  <msmith@fluendo.com>
13928
13929         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13930         (vorbisenc_suite):
13931           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13932           aspect of it.
13933
13934 2006-07-28  Michael Smith  <msmith@fluendo.com>
13935
13936         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13937         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13938         (gst_vorbis_enc_push_buffer),
13939         (gst_vorbis_enc_buffer_check_discontinuous),
13940         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13941         * ext/vorbis/vorbisenc.h:
13942           Handle discontinuities in the input vorbis stream correctly,
13943           so that the output is properly timestamped (and has good granulepos
13944           values). Needs some oggmux fixes too.
13945
13946 2006-07-27  Wim Taymans  <wim@fluendo.com>
13947
13948         patch by: Kai Vehmanen <kv2004 eca cx>
13949
13950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13951         (gst_base_rtp_depayload_chain),
13952         (gst_base_rtp_depayload_handle_sink_event),
13953         (gst_base_rtp_depayload_change_state):
13954         Don't send multiple newsegments with different formats.
13955         Fixes #348677.
13956
13957 2006-07-26  Wim Taymans  <wim@fluendo.com>
13958
13959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13960         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13961         Make seeking in ogg more accurate again by doing the more correct
13962         granuletime to stream time conversion.
13963
13964 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13965
13966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13967         (gst_multi_fd_sink_new_client):
13968           debug a little more understandably
13969           do not use goto as a substitute for break, especially if
13970           break is also being used
13971
13972 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13973
13974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13975         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13976           Remove GLib-2.6 compatibility cruft.
13977
13978 2006-07-24  Wim Taymans  <wim@fluendo.com>
13979
13980         * gst-libs/gst/audio/gstbaseaudiosink.c:
13981         (gst_base_audio_sink_render):
13982         Don't try to align a sample to an unknown value.
13983
13984 2006-07-24  Wim Taymans  <wim@fluendo.com>
13985
13986         * gst-libs/gst/audio/gstbaseaudiosink.c:
13987         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13988         When the audio clock is slaved to another clock, never try to align
13989         samples but trust the rate interpolation algorithm.
13990
13991 2006-07-24  Wim Taymans  <wim@fluendo.com>
13992
13993         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13994         Don't try to calculate silence samples, base class does this much
13995         better now.
13996
13997         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13998         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13999         (gst_ring_buffer_acquire):
14000         Calculate silence samples correctly.
14001
14002         * gst-libs/gst/audio/gstringbuffer.h:
14003         Add _CAST macro.
14004
14005 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14008           Limit search for the first markup tag to the first few kB of
14009           the file. If we don't find one there, it's highly unlikely that
14010           this is an XML(-ish) file.
14011
14012 2006-07-21  Andy Wingo  <wingo@pobox.com>
14013
14014         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14015         test to the one in vorbisenc. Also commented out.
14016
14017         * tests/check/pipelines/vorbisenc.c: 
14018         (test_discontinuity): New test, commented out until Mike lands
14019         some elite vorbisenc patches.
14020
14021         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14022         Bufferstraw was actually factored out of these tests. Now we share
14023         code yay.
14024
14025         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14026         for bufferstraw addition to gstcheck.
14027
14028 2006-07-21  Wim Taymans  <wim@fluendo.com>
14029
14030         * ext/theora/theoradec.c: (clip_buffer):
14031         Better clipping.
14032
14033 2006-07-21  Wim Taymans  <wim@fluendo.com>
14034
14035         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14036         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14037         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14038         Fix leak.
14039         Avoid type casting when we can.
14040
14041         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14042         Fix mem leak.
14043
14044 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         * ext/alsa/gstalsamixerelement.c:
14047         (gst_alsa_mixer_element_change_state):
14048           Make state change fail if the specified device can't be opened
14049           for some reason.
14050
14051 2006-07-20  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14054         (cb_newpad), (main):
14055         Example of a small audio/video player using decodebin.
14056
14057 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14058
14059         * gst-libs/gst/riff/riff-ids.h:
14060           Add 'fact' chunk id
14061
14062 2006-07-19  Wim Taymans  <wim@fluendo.com>
14063
14064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14065         (gst_base_rtp_depayload_chain),
14066         (gst_base_rtp_depayload_change_state):
14067         Don't assert when not negotiated but post a meaningfull 
14068         error message. Fixes #347918.
14069
14070         * gst-libs/gst/rtp/gstbasertppayload.c:
14071         Add comment about better default MTU size.
14072
14073         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14074         Small cleanups, start docs.
14075
14076 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         Patch by: Martin Szulecki
14079
14080         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14081           If "device-name" is requested and the device is not
14082           open, try to temporarily open it to obtain this
14083           information (#342494).
14084
14085 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * gst-libs/gst/tag/gstid3tag.c:
14088           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14089
14090         * gst-libs/gst/tag/gsttageditingprivate.h:
14091         * gst-libs/gst/tag/gstvorbistag.c:
14092           Some more random const-ifications.
14093
14094 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14095
14096         * gst-libs/gst/riff/riff-ids.h:
14097         * gst-libs/gst/riff/riff-media.c:
14098         (gst_riff_create_video_template_caps):
14099           Add more FOURCCs (sort list to make stuff easier to find),
14100           add comment what those 16 bytes in struct _gst_riff_strh according to
14101           one avi-dumper are
14102
14103 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14104
14105         * gst-libs/gst/audio/multichannel.c:
14106         (gst_audio_check_channel_positions),
14107         (gst_audio_fixate_channel_positions):
14108           Const-ify two arrays.
14109
14110 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14113           Fix typo, so that alsasink also advertises 8 channels
14114           if that's supported (tags: can, worms, open, alsa, ph34r).
14115
14116 2006-07-17  Wim Taymans  <wim@fluendo.com>
14117
14118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14119         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14120         *sigh*, when is the compiler going to warn when the comments
14121         are out-of-sync with the code.. Refix case of busted theora
14122         headers with 0 granule pos.
14123
14124 2006-07-14  Wim Taymans  <wim@fluendo.com>
14125
14126         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14127         (gst_base_rtp_depayload_wait),
14128         (gst_base_rtp_depayload_change_state),
14129         (gst_base_rtp_depayload_set_property),
14130         (gst_base_rtp_depayload_get_property):
14131         Fix 99% cpu load by waiting for absolute times on the
14132         clock. Fixes #347300.
14133
14134 2006-07-14  Andy Wingo  <wingo@pobox.com>
14135
14136         * ext/theora/gsttheoraparse.h: 
14137         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14138         (theora_parse_push_headers, theora_parse_clear_queue)
14139         (theora_parse_drain_queue_prematurely, )
14140         (theora_parse_sink_event, theora_parse_change_state): Queue events
14141         until we initialized our state, like in vorbisparse.
14142
14143         * ext/vorbis/vorbisparse.h: 
14144         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14145         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14146         (vorbis_parse_drain_queue_prematurely, )
14147         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14148         until we have initialized our state. Fixes seeking after an
14149         initial pad block.
14150
14151 2006-07-14  Andy Wingo  <wingo@pobox.com>
14152
14153         Patch by: Iain Holmes <iaingnome@gmail.com>
14154         
14155         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14156
14157 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14158
14159         * configure.ac:
14160         Bump nano back to CVS
14161
14162 === release 0.10.9 ===
14163
14164 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14165
14166         * configure.ac:
14167           releasing 0.10.9, "I walk the line"
14168
14169 2006-07-14  Michael Smith  <msmith@fluendo.com>
14170
14171         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14172           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14173           (commonly happens when running this test under valgrind) when trying
14174           to remove the buffer probe.
14175
14176 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14177
14178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14179         Fix missing g_unlock from the previous commit
14180
14181 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14182
14183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14184         (gst_ximagesink_change_state):
14185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14186         (gst_xvimagesink_change_state):
14187         Implement a locking order to ensure we always take the object lock
14188         before the x_lock and never vice-versa.
14189
14190 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14191
14192         * gst/playback/gstdecodebin.c: (find_compatibles):
14193         Fix a caps leak when linking (#347304)
14194
14195         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14196         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14197         (gst_ximagesink_change_state):
14198         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14199         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14200         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14201         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14202         Don't leak shared memory resources. Use the object lock to protect
14203         against the xcontext disappearing while returning a buffer from the
14204         pipeline. (#347304)
14205
14206 2006-07-12  Edward Hervey  <edward@fluendo.com>
14207
14208         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14209         (vorbis_handle_comment_packet):
14210         gst_tag_list_merge() returns a new object. Take that into account when
14211         using it. This avoids memleak.
14212         Revert previous commit which is not needed.
14213
14214 2006-07-12  Edward Hervey  <edward@fluendo.com>
14215
14216         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14217         Reset the decoder in finalize so that all fields get cleared.
14218
14219 2006-07-12  Wim Taymans  <wim@fluendo.com>
14220
14221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14222         (gst_base_audio_src_set_clock),
14223         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14224         Don't try to post an error message when setting the clock fails
14225         as this can happen when adding an element to a bin which will then
14226         deadlock. Fixes #347296.
14227
14228 2006-07-12  Edward Hervey  <edward@fluendo.com>
14229
14230         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14231         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14232         (vorbis_handle_type_packet):
14233         Post tag messages on the bus even if we're not initialized.
14234         If we're not initialized, we still postpone the event pushing of tags.
14235
14236 2006-07-12  Wim Taymans  <wim@fluendo.com>
14237
14238         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14239         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14240         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14241         Revert last two changes that broke the freeze.
14242
14243 2006-07-12  Wim Taymans  <wim@fluendo.com>
14244
14245         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14246         basesink calculates silence sample correctly for us.
14247
14248 2006-07-12  Wim Taymans  <wim@fluendo.com>
14249
14250         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14251         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14252         Calculate correct silence samples so we don't fill our ringbuffer
14253         with noise.
14254
14255 2006-07-12  Edward Hervey  <edward@fluendo.com>
14256
14257         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14258         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14259         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14260         * ext/vorbis/vorbisdec.h:
14261         Delay sending events (newsegment, tags) until the decoder is properly
14262         initialized.
14263         Fixes #347295
14264
14265 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14266
14267         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14268         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14269           Patch from #347221 adding a test for audioconvert
14270           channel remappings.
14271
14272 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14273
14274         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14275         (gst_ssa_parse_parse_line):
14276           Don't include the terminating NUL in the buffer size,
14277           it's only there for extra paranoia (would add random
14278           '*' characters at the end of each subtitle since the
14279           terminator itself is not valid UTF-8 technically).
14280           Also fix indenting after boilerplate macro.
14281
14282 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14283
14284         * gst/playback/gstdecodebin.c: (close_pad_link):
14285           Also emit 'unknown-type' signal (which should really be
14286           called unhandled-type) if we found potential decoders/demuxers
14287           in the registry but none of them worked in the end (as in the
14288           case where the plugins don't exist any longer but are still
14289           listed in the registry). Fixes #329798.
14290
14291 2006-07-08  Andy Wingo  <wingo@pobox.com>
14292
14293         * theoraparse.c (theora_parse_push_buffer)
14294         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14295         Add some more debugging. Fix granulepos reconstruction in the face
14296         of discontinuities.
14297
14298 2006-07-06  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst-libs/gst/audio/gstbaseaudiosink.c:
14301         (gst_base_audio_sink_class_init),
14302         (gst_base_audio_sink_provide_clock):
14303         Use gobject_class instead of G_OBJECT_CLASS (klass)
14304
14305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14306         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14307         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14308         (gst_base_audio_src_get_time),
14309         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14310         (gst_base_audio_src_create_ringbuffer):
14311         Fix latency and buffer-time constants and properties ala basesink.
14312         Implement pull based scheduling. Fixes #346527.
14313         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14314         one segment.
14315         Refuse slaving to another clock instead of silently not working.
14316         Only provide a clock when we are actually able to do so.
14317         Various small cleanups and compiler hints.
14318
14319 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         Patch by: Lutz Mueller <lutz at topfrose de>
14322
14323         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14324         (plugin_init):
14325           Add typefinding for text/html (#346581).
14326
14327 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14330         (xml_check_first_element), (xml_type_find), (smil_type_find):
14331           Fix SMIL typefinding, make xml_check_first_element() more
14332           useful.
14333
14334 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14337         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14338         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14339         * gst/playback/gstplaybasebin.h:
14340           Protect list of elements with a subtitle-encoding property and
14341           the subtitle encoding member itself with a lock of their own
14342           instead of using the object lock. This prevents a dead-lock in
14343           the element-remove callback in some circumstances when shutting
14344           down playbin.
14345
14346 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14347
14348         * win32/common/libgsttag.def:
14349         Export some new functions.
14350         * win32/vs6/libgstogg.dsp:
14351         Add a link to libgsttag-0.10.lib.
14352
14353 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14354
14355         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14356           Some const-ification.
14357
14358 2006-07-04  Wim Taymans  <wim@fluendo.com>
14359
14360         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14361         Improve checking if we are dealing with a stream. Added some
14362         more uris that need buffering.
14363
14364 2006-07-03  Edward Hervey  <edward@fluendo.com>
14365
14366         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14367         Remove unused variable.
14368
14369 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14370
14371         * Makefile.am:
14372           include lcov.mak
14373         * configure.ac:
14374           add GCOV_LIBS to GST_LIBS
14375
14376 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14379
14380         * ext/alsa/gstalsasrc.c:
14381           Add 32 bps to template caps and increase channels range
14382           from [1,2] to [1,MAX]. See #346326.
14383
14384 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14387           Recognise 'WMVA' video codec fourcc (#345879).
14388           
14389 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14390          
14391         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14392           Fixed nasty memory leak
14393
14394 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14395
14396         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14397         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14398           fix logging
14399
14400 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14401
14402         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14403         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14404         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14405         Protect remove_fakesink using a mutex, so that we don't try and
14406         remove the fakesink simultaneously from multiple threads.
14407
14408         When going from READY to PAUSED, restore the fakesink, so that
14409         it is there when decodebin gets reused.
14410
14411 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14415         * gst-libs/gst/rtp/gstbasertppayload.c:
14416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14417         * gst/tcp/gstmultifdsink.c:
14418         * gst/tcp/gsttcpclientsink.c:
14419         * gst/tcp/gsttcpclientsrc.c:
14420         * gst/tcp/gsttcpserversink.c:
14421         * gst/tcp/gsttcpserversrc.c:
14422         * gst/videorate/gstvideorate.c:
14423         * gst/videotestsrc/gstvideotestsrc.c:
14424         * sys/v4l/gstv4ljpegsrc.c:
14425         * sys/v4l/gstv4lmjpegsink.c:
14426         * sys/v4l/gstv4lsrc.c:
14427         * tests/examples/seek/scrubby.c:
14428         * tests/examples/seek/seek.c:
14429           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14430
14431 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14434           Second field in GEnumValue shouldn't be a description,
14435           but a stringified version of the enum value.
14436
14437 2006-06-22  Wim Taymans  <wim@fluendo.com>
14438
14439         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14440         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14441         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14442         Avoid type checking in buffer casts.
14443         Avoid caps copy in buffer_alloc when we can.
14444         Use pad_peer_accept.
14445
14446 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         * gst-libs/gst/tag/tag.h:
14449           Oops, make that 'Since: 0.10.9'.
14450
14451 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14452
14453         * docs/libs/gst-plugins-base-libs-sections.txt:
14454         * gst-libs/gst/tag/tag.h:
14455         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14456         (gst_tag_image_type_get_type):
14457           API: add GstTagImageType enum to describe images contained
14458           in image tags (#345641).
14459
14460 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14463           Fix warnings with gst-inspect: "buffers-min" property
14464           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14465           typo in property description.
14466
14467 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         Patch by: Cody Russell <bratsche at gnome org>
14470
14471         * gst/audioresample/gstaudioresample.c:
14472         (gst_audioresample_class_init):
14473         * gst/playback/gststreamselector.c:
14474         (gst_stream_selector_class_init):
14475         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14476         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14477         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14478         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14479         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14480         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14481         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14482         * gst/videotestsrc/gstvideotestsrc.c:
14483         (gst_video_test_src_class_init):
14484         * gst/volume/gstvolume.c: (gst_volume_class_init):
14485           Avoid unnecessary class cast check in class_init
14486           functions (#337747).
14487
14488 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14491         (gst_text_overlay_video_chain):
14492           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14493           and doesn't validate its input either (and neither did
14494           textoverlay it seems). Let's do that then and fix #345206.
14495
14496 2006-06-19  Wim Taymans  <wim@fluendo.com>
14497
14498         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14499         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14500         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14501         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14502         (find_syncframe), (find_limits), (assign_value),
14503         (count_burst_unit), (gst_multi_fd_sink_new_client),
14504         (gst_multi_fd_sink_handle_client_write),
14505         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14506         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14507         (gst_multi_fd_sink_change_state):
14508         * gst/tcp/gstmultifdsink.h:
14509         Added shiny new burst-on-connect methods.
14510         Add properties to control the minimal amount of data queued.
14511         Small cleanups.
14512         API: bytes-min property
14513         API: time-min property
14514         API: buffers-min property
14515         API: burst-unit property
14516         API: burst-value property
14517         API: add-full signal
14518
14519         * gst/tcp/gsttcp-marshal.list:
14520         Added new marshaller code for the new signal.
14521
14522         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14523         (multifdsink_suite):
14524         Added testcases for new burst methods.
14525
14526 2006-06-19  Edward Hervey  <edward@fluendo.com>
14527
14528         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14529         Implement clipping for accurate seeking.
14530         Closes #345225
14531
14532 2006-06-19  Wim Taymans  <wim@fluendo.com>
14533
14534         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14535
14536         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14537         (gst_video_scale_transform):
14538         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14539
14540 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14541
14542         * configure.ac:
14543           Fix --disable-external (can't set conditionals conditionally,
14544           #343602).
14545
14546 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14547
14548         * tests/check/elements/audioresample.c: (test_reuse),
14549         (audioresample_suite):
14550           Add test case for bug #342789 fixed below.
14551
14552 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst/audioresample/gstaudioresample.c:
14555         (gst_audioresample_class_init), (gst_audioresample_init),
14556         (audioresample_start), (audioresample_stop),
14557         (gst_audioresample_set_property), (gst_audioresample_get_property):
14558           Implement GstBaseTransform::start and ::stop so that audioresample
14559           can clear its internal state properly and be reused instead of
14560           causing non-negotiated errors with playbin under some circumstances
14561           (#342789).
14562
14563         * tests/check/elements/audioresample.c: (setup_audioresample),
14564         (cleanup_audioresample):
14565           Need to set element state here so that ::start and ::stop are
14566           called.
14567
14568 2006-06-16  Wim Taymans  <wim@fluendo.com>
14569
14570         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14571
14572         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14573         Parse extra data better, apparently it's right behind
14574         the normal strf header size. Fixes #343500.
14575
14576 2006-06-16  Wim Taymans  <wim@fluendo.com>
14577
14578         * ext/alsa/gstalsasink.c: (set_hwparams):
14579         If we fail to set the buffer_time and period_time alsa
14580         parameters, post a warning and leave alsa select a 
14581         default instead of failing. Fixes #342085
14582
14583 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * docs/libs/gst-plugins-base-libs-sections.txt:
14586         * gst-libs/gst/cdda/gstcddabasesrc.h:
14587           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14588           out in the header file and shouldn't be listed in the docs.
14589
14590         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14591           Must dereference pointer to fourcc in the debug statement.
14592
14593 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14594
14595         * docs/libs/Makefile.am:
14596         * docs/libs/gst-plugins-base-libs-docs.sgml:
14597         * docs/libs/gst-plugins-base-libs-sections.txt:
14598         * docs/libs/gst-plugins-base-libs.types:
14599         add remaining symbols into correct setions
14600         
14601         * gst-libs/gst/audio/gstringbuffer.c:
14602         fix incomplete docs
14603         
14604         * gst-libs/gst/audio/gstringbuffer.h:
14605         comment out not yet implemented function
14606         
14607         
14608         * gst-libs/gst/floatcast/floatcast.h:
14609         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14610         add short descriptions
14611         
14612         
14613         * gst-libs/gst/interfaces/propertyprobe.c:
14614         fix return value docs   
14615         
14616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14617         simplify debug logging
14618         
14619         * gst-libs/gst/riff/riff-read.h:
14620         sync function prototype and docs
14621         
14622         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14623         remove left over symbol
14624
14625 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14626
14627         * autogen.sh:
14628         * configure.ac:
14629         * docs/Makefile.am:
14630           Use GST_PLUGIN_DOCS macro in configure.ac, add
14631           --enable-plugin-docs default to autogen.sh and use
14632           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14633
14634 2006-06-15  Wim Taymans  <wim@fluendo.com>
14635
14636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14637         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14638         (gst_ogg_demux_loop):
14639         Combine GstFlowReturn from the source pads to give a
14640         meaningfull result to the upstream peer or to stop the
14641         processing task in case of errors.
14642
14643 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14644
14645         * gst/playback/gststreaminfo.c: (cb_probe):
14646           Try GST_TAG_CODEC as fallback when extracting the
14647           codec name; more debug info.
14648
14649 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14650
14651         * ext/ogg/Makefile.am:
14652         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14653           Extract language tags from ogm subtitle streams, so that
14654           the subtitle menu choices are labelled correctly in
14655           Totem (fixes #344708).
14656
14657 2006-06-14  Wim Taymans  <wim@fluendo.com>
14658
14659         Patch by: Alessandro Decina <alessandro at nnva dot org>
14660
14661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14662         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14663         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14664         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14665         Fix various leaks. Fixes #343699.
14666         Add x-smoke mime type.
14667
14668 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14669
14670         * gst-libs/gst/riff/riff-ids.h:
14671           Add IDs for 'bext' chunks (see #343837).
14672
14673 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         Patch by: Young-Ho Cha  <ganadist at chollian net>
14676
14677         * gst/subparse/samiparse.c: (sami_context_pop_state),
14678         (handle_start_font), (end_sami_element):
14679           Honour font face tags in SAMI subtitles (#344503).
14680
14681 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14682
14683         * po/POTFILES.in:
14684           add missing files containing translatable strings
14685
14686 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14687
14688         * docs/libs/tmpl/.cvsignore:
14689           we don't want those *.sgml files in CVS either
14690
14691 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14692
14693         * docs/libs/.cvsignore:
14694         * tests/check/elements/.cvsignore:
14695         * tests/check/libs/.cvsignore:
14696           ignore more
14697
14698 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14699
14700         * docs/libs/Makefile.am:
14701           also commiting the changed Makefile.am (added more libs to the
14702           doc-build)
14703
14704 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14705
14706         * docs/libs/gst-plugins-base-libs-docs.sgml:
14707         * docs/libs/gst-plugins-base-libs-sections.txt:
14708         * docs/libs/gst-plugins-base-libs.types:
14709           first batch of reordering things, add index & hierarchy
14710
14711 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14712
14713         * configure.ac:
14714           use GST_PKG_CHECK_MODULES, cleans up output
14715
14716 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14717
14718         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14719           Add support for burn:// URIs (#343385); const-ify things a bit,
14720           use G_N_ELEMENTS instead of hard-coded array size.
14721
14722 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         Patch by: Young-Ho Cha  <ganadist at chollian net>
14725
14726         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14727           Fix up broken entities before passing them to libxml *sigh*.
14728           (#343303).
14729           
14730 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14731
14732         * configure.ac:
14733           back to TRUNK
14734
14735 === release 0.10.8 ===
14736
14737 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14738
14739         * configure.ac:
14740           releasing 0.10.8, "Moar gij ziet mij nie"
14741
14742 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * configure.ac:
14745         * po/af.po:
14746         * po/az.po:
14747         * po/cs.po:
14748         * po/en_GB.po:
14749         * po/hu.po:
14750         * po/it.po:
14751         * po/nb.po:
14752         * po/nl.po:
14753         * po/or.po:
14754         * po/sq.po:
14755         * po/sr.po:
14756         * po/sv.po:
14757         * po/uk.po:
14758         * po/vi.po:
14759         * win32/common/config.h:
14760           0.10.7.2 prerelease
14761
14762 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * docs/libs/tmpl/gstaudio.sgml:
14765         * docs/libs/tmpl/gstcolorbalance.sgml:
14766         * docs/libs/tmpl/gstmixer.sgml:
14767         * docs/libs/tmpl/gstringbuffer.sgml:
14768         * docs/libs/tmpl/gsttuner.sgml:
14769         * docs/libs/tmpl/gstxoverlay.sgml:
14770         * gst-libs/gst/audio/audio.c:
14771         * gst-libs/gst/audio/gstringbuffer.c:
14772         * gst-libs/gst/interfaces/colorbalance.c:
14773         * gst-libs/gst/interfaces/mixer.c:
14774         * gst-libs/gst/interfaces/tuner.c:
14775         * gst-libs/gst/interfaces/xoverlay.c:
14776           move last template doc snippets to source code and delete them
14777
14778 2006-06-06  Michael Smith  <msmith@fluendo.com>
14779
14780         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14781         (theora_parse_drain_queue):
14782           Mark DELTA_UNIT on non-keyframes.
14783
14784 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14785
14786         * gst-libs/gst/audio/gstbaseaudiosink.c:
14787         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14788         * gst-libs/gst/audio/gstbaseaudiosink.h:
14789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14790         (gst_ring_buffer_samples_done):
14791         * gst-libs/gst/audio/gstringbuffer.h:
14792         Document better the fact that latency_time and buffer_time are values
14793         stored in microseconds, and not the usual GStreamer nanoseconds.
14794         Change the variables (compatibly) that store them from GstClockTime 
14795         to guint64 to make it more clear that they're not storing clock times.
14796         Also, remove the bogus property description that says the user can
14797         specify -1 to get the default value, since that's never been the case.
14798
14799         When computing the default segment size for the ring buffer, make it
14800         an integer number of samples.
14801
14802         When the sub-class indicates a delay greater than the number of
14803         samples we've written return 0 from the audio sink get_time method.
14804
14805 2006-06-02  Michael Smith  <msmith@fluendo.com>
14806
14807         * tests/check/elements/audioconvert.c: (set_channel_positions),
14808         (get_float_mc_caps), (get_int_mc_caps):
14809         * tests/check/elements/audioresample.c:
14810         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14811         * tests/check/elements/videorate.c:
14812         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14813         * tests/check/elements/volume.c:
14814         * tests/check/elements/vorbisdec.c:
14815         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14816           Don't busy-wait in tests; this was causing test timeouts very
14817           frequently when running under valgrind.
14818
14819 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * gst/tcp/README:
14822         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14823         (gst_multi_fd_sink_remove_client_link),
14824         (gst_multi_fd_sink_client_queue_caps),
14825         (gst_multi_fd_sink_client_queue_buffer),
14826         (gst_multi_fd_sink_handle_client_write),
14827         (gst_multi_fd_sink_render):
14828         * gst/tcp/gstmultifdsink.h:
14829           make multifdsink properly deal with streamheader:
14830           - streamheader is taken from caps
14831           - buffers marked with IN_CAPS are not sent
14832           - streamheaders are sent, on connection, from the caps of the
14833             buffer where the client gets positioned to
14834           - further streamheader changes are done every time the client
14835             will receive a buffer with different caps
14836         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14837         (gst_multifdsink_create_streamheader):
14838           add tests for this
14839
14840 2006-06-02  Michael Smith  <msmith@fluendo.com>
14841
14842         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14843           Reinstate limit on channel count. Vorbis does not define the meaning
14844           of > 6 channels, so they're just independent channels. Gstreamer
14845           currently has no mechanism to represent N independent channels.
14846
14847 2006-06-02  Michael Smith  <msmith@fluendo.com>
14848
14849         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14850           Don't arbitrarily restrict channel counts and rate in vorbis.
14851           In terms of effects likely on real-world files, this fixes 96kHz
14852           playback of vorbis.
14853
14854 2006-06-02  Michael Smith  <msmith@fluendo.com>
14855
14856         * gst/audioconvert/audioconvert.c: (float):
14857           More correct float->int conversion.
14858
14859 2006-06-02  Michael Smith  <msmith@fluendo.com>
14860
14861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14862           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14863           value. Fixes g-critical on trying to play back ogg containing
14864           unknown codec.
14865
14866 2006-06-02  Wim Taymans  <wim@fluendo.com>
14867
14868         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14869         (setup_source):
14870         * gst/playback/gstplaybasebin.h:
14871         Make the subtitle detection work from any thread so we don't
14872         deadlock. Fixes #343397.
14873
14874 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14875
14876         * gst/volume/Makefile.am:
14877           Seriously, it's not *that* hard to get compilation right.  Even
14878           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14879
14880 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14881
14882         * gst/volume/gstvolume.c: (volume_choose_func),
14883         (volume_update_real_volume), (gst_volume_class_init),
14884         (gst_volume_init), (volume_process_float), (volume_process_int16),
14885         (volume_process_int16_clamp), (volume_set_caps),
14886         (volume_transform_ip), (plugin_init):
14887         * gst/volume/gstvolume.h:
14888         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14889         another property desc., remove unused param from process function
14890         
14891         * tests/check/elements/volume.c: (volume_suite):
14892         reactivate the passthrough test
14893
14894 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14895
14896         * ext/alsa/gstalsamixerelement.h:
14897         * ext/alsa/gstalsamixeroptions.h:
14898         * ext/alsa/gstalsamixertrack.h:
14899         * ext/gnomevfs/gstgnomevfssink.h:
14900         * ext/gnomevfs/gstgnomevfssrc.h:
14901         * ext/theora/gsttheoradec.h:
14902         * ext/theora/gsttheoraenc.h:
14903         * ext/theora/gsttheoraparse.h:
14904         * ext/vorbis/vorbisparse.h:
14905         * gst-libs/gst/audio/gstaudioclock.h:
14906         * gst-libs/gst/audio/gstaudiofilter.h:
14907         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14908         * gst/audioconvert/gstaudioconvert.h:
14909         * gst/audioresample/gstaudioresample.h:
14910         * gst/audiotestsrc/gstaudiotestsrc.h:
14911         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14912         * gst/playback/gststreamselector.h:
14913         * gst/tcp/gstmultifdsink.h:
14914         * gst/tcp/gsttcpclientsink.h:
14915         * gst/tcp/gsttcpclientsrc.h:
14916         * gst/tcp/gsttcpserversink.h:
14917         * gst/tcp/gsttcpserversrc.h:
14918         * gst/videorate/gstvideorate.h:
14919         * gst/videoscale/gstvideoscale.h:
14920         * gst/videotestsrc/gstvideotestsrc.h:
14921         * gst/volume/gstvolume.h:
14922         * sys/v4l/gstv4ljpegsrc.h:
14923         * sys/v4l/gstv4lmjpegsink.h:
14924         * sys/v4l/gstv4lmjpegsrc.h:
14925         * sys/v4l/gstv4lsrc.h:
14926         * sys/ximage/ximagesink.h:
14927         * sys/xvimage/xvimagesink.h:
14928         * tests/old/testsuite/alsa/sinesrc.h:
14929         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14930
14931 2006-05-31  Wim Taymans  <wim@fluendo.com>
14932
14933         * ext/libvisual/visual.c: (gst_visual_reset),
14934         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14935         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14936         Handle DISCONT.
14937         Use running time before doing QoS.
14938         Handle mono too.
14939
14940 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14941
14942         * docs/libs/Makefile.am:
14943           set a magic variable to indicate we know the docs are incomplete
14944
14945 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14946
14947         * win32/common/libgstvideo.def:
14948           export gst_video_calculate_display_ratio
14949         * win32/vs6/libgstvideoscale.dsp:
14950           add link to libgstvideo-0.10.lib
14951
14952 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         * gst/playback/gstplaybasebin.c: (gen_source_element):
14955           Throw a more comprehensible error for rtsp:// URIs (rather
14956           than erroring out with a negotiation error later on) until
14957           we fix playbin to handle rtspsrc etc.
14958
14959 2006-05-30  Wim Taymans  <wim@fluendo.com>
14960
14961         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14962         (gst_text_overlay_text_event):
14963         Added some FIXMEs.
14964
14965 2006-05-30  Wim Taymans  <wim@fluendo.com>
14966
14967         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14968         (gst_adder_request_new_pad), (gst_adder_release_pad):
14969         * gst/adder/gstadder.h:
14970         Implement release_request_pad.
14971         Make padcounter atomic.
14972
14973         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14974         Added check for release_pad in adder.
14975
14976 2006-05-30  Wim Taymans  <wim@fluendo.com>
14977
14978         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14979         Fix build again.
14980
14981 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14982
14983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14984         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14985         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14986         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14987         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14988         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14989         (gst_ogg_demux_bisect_forward_serialno),
14990         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14991         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14992           add more debugging
14993           clean up printf formats for granulepos and serialno
14994
14995 2006-05-30  Michael Smith  <msmith@fluendo.com>
14996
14997         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14998         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14999         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15000         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15001         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15002         * ext/vorbis/vorbisenc.h:
15003           Multi-channel caps negotiation, so we can do proper multichannel
15004           vorbis encoding, negotiated through audioconvert.
15005
15006 2006-05-30  Wim Taymans  <wim@fluendo.com>
15007
15008         * tests/check/elements/adder.c: (test_event_message_received),
15009         (test_play_twice_message_received), (GST_START_TEST),
15010         (adder_suite):
15011         Added check to show that #339935 is fixed with ongoing
15012         adder and collectpads fixes.
15013
15014 2006-05-29  Wim Taymans  <wim@fluendo.com>
15015
15016         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15017         Don't leak pad name.
15018
15019 2006-05-29  Wim Taymans  <wim@fluendo.com>
15020
15021         * gst/adder/gstadder.c: (gst_adder_query_duration),
15022         (forward_event_func), (forward_event), (gst_adder_src_event):
15023         Fix adder seeking.
15024         Make query/seeking code threadsafe.
15025
15026         * tests/check/Makefile.am:
15027         * tests/check/elements/adder.c: (test_event_message_received),
15028         (GST_START_TEST), (test_play_twice_message_received):
15029         Fix adder test case.
15030
15031 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         Patch by: Young-Ho Cha  <ganadist at chollian net>
15034
15035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15036         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15037         (set_encoding_element), (decodebin_element_added_cb),
15038         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15039         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15040         * gst/playback/gstplaybasebin.h:
15041           Add 'subtitle-encoding' property to playbin, so applications can
15042           force a subtitle encoding for non-UTF8 subtitles (#342268).
15043
15044         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15045         (gst_sub_parse_set_property):
15046           Rename recently-added 'encoding' property to 'subtitle-encoding'
15047           (so it can be proxied by playbin/decodebin in a generic way
15048           with less danger of false positives).
15049
15050 2006-05-29  Michael Smith  <msmith@fluendo.com>
15051
15052         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15053         (append_with_other_format), (set_structure_widths),
15054         (gst_audio_convert_transform_caps):
15055           Patch from #341562: give more specific audio caps in get_caps, so
15056           that basetransform  can make better decisions on what caps to
15057           negotiate.
15058
15059 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15060
15061         * tests/check/elements/volume.c:
15062         make it compile again
15063
15064 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15065
15066         * tests/check/elements/volume.c: (volume_suite):
15067         disable test until #343196 gets resolved
15068
15069 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15070
15071         * gst/adder/gstadder.c: (gst_adder_get_type):
15072         Make it easier to copy&paste
15073         
15074         * gst/volume/Makefile.am:
15075         * gst/volume/gstvolume.c: (volume_update_real_volume),
15076         (gst_volume_set_volume), (gst_volume_set_mute),
15077         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15078         (volume_transform_ip), (volume_update_mute),
15079         (volume_update_volume):
15080         * gst/volume/gstvolume.h:
15081         Add own debug category, move duplicate code to helper function, fix
15082         property texts, add more comments and prepare ffor liboil-goodness
15083         
15084         * tests/check/Makefile.am:
15085         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15086         add test for mute and passtrough case, be a bit more verbose to track
15087         failure
15088         
15089         * tests/check/generic/states.c: (GST_START_TEST):
15090         catch elements that fail to instantiate
15091
15092 2006-05-28  Edward Hervey  <edward@fluendo.com>
15093
15094         * tests/check/pipelines/simple-launch-lines.c:
15095         * tests/check/pipelines/theoraenc.c:
15096         * tests/check/pipelines/vorbisenc.c:
15097         Comment out tests using parse_launch() if core was built without
15098         parsing capabilities.
15099
15100 2006-05-27  Edward Hervey  <edward@fluendo.com>
15101
15102         * tests/check/Makefile.am:
15103         Extra bonus points for whoever explains to ensonic that you are meant
15104         to test unit tests thoroughly before commiting them, especially if
15105         you know it's going to break.
15106         De-activated element/adder tests.
15107
15108 2006-05-27  Edward Hervey  <edward@fluendo.com>
15109
15110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15111         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15112         Marking caps conversion issues as GST_WARNING is way too verbose,
15113         Moving them to GST_LOG.
15114
15115 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * README:
15118           Replace current README (containing the release notes from
15119           some 0.9.x version) with a proper README taken from the core.
15120
15121 2006-05-26  Wim Taymans  <wim@fluendo.com>
15122
15123         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15124         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15125         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15126         (vorbis_dec_change_state):
15127         Small cleanups.
15128         Add some FIXMEs
15129         Clip output samples to segment boundaries.
15130
15131 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15132
15133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15134         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15135         Improve the errors produced on bad output, including some human
15136         readable description strings.
15137         Handle the (theoretical for ximagesink) case where the XServer 
15138         has a different idea about the size required for a particular 
15139         frame and gives us too small a memory allocation.
15140
15141 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15142
15143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15144         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15145         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15146         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15147         Improve the errors produced on bad output, including some human 
15148         readable description strings.
15149         Handle RGB Xv formats properly by transforming them into our 
15150         big-endian caps description.
15151         Use gst_caps_truncate to ensure that we never try and choose a
15152         non-fixed caps in buffer_alloc.
15153         Handle the case where the XServer has a different idea about the size
15154         required for a particular frame and gives us too small a memory
15155         allocation.
15156         Use -1 to indicate 'no image format', because 0 is a valid XServer
15157         image format number.
15158         Put RGB Xv formats at the end of the caps, so that we always prefer
15159         YUV format frames.
15160         Iterate the available Xv Encodings to determine the maximum width and
15161         height, and then return that in our caps.
15162         (Closes #315312, #337544)
15163
15164 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15165
15166         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15167         When there is only one unfinished pad and it receives an event that
15168         doesn't match our requirements, we need to set alldone=FALSE so that
15169         the fakesink is not removed yet.
15170
15171 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15174           Use gst_type_find_helper_for_buffer() to find the type
15175           of stream from the first packet.
15176
15177         * configure.ac:
15178           Bump requirements to core CVS (needed for vorbis
15179           typefinding to work).
15180
15181 2006-05-24  Edward Hervey  <edward@fluendo.com>
15182
15183         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15184         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15185         contain.  Else they play perfectly fine with qtdemux.
15186
15187 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15188
15189         * ext/theora/theoradec.c:
15190         * ext/theora/theoraenc.c:
15191         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15192         * gst/audiorate/gstaudiorate.c:
15193           make more debug catagories static
15194         
15195         * tests/check/Makefile.am:
15196         * tests/check/elements/adder.c: (message_received),
15197         (test_event_message_received), (GST_START_TEST),
15198         (test_play_twice_message_received), (adder_suite):
15199           added test case for using element twice, extra bonus points for anyone
15200           who can make these test run reliably
15201
15202 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * ext/theora/theoradec.c: (theora_dec_chain):
15205           Make work with time-stamped input buffers that do not
15206           have a granulepos in BUFFER_OFFSET_END (like theora
15207           buffers coming from matroskademux). Fixes #342448.
15208
15209 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         Patch by: Peter Kjellerstedt  <pkj at axis com>
15212
15213         * gst/tcp/Makefile.am:
15214           fdstresstest doesn't need Gtk+, fix compilation if 
15215           gtk is not available (#342566).
15216
15217 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15218          
15219         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15220           80 line columns
15221           Removed redundant floor()
15222
15223 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15224
15225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15226           On second thought, just skip JUNK chunks automatically, so
15227           the caller doesn't have to handle this. Fixes #342345.
15228           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15229           not GST_FLOW_ERROR.
15230
15231 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15232
15233         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15234           Don't bail out on JUNK chunks with a size of 0 (would try to
15235           pull_range 0 bytes before, which sources don't like too much).
15236           See #342345.
15237
15238 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15239
15240         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15242         Use the gstutil scaling function to preserve 64 bits while calculating
15243         output width and height from the display-aspect-ratio. (A continuation
15244         of #341542)
15245
15246 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15247
15248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15249         (gst_xvimagesink_buffer_alloc):
15250         * sys/xvimage/xvimagesink.h:
15251         When performing buffer allocations, remember the caps and image format
15252         we return so that if the same caps are asked for next time we can
15253         return them immediately without doing any caps intersections.
15254
15255 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15256          
15257         * gst-libs/gst/rtp/README:
15258           Some new documentation
15259         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15260           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15261         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15262         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15263           New RTP audio base payloader class. Supports frame or sample based
15264           codecs.  Not enabled in Makefile.am until approved.
15265
15266 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * tests/check/elements/alsa.c: (test_device_property_probe):
15269           Fix test case: don't try to free NULL GValueArray when there
15270           are no devices.
15271
15272 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * tests/check/Makefile.am:
15275         * tests/check/elements/alsa.c: (test_device_property_probe),
15276         (alsa_suite), (main):
15277           Add simple test that runs a device property probe on alsasrc,
15278           alsasink and alsamixer. Disable valgrind check for now (too
15279           many leaks in libasound, and valgrind ignored my suppressions
15280           additions).
15281
15282 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15285         (gst_alsa_device_property_probe_probe_property),
15286         (gst_alsa_device_property_probe_needs_probe),
15287         (gst_alsa_device_property_probe_get_values),
15288         (gst_alsa_type_add_device_property_probe_interface):
15289         * ext/alsa/gstalsadeviceprobe.h:
15290         * ext/alsa/gstalsamixerelement.c:
15291         (gst_alsa_mixer_element_init_interfaces):
15292         * ext/alsa/gstalsamixerelement.h:
15293           Clean up and simplify alsa device probing. Make it actually work
15294           for multiple classes. Don't cache results any longer.
15295
15296         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15297         (gst_alsasink_init):
15298         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15299         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15300         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15301           Make alsasink and alsasrc implement the GstPropertyProbe interface
15302           for device probing (#342181).
15303           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15304
15305 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * gst/subparse/samiparse.c: (handle_start_font):
15308           Don't ignore return value of strtol (++compiler_happiness).
15309
15310 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         Patch by: Young-Ho Cha  <ganadist chollian net>
15313
15314         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15315         (gst_sub_parse_class_init), (gst_sub_parse_init),
15316         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15317         (convert_encoding):
15318         * gst/subparse/gstsubparse.h:
15319           Add 'encoding' property (#341681).
15320
15321         * gst/subparse/samiparse.c: (characters_sami):
15322           Output is pango markup, so we need to escape text
15323           between tags (#342143).
15324
15325 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * gst-libs/gst/audio/multichannel.c:
15328         (gst_audio_check_channel_positions):
15329           It's okay to have caps with channels=1 and a channel position
15330           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15331           (deinterleavers might want to keep the position in the caps,
15332           so that they can be re-interleaved again properly later).
15333           Leave check for unexpected 2-channel layouts intact for now.
15334
15335 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15336
15337         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15338         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15339         basesrc can do its job correctly.
15340
15341 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15342
15343         * ext/alsa/Makefile.am:
15344         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15345         (gst_alsa_detect_formats), (get_channel_free_structure),
15346         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15347         (gst_alsa_probe_supported_formats):
15348         * ext/alsa/gstalsa.h:
15349         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15350           Refactor and improve caps probing code: probe signedness
15351           when we probe the supported formats/widths; set endianness
15352           to the one we actually probed for (ie. cpu endianness).
15353           
15354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15355         (gst_alsasrc_close):
15356         * ext/alsa/gstalsasrc.h:
15357           Implement caps probing for alsasrc.
15358
15359 2006-05-15  Wim Taymans  <wim@fluendo.com>
15360
15361         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15362         (theora_dec_src_query), (theora_dec_src_event),
15363         (theora_dec_sink_event), (theora_handle_comment_packet),
15364         (theora_handle_data_packet), (theora_dec_change_state):
15365         Cleanups, add some G_LIKELY.
15366         Use segment helpers instead of our own wrong code.
15367         Clear queued buffers on seek and READY.
15368
15369         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15370         (vorbis_dec_convert), (vorbis_dec_src_query),
15371         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15372         (vorbis_handle_comment_packet), (vorbis_dec_push),
15373         (vorbis_handle_data_packet), (vorbis_dec_chain),
15374         (vorbis_dec_change_state):
15375         * ext/vorbis/vorbisdec.h:
15376         Remove old useless packetno variable.
15377         Do position query properly.
15378         Add some G_LIKELY.
15379         Do cleanup of queued buffers in new helper function
15380         and use it.
15381
15382 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15385           Query supported sample rates. Fixes #341732.
15386
15387 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15388
15389         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15390         (gst_decode_bin_change_state): Make decodebin reusable
15391         when going from PAUSE_TO_READY and then back to PAUSED.
15392         Fixes #331678.
15393
15394 2006-05-15  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15397         (vorbis_dec_convert), (vorbis_dec_src_query),
15398         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15399         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15400         (vorbis_dec_clean_queued), (vorbis_dec_push),
15401         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15402         Cleanups. Use refcounting and DEBUG_OBJECT.
15403         Reset segment on flush, use code methods instead of our
15404         own wrong version.
15405         Fix potential memleak.
15406
15407 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15408
15409         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15410         (gst_alsasink_init):
15411         * ext/alsa/gstalsasink.h:
15412           Don't leak allocated snd_output_t structure if there's
15413           more than one alsasink instance at a time (#341873).
15414           Also fix GObject macros in header file.
15415           
15416 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         * gst/subparse/gstsubparse.c:
15419         (gst_sub_parse_data_format_autodetect):
15420           Don't use libxml functions in the typefinding code.
15421
15422 2006-05-15  Wim Taymans  <wim@fluendo.com>
15423
15424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15425         Fix seeking performance in the case where a non-header 
15426         packet has a 0 granulepos (busted theora case). 
15427         Fixes #341719
15428         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15429          the first place, you limelight stealer you)
15430
15431 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * gst/subparse/gstsubparse.c:
15434         (gst_sub_parse_data_format_autodetect):
15435           Improve SAMI typefinding: handle case where there are
15436           whitespaces or newlines in front of the first <SAMI>
15437           tag (#169936).
15438
15439 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * configure.ac:
15442           Build video4linux plugin even if there's no XVIDEO, just
15443           without implementing the GstXOverlay interface (#334002).
15444          
15445 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15446
15447         * configure.ac:
15448         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15449         (plugin_init):
15450           Add tentative support for libvisual-0.4 (#336881).
15451
15452 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15453
15454         Patch by: Young-Ho Cha <ganadist at chollian net>
15455
15456         * gst/subparse/samiparse.c: (handle_start_font):
15457           Need to map "silver" colour explicitly (#169936).
15458
15459 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15460
15461         Patch by: Young-Ho Cha  <ganadist at chollian net>
15462
15463         * gst/subparse/Makefile.am:
15464         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15465         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15466         (gst_sub_parse_format_autodetect), (feed_textbuf),
15467         (gst_subparse_type_find), (plugin_init):
15468         * gst/subparse/gstsubparse.h:
15469         * gst/subparse/samiparse.c:
15470         * gst/subparse/samiparse.h:
15471           Add support for SAMI subtitles (#169936).
15472
15473 2006-05-14  Michael Smith  <msmith@fluendo.com>
15474
15475         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15476           Fix #341696: crash when mixing L+R+C to mono or stereo.
15477         * tests/check/Makefile.am:
15478         * tests/check/elements/audioconvert.c: (set_channel_positions),
15479         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15480         (audioconvert_suite):
15481           Add test for the above, including some generic framework bits for
15482           testing multichannel things.
15483
15484 === release 0.10.7 ===
15485
15486 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15487
15488         * configure.ac:
15489           releasing 0.10.7, "Leave the gun"
15490
15491 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15492
15493         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15495         Fix the build.
15496
15497 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15498
15499         * docs/libs/gst-plugins-base-libs-docs.sgml:
15500         * docs/libs/gst-plugins-base-libs-sections.txt:
15501         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15502         * gst-libs/gst/video/video.h:
15503         * gst/videoscale/Makefile.am:
15504         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15506         * tests/check/Makefile.am:
15507         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15508         (main):
15509           Fix integer overflow problem with pixel-aspect-ratio calculations
15510           in videoscale and xvimagesink (#341542)
15511
15512 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * gst-libs/gst/tag/gstid3tag.c:
15515           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15516
15517 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15518
15519         * win32/MANIFEST:
15520           update win32 files listing
15521
15522 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         patch by: Sjoerd Simons (sjoerd@luon.net)
15525
15526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15527         (group_create), (group_destroy), (add_stream),
15528         (gst_play_base_bin_get_property),
15529         (gst_play_base_bin_get_streaminfo_value_array):
15530         * gst/playback/gstplaybasebin.h:
15531           API: GstPlayBaseBin::stream-info-value-array property
15532           use a more bindings-friendly way of exposing streaminfo
15533           using a GValueArray.  Tested in ipython.
15534           Closes #341114
15535
15536 2006-05-11  Wim Taymans  <wim@fluendo.com>
15537
15538         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15539         (queue_underrun_cb), (queue_filled_cb):
15540         Also catch queue underruns but don't do anything yet.
15541         Refactor and comment queue enlarging code a bit.
15542
15543         * gst/playback/gstplaybasebin.c: (queue_overrun),
15544         (queue_threshold_reached), (queue_out_of_data),
15545         (gen_preroll_element):
15546         If a queue over/underruns check that we don't create nasty
15547         deadlocks when the min-threshold is not reached but the
15548         max-bytes is. In those cases disable max-bytes when we
15549         know that the queue is fed timed data.
15550         Add more comments.
15551
15552 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * gst/playback/gstplaybin.c: (gen_audio_element):
15555           Make playbin automatically plug an 'audioresample'
15556           element before the audio sink as well. This solves
15557           problems with sinks that only accept a very specific
15558           sample rate, like esdsink (e.g. #340379).
15559
15560 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * gst/playback/gstplaybasebin.c: (gen_source_element):
15563           Make http sources send special headers so that we receive
15564           icecast metadata if the http stream is an icecast stream
15565           (otherwise the server will just ignore them). This also
15566           means that from now on users will need the 'icydemux'
15567           element from gst-plugins-good installed if they want to
15568           listen to icecast radio streams. (#341432, #333657).
15569
15570 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15573         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15574           remove stupid example from docs - it should come with a simple
15575           C program instead.
15576           Clean up/fix docs
15577         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15578         (fail_if_can_read), (GST_START_TEST),
15579         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15580           add a test for changing streamheader which exposes a bug in
15581           multifdsink
15582
15583 2006-05-11  Michael Smith  <msmith@fluendo.com>
15584
15585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15586         (gst_gnome_vfs_src_received_headers_callback):
15587         * ext/gnomevfs/gstgnomevfssrc.h:
15588           Don't set icy-caps unless we have a sane interval value. Move
15589           interval to a local variable; we never use it outside this function.
15590
15591 2006-05-11  Wim Taymans  <wim@fluendo.com>
15592
15593         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15595         Register special buffer types along with the objects so
15596         that they are not registered at runtime from N different
15597         streaming threads since they are not threadsafe.
15598
15599 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15600
15601         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15602         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15603           add two more tests, one doing streamheader
15604
15605 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15608           clean up the bufqueue when shutting down
15609         * tests/check/Makefile.am:
15610         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15611         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15612         (main):
15613           add a test for the leak that was just fixed
15614
15615 2006-05-10  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst/adder/gstadder.c: (gst_adder_setcaps),
15618         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15619         (gst_adder_src_event), (gst_adder_sink_event),
15620         (gst_adder_class_init), (gst_adder_finalize),
15621         (gst_adder_request_new_pad), (gst_adder_collected):
15622         * gst/adder/gstadder.h:
15623         Updated some docs. Added comments and FIXMEs all over the place.
15624         Improve debugging info.
15625         Fix leak on finalize by not calling the parent.
15626         Implement duration query.
15627         Make event forwarding threadsafe.
15628         Correctly send NEWSEGMENT at start and after flush.
15629         Handle EOS correctly.
15630         Post error when not negotiated.
15631
15632         * tests/check/elements/adder.c: (GST_START_TEST):
15633         Added FIXME in the test.
15634
15635 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15638         (gst_text_overlay_halign_get_type),
15639         (gst_text_overlay_wrap_mode_get_type):
15640         * ext/theora/theoradec.c: (theora_handle_type_packet),
15641         (theora_handle_data_packet):
15642         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15643         (theora_enc_sink_setcaps), (theora_enc_chain):
15644         * gst-libs/gst/cdda/gstcddabasesrc.c:
15645         (gst_cdda_base_src_mode_get_type):
15646         * gst/audiotestsrc/gstaudiotestsrc.c:
15647         (gst_audiostestsrc_wave_get_type):
15648         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15649         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15650         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15651         (gst_sync_method_get_type), (gst_unit_type_get_type),
15652         (gst_client_status_get_type):
15653         * gst/videoscale/gstvideoscale.c:
15654         (gst_video_scale_method_get_type):
15655         * gst/videotestsrc/gstvideotestsrc.c:
15656         (gst_video_test_src_pattern_get_type):
15657         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15658         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15659         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15660         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15661         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15662         (paint_setup_RGB565), (paint_setup_xRGB1555):
15663           Const-ify GEnumValue and GFlagsValue arrays. Use
15664           GST_ROUND_UP_* macros instead of home-made ones.
15665
15666 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         * configure.ac:
15669           Require core CVS for the new newsegment stuff.
15670
15671 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15672
15673         Patch by: Sjoerd Simons  <sjoerd at luon net>
15674
15675         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15676           Register nick for enum value (#341160).
15677
15678 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15679
15680         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15681         (plugin_init):
15682          backout typefind patch #340375
15683          
15684         * tests/check/elements/adder.c: (message_received),
15685         (GST_START_TEST), (adder_suite):
15686           redo, signal-handling of test
15687
15688 2006-05-09  Wim Taymans  <wim@fluendo.com>
15689
15690         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15691         (gst_adder_collected):
15692         * gst/adder/gstadder.h:
15693         Remove bogus segment merging and forwarding, we don't
15694         care about timestamps anyway and we just produce a
15695         continuous stream. 
15696         Also create a nice NEWSEGMENT event when we start.
15697         Use _scale_int some more.
15698
15699 2006-05-09  Edward Hervey  <edward@fluendo.com>
15700
15701         * tests/icles/stress-xoverlay.c:
15702         Fix if core was built without parsing support.
15703
15704 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15707           Add SEDG (Samsung MPEG-4) fourcc.
15708
15709 2006-05-09  Edward Hervey  <edward@fluendo.com>
15710
15711         * tests/icles/stress-xoverlay.c:
15712         * tests/examples/volume/volume.c:
15713         Fix if core was built without parsing support.
15714
15715         * tests/examples/seek/seek.c:
15716         Disable the parse_launch example if core was built without parsing
15717         support.
15718
15719 2006-05-08  Edward Hervey  <edward@fluendo.com>
15720
15721         * autogen.sh: (CONFIGURE_DEF_OPT): 
15722         libtoolize on Darwin/MacOSX is called glibtoolize
15723
15724 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15725
15726         * tests/check/Makefile.am:
15727         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15728           Disable the adder test, until the build-slaves posses the kindness to 
15729           either like it or to give valid reason for not doing so 
15730
15731 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15732
15733         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15734         (adder_suite):
15735           Shuffle NULL state change around and raise timeout more
15736
15737 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15738
15739         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15740         (mp4_type_find), (plugin_init):
15741           Add typefind to distinguish between "audio/x-m4a" and new type
15742           "video/mp4". Fixes #340375
15743
15744         * tests/check/elements/adder.c: (adder_suite):
15745           Raise timeout to make buildbot happy
15746
15747 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15748
15749         * gst/adder/gstadder.c: (gst_adder_sink_event),
15750         (gst_adder_request_new_pad), (gst_adder_change_state):
15751         * gst/adder/gstadder.h:
15752         * tests/check/Makefile.am:
15753         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15754         (adder_suite), (main):
15755           Add sink-event handling to adder. It tries to merge incomming
15756           newsegment-events. Added test to check if segment_done is comming
15757           through. Fixes #340060
15758
15759 2006-05-05  Andy Wingo  <wingo@pobox.com>
15760
15761         * ext/theora/theoraparse.c (gst_theora_parse_init)
15762         (theora_parse_src_convert, theora_parse_src_query):
15763         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15764         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15765         query functions on the source pads of the theora and vorbis parse
15766         elements. Fixes position querying when doing a remux.
15767
15768 2006-05-05  Michael Smith  <msmith@fluendo.com>
15769
15770         * ext/theora/theoraparse.c: (parse_granulepos),
15771         (theora_parse_drain_queue_prematurely),
15772         (theora_parse_queue_buffer), (theora_parse_sink_event):
15773           Fix flushing.
15774           Fix invalid granulepos outputs when starting with a non-keyframe.
15775
15776 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15777
15778         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15779         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15780         Rearrange MPEG system stream detection, fixing some memleaks in the
15781         process.
15782         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15783         they clean up their data correctly.
15784         Remove unused ogganx caps and move the 'is_annodex' check to inside
15785         the 'is_ogg' if statement.
15786
15787 2006-05-05  Wim Taymans  <wim@fluendo.com>
15788
15789         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15790         Properly remove ghostpads. Fixes #340392
15791
15792 2006-05-04  David Schleef  <ds@schleef.org>
15793
15794         * gst/typefind/gsttypefindfunctions.c:
15795
15796 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15797
15798         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15799         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15800
15801         When typefinding an MP3 in push-based mode, don't penalise the
15802         probability down to 74% when we found 5 valid frames just because we
15803         can't peek the end of the file.
15804
15805         Make the probability for detecting MPEG Transport Streams based on the
15806         number of sequential headers we successfully detected.
15807
15808 2006-05-03  Wim Taymans  <wim@fluendo.com>
15809
15810         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15811         (vorbis_dec_push), (vorbis_dec_chain):
15812         Still produce an error when we receive an empty packet.
15813
15814 2006-05-03  Wim Taymans  <wim@fluendo.com>
15815
15816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15817         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15818         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15819         Mark buffers with DISCONT after seek and after activating new
15820         chains.
15821
15822         * ext/theora/gsttheoradec.h:
15823         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15824         (theora_get_query_types), (theora_dec_sink_event),
15825         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15826         (theora_dec_change_state):
15827         Fix frame counter.
15828         Detect and mark DISCONT buffers.
15829
15830         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15831         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15832         (vorbis_dec_change_state):
15833         * ext/vorbis/vorbisdec.h:
15834         Use GstSegment.
15835         Detect and mark DISCONT buffers.
15836         Don't crash on 0 sized buffers.
15837
15838 2006-05-03  Wim Taymans  <wim@fluendo.com>
15839
15840         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15841         (volume_transform_ip):
15842         Increase "volume" property to 10.0. Fixes #340369.
15843         Set the process function to NULL when capsnego fails so that
15844         we properly error out.
15845
15846 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15847
15848         * gst/playback/gstplaybin.c: (add_sink):
15849         * gst/playback/test.c: (main):
15850         * gst/playback/test5.c: (dump_element_stats):
15851         * gst/playback/test6.c: (main):
15852           free caps using gst_caps_unref, don't leak caps-strings
15853
15854 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15857         (plugin_init):
15858           Refine musepack typefinding a bit. Return MAXIMUM
15859           probability when we detect stream version 7 to make
15860           sure the mpeg audio typefinder doesn't trump us.
15861
15862 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15863
15864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15865           Protect against unexpected NULL strf_data buffer.
15866
15867 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15868
15869         * tests/check/elements/audioconvert.c: (verify_convert),
15870         (GST_START_TEST):
15871           interpret the out[] buffer in the order the bytes are actually
15872           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15873           Other tests should use BYTE_ORDER since the array is filled in
15874           with actual values
15875
15876 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15877
15878         * tests/check/elements/audioconvert.c: (verify_convert),
15879         (GST_START_TEST):
15880           when a test fails, give an indication of which it is
15881
15882 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * gst-libs/gst/cdda/gstcddabasesrc.c:
15885           compile fix; strtol() needs <stdlib.h>
15886
15887 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15888
15889         * ext/alsa/gstalsamixerelement.c:
15890         * ext/alsa/gstalsasrc.c:
15891         * ext/cdparanoia/gstcdparanoiasrc.c:
15892         * ext/gnomevfs/gstgnomevfssink.c:
15893         * ext/gnomevfs/gstgnomevfssrc.c:
15894         * ext/ogg/gstoggdemux.c:
15895         * ext/ogg/gstoggmux.c:
15896         * ext/ogg/gstoggparse.c:
15897         * ext/ogg/gstogmparse.c:
15898         * ext/pango/gstclockoverlay.c:
15899         * ext/pango/gsttextoverlay.c:
15900         * ext/pango/gsttextrender.c:
15901         * ext/pango/gsttimeoverlay.c:
15902         * ext/theora/theoradec.c:
15903         * ext/theora/theoraenc.c:
15904         * ext/vorbis/vorbisdec.c:
15905         * ext/vorbis/vorbisenc.c:
15906         * gst-libs/gst/audio/gstaudiofilter.c:
15907         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15908         * gst/audioconvert/gstaudioconvert.c:
15909         * gst/audiorate/gstaudiorate.c:
15910         * gst/audioresample/gstaudioresample.c:
15911         * gst/audiotestsrc/gstaudiotestsrc.c:
15912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15913         * gst/playback/gstdecodebin.c:
15914         * gst/playback/gstplaybin.c:
15915         * gst/playback/gststreamselector.c:
15916         * gst/subparse/gstsubparse.c:
15917         * gst/tcp/gstmultifdsink.c:
15918         * gst/tcp/gsttcpclientsink.c:
15919         * gst/tcp/gsttcpclientsrc.c:
15920         * gst/tcp/gsttcpserversink.c:
15921         * gst/tcp/gsttcpserversrc.c:
15922         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15923         * gst/videorate/gstvideorate.c:
15924         * gst/videoscale/gstvideoscale.c:
15925         * gst/videotestsrc/gstvideotestsrc.c:
15926         * gst/volume/gstvolume.c:
15927         * sys/v4l/gstv4ljpegsrc.c:
15928         * sys/v4l/gstv4lmjpegsink.c:
15929         * sys/v4l/gstv4lmjpegsrc.c:
15930         * sys/v4l/gstv4lsrc.c:
15931         * sys/ximage/ximagesink.c:
15932         * sys/xvimage/xvimagesink.c:
15933         * tests/check/libs/cddabasesrc.c:
15934           make GstElementDetails const
15935
15936 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15937
15938         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15939         (gst_adder_init):
15940           send events from src-pad to all sink-pads fixes #338657
15941
15942 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15943
15944         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15945         (alsasink_parse_spec):
15946           query width capabilities from alsa, fixes #338919
15947
15948 2006-04-28  Wim Taymans  <wim@fluendo.com>
15949
15950         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15951         (gst_multi_fd_sink_remove_client_link):
15952         * gst/tcp/gstmultifdsink.h:
15953         Fix race condition in multifdsink that can lead to spurious 
15954         duplicate clients. this patch adds a new signal that is fired when
15955         multifdsink has removed all references to the fd.
15956         Fixes #339574.
15957         Updated documentation.
15958         API: client-fd-removed signal added
15959
15960 2006-04-28  Michael Smith  <msmith@fluendo.com>
15961
15962         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15963           When asking g_value_array_new to prealloc elements, we may as well
15964           ask for the right number of elements.
15965
15966 2006-04-28  Wim Taymans  <wim@fluendo.com>
15967
15968         * gst-libs/gst/audio/gstbaseaudiosink.c:
15969         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15970         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15971         patch to make timestamp checking more tollerant to rounding 
15972         errors given that real discontinuities are to be marked on
15973         buffers. Fixes some asf files and #338778.
15974         Also avoid some crashers when we receive an event in the 
15975         NULL state.
15976
15977 2006-04-28  Michael Smith  <msmith@fluendo.com>
15978
15979         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15980         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15981         (gst_gnome_vfs_src_get_property),
15982         (gst_gnome_vfs_src_send_additional_headers_callback),
15983         (gst_gnome_vfs_src_received_headers_callback),
15984         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15985         (gst_gnome_vfs_src_stop):
15986         * ext/gnomevfs/gstgnomevfssrc.h:
15987           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15988           proper shared support within icydemux.
15989
15990 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15991
15992         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15993         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15994           fix up docs
15995           fix a leak when no caps negotiated
15996           fix counting of input frames
15997         * tests/check/elements/.cvsignore:
15998         * tests/check/elements/videorate.c: (assert_videorate_stats),
15999         (GST_START_TEST), (videorate_suite):
16000           add tests for these
16001
16002 2006-04-28  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst-libs/gst/audio/gstringbuffer.c:
16005         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16006         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16007         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16008         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16009         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16010         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16011         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16012         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16013         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16014         Check arguments passed to public functions instead of
16015         crashing.
16016
16017 2006-04-28  Wim Taymans  <wim@fluendo.com>
16018
16019         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16020         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16021         GstBaseAudioSrc must be live or it does not work.
16022
16023         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16024         Don't set live to TRUE as this is the default in the parentclass.
16025
16026 2006-04-28  Wim Taymans  <wim@fluendo.com>
16027
16028         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16029         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16030         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16031         fixation cases better. Fixes #338991
16032
16033 2006-04-28  Wim Taymans  <wim@fluendo.com>
16034
16035         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16036         Handle 0/1 framerate correctly Fixes #331901.
16037
16038 2006-04-28  Wim Taymans  <wim@fluendo.com>
16039
16040         * tests/check/elements/audioconvert.c: (get_float_caps),
16041         (GST_START_TEST), (audioconvert_suite):
16042         Added check for correct clipping when doing float samples
16043         in audioconvert.
16044
16045 2006-04-28  Wim Taymans  <wim@fluendo.com>
16046
16047         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16048         (gst_video_rate_chain):
16049         Print more debugging info.
16050
16051 2006-04-28  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16054         (resample_set_state_from_caps):
16055         Add support for other formats audioresample can handle such as
16056         32 bits in and float and 64 bits float. Fixes #301759
16057
16058 2006-04-28  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/audioconvert/audioconvert.c: (float):
16061         correctly clip float samples > 1.0. Fixes #338718
16062
16063 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         Patch by: Young-Ho Cha  <ganadist at chollian net>
16066
16067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16068         (gst_text_overlay_render_text):
16069           Don't strip newlines from the text. Also, center lines
16070           within multi-line paragraphs (#339405).
16071
16072 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16075           Fix wavpack typefinding to work in more cases (don't peek
16076           for chunks of multiple hundred kBs at once, but process
16077           things step-by-step in smaller units). Fixes #339786.
16078
16079 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16080
16081         * configure.ac:
16082           back to HEAD
16083
16084 === release 0.10.6 ===
16085
16086 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16087
16088         * configure.ac:
16089           releasing 0.10.6, "Chao"
16090
16091 2006-04-26  David Schleef  <ds@schleef.org>
16092
16093         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16094           Fixes #338897.
16095
16096 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16097
16098         * configure.ac:
16099         * win32/common/config.h:
16100           new prerelease
16101
16102 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16103
16104         patch by: Wim Taymans
16105
16106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16107         (gst_ogg_demux_perform_seek):
16108           make sure correct newsegments are sent, so that the decoder
16109           and the demuxer agree on timestamps.  Fixes playback of a lot
16110           of Ogg files that do not start from 0.  Fixes #339833.
16111
16112 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16113
16114         Patch by: Edward Hervey  <edward@fluendo.com>
16115
16116         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16117         * tests/check/Makefile.am:
16118         * tests/check/elements/videorate.c: (assert_videorate_stats),
16119         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16120         (videorate_suite), (main):
16121           Fix an infinite loop if frames are passed in with wrongly ordered
16122           timestamps.  Fixes #339013.
16123
16124 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16125
16126         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16127
16128         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16129           fix typefinding on some ISO files.  Fixes #339212.
16130
16131 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16132
16133         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16134
16135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16136           add another H264 fourcc.  Fixes #339047.
16137
16138 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16139
16140         Patch by: Jan Schmidt
16141
16142         * gst/playback/gststreamselector.c:
16143         (gst_stream_selector_bufferalloc):
16144           Restore old StreamSelector behaviour.
16145           Fixes #338419.
16146
16147 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16148
16149         * configure.ac:
16150         * win32/common/config.h:
16151           prerelease
16152
16153 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16156
16157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16158         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16159           Fix some memory leaks: on finalize, free buffers left in the queue
16160           before destroying the queue; in _push(), unref rtp_buf even if
16161           the process vfunc returned a NULL buffer as output buffer (#337548);
16162           demote some recuring debug messages to LOG level.
16163
16164 2006-04-11  Wim Taymans  <wim@fluendo.com>
16165
16166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16167         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16168         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16169         (gst_ogg_demux_loop):
16170         More cleanups.
16171         Respect segment stop when emiting EOS or SEGMENT_DONE.
16172         Fixes (#337945).
16173
16174 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst/playback/gststreamselector.c:
16177         (gst_stream_selector_get_property):
16178           Don't leak pad name.
16179
16180 2006-04-10  Michael Smith  <msmith@fluendo.com>
16181
16182         * tests/check/Makefile.am:
16183         * tests/check/gst-plugins-base.supp:
16184           Suppress an old libtheora bug (fixed in more recent versions), so 
16185           that FC4 buildslaves can pass.
16186
16187 2006-04-10  Wim Taymans  <wim@fluendo.com>
16188
16189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16190         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16191         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16192         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16193         (gst_ogg_demux_loop):
16194         Don't leak events.
16195         Remember what error we got when finding chains, if we
16196         were shutdown, that would not be an error.
16197
16198 2006-04-10  Wim Taymans  <wim@fluendo.com>
16199
16200         * gst-libs/gst/audio/gstbaseaudiosink.c:
16201         (gst_base_audio_sink_event):
16202         Starting the ringbuffer when we did not acquire it can cause
16203         a deadlock, is pointless and causes nasty things for
16204         subclasses. 
16205         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16206
16207 2006-04-10  Wim Taymans  <wim@fluendo.com>
16208
16209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16210         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16211         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16212         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16213         (gst_ogg_demux_deactivate_current_chain),
16214         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16215         (gst_ogg_demux_bisect_forward_serialno),
16216         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16217         Add some more debugging.
16218
16219 2006-04-10  Wim Taymans  <wim@fluendo.com>
16220
16221         * ext/theora/theoradec.c: (theora_dec_src_event),
16222         (theora_handle_data_packet):
16223         Some more debug info.
16224
16225         * tests/examples/seek/seek.c: (start_seek), (main):
16226         Print element messages too.
16227
16228 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16229
16230         * gst/audioresample/debug.h:
16231           replace debug macros with variable number of parameters
16232           by a simple alias to gstreamer standard debug macros 
16233          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16234           supported by MSVC 6.0 and 7.1)
16235         * gst/audioresample/resample.h:
16236           define M_PI and rint for WIN32
16237         * win32/common/libgstaudio.def:
16238         * win32/common/libgstriff.def:
16239         * win32/common/libgsttag.def:
16240         * win32/common/libgstvideo.def:
16241           add new exported functions
16242         * win32/vs6:
16243           update project files
16244
16245 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16246
16247         * ext/alsa/gstalsamixeroptions.c:
16248         (gst_alsa_mixer_options_class_init):
16249         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16252         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16253         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16254         * gst-libs/gst/audio/gstaudiofilter.c:
16255         (gst_audio_filter_class_init):
16256         * gst-libs/gst/audio/gstaudiosink.c:
16257         (gst_audioringbuffer_class_init):
16258         * gst-libs/gst/audio/gstaudiosrc.c:
16259         (gst_audioringbuffer_class_init):
16260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16261         * gst-libs/gst/interfaces/colorbalancechannel.c:
16262         (gst_color_balance_channel_class_init):
16263         * gst-libs/gst/interfaces/mixeroptions.c:
16264         (gst_mixer_options_class_init):
16265         * gst-libs/gst/interfaces/mixertrack.c:
16266         (gst_mixer_track_class_init):
16267         * gst-libs/gst/interfaces/tunerchannel.c:
16268         (gst_tuner_channel_class_init):
16269         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16270         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16271         (gst_netbuffer_class_init):
16272         * gst-libs/gst/rtp/gstbasertppayload.c:
16273         (gst_basertppayload_class_init):
16274         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16277         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16278         * gst/playback/gststreamselector.c:
16279         (gst_stream_selector_class_init):
16280         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16281         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16282         * sys/v4l/gstv4lcolorbalance.c:
16283         (gst_v4l_color_balance_channel_class_init):
16284         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16285         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16286         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16287         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16288         (gst_v4l_tuner_norm_class_init):
16289         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16291         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16292         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16293
16294 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16295
16296         * ext/pango/gsttextrender.h:
16297         * gst-libs/gst/audio/gstaudiosink.h:
16298         * gst-libs/gst/audio/gstaudiosrc.h:
16299         * gst-libs/gst/audio/gstbaseaudiosink.h:
16300         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16301         * gst-libs/gst/audio/gstringbuffer.h:
16302         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16303         * gst-libs/gst/rtp/gstbasertppayload.h:
16304         * gst-libs/gst/video/gstvideofilter.h:
16305         * gst-libs/gst/video/gstvideosink.h:
16306         * gst/playback/gstplaybasebin.h:
16307         * gst/tcp/gstmultifdsink.h:
16308         * sys/v4l/gstv4lelement.h:
16309         Fix broken GObject macros
16310
16311 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16312
16313         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16314         More debug to trace why my USB headset is not working with gst
16315
16316 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16317
16318         * gst/playback/gstplaybasebin.c: (group_destroy):
16319         Clean up our group elements properly in the case where it never 
16320         got committed - it still got added unconditionally to the bin.
16321
16322 2006-04-07  Wim Taymans  <wim@fluendo.com>
16323
16324         * ext/theora/theoradec.c: (theora_dec_sink_event),
16325         (theora_handle_data_packet), (theora_dec_chain):
16326         Unref unhandled events.
16327         Protect against empty buffers.
16328         Perform QoS on running time.
16329
16330 2006-04-07  Michael Smith  <msmith@fluendo.com>
16331
16332         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16333         (gst_vorbis_enc_chain):
16334           Remove leaks from vorbisenc.
16335           Mostly minor changes, the only significant one is that now the
16336           buffers we set as 'streamheader' on the caps are copies of the
16337           original buffers, to avoid circular refcounting problems.
16338
16339 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16340
16341         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16342           Don't remove our mute-probe if someone else already did so.
16343           Don't set a 2nd one if there is already one pending on the pad.
16344
16345         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16346         (do_playbin_seek):
16347           When a seek fails, ensure that playbin is still set back to playing.
16348           
16349         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16350         (mpeg_ts_type_find), (plugin_init):
16351           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16352
16353 2006-04-06  Andy Wingo  <wingo@pobox.com>
16354
16355         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16356         (gst_video_rate_init): Caps-related parameters should not be reset
16357         by a flush -- move their inits to the instance init function.
16358         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16359         is not OK, just return the result.
16360
16361         * gst/audiotestsrc/gstaudiotestsrc.c
16362         (gst_audio_test_src_class_init)
16363         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16364         broken by Stefan's commit on 24 March.
16365
16366         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16367         buffers being pushed out. Fixes oggmux ! multifdsink.
16368
16369 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16372         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16373         * ext/vorbis/vorbisdec.h:
16374         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16375         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16376         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16377         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16378         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16379         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16380         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16381         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16382         (gst_vorbis_enc_buffer_from_packet),
16383         (gst_vorbis_enc_buffer_from_header_packet),
16384         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16385         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16386         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16387         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16388         (gst_vorbis_enc_change_state):
16389         * ext/vorbis/vorbisenc.h:
16390           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16391           vorbisenc adhere to the official nomenclature; use boilerplate
16392           macro.
16393
16394 2006-04-04  Andy Wingo  <wingo@pobox.com>
16395
16396         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16397         Whoops, fix bug introduced. Bad hacker!
16398         
16399         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16400         Properly handle the case where you get EOS before any buffers are
16401         received. Use gst_buffer_make_metadata_writable where appropriate.
16402
16403         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16404         is often negative -- make it signed so as not to wrap around.
16405         Fixes segfaults introduced on 9 March.
16406
16407 2006-04-03  Wim Taymans  <wim@fluendo.com>
16408
16409         * ext/theora/gsttheoradec.h:
16410         * ext/theora/theoradec.c: (theora_dec_src_event):
16411         Don't try to store a gdouble in a gboolean.
16412         Small cleanups.
16413
16414 2006-04-03  Michael Smith  <msmith@fluendo.com>
16415
16416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16417           Oggmux sucks.
16418           Make it suck slightly less by writing out the final page.
16419           Still can't encode a vorbis-in-ogg file correctly, though.
16420
16421 2006-04-03  Andy Wingo  <wingo@pobox.com>
16422
16423         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16424         a g_print.
16425
16426         * ext/theora/theora.c (plugin_init): Register theoraparse.
16427
16428         * ext/theora/gsttheoraparse.h: 
16429         * ext/theora/theoraparse.c: New files implementing a theora
16430         parser. Now we can properly remux ogg/theora+vorbis, yay.
16431
16432         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16433
16434 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16435
16436         * gst/audiotestsrc/gstaudiotestsrc.c:
16437           Fixed the sample pipeline (see #323798)
16438
16439 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16440
16441         * configure.ac:
16442         * win32/common/config.h:
16443         * win32/common/config.h.in:
16444           use AS_VERSION and AS_NANO
16445           more cleanups
16446
16447 2006-03-31  Andy Wingo  <wingo@pobox.com>
16448
16449         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16450         uninitialized variable return that would happen.
16451         
16452         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16453         uninitialized variable return that would never happen.
16454
16455         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16456         (vorbis_parse_sink_event): Add an event function to flush our
16457         state on a seek, and to drain buffers on a premature EOS.
16458         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16459         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16460         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16461         (vorbis_parse_drain_queue): Queue up buffers until we can set
16462         their timestamps and granulepos values.
16463
16464         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16465         and keep track of data needed for deriving granulepos and
16466         timestamps for buffers.
16467
16468 2006-03-29  Wim Taymans  <wim@fluendo.com>
16469
16470         Patch by: j^ <j at bootlab dot org>
16471
16472         * ext/alsa/gstalsamixerelement.c:
16473         (gst_alsa_mixer_element_class_init):
16474         * ext/alsa/gstalsasink.c:
16475         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16476         * ext/ogg/gstoggdemux.c:
16477         * ext/ogg/gstoggmux.c:
16478         * ext/ogg/gstoggparse.c:
16479         * ext/pango/gstclockoverlay.c:
16480         * ext/pango/gsttextoverlay.c:
16481         * ext/pango/gsttextrender.c:
16482         * ext/pango/gsttimeoverlay.c:
16483         * ext/theora/theoradec.c:
16484         * ext/theora/theoraenc.c:
16485         * ext/vorbis/vorbisdec.c:
16486         * ext/vorbis/vorbisenc.c:
16487         * gst/audioconvert/gstaudioconvert.c:
16488         * gst/subparse/gstsubparse.c:
16489         * gst/tcp/gstmultifdsink.c:
16490         * gst/tcp/gsttcpclientsink.c:
16491         * gst/tcp/gsttcpclientsrc.c:
16492         * gst/tcp/gsttcpserversink.c:
16493         * gst/tcp/gsttcpserversrc.c:
16494           better/unified long descriptions
16495           Fixes #336477
16496
16497 2006-03-29  Wim Taymans  <wim@fluendo.com>
16498
16499         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16500         (stop_seek):
16501         Don't let double and triple clicks mess up our state.
16502
16503 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/playback/gstplaybin.c: (gen_video_element),
16506         (gen_text_element), (gen_audio_element), (gen_vis_element):
16507           Error out gracefully when we can't create any of the usual
16508           conversion elements for some reason. Also, don't try to
16509           create an audioscale (sic) element that's not used anyway.
16510
16511 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16512
16513         * gst/playback/gstplaybasebin.c: (setup_source):
16514           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16515           element for a particular protocol, that's confusing for users.
16516           Instead, post a RESOURCE_FAILED error, so that our own error
16517           message is actually shown in totem etc. (#336303).
16518
16519 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16522
16523         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16524         (gst_gnome_vfs_src_get_icy_metadata):
16525           Fix some minor memory leaks (#336194).
16526
16527 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         * ext/gnomevfs/gstgnomevfs.c:
16530         (gst_gnome_vfs_location_to_uri_string):
16531         * ext/gnomevfs/gstgnomevfs.h:
16532         * ext/gnomevfs/gstgnomevfssink.c:
16533         (gst_gnome_vfs_sink_set_property):
16534         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16535           Make gnomevfssink accept filenames as well as URIs for the
16536           "location" property, just like gnomevfssrc does (and
16537           filesrc/filesink do) (#336190).
16538
16539 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16540
16541         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16542           set to NULL before unreffing, fixes a valgrind leak.
16543           Why was this not triggering the error that an object needs to
16544           be NULL before unreffing ?
16545         * win32/common/config.h:
16546           update
16547
16548 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16549
16550         * gst/subparse/gstsubparse.c: (convert_encoding),
16551         (gst_sub_parse_change_state):
16552         * gst/subparse/gstsubparse.h:
16553           Text subtitle files may or may not be UTF-8. If it's not, we
16554           don't really want to see '?' characters in place of non-ASCII
16555           characters like accented characters. So let's assume the input
16556           is UTF-8 until we come across text that is clearly not. If it's
16557           not UTF-8, we don't really know what it is, so try the following:
16558           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16559           is set; if not, check (b) if the current locale encoding is
16560           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16561           the current locale encoding is UTF-8 and the environment variable
16562           was not set to any particular encoding. Not perfect, but better
16563           than nothing (and better than before, I think) (fixes #172848).
16564
16565 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16566
16567         * configure.ac:
16568           update core requirement to 0.10.4.1 because of async_playback
16569           vmethod on GstBaseSink
16570
16571 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16572
16573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16574         * gst/adder/gstadder.c: (gst_adder_init):
16575         use DEBUG_FUNCPTR for collectpads
16576
16577 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16578
16579         * docs/plugins/Makefile.am:
16580         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16581         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16582         * ext/cdparanoia/gstcdparanoiasrc.c:
16583         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16584         (gst_gnome_vfs_sink_class_init):
16585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16587         * ext/ogg/gstoggmux.c:
16588         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16589         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16590         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16591         * ext/pango/gsttextoverlay.c:
16592         * ext/pango/gsttextrender.c:
16593         * ext/theora/theoradec.c:
16594         * ext/theora/theoraenc.c:
16595         * ext/vorbis/vorbisdec.c:
16596         * ext/vorbis/vorbisenc.c:
16597         * gst-libs/gst/audio/gstaudiofilter.c:
16598         (gst_audio_filter_base_init):
16599         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16600         (gst_audio_filter_template_base_init):
16601         * gst/adder/gstadder.c: (gst_adder_get_type):
16602         * gst/adder/gstadder.h:
16603         * gst/audioconvert/gstaudioconvert.c:
16604         * gst/audiotestsrc/gstaudiotestsrc.c:
16605         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16606         (gst_audio_test_src_create):
16607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16608         * gst/playback/gstdecodebin.c:
16609         * gst/playback/gstplaybin.c:
16610         * gst/playback/gststreamselector.c:
16611         (gst_stream_selector_base_init):
16612         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16613         * gst/volume/gstvolume.c:
16614         * sys/v4l/gstv4lmjpegsink.c:
16615         * sys/v4l/gstv4lmjpegsrc.c:
16616         * tests/check/libs/cddabasesrc.c:
16617         * tests/old/examples/gob/gst-identity2.gob:
16618           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16619           define GstElementDetails at the top
16620
16621 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16622
16623         * win32/common/libgstinterfaces.def:
16624         Add a lot of export functions for gst-python
16625         * win32/vs6/libgstinterfaces.dsp:
16626         Add a missing include folder in the project configuration
16627         
16628 2006-03-23  Wim Taymans  <wim@fluendo.com>
16629
16630         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16631         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16632         (gst_base_audio_src_change_state):
16633         Fix audio sources, forgot to make the ringbuffer
16634         startable...
16635
16636 2006-03-23  Wim Taymans  <wim@fluendo.com>
16637
16638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16639         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16640         (gst_base_audio_src_change_state):
16641         unparent instead of unref the ringbuffer.
16642
16643 2006-03-23  Wim Taymans  <wim@fluendo.com>
16644
16645         * gst-libs/gst/audio/gstbaseaudiosink.c:
16646         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16647         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16648         Implement new async_play vmethod to start slaving and allow
16649         playback start in case of async PLAY state changes. 
16650
16651         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16652         Enable QoS with new method in base class.
16653
16654 2006-03-23  Wim Taymans  <wim@fluendo.com>
16655
16656         Patch by: Julien MOUTTE <julien at moutte dot net>
16657
16658         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16659         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16660         Partially handle 0 framerate, only EOS after the first frame
16661         is missing.
16662
16663 2006-03-23  Wim Taymans  <wim@fluendo.com>
16664
16665         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16666
16667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16668         (gst_riff_create_video_template_caps):
16669         * gst/ffmpegcolorspace/avcodec.h:
16670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16671         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16672         (gst_ffmpegcsp_avpicture_fill):
16673         * gst/ffmpegcolorspace/imgconvert.c:
16674         Patch for support of YVU9 AVI files (#334822)
16675
16676 2006-03-22  Edward Hervey  <edward@fluendo.com>
16677
16678         * docs/design/design-decodebin.txt:
16679         Added design document for new decodebin
16680         (Target Caps): text/x-pango-markup is also a default target caps.
16681
16682 2006-03-22  Wim Taymans  <wim@fluendo.com>
16683
16684         * gst-libs/gst/audio/gstbaseaudiosink.c:
16685         (gst_base_audio_sink_dispose):
16686         Since we _parent the ringbuffer, we also need to
16687         _unparent instead of a plain _unref.
16688
16689 2006-03-22  Wim Taymans  <wim@fluendo.com>
16690
16691         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16692         (stop_seek), (scrub_toggle_cb), (main):
16693         Add scrub checkbox.
16694
16695 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16696
16697         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16698         (gst_ogg_parse_chain):
16699           Fix very inefficient usage of linked lists (#335365).
16700
16701 2006-03-21  Edward Hervey  <edward@fluendo.com>
16702
16703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16704         * gst/playback/gstplaybin.c: (handoff):
16705         * gst/playback/gststreamselector.c:
16706         (gst_stream_selector_set_property):
16707         gcc 4.1 unreferenced pointer fixes.
16708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16710         gst_buffer_ref() now takes a GstBuffer*.
16711
16712 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16713
16714         * sys/xvimage/xvimagesink.c:
16715         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16716         by Jan Schmidt.
16717
16718 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16721         (id3v1_type_find), (apetag_type_find), (plugin_init):
16722           Can't do tag preferences via probability, as tags would then
16723           lose against types that are recognised with MAXIMUM probability
16724           (like .wav); so let all tag typefinders return MAXIMUM themselves
16725           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16726           that we can prefer APE to ID3v1 (fixes #335028).
16727           
16728 2006-03-17  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst-libs/gst/audio/gstbaseaudiosink.c:
16731         (gst_base_audio_sink_change_state):
16732         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16733         (gst_ring_buffer_may_start):
16734         * gst-libs/gst/audio/gstringbuffer.h:
16735         Only start playback if we are playing.
16736         should fix #330748.
16737
16738 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16739
16740         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16741         * win32/common/config.h:
16742           Revert accidental commits to these files.
16743
16744 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16745
16746         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16747
16748         * tests/Makefile.am:
16749           Don't try to build tests in tests/icles if we
16750           don't have X (#323852)
16751
16752 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16753
16754         * gst-libs/gst/tag/gstid3tag.c:
16755           Add TXXX frame identifiers for replaygain stuff as used
16756           by some taggers (see #323721).
16757
16758 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16759
16760         * gst/playback/gststreamselector.c:
16761         (gst_stream_selector_set_property),
16762         (gst_stream_selector_bufferalloc):
16763           Preserve the existing buggy streamselector behaviour by performing
16764           a fallback buffer allocation when downstream isn't linked yet.
16765           This should really be fixed in playbin by blocking pads until it's
16766           linked them.
16767           Also, use gst_pad_alloc_buffer instead of
16768           gst_pad_alloc_buffer_and_set.
16769
16770 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16771
16772         * gst-libs/gst/tag/gstid3tag.c:
16773           Don't crash on unknown ID3v2 TXXX frames.
16774           
16775 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16776
16777         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16778           Chain up to the parent finalize method.
16779           Add 32-bit sample size to the template caps.
16780
16781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16782         (gst_riff_create_video_template_caps):
16783           Add the fourcc that the VMWare codec uses.
16784           
16785         * gst/playback/gststreamselector.c:
16786         (gst_stream_selector_set_property),
16787         (gst_stream_selector_bufferalloc),
16788         (gst_stream_selector_request_new_pad):
16789           For the active pad, forward buffer-alloc requests, otherwise
16790           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16791           having to memcpy every frame when used by playbin.
16792
16793         * gst/tcp/gstmultifdsink.c:
16794         (gst_multi_fd_sink_handle_client_write):
16795           Get negotiated caps from the sink pad, rather than the sink
16796           pad's peer.
16797
16798 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16801         
16802         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16803           Don't forget to set src->callbacks_pushed to FALSE again when
16804           popping them, otherwise re-activation in a different mode won't
16805           work (#334620).
16806
16807 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16808
16809         Patch by: Sebastien Moutte  <sebastien moutte net>
16810
16811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16812         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16813         (gst_ffmpeg_smpfmt_to_caps):
16814           Replace __VA_ARGS__ caps creation macros with varargs functions.
16815           Makes things compile on MSVC (#320765), looks nicer, and we can
16816           tell the compiler to check for the NULL terminator.
16817
16818 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16821
16822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16823           Make sure the buffer we copy into is really always big
16824           enough, this time for real (#333488).
16825           
16826 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16829           Add support for 24bpp DIB (#305279).
16830
16831 2006-03-14  Wim Taymans  <wim@fluendo.com>
16832
16833         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16834         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16836         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16837         (gst_video_scale_init), (gst_video_scale_src_event):
16838         Re-enable QoS after the release.
16839         Rework videoscale to use the base class src_event handler.
16840
16841 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * configure.ac:
16844           back to CVS.
16845
16846 === release 0.10.5 ===
16847
16848 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16849
16850         * configure.ac:
16851           releasing 0.10.5, "Net"
16852
16853 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * docs/plugins/Makefile.am:
16856           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16857           
16858 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16859
16860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16862         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16863           Add cdparanoiasrc to docs.
16864
16865         * gst-libs/gst/cdda/gstcddabasesrc.c:
16866           More GstCddaBaseSrc docs.
16867
16868 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         * docs/libs/gst-plugins-base-libs-sections.txt:
16871         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16872         * gst-libs/gst/tag/tag.h:
16873           API: libgsttag: new method gst_tag_from_id3_user_tag().
16874
16875 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16878           NULL-terminate array of mpeg4 video file extensions.
16879           Fixes crash on PPC (#334226).
16880
16881 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16882
16883         * ext/gnomevfs/gstgnomevfssrc.c:
16884         (gst_gnome_vfs_src_check_get_range):
16885           gnome_vfs_uri_is_local() alone is not a good indicator
16886           whether we can operate in pull-mode with a specific URI,
16887           as it returns FALSE for file:// URIs that point to an
16888           NFS-mounted path. Be more conservative here: whitelist
16889           local files, blacklist http URIs and use the old
16890           mechanism for anything else (fixes #334216).
16891
16892 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16893
16894         * configure.ac:
16895           back to trunk
16896
16897 === release 0.10.4 ===
16898
16899 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16900
16901         * configure.ac:
16902           releasing 0.10.4, "Power"
16903
16904 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16905
16906         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16907         Disable max-lateness by setting it to -1 for now, so that 
16908         we can bed QoS stuff in thoroughly between now and the next
16909         release.
16910
16911 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         Patch by: Fabrizio Gennari
16914
16915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16916           Make sure we don't read beyond the palette buffer in case of
16917           broken or manipulated files (#333488)
16918
16919 2006-03-10  Edward Hervey  <edward@fluendo.com>
16920
16921         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16922         Fix for variable not initialized.
16923
16924 2006-03-09  Wim Taymans  <wim@fluendo.com>
16925
16926         * ext/libvisual/visual.c: (gst_visual_get_type),
16927         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16928         (gst_visual_chain):
16929         Small cleanups.
16930
16931         * ext/theora/gsttheoradec.h:
16932         * ext/theora/theoradec.c: (gst_theora_dec_init),
16933         (gst_theora_dec_reset), (_theora_granule_time),
16934         (theora_dec_src_convert), (theora_dec_sink_convert),
16935         (theora_dec_src_query), (theora_dec_src_event),
16936         (theora_dec_sink_event), (theora_handle_comment_packet),
16937         (theora_handle_header_packet), (theora_dec_push),
16938         (theora_handle_data_packet), (theora_dec_chain),
16939         (theora_dec_change_state):
16940         Add simple QoS.
16941
16942 2006-03-09  Wim Taymans  <wim@fluendo.com>
16943
16944         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16945         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16946         Some cleanups.
16947
16948 2006-03-09  Wim Taymans  <wim@fluendo.com>
16949
16950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16951         Don't try to activate NULL chains.
16952
16953 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16954
16955         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16956           Fix invalid memory access to region before peek'd data (#332964).
16957
16958 2006-03-09  Wim Taymans  <wim@fluendo.com>
16959
16960         Patch by: Christophe Fergeau
16961
16962         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16963         * ext/pango/gsttextrender.c: (gst_text_render_init):
16964         * gst/adder/gstadder.c: (gst_adder_init):
16965         Don't leak padtemplates, closes #333510.
16966
16967 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16970           Fix invalid memory access: make sure string passed to
16971           regexec() is NUL-termianted.
16972
16973 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16976         (mp3_type_find):
16977           Refactor mpeg/audio typefinding to make it more maintainable
16978           and easier to fine-tune. Make probing into middle of the file
16979           work properly (fixes #333900, also see #152688).
16980
16981 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         * gst/typefind/gsttypefindfunctions.c:
16984         (utf8_type_find_have_valid_utf8_at_offset):
16985           Remove part from previous commit that was bogus:
16986           g_utf8_validate() does in fact not accept embedded
16987           zeroes, so we don't need to check for those (thanks
16988           to Mike for the hint).
16989
16990 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16991
16992         * gst/typefind/gsttypefindfunctions.c:
16993         (utf8_type_find_count_embedded_zeroes),
16994         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16995           Make plain/text typefinder more conservative: firstly, check
16996           for embedded zeroes, which are perfectly valid UTF-8 characters,
16997           but also a fairly good sign that something is not a plain text
16998           file; secondly, probe into the middle of the file if possible.
16999           If we can't probe into the middle, limit the probability value
17000           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17001
17002 2006-03-08  Michael Smith  <msmith@fluendo.com>
17003
17004         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17005           Make typefind function name for mpeg4 video unique.
17006
17007 2006-03-08  Wim Taymans  <wim@fluendo.com>
17008
17009         * ext/libvisual/visual.c: (gst_visual_init),
17010         (gst_visual_clear_actors), (gst_visual_dispose),
17011         (gst_visual_reset), (gst_visual_src_setcaps),
17012         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17013         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17014         (gst_visual_chain), (gst_visual_change_state):
17015         Cleanups, post nice errors.
17016         Handle sink and src events.
17017         Implement simple QoS.
17018
17019         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17020         Use new basesink methods to configure max-lateness.
17021         Small doc update.
17022
17023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17024         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17025         Debug statement cleanups.
17026
17027         * gst/volume/gstvolume.c: (gst_volume_class_init):
17028         Simple cleanup.
17029
17030 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17033         (gst_text_overlay_init), (gst_text_overlay_set_property),
17034         (gst_text_overlay_get_property):
17035           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17036           as string type properties, but mark them deprecated. Add
17037           'halignment' and 'valignment' properties that use enums
17038           instead of strings.
17039
17040 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         Patch by: Fabrizio Gennari
17043
17044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17045           Allow palettes with less than 256 colours in AVI files
17046           (#333488)
17047
17048 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17049
17050         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17051         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17052         pad. We were releasing the queued text buffer when we should keep
17053         it until video pad gets EOS or discard the text buffer because it's
17054         too old. That was eating the last subtitle buffer. Add some more
17055         debug.
17056
17057 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17060         (gst_text_overlay_video_chain):
17061           Fix invalid memory access (we can't access a buffer after it's been
17062           pushed downstream without taking a reference); fix memory leak (if
17063           there's no text to render, bail out before allocating stuff).
17064
17065 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17068         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17069         * ext/pango/gsttextoverlay.h:
17070           If input is plain text, escape it before passing it to
17071           pango_layout_set_markup().
17072
17073 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17076           Don't ignore flow return from gst_pad_push().
17077
17078 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         Patch by: Fabrizio Gennari
17081
17082         * ext/libvisual/visual.c: (gst_visual_getcaps),
17083         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17085         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17086         (gst_vorbisenc_convert_sink):
17087         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17088         (gst_audio_duration_from_pad_buffer):
17089         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17090         (gst_audio_filter_chain):
17091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17092         (gst_base_rtp_depayload_setcaps):
17093         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17094         (gst_video_get_size):
17095         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17096           Don't leak references returned by gst_pad_get_parent()
17097           (#333663)
17098
17099 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17100
17101         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17102           change location param details
17103         * gst/volume/gstvolume.c: (plugin_init):
17104           correct plugin description
17105
17106 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17109         (gst_gnome_vfs_src_check_get_range):
17110           Override GstBaseSrc::check_get_range() in order to avoid opening
17111           the resource just to check whether we can operate in pull-mode or
17112           not - we can predict that pretty well from the URI alone. Should
17113           fix problems with last.fm (#331690). (Requires latest core CVS).
17114
17115 2006-03-06  Wim Taymans  <wim@fluendo.com>
17116
17117         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17118         (gst_video_sink_class_init):
17119         Throw away frames that are later than 20 ms.
17120
17121 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         Patch by: Fabrizio Gennari
17124
17125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17126           Set depth on WMA caps (#333545)
17127
17128 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17129
17130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17131         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17132           put Theora BOS pages before others.  This hardcodes
17133           the Ogg/Theora I profile, but hey.
17134
17135 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * ext/ogg/README:
17138           updated with some examples
17139         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17140         (granulepos_add), (theora_buffer_from_packet):
17141         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17142         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17143         (gst_vorbisenc_chain):
17144           implement strategy from ext/ogg/README
17145         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17146         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17147         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17148         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17149           Fix muxer so that oggz-validate is happy with all streams;
17150           except for no eos mark, and the BOS page ordering
17151         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17152         (check_buffer_granulepos):
17153         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17154           update tests to check for OFFSET being set as requested
17155           fixed type of granulepos, it's not a ClockTime
17156
17157 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17158
17159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17160         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17161         Check that the xvimage we are creating has a correct size
17162         before returning it. (#314897)
17163
17164 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17167           Give id3 and ape tag typefinders a rank slightly higher
17168           than PRIMARY to ensure they're always run before any of
17169           the other typefinders (in particular wav and mp3) (#324186).
17170
17171 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17172
17173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17174           Add support for '3IVD' fourcc (#333403).
17175
17176 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17177
17178         * configure.ac:
17179           Bump requirements to GStreamer CVS for the new error enum.
17180
17181         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17182           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17183           space left on the device (fixes #333352).
17184
17185 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17186
17187         * win32/vs6:
17188           add a project file for libgstvolume
17189           update the workspace
17190
17191 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17194         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17195         (GST_START_TEST):
17196           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17197           Set IN_CAPS on header buffers
17198
17199 2006-03-02  Wim Taymans  <wim@fluendo.com>
17200
17201         * docs/plugins/Makefile.am:
17202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17204         Add audioresample to docs.
17205
17206         * gst/audioconvert/gstaudioconvert.c:
17207         Add revision date.
17208
17209         * gst/audioresample/gstaudioresample.c:
17210         (gst_audioresample_base_init), (gst_audioresample_class_init),
17211         (gst_audioresample_init), (gst_audioresample_dispose),
17212         (audioresample_get_unit_size), (audioresample_transform_caps),
17213         (resample_set_state_from_caps), (audioresample_transform_size),
17214         (audioresample_set_caps), (audioresample_event),
17215         (audioresample_do_output), (audioresample_transform),
17216         (audioresample_pushthrough), (gst_audioresample_set_property),
17217         (gst_audioresample_get_property), (plugin_init):
17218         * gst/audioresample/gstaudioresample.h:
17219         Added docs.
17220         Small code cleanups.
17221
17222 2006-03-02  Wim Taymans  <wim@fluendo.com>
17223
17224         * docs/plugins/Makefile.am:
17225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17227         Added videoscale to docs.
17228
17229         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17230         (gst_video_rate_swap_prev), (gst_video_rate_event),
17231         (gst_video_rate_chain):
17232         Fix typo in docs.
17233
17234         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17235         (gst_video_scale_init), (gst_video_scale_prepare_size),
17236         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17237         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17238         * gst/videoscale/gstvideoscale.h:
17239         Added docs, examples.
17240         Some code cleanups.
17241         Post errors instead of g_warning.
17242
17243 2006-03-02  Wim Taymans  <wim@fluendo.com>
17244
17245         * docs/libs/gst-plugins-base-libs-docs.sgml:
17246         * docs/libs/gst-plugins-base-libs-sections.txt:
17247         * docs/libs/gst-plugins-base-libs.types:
17248         * docs/plugins/Makefile.am:
17249         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17250         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17251         Added some more docs to libs and plugins.
17252
17253         * gst-libs/gst/audio/gstringbuffer.c:
17254         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17255         * gst-libs/gst/audio/gstringbuffer.h:
17256         Document ringbuffer some more.
17257
17258         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17259         (gst_video_rate_setcaps), (gst_video_rate_reset),
17260         (gst_video_rate_init), (gst_video_rate_flush_prev),
17261         (gst_video_rate_swap_prev), (gst_video_rate_event),
17262         (gst_video_rate_chain), (gst_video_rate_change_state):
17263         * gst/videorate/gstvideorate.h:
17264         Fix videorate to use segments.
17265         Make it work with 0/1 framerates (closes #331903)
17266         Handle EOS correctly.
17267         Added docs.
17268
17269 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17270
17271         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17272         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17273         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17274           In state change function, first chain up to parent class,
17275           then handle downwards state change stuff. Remove some
17276           commented out cruft from 0.8 code.
17277
17278 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17279
17280         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17281         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17282         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17283         (gst_ogm_parse_chain):
17284           Don't remove/re-add source pad if the new caps are the same as
17285           the old caps anyway (#333042). When removing source pad, don't
17286           unref it afterwards - we didn't ref it when adding. Sprinkle some
17287           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17288           after using gst_pad_get_parent(). Return downstream flow return
17289           value in chain function.
17290
17291 2006-03-02  Wim Taymans  <wim@fluendo.com>
17292
17293         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17294         * docs/plugins/gst-plugins-base-plugins.args:
17295         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17296         * docs/plugins/gst-plugins-base-plugins.interfaces:
17297         * docs/plugins/gst-plugins-base-plugins.signals:
17298         Fix hierarchy, added some more elements to the docs.
17299
17300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17301         (gst_ffmpegcsp_get_type):
17302         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17303         Fix docs for ffmpegcolorspace.
17304
17305 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17308         (apetag_type_find), (ape_type_find), (plugin_init):
17309           Some typefinding fine-tuning:
17310           - rank ID3/APE tags in order of preference via probabilities, so that
17311             ID3v2 > APEv2 > APEv1 > ID3v1.
17312           - three or four bytes don't really justify MAXIMUM probability,
17313             change those to 'very likely' (musepack and monkeysaudio).
17314
17315 2006-03-01  Wim Taymans  <wim@fluendo.com>
17316
17317         * docs/plugins/Makefile.am:
17318         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17319         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17320         * ext/alsa/gstalsamixer.c:
17321         * ext/alsa/gstalsamixer.h:
17322         * ext/alsa/gstalsamixerelement.c:
17323         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17324         * ext/alsa/gstalsamixerelement.h:
17325         * ext/alsa/gstalsasink.c:
17326         * ext/alsa/gstalsasink.h:
17327         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17328         (gst_alsasrc_init):
17329         * ext/alsa/gstalsasrc.h:
17330         Added alsa docs.
17331         Small code cleanups.
17332
17333 2006-03-01  Wim Taymans  <wim@fluendo.com>
17334
17335         * ext/theora/Makefile.am:
17336         Dist new header too,
17337
17338 2006-03-01  Wim Taymans  <wim@fluendo.com>
17339
17340         * docs/plugins/Makefile.am:
17341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17343         * ext/gnomevfs/gstgnomevfssink.h:
17344         * ext/gnomevfs/gstgnomevfssrc.h:
17345         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17346         * ext/vorbis/vorbisdec.h:
17347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17348         * ext/vorbis/vorbisenc.h:
17349         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17350         (vorbis_parse_chain), (vorbis_parse_change_state):
17351         * ext/vorbis/vorbisparse.h:
17352         * gst/audioconvert/gstaudioconvert.h:
17353         * gst/tcp/gsttcpserversink.h:
17354         * gst/videotestsrc/gstvideotestsrc.c:
17355         * gst/videotestsrc/gstvideotestsrc.h:
17356         * gst/volume/gstvolume.c:
17357         * gst/volume/gstvolume.h:
17358         Fix some more docs.
17359         Added docs for vorbisdec and vorbisparse.
17360         Fix vorbisparse.
17361
17362 2006-03-01  Wim Taymans  <wim@fluendo.com>
17363
17364         * docs/plugins/Makefile.am:
17365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17367         * ext/pango/gstclockoverlay.h:
17368         * ext/pango/gsttextoverlay.h:
17369         * ext/pango/gsttextrender.h:
17370         * ext/pango/gsttimeoverlay.h:
17371         * ext/theora/gsttheoradec.h:
17372         * ext/theora/gsttheoraenc.h:
17373         * ext/theora/theoradec.c:
17374         * ext/theora/theoraenc.c:
17375         * gst/audioconvert/gstaudioconvert.h:
17376         * gst/audiotestsrc/gstaudiotestsrc.h:
17377         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17378         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17379         * gst/tcp/gstmultifdsink.h:
17380         Updated/added documentation.
17381
17382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17383         (gst_text_overlay_halign_get_type),
17384         (gst_text_overlay_wrap_mode_get_type),
17385         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17386         (gst_text_overlay_init), (gst_text_overlay_set_property),
17387         (gst_text_overlay_get_property):
17388         Fix up properties to be enums instead of string to make bindings,
17389         introspection and automatic GUI creation possible.
17390         Add getters for the properties.
17391
17392 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17393
17394         * gst/audiotestsrc/gstaudiotestsrc.c:
17395           added defines of M_PI and M_PI_2
17396         * gst/ffmpegcolorspace/avcodec.h:
17397           removed #include "stdint.h" for win32 as _stdint.h is 
17398           autogenerated to win32/common
17399         * win32/common/libgstaudio.def:
17400         * win32/common/libgsttag.def:
17401           added some exports
17402         * win32/vs6:
17403           some project files bugs corrected
17404         * win32/vs7:
17405           project files are reset to the default vs7 configuration 
17406           (they link to msvcr71.dll using default optimizations)
17407           
17408 2006-02-28  Wim Taymans  <wim@fluendo.com>
17409
17410         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17411         Fix some docs.
17412
17413 2006-02-28  Edward Hervey  <edward@fluendo.com>
17414
17415         * ext/alsa/gstalsasrc.c:
17416         Set proper class on the ElementDetails:
17417         Source/Audio instead of Src/Audio/
17418
17419 2006-02-28  Edward Hervey  <edward@fluendo.com>
17420
17421         * gst/videoscale/vs_scanline.c:
17422         (vs_scanline_resample_nearest_RGBA):
17423         Revert optimization in videoscale. It should go in liboil and have
17424         an appropriate liboil function.
17425
17426 2006-02-28  Wim Taymans  <wim@fluendo.com>
17427
17428         * gst-libs/gst/audio/gstbaseaudiosink.c:
17429         (gst_base_audio_sink_provide_clock):
17430         Don't try to provide a clock in the NULL state.
17431
17432 2006-02-28  Wim Taymans  <wim@fluendo.com>
17433
17434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17435         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17436         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17437         (gst_ogg_demux_deactivate_current_chain),
17438         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17439         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17440         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17441         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17442         Use GstSegment infrastructure to remove duplicated code
17443         and handle more seek cases correctly.
17444
17445 2006-02-28  Wim Taymans  <wim@fluendo.com>
17446
17447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17448         (gst_ffmpegcsp_transform):
17449         Don't ignore return code from ffmpeg convert function.
17450
17451         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17452         Split out some long statements to ease debugging.
17453
17454 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17455
17456         * ext/libvisual/visual.c: (gst_visual_init),
17457         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17458         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17459         being able to renegotiate the size. Instead, use the negotiation
17460         algorithm from the goom plugin to pick an initial output caps. 
17461
17462         Also, allow theoretical libvisual plugins that might support non-GL 
17463         output even if they also do GL.
17464
17465 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17466
17467         * ext/libvisual/visual.c: (gst_visual_init),
17468         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17469         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17470         possible negotiation issues.
17471
17472 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17473
17474         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17475
17476 2006-02-24  Michael Smith  <msmith@fluendo.com>
17477
17478         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17479         (cmml_type_find), (plugin_init):
17480           Fix CMML type find function to not require a specific minor version
17481           of the CMML header.
17482
17483           Add an MPEG4 video elementary stream typefind function.
17484
17485 2006-02-04  Michael Smith  <msmith@fluendo.com>
17486
17487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17488         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17489         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17490         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17491         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17492         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17493           Annodex support in ogg demuxer. Doesn't do very much without the
17494           other annodex patches (to come).
17495
17496 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17497
17498         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17499
17500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17501           Pick up palette for MS video v1 (#327028)
17502
17503 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17504
17505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17506         (gst_ffmpegcsp_caps_remove_format_info),
17507         (gst_ffmpegcsp_get_unit_size):
17508           The 'palette_data' field from incoming RGB caps shouldn't be
17509           proxied on outgoing YUV caps; also, restrict unit size
17510           adjustment in case of paletted data only to the unit that
17511           actually has a palette. Fixes #330711.
17512
17513 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17514
17515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17516         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17517         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17518         (gst_ffmpegcsp_get_unit_size):
17519           Plug some memory leaks.
17520
17521 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17522
17523         * sys/ximage/Makefile.am:
17524         * sys/xvimage/Makefile.am:
17525           Add some _CFLAGS and _LIBS that seem to be missing
17526           and/or required for Cygwin (see #317048).
17527
17528 2006-02-22  Wim Taymans  <wim@fluendo.com>
17529
17530         * ext/alsa/gstalsasrc.c:
17531         Fix description as pointed out by caugier.
17532
17533 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17534
17535         Reviewed by : Edward Hervey  <edward@fluendo.com>
17536
17537         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17538         (qt_type_find):
17539         Better 3gp typefinding (#331526).
17540
17541 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17544           Don't send EOS event here, the base class will send one for us.
17545
17546         * gst/playback/gstplaybasebin.c: (prepare_output):
17547           Subpictures without video stream aren't allowed either.
17548         
17549         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17550           Fix debug statement copy'n'paste-o.
17551
17552 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17553
17554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17555           Fix issues with mixer keeping state when muting/unmuting
17556           and when changing the volume whilst muted (see #331763
17557           and #331765).
17558
17559 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17560
17561         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17562         (parse_subrip), (gst_sub_parse_format_autodetect):
17563           Set right caps given that we send escaped text. Also,
17564           honour <i></i>, <b></b> and <u></u> markers that can be found
17565           in .srt files (fixes #310202).
17566
17567 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17568
17569         * gst-libs/gst/audio/mixerutils.c:
17570         (element_factory_rank_compare_func):
17571           Make order in which elements are tried more determinable.
17572
17573 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17574
17575         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17576         (remove_element_chain), (cleanup_decodebin),
17577         (gst_decode_bin_change_state): Make decodebin reusable by
17578         fixing remove_element_chain first and then introduce a
17579         cleaner in state change to ->NULL. (Closes #331678)
17580
17581 2006-02-19  Wim Taymans  <wim@fluendo.com>
17582
17583         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17584         use 0666 mask when creating files so umask gets applied
17585         correctly. Fixes #331295.
17586
17587 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * gst/subparse/Makefile.am:
17590         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17591         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17592         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17593         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17594         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17595         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17596         * gst/subparse/gstssaparse.h:
17597         * gst/subparse/gstsubparse.c: (plugin_init):
17598           Add very basic parser for SSA subtitle streams (as often
17599           found in matroska files).
17600
17601 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17602
17603         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17604           That should be text/x-pango-markup, not text/x-pango-layout.
17605
17606 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17607
17608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17609         Polishing.
17610
17611 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17612
17613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17614         (gst_text_overlay_finalize), (gst_text_overlay_init),
17615         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17616         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17617         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17618         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17619         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17620         Fix state change deadlock.
17621
17622 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17623
17624         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17625         (gst_text_overlay_finalize), (gst_text_overlay_init),
17626         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17627         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17628         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17629         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17630         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17631         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17632         and subtitles files.
17633
17634 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17635
17636         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17637         should be considered as raw.
17638
17639 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17640
17641         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17642         (cb_probe):
17643         * gst/playback/gststreaminfo.h: Introduce language informations.
17644
17645 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17646
17647         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17648         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17649         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17650         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17651         Set shared memory segments to be deleted as soon as we have attached,
17652         that way they get cleaned up automatically if we crash.
17653
17654 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17655
17656         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17657         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17658         functions are called with lock held.
17659
17660 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17661
17662         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17663         (gst_text_overlay_finalize), (gst_text_overlay_init),
17664         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17665         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17666         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17667         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17668         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17669         (gst_text_overlay_change_state): Refactoring of textoverlay
17670         without collectpads. This now supports sparse subtitles coming
17671         from a demuxer instead of a sub file. Seeking is still broken 
17672         though. Need to discuss with wtay some more on how to handle
17673         seeking correctly.
17674         * ext/pango/gsttextoverlay.h:
17675         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17676         subtitles coming from the demuxer.
17677
17678 2006-02-17  Wim Taymans  <wim@fluendo.com>
17679
17680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17681         (gst_vorbisenc_convert_sink):
17682         Use some more scaling functions.
17683
17684 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17685
17686         * ext/cdparanoia/gstcdparanoiasrc.c:
17687         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17688         (gst_cd_paranoia_paranoia_callback),
17689         (gst_cd_paranoia_src_signal_is_being_watched),
17690         (gst_cd_paranoia_src_read_sector):
17691         * ext/cdparanoia/gstcdparanoiasrc.h:
17692           Add back 'transport-error' and 'uncorrected-error' signals and
17693           make them actually be fired when bad stuff happens (#319340).
17694
17695 2006-02-17  Wim Taymans  <wim@fluendo.com>
17696
17697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17698         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17699         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17700         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17701         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17702         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17703         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17704         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17705         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17706         (gst_ring_buffer_clear):
17707         Small cleanups.
17708         Added some G_LIKELY.
17709
17710 2006-02-17  Wim Taymans  <wim@fluendo.com>
17711
17712         * gst-libs/gst/audio/TODO:
17713         Update TODO
17714
17715         * gst-libs/gst/audio/gstbaseaudiosink.c:
17716         (gst_base_audio_sink_get_offset):
17717         When trying to play samples ASAP and we don't have a
17718         previous sample, try to play at position 0 instead of
17719         an invalid position.
17720
17721 2006-02-17  Wim Taymans  <wim@fluendo.com>
17722
17723         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17724         (gst_alsasink_reset):
17725         Also release lock when we get an error in _reset();
17726         fix an error message.
17727
17728 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17729
17730         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17731         (gst_alsasink_init), (get_channel_free_structure),
17732         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17733         (gst_alsasink_close):
17734         * ext/alsa/gstalsasink.h:
17735           Add support for more than 2 channels (#326720).
17736
17737 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17738
17739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17740           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17741           with 4 or 6 channels, assume a default channel layout to make things
17742           work (not sure there's anything else we can do in those cases).
17743
17744 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * gst-libs/gst/audio/multichannel.c:
17747           Minor docs fix.
17748
17749         * gst-libs/gst/riff/Makefile.am:
17750         * gst-libs/gst/riff/riff-ids.h:
17751         * gst-libs/gst/riff/riff-media.c:
17752         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17753           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17754           channels and a channel layout map.
17755           
17756 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17757
17758         Reviewed by Edward Hervey  <edward@fluendo.com>
17759
17760         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17761         C-level optimization of the RGBA nearest neighbour function.
17762         Eventually this might end up in liboil with vectorized versions.
17763
17764 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * gst-libs/gst/audio/multichannel.c:
17767         (gst_audio_get_channel_positions):
17768           When we have more than 2 channels, but no channel layout is
17769           specified in the caps, return some default channel layout
17770           to the caller and warn about about a possibly buggy element
17771           (could be buggy filtercaps as well of course) (#317038).
17772
17773 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17774
17775         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17776           Add gst-libs/gst/cdda to list of lib search paths.
17777
17778 2006-02-15  Andy Wingo  <wingo@pobox.com>
17779
17780         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17781         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17782         to the Lord Jesus that I do not have to touch the ogg muxer ever
17783         again.
17784
17785 2006-02-15  Edward Hervey  <edward@fluendo.com>
17786
17787         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17788         quicktime movie files can also contain 'uuid' atoms.
17789
17790 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17791
17792         * gst/audioconvert/plugin.c: (plugin_init):
17793           Register the GstAudioChannelPosition enum type with the type
17794           system in the plugin_init function, so that it is known before
17795           any element actually makes use of multi-channel stuff. This is
17796           required for example if one wants to be able to deserialise/use
17797           a caps string with channel positions before any pipeline has
17798           been setup and started, like with gst-launch.
17799
17800 2006-02-14  Wim Taymans  <wim@fluendo.com>
17801
17802         * gst-libs/gst/audio/gstringbuffer.c:
17803         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17804         (gst_ring_buffer_samples_done), (wait_segment),
17805         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17806         Add some compiler G_(UN_)LIKELY help.
17807         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17808         make sure they can exit their functions. Should fix #330748
17809
17810 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17811
17812         * Makefile.am:
17813         * configure.ac:
17814         * win32/MANIFEST:
17815         * win32/common/_stdint.h:
17816           Windows does not have long long; copy the generated _stdint.h
17817         * win32/common/interfaces-enumtypes.c:
17818         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17819         (gst_mixer_track_flags_get_type),
17820         (gst_tuner_channel_flags_get_type):
17821         * win32/common/multichannel-enumtypes.c:
17822         (gst_audio_channel_position_get_type):
17823           update
17824
17825 2006-02-13  Wim Taymans  <wim@fluendo.com>
17826
17827         * gst-libs/gst/audio/gstbaseaudiosink.c:
17828         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17829         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17830         Always sync on first sample we receive when starting.
17831
17832 2006-02-13  Wim Taymans  <wim@fluendo.com>
17833
17834         * gst/playback/gstplaybin.c: (gen_vis_element):
17835         Update vis bin docs.
17836         Move queue after tee so we don't queue video buffers but
17837         audio samples instead. Fixes problems where the video queue
17838         is filled and the audio queue empty.
17839
17840 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17843           No need to push an EOS event here, GstBaseSrc will do that for us
17844           when we return FLOW_UNEXPECTED.
17845           
17846 2006-02-12  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst-libs/gst/audio/gstbaseaudiosink.c:
17849         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17850         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17851         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17852         Use scale functions when possible.
17853         Fix error messages.
17854         Free clockid when after waiting for EOS.
17855         Use G_(UN_)LIKLY when it makes sense.
17856         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17857
17858 2006-02-12  Edward Hervey  <edward@fluendo.com>
17859
17860         * gst/playback/gstplaybasebin.c: (prepare_output): 
17861         Remove stray semi-colon (fixes #330888).
17862
17863 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17864
17865         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17867         Fix up the XShm call testing so that we catch errors, and don't
17868         cause new ones by attempting to detach from a segment we failed
17869         to attach to. Fixes #312439.
17870
17871 2006-02-10  Edward Hervey  <edward@fluendo.com>
17872
17873         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17874         Added flv file typefind (video/x-flv).
17875
17876 2006-02-10  Edward Hervey  <edward@fluendo.com>
17877
17878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17879         (gst_riff_create_video_template_caps):
17880         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17881         Also added the caps to the default set of riff video caps.
17882
17883 2006-02-09  Andy Wingo  <wingo@pobox.com>
17884
17885         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17886         time and the end time of the last packet in the page.
17887         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17888         on the pages in our queue, set the duration as well. Reflow a
17889         debug statement.
17890         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17891         Fixes bad muxing order.
17892
17893 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * gst-libs/gst/rtp/gstbasertppayload.c:
17896         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17897           update seqnum before setting it on the packet; this makes sure
17898           that the timestamp and seqnum properties match after pushing
17899           a buffer
17900
17901 2006-02-09  Andy Wingo  <wingo@pobox.com>
17902
17903         * gst-libs/gst/audio/gstringbuffer.c
17904         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17905         overflow after 13.5 hours of recording. Kapow!
17906
17907         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17908         the buffer size -- we don't care about underrun/overrun reporting
17909         right now, just need to return a useful value.
17910
17911 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17912
17913         * configure.ac:
17914           Back to CVS
17915
17916 === release 0.10.3 ===
17917
17918 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17919
17920         * configure.ac:
17921           releasing 0.10.3, "Under Pressure"
17922
17923 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17924
17925         * configure.ac:
17926         Drat. Bump libtool version number for new API.
17927         Prelease 0.10.2.3 (of 0.10.3)
17928
17929 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17930
17931         * configure.ac:
17932         * win32/common/config.h:
17933         0.10.2.2 prerelease (of 0.10.3).
17934
17935 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17936
17937         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17938           Revert Andy's newsegment change pending a more correct
17939           fix.
17940
17941 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17944         (qt_type_find), (plugin_init):
17945           detect more files as 3gp
17946           group and reorder the iso file formats
17947
17948 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * ext/vorbis/vorbis.c: (plugin_init):
17951           Register musicbrainz tags, so apps don't have to.
17952
17953 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17956         (gst_tag_to_vorbis_tag):
17957           Make sure we called gst_tag_register_musicbrainz_tags()
17958           before possibly mapping a vorbiscomment string from/to a
17959           musicbrainz tag.
17960
17961 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17962
17963         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17964           In case we can't find the required number of consecutive
17965           mpeg audio frames to positively identify an MPEG audio
17966           stream, check if there's at least a valid mpeg audio
17967           frame right at offset 0 and if so suggest mpeg/audio
17968           caps with a very low probability (#153004).
17969
17970 2006-02-07  Andy Wingo  <wingo@pobox.com>
17971
17972         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17973         a TIME segment if we get timestamped buffers. Requires recent
17974         fixes in core to work properly.
17975
17976 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * gst/playback/gstplaybasebin.c: (prepare_output):
17979           Don't print the URI as part of the error message, it
17980           makes error dialogs look rather ugly, especially if
17981           the URI is very long or has characters in it that
17982           need escaping.
17983
17984 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17985
17986         * gst/playback/gstplaybasebin.c: (prepare_output):
17987           Error out if we have only text or subtitles, but nothing
17988           else. Also error out if we have subtitles but no video
17989           stream.
17990
17991 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17992
17993         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17994           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17995           Post an error message on the bus when we encounter an
17996           error, which will hopefully be more meaningful than the
17997           'Internal Flow Error' message users get to see if we
17998           just return GST_FLOW_ERROR.
17999
18000 2006-02-07  Andy Wingo  <wingo@pobox.com>
18001
18002         * configure.ac (GST_MAJORMINOR): Update core version req to
18003         0.10.2.2, for the collectpads API addition (#330244).
18004
18005 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18008           Return FALSE from plugin_init() when GnomeVFS can't
18009           be initialised for some reason (#328423).
18010
18011 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18012
18013         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18014         Stick to seeking theory until i find the bug.
18015         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18016
18017 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18018
18019         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18020         (theora_enc_finalize), (theora_enc_sink_setcaps),
18021         (theora_set_header_on_caps), (theora_enc_chain),
18022         (theora_enc_change_state):
18023         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18024           Make theoraenc and the tests leak free. Like, really.
18025
18026 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18027
18028         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18029         (theora_enc_finalize), (theora_enc_sink_setcaps):
18030           Add a finalize method to ensure we clean up state even if
18031           someone omitted the state change back to NULL.
18032
18033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18034         (gst_vorbisenc_chain):
18035           Free some more leaked bits.
18036
18037         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18038         (stop_pipeline):
18039           Wait for state changes to happen if they're ASYNC.
18040
18041           This ought to teach those fancy pants buildbots a lesson.
18042
18043 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18044
18045         * gst-libs/gst/tag/gstid3tag.c:
18046           Add mapping for ID3 International Standard Recording Code
18047           tag "TSRC"
18048
18049 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18050
18051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18052           Don't leak tag names.
18053
18054 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18055
18056         * docs/libs/gst-plugins-base-libs-docs.sgml:
18057         * docs/libs/gst-plugins-base-libs-sections.txt:
18058         * gst-libs/gst/tag/gstid3tag.c:
18059         * gst-libs/gst/tag/gstvorbistag.c:
18060         * gst-libs/gst/tag/tags.c:
18061           Split libgsttag docs into multiple sections.
18062
18063 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18064
18065         * docs/libs/Makefile.am:
18066         * docs/libs/gst-plugins-base-libs-docs.sgml:
18067         * docs/libs/gst-plugins-base-libs-sections.txt:
18068         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18069         * gst-libs/gst/tag/gstvorbistag.c:
18070         * gst-libs/gst/tag/tag.h:
18071         * gst-libs/gst/tag/tags.c:
18072           Add libgsttag to the docs.
18073
18074 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18075
18076         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18077         (gst_text_overlay_init), (gst_text_overlay_src_event),
18078         (gst_text_overlay_collected): Fix clockoverlay.
18079
18080 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18081
18082         * docs/libs/compiling.sgml:
18083           Fix typo: it's pkg-config, not pkg-gconfig
18084
18085         * docs/libs/gst-plugins-base-libs-docs.sgml:
18086         * docs/libs/gst-plugins-base-libs-sections.txt:
18087         * docs/libs/tmpl/gstgconf.sgml:
18088           There is no libgstgconf in 0.10, remove it
18089           from the docs.
18090
18091 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18092
18093         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18094         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18095         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18096         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18097         (gst_sub_parse_class_init), (gst_sub_parse_init),
18098         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18099         (parse_mpsub), (parser_state_init), (handle_buffer),
18100         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18101         * gst/subparse/gstsubparse.h: Introduce seeking code.
18102
18103 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18104
18105         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18106           Add comment about LANGUAGE tag inconsistency (we want
18107           ISO-639-1, but extract three-letter identifiers?)
18108
18109         * po/POTFILES.in:
18110           Add two translatable files.
18111
18112 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * gst-libs/gst/tag/Makefile.am:
18115         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18116         * gst-libs/gst/tag/tag.h:
18117         * gst-libs/gst/tag/tags.c:
18118         (gst_tag_register_musicbrainz_tags_internal),
18119         (gst_tag_register_musicbrainz_tags):
18120           Forward-port some tags stuff from the 0.8 branch. This is
18121           mostly the addition of musicbrainz tags and their mapping
18122           to vorbistags, and a vorbistag mapping of the language tag.
18123
18124 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18125
18126         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18127         refactoring.
18128
18129 2006-02-04  David Schleef  <ds@schleef.org>
18130
18131         * ext/ogg/gstoggmux.c:
18132         * gst/typefind/gsttypefindfunctions.c:
18133           Add Dirac typefinding and add dirac format to oggmux.
18134
18135 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18136
18137         * gst/playback/gstdecodebin.c: (try_to_link_1):
18138           Don't put essential function call into
18139           g_return_*() macro, otherwise it'll all be
18140           replaced by NOOPs when compiling with
18141           G_DISABLE_CHECKS defined.
18142
18143 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18144
18145         * ext/ogg/gstoggdemux.c:
18146         * ext/ogg/gstoggparse.c:
18147         * gst/tcp/gsttcpserversink.c:
18148         * sys/v4l/v4lsrc_calls.c:
18149         * sys/v4l/v4lsrc_calls.h:
18150         Just make it compile with --disable-gst-debug.
18151
18152 2006-02-03  Wim Taymans  <wim@fluendo.com>
18153
18154         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18155         (gst_alsasink_class_init), (gst_alsasink_init),
18156         (gst_alsasink_write), (gst_alsasink_reset):
18157         * ext/alsa/gstalsasink.h:
18158         Add lock to protect alsa calls.
18159         Implement reset to flush samples ASAP, does not work
18160         with dmix though.
18161
18162 2006-02-02  Wim Taymans  <wim@fluendo.com>
18163
18164         * gst-libs/gst/audio/gstbaseaudiosink.c:
18165         (gst_base_audio_sink_provide_clock):
18166         Ugh.. getting late I guess...
18167
18168 2006-02-02  Wim Taymans  <wim@fluendo.com>
18169
18170         * gst-libs/gst/audio/gstbaseaudiosink.c:
18171         (gst_base_audio_sink_provide_clock),
18172         (gst_base_audio_sink_set_property),
18173         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18174         Don't try to provide a clock when we are not negotiated since
18175         we might not be able to make it run.
18176
18177 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * gst/playback/gstdecodebin.c: (try_to_link_1):
18180           Unlinking two source pads is ... hard.
18181
18182 2006-02-02  Wim Taymans  <wim@fluendo.com>
18183
18184         * gst-libs/gst/audio/TODO:
18185         Updated.
18186
18187         * gst-libs/gst/audio/gstbaseaudiosink.c:
18188         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18189         On EOS, wait till the last sample is played before posting EOS.
18190
18191 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18192
18193         Patch by: Kai Vehmanen
18194         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18195           Adds ability to enable newsegment bypass by setting queue_delay to
18196           zero. Also avoid thread being started if queue_delay is zero.
18197
18198 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18199
18200         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18201           Make test work again by connecting fakesinks to each decoded pad,
18202           which makes the pipeline wait until each fakesink has a buffer
18203           queued before going to PAUSED state. At that point we know the
18204           decodebin pads are negotiated.
18205
18206 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18209         (gst_cdda_base_src_handle_event):
18210         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18211           Pass unhandled queries to the parent class's query function.
18212
18213 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18214
18215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18216         (gst_ogg_pad_src_query):
18217         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18218         * ext/theora/theoradec.c: (theora_dec_src_query),
18219         (theora_dec_sink_query):
18220         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18221         (vorbis_dec_sink_query):
18222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18223         (gst_vorbisenc_sink_query):
18224         * gst/adder/gstadder.c: (gst_adder_query):
18225           Pass unhandled queries upstream instead of just
18226           dropping them (#326447). Also, fix supported
18227           query types list for some elements.
18228
18229 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18232         (paris_type_find), (ilbc_type_find), (plugin_init):
18233           Fix typefinding for audio/x-au, audio/x-paris and
18234           audio/iLBC-sh. We cannot use the START_WITH macros
18235           here, because there can only be one typefind factory
18236           with the same name (caps), so the second one would
18237           replace the first one and the first one would never
18238           be called when doing typefinding (see #161712).
18239           
18240
18241 2006-01-31  Wim Taymans  <wim@fluendo.com>
18242
18243         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18244         (vorbis_handle_header_packet), (vorbis_dec_push),
18245         (vorbis_handle_data_packet):
18246         Use scale_int when we can, add some more scaling.
18247         Check packettype before parsing it.
18248
18249 2006-01-31  Wim Taymans  <wim@fluendo.com>
18250
18251         * ext/theora/theoradec.c: (_theora_granule_time),
18252         (theora_dec_src_convert), (theora_dec_sink_convert):
18253         Call right _scale functions.
18254         Use parameter instead of some other random value.
18255
18256 2006-01-31  Wim Taymans  <wim@fluendo.com>
18257
18258         * ext/theora/theoradec.c: (_theora_granule_frame),
18259         (_theora_granule_time), (_inc_granulepos),
18260         (theora_dec_src_convert), (theora_dec_sink_convert),
18261         (theora_handle_type_packet), (theora_handle_data_packet),
18262         (theora_dec_chain):
18263         Use higher precision timestamps calculation.
18264         Convert some other conversions to _scale.
18265
18266 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18267
18268         * gst/audiotestsrc/gstaudiotestsrc.c:
18269         (gst_audio_test_src_create_sine_table), (plugin_init):
18270         * gst/volume/gstvolume.c: (plugin_init):
18271           initialize gst_controller before using
18272
18273 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18274
18275         * tests/check/pipelines/theoraenc.c:
18276         * tests/check/pipelines/vorbisenc.c:
18277         Define constant using G_GINT64_CONSTANT to avoid errors when
18278         passing it around - otherwise it gets truncated to 32 bits.
18279
18280         Fixes failing tests.
18281
18282 2006-01-31  Andy Wingo  <wingo@pobox.com>
18283
18284         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18285         caps being set doesn't have a framerate value. Basically a stopgap
18286         measure.
18287
18288         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18289         technically correct enough to put into core though.
18290         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18291         DURATION. Fixes theoraenc ! oggmux.
18292
18293         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18294         fraction, not double.
18295
18296 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18297
18298         * win32/vs7:
18299         add vs7 project files created by Sergey Scobich
18300
18301 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18302
18303         * win32/vs8:
18304         add vs8 project files created by Sergey Scobich
18305         
18306 2006-01-30  Andy Wingo  <wingo@pobox.com>
18307
18308         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18309         timestamp + duration, not just timestamp -- ogg pages should be
18310         ordered by stop time. Necessary fix given the change in vorbis
18311         timestamps.
18312
18313         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18314         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18315         (granulepos_add): New function, handles the messiness of adjusting
18316         granulepos values.
18317         (theora_buffer_from_packet):
18318         (theora_enc_chain):
18319         (theora_enc_sink_event): Use granulepos_add, not +.
18320
18321         * tests/check/pipelines/theoraenc.c
18322         (check_buffer_granulepos_from_starttime): Just check the frame
18323         count, not the actual granulepos -- we can't dictate to the
18324         encoder when it should be placing keyframes.
18325
18326 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18327
18328         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18329           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18330           play an http:// stream from a server that's not serving
18331
18332 2006-01-30  Andy Wingo  <wingo@pobox.com>
18333
18334         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18335         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18336         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18337         available.
18338
18339         * ext/theora/gsttheoraenc.h:
18340         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18341         although theoraenc was timestamping correctly. Added handling of
18342         streams that start with nonzero timestamps.
18343
18344         * tests/check/Makefile.am:
18345         * tests/check/pipelines/theoraenc.c: New file, basically does same
18346         tests as vorbisenc.
18347
18348         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18349
18350 2006-01-30  Wim Taymans  <wim@fluendo.com>
18351
18352         * gst-libs/gst/audio/gstaudiosink.c:
18353         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18354         (gst_audioringbuffer_pause):
18355         Implement pause that does not wait for completion.
18356
18357         * gst-libs/gst/audio/gstbaseaudiosink.c:
18358         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18359         Don't drop buffers when going to PAUSED but perform preroll on
18360         remaining samples now that core base class supports this.
18361
18362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18363         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18364         (gst_ring_buffer_commit):
18365         Pause should not signal waiters.
18366         Implement return value of _commit correctly.
18367
18368 2006-01-30  Andy Wingo  <wingo@pobox.com>
18369
18370         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18371
18372         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18373         updated to timestamp from the first sample, not the last.
18374         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18375         special care of granulepos and timestamp for header packets.
18376         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18377         when the first buffer has a nonzero timestamp.
18378
18379         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18380         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18381         case when the first audio buffer we get has a nonzero timestamp.
18382         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18383         properly timestamp vorbis buffers with the time of the first
18384         sample, not the last.
18385         
18386         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18387         vorbis_granule_time_copy -- now it takes the granule/subgranule
18388         offset into account.
18389
18390         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18391         timestamps, durations, and granulepos on buffers produced by
18392         vorbisenc.
18393
18394 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18395
18396         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18397         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18398           Patch from Eric Jonas to support conversions to/from UYVY 
18399           (Fixes: #324626)
18400
18401 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18402
18403         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18404         (setup_subtitle), (setup_source), (set_active_source):
18405         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18406         (gen_text_element), (gen_audio_element), (gen_vis_element),
18407         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18408
18409 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18410
18411         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18412         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18413                 use gst_guint64_to_gdouble to be compliant with vs6
18414         * gst/playback/gstdecodebin.c: (try_to_link_1)
18415         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18416                 use G_GINT64_CONSTANT for int64 constants
18417         * win32/common/libgstinterfaces.def:
18418                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18419         * win32/vs6:
18420                 update and add new project files
18421                 
18422 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         * Makefile.am:
18425         * win32/MANIFEST:
18426         * win32/common/interfaces-enumtypes.c:
18427         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18428         (gst_mixer_track_flags_get_type),
18429         (gst_tuner_channel_flags_get_type):
18430         * win32/common/interfaces-enumtypes.h:
18431         * win32/common/multichannel-enumtypes.c:
18432         (gst_audio_channel_position_get_type):
18433         * win32/common/multichannel-enumtypes.h:
18434           add a win32-update rule like in core, and copy over enumtypes files
18435
18436 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18437
18438         * win32/MANIFEST:
18439         * win32/common/config.h:
18440         * win32/common/config.h.in:
18441           add config files just like in core
18442
18443 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18446           Make gcc-4.1 happy (part of #327357).
18447
18448 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18449
18450         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18451         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18452         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18453         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18454         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18455         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18456           Update all error messages.  All of them should either use
18457           the default translated message, or actually provide a
18458           translatable string.
18459           Make the string for channel count problems meaningful.
18460
18461 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18462
18463         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18464           check for and throw RESOURCE_BUSY
18465
18466 2006-01-27  David Schleef  <ds@schleef.org>
18467
18468         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18469           checked in this change -- it requires liboil features not
18470           in 0.3.6.  Revert parts.
18471
18472 2006-01-27  David Schleef  <ds@schleef.org>
18473
18474         * REQUIREMENTS:
18475         * configure.ac: update liboil requirement to 0.3.6
18476         * gst/videoscale/Makefile.am:
18477         * gst/videoscale/vs_scanline.c: liboilify
18478
18479 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18480
18481         * ext/libvisual/visual.c: (get_buffer):
18482           When pad_alloc returns a GstFlowReturn other
18483           than GST_FLOW_OK, make sure it is passed upstream.
18484
18485 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18486
18487         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18488         (gst_alsasink_class_init):
18489           Free the device name string.
18490
18491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18492         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18493         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18494           Don't remove a pad from the collectpads structure until it
18495           is released - it's a request pad, and may receive data again
18496           if the element gets moved back to PLAYING state.
18497
18498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18499           Ensure we turn on double buffering on the Xv port, and
18500           set the colour key to something dark and mysterious that
18501           isn't black.
18502
18503 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18504
18505         * ext/alsa/gstalsaplugin.c: (plugin_init):
18506         * ext/cdparanoia/gstcdparanoiasrc.c:
18507         (gst_cd_paranoia_src_base_init), (plugin_init):
18508         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18510           - a library should not call setlocale. see "Libraries" node in
18511             gettext manual
18512           - make sure all plugins that use translation do bindtextdomain
18513             to point to the localedir
18514         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18515         (setup_sinks), (plugin_init):
18516           all this, and check for NULL when creating sinks
18517
18518 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18519
18520         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18521         (plugin_init): Make typefinding of subtitles work again.
18522
18523 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18526         (mp3_type_frame_length_from_header), (mp3_type_find),
18527         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18528         (plugin_init):
18529           Backport a bunch of typefinding fixes from the 0.8 branch.
18530           Also, improve wavpack typefinding: if we can't peek the
18531           entire wavpack block, try to parse the bits we can get and
18532           see if we find what we're looking for in those.
18533
18534 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18535
18536         * sys/ximage/ximagesink.c:
18537         (gst_ximagesink_calculate_pixel_aspect_ratio):
18538         * sys/xvimage/xvimagesink.c:
18539         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18540         more cases of pixel aspect ratio.
18541
18542 2006-01-26  Edward Hervey  <edward@fluendo.com>
18543
18544         * gst/playback/gstdecodebin.c: (pad_probe):
18545         Also consider the flush-start and tag events as unblockers
18546         for the pad probes.
18547
18548 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18549
18550         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18551         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18552         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18553         On the fly visualisation switch, works disabling, enabling as
18554         well but it won't be able to enable vis in a playbin that was
18555         created with no visualisation.
18556
18557 2006-01-25  Wim Taymans  <wim@fluendo.com>
18558
18559         * gst-libs/gst/audio/gstbaseaudiosink.c:
18560         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18561         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18562         resume after pause.
18563
18564 2006-01-25  Wim Taymans  <wim@fluendo.com>
18565
18566         * gst-libs/gst/audio/gstbaseaudiosink.c:
18567         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18568         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18569         Improve debugging.
18570         Post error when caps cannot be parsed.
18571         Resync on discontinuity in the stream.
18572         Clip samples to segment boundaries.
18573         return WRONG_STATE sooner when we are flushing.
18574
18575         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18576         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18577         Make audiosrc operate in TIME.
18578         Set TIMESTAMP and DURATION on buffers.
18579
18580 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18581
18582         * tests/examples/seek/seek.c: (main):
18583           Output tag messages as well.
18584
18585 2006-01-23  Edward Hervey  <edward@fluendo.com>
18586
18587         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18588         (free_pad_probes), (remove_fakesink), (pad_probe),
18589         (close_pad_link), (gst_decode_bin_change_state):
18590         Replace GstPadBlockCallback with pad probes that detect
18591         first buffer AND eos before removing fakesink.
18592         Fixes hang with demuxers doing EOS while pre-rolling.
18593         Solves #328279
18594
18595 2006-01-23  Andy Wingo  <wingo@pobox.com>
18596
18597         * ext/alsa/gstalsasink.c:
18598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18599         (gst_base_rtp_depayload_setcaps),
18600         (gst_base_rtp_depayload_add_to_queue),
18601         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18602         
18603         Patch by: Jens Granseuer <jensgr at gmx dot net>
18604
18605 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18606
18607         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18608         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18609         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18610         frames. We might get a frame destroyed after changing state to
18611         NULL, adding a safety check on xcontext.
18612
18613 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18614
18615         * gst-libs/gst/interfaces/xoverlay.c:
18616           Fix prepare-xwindow-id code example in the docs - we need to
18617           ignore all messages that aren't element messages as well.
18618           
18619 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18620
18621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18622           I think one day i'll completely undestand how caps negotiation
18623           is supposed to work. This refactoring handles buffer_alloc
18624           called with caps we can't handle. We definitely don't want a
18625           set_caps with those caps, so we define and allocate a buffer
18626           we would like to receive.
18627
18628 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * gst/playback/gstplaybasebin.c: (setup_source):
18631           Free iterator when done.
18632
18633 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18634
18635         * gst-libs/gst/audio/gstbaseaudiosink.c:
18636         (gst_base_audio_sink_render):
18637           Fix playback of non-synchronised streams by assuming a rate
18638           of 1.0 instead of a random one.
18639
18640           Makes this work again:
18641
18642           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18643           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18644           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18645           audioresample ! alsasink
18646
18647 === release 0.10.2 ===
18648
18649 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18650
18651         * configure.ac:
18652           releasing 0.10.2, "Then the devil is six"
18653
18654 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18655
18656         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18657         * gst/playback/gststreamselector.c:
18658         (gst_stream_selector_set_property):
18659           Comment out broken code that connects to the state-changed signal.
18660           At this point, changing current stream selection is broken, but 
18661           stuff like gst-launch playbin current-audio=1 works and filters
18662           to the chosen stream.
18663
18664 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18665
18666         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18667           Fix #327216 (null dereference in vorbisdec)
18668
18669 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18672           Post taglist actually on bus instead of just freeing it
18673           (fixes #327114 and totem bug #327080).
18674
18675         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18676           Use gst_element_found_tags_for_pad(), so that the tags
18677           are sent downstream as an event as well.
18678
18679 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18680
18681         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18682         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18683         (gst_ximagesink_buffer_alloc):
18684         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18685         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18686         (gst_xvimagesink_buffer_alloc):
18687           move all regularly occurring messages to GST_LOG level
18688           add some more object logs
18689
18690 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18691
18692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18693           fix a silly segfault
18694
18695 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * docs/libs/gst-plugins-base-libs-docs.sgml:
18698         * docs/libs/gst-plugins-base-libs-sections.txt:
18699         * gst-libs/gst/audio/mixerutils.c:
18700         * gst-libs/gst/audio/mixerutils.h:
18701           Add docs for mixerutils stuff.
18702
18703 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18704
18705         * gst/playback/gstplaybasebin.c: (setup_source):
18706           Fix playback for sources that emit raw audio or
18707           raw video streams (e.g.: cd audio sources) (#325984).
18708
18709 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18710
18711         * gst-libs/gst/audio/mixerutils.c:
18712         (gst_audio_mixer_filter_do_filter):
18713           actually save the element we create
18714
18715 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18716
18717         * gst-libs/gst/cdda/gstcddabasesrc.c:
18718         (gst_cdda_base_src_handle_track_seek):
18719           No need to post a tag message on the bus when seeking
18720           within the same track, only post it when the current
18721           track changes.
18722
18723 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18724
18725         * gst/playback/gstplaybasebin.c: (group_destroy),
18726         (probe_triggered), (new_decoded_pad), (mute_group_type),
18727         (set_active_source):
18728         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18729         * gst/playback/gststreamselector.c:
18730         (gst_stream_selector_base_init),
18731         (gst_stream_selector_set_property),
18732         (gst_stream_selector_request_new_pad):
18733           Reenable stream selection. These mechanisms need a complete overhaul
18734           in the face of 0.8->0.10 changes though.
18735
18736 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18737
18738         * ext/ogg/gstoggdemux.c:
18739           Change the pad template to src_%d to match the pads that 
18740           are created from it. decodebin needs this information in order
18741           to decide that oggdemux is capable of producing multiple pads
18742           (and hence needs queues inserted).
18743
18744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18745         (gst_ogg_mux_collected):
18746           Make debug output more useful by using GST_PTR_FORMAT.
18747
18748 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18749
18750         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18751
18752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18753           Set depth and width for alaw/mulaw (fixes #326601).
18754
18755 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18756
18757         * tests/icles/Makefile.am:
18758           don't build the tests if we don't have the libs
18759
18760 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18763         (gst_cd_paranoia_paranoia_callback):
18764           Don't try to free NULL pointers.
18765
18766 2006-01-10  Edward Hervey  <edward@fluendo.com>
18767
18768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18769         (gst_audio_rate_change_state), (plugin_init):
18770         Add debugging category.
18771         Fix type issues.
18772         Add case for incoming buffers without valid offset/offset_end.
18773
18774 2006-01-10  Michael Smith  <msmith@fluendo.com>
18775
18776         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18777           Don't leak GCond in audio sources.
18778
18779 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18780
18781         * gst/playback/gstplaybin.c: (gen_audio_element):
18782           Don't leak an autoaudiosink/alsasink when we generate
18783           a new audio element. (old code, I guess)
18784
18785 2006-01-10  Michael Smith  <msmith@fluendo.com>
18786
18787         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18788           Support float audio in audiorate.
18789           Use width rather than depth for selecting sample width.
18790
18791 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * gst/videotestsrc/videotestsrc.h:
18794           Use GLib types here (that way we don't have to include the
18795           generated _stdint.h header, which makes life easier for win32
18796           folks that don't use autotools for the build) (#325990, patch
18797           by: Sergey Scobich).
18798
18799 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18802         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18803         (gst_ring_buffer_pause), (wait_segment):
18804         * gst-libs/gst/audio/gstringbuffer.h:
18805           Name (private) union, makes Forte compiler happy (this time
18806           for real) (#324900).
18807
18808 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * gst-libs/gst/audio/Makefile.am:
18811           Link against libgstinterfaces, needed for mixer
18812           and property probe stuff.
18813
18814 2006-01-09  Edward Hervey  <edward@fluendo.com>
18815
18816         * gst-libs/gst/Makefile.am:
18817
18818 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18819
18820         * gst-libs/gst/audio/Makefile.am:
18821         * gst-libs/gst/audio/mixerutils.c:
18822         (gst_audio_mixer_filter_do_filter),
18823         (gst_audio_mixer_filter_check_element),
18824         (gst_audio_mixer_filter_probe_feature),
18825         (element_factory_rank_compare_func),
18826         (gst_audio_default_registry_mixer_filter):
18827         * gst-libs/gst/audio/mixerutils.h:
18828           Add gst_audio_default_registry_mixer_filter() utility
18829           function.
18830
18831 2006-01-03  Michael Smith  <msmith@fluendo.com>
18832
18833         * gst/audioresample/resample.h:
18834           As before, but for o_buf
18835
18836 2006-01-03  Michael Smith  <msmith@fluendo.com>
18837
18838         * gst/audioresample/resample.h:
18839           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18840           since we do arithmetic on it.
18841
18842 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18843
18844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18845         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18846         (gst_ring_buffer_pause), (wait_segment):
18847         * gst-libs/gst/audio/gstringbuffer.h:
18848           Sun's Forte compiler doesn't seem to like anonymous structs,
18849           so use same setup as in GstBaseSrc (fixes #324900).
18850
18851 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18852
18853         * configure.ac:
18854         * gst/volume/Makefile.am:
18855         * gst/volume/demo.c:
18856           move old example to tests/examples/volume/volune.c
18857         * tests/examples/Makefile.am:
18858         * tests/examples/seek/seek.c: (main):
18859           change window-close event from "delete-event" to "destroy"
18860         * tests/examples/volume/Makefile.am:
18861         * tests/examples/volume/volume.c: (value_changed_callback),
18862         (setup_gui), (message_received), (eos_message_received), (main):
18863           fix event handling and bus usage
18864
18865 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18866
18867         * gst/audiotestsrc/gstaudiotestsrc.c:
18868         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18869         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18870         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18871         (gst_audio_test_src_create_square),
18872         (gst_audio_test_src_create_saw),
18873         (gst_audio_test_src_create_triangle),
18874         (gst_audio_test_src_create_silence),
18875         (gst_audio_test_src_create_white_noise),
18876         (gst_audio_test_src_create_pink_noise),
18877         (gst_audio_test_src_init_sine_table),
18878         (gst_audio_test_src_create_sine_table),
18879         (gst_audio_test_src_change_wave),
18880         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18881         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18882         * gst/audiotestsrc/gstaudiotestsrc.h:
18883           update to basesrc changes, implement segmented seeking and eos
18884           handling, add a 'sine-tab' waveform for performance critical playback
18885
18886 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18887
18888         * po/POTFILES.in:
18889           ... and this time the other modified file that I missed last time.
18890
18891 2005-12-29  Michael Smith  <msmith@fluendo.com>
18892
18893         * gst/playback/gstdecodebin.c: (new_pad):
18894           Fix non-C89 variable declaration not at the start of a block. Should
18895           help some compilers.
18896
18897 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18898
18899         * tests/check/Makefile.am:
18900           And now fix 'make distcheck' (builddir != srcdir)
18901
18902 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18903
18904         * configure.ac:
18905         * ext/cdparanoia/Makefile.am:
18906         * ext/cdparanoia/gstcdparanoia.c:
18907         * ext/cdparanoia/gstcdparanoia.h:
18908         * ext/cdparanoia/gstcdparanoiasrc.c:
18909         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18910         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18911         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18912         (gst_cd_paranoia_paranoia_callback),
18913         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18914         (gst_cd_paranoia_src_set_property),
18915         (gst_cd_paranoia_src_get_property), (plugin_init):
18916         * ext/cdparanoia/gstcdparanoiasrc.h:
18917           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18918           plugin again (there are still fixes required to playbin to make
18919           cdda:// uris work there).
18920
18921 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * tests/check/Makefile.am:
18924           Fix test case compilation.
18925
18926 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18927
18928         * gst-libs/gst/cdda/gstcddabasesrc.c:
18929         (gst_cdda_base_src_update_duration),
18930         (gst_cdda_base_src_calculate_cddb_id):
18931           An integer is not a string. Fix access to uninitialised variable.
18932
18933         * tests/check/Makefile.am:
18934           Add cddabasesrc unit test; also actually enable the vorbis test.
18935
18936         * tests/check/generic/states.c:
18937           Blacklist new cd audio elements as well.
18938
18939         * tests/check/libs/cddabasesrc.c:
18940           Unit test for GstCddaBaseSrc (discid calculation mostly).
18941
18942 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18943
18944         * docs/libs/Makefile.am:
18945         * docs/libs/gst-plugins-base-libs-docs.sgml:
18946         * docs/libs/gst-plugins-base-libs-sections.txt:
18947         * docs/libs/gst-plugins-base-libs.types:
18948           Add docs for libgstcdda/GstCddaBaseSrc.
18949
18950         * gst-libs/gst/interfaces/mixertrack.h:
18951           Do one struct member per line with a semicolon at the end, that way
18952           even gtk-doc might parse it without complaining.
18953
18954 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * configure.ac:
18957         * gst-libs/gst/Makefile.am:
18958         * gst-libs/gst/cdda/Makefile.am:
18959         * gst-libs/gst/cdda/base64.c:
18960         * gst-libs/gst/cdda/base64.h:
18961         * gst-libs/gst/cdda/gstcddabasesrc.c:
18962         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18963         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18964         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18965         (gst_cdda_base_src_get_property),
18966         (gst_cdda_base_src_get_track_from_sector),
18967         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18968         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18969         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18970         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18971         (gst_cdda_base_src_uri_get_protocols),
18972         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18973         (gst_cdda_base_src_uri_handler_init),
18974         (gst_cdda_base_src_setup_interfaces),
18975         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18976         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18977         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18978         (gst_cdda_base_src_add_tags),
18979         (gst_cdda_base_src_add_index_associations),
18980         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18981         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18982         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18983         (gst_cdda_base_src_create):
18984         * gst-libs/gst/cdda/gstcddabasesrc.h:
18985         * gst-libs/gst/cdda/sha1.c:
18986         * gst-libs/gst/cdda/sha1.h:
18987           Add new libgstcdda with GstCddaBaseSrc class.
18988
18989 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18990
18991         * ext/gnomevfs/gstgnomevfssink.h:
18992           Use GstBaseSinkClass as parent_class member for class struct, not
18993           GstBaseSink.
18994
18995 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         Patch by: Michael Benes
18998
18999         * gst/videotestsrc/gstvideotestsrc.c:
19000         (gst_video_test_src_class_init), (gst_video_test_src_start):
19001           Add start method to reset running time and number of frames sent
19002           when starting up (fixes #324696)
19003
19004 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19005
19006         * docs/plugins/Makefile.am:
19007         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19008         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19009         * docs/plugins/gst-plugins-base-plugins.args:
19010         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19011         * docs/plugins/gst-plugins-base-plugins.signals:
19012           Add docs stuff for gnomevfssrc and gnomevfssink.
19013
19014         * ext/gnomevfs/gstgnomevfssrc.c:
19015           Fix example pipeline in gtk-doc blurb.
19016
19017 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19018
19019         * ext/gnomevfs/Makefile.am:
19020         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19021         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19022         (gst_gnome_vfs_handle_get_type), (plugin_init):
19023         * ext/gnomevfs/gstgnomevfs.h:
19024         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19025         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19026         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19027         (gst_gnome_vfs_sink_set_property),
19028         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19029         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19030         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19031         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19032         (gst_gnome_vfs_sink_uri_get_type),
19033         (gst_gnome_vfs_sink_uri_get_protocols),
19034         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19035         (gst_gnome_vfs_sink_uri_handler_init):
19036         * ext/gnomevfs/gstgnomevfssink.h:
19037           Port gnomevfssink; add gtk-doc blurb.
19038
19039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19040         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19041         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19042         (gst_gnome_vfs_src_uri_get_type),
19043         (gst_gnome_vfs_src_uri_get_protocols),
19044         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19045         (gst_gnome_vfs_src_uri_handler_init),
19046         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19047         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19048         (gst_gnome_vfs_src_send_additional_headers_callback),
19049         (gst_gnome_vfs_src_received_headers_callback),
19050         (gst_gnome_vfs_src_push_callbacks),
19051         (gst_gnome_vfs_src_pop_callbacks),
19052         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19053         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19054         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19055         * ext/gnomevfs/gstgnomevfssrc.h:
19056           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19057           file; add gtk-doc blurb with example pipelines.
19058
19059 === release 0.10.1 ===
19060
19061 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19062
19063         * configure.ac:
19064           releasing 0.10.1, "Dobro Dedek"
19065
19066 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19067
19068         * gst/typefind/gsttypefindfunctions.c:
19069         iLBC30 and iLBC20 added to typefind.
19070
19071 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19072
19073         * gst-libs/gst/audio/gstbaseaudiosink.c:
19074         (gst_base_audio_sink_class_init):
19075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19076         (gst_base_audio_src_class_init):
19077           update strings, values are in microseconds
19078           change the default sink buffer time to something that is smaller
19079           (to help software volume mixing have a slightly lower delay) but
19080           still be acceptable on Wim's laptop
19081
19082 2005-12-20  Edward Hervey  <edward@fluendo.com>
19083
19084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19085         Made a quack, forgot to add DUCK to the riff video template.
19086
19087 2005-12-19  Edward Hervey  <edward@fluendo.com>
19088
19089         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19090         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19091         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19092         (gst_ogm_parse_chain):
19093         Make sure pads are initialized correctly.
19094         * gst-libs/gst/riff/riff-ids.h:
19095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19096         (gst_riff_create_video_template_caps):
19097         Add a whole bunch of FOURCC <=> MimeType.
19098         Extend the riff video pad template to support the newly added fourcc.
19099
19100 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19101
19102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19103         (gst_ogg_demux_activate_chain):
19104           Extra debug output when activating/deactivating chains.
19105
19106         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19107         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19108         (unlinked):
19109           Remove a queue from our list when it becomes unlinked.
19110           Don't add queues to elements in class 'Demux' if they
19111           can only produce one pad 
19112
19113 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19114
19115         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19116         (gst_video_sink_get_type): Add a debug category.
19117
19118 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19119
19120         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19121         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19122           Handle downstream newsegment by sending our own newsegment before the
19123           next buffer to be released. (#323900)
19124
19125 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19126
19127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19128         (gst_base_rtp_depayload_set_gst_timestamp):
19129           add queue delay to new segment as well (as opposed to just the first
19130           buffer). (bug #322347)
19131
19132 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19133
19134         * ext/libvisual/visual.c: (make_valid_name):
19135           change some char* into char[]
19136         * gst/audiotestsrc/gstaudiotestsrc.c:
19137         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19138         (gst_audio_test_src_create):
19139         * gst/audiotestsrc/gstaudiotestsrc.h:
19140           prepare to handle EOS and SEGMENT_DONE
19141
19142 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19143
19144         * tests/check/generic/states.c: (GST_START_TEST):
19145           Blacklist cdparanoia element in state test.
19146
19147 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19148
19149           Patch by: Benjamin Pineau
19150
19151         * gst/tcp/gsttcp.c:
19152         * gst/tcp/gsttcpclientsink.c:
19153         * gst/tcp/gsttcpserversink.c:
19154         * gst/tcp/gsttcpserversrc.c:
19155           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19156
19157 2005-12-15  Michael Smith  <msmith@fluendo.com>
19158
19159         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19160         (gst_video_rate_chain):
19161           Fix timestamping for videorate when the first buffer it sees has a
19162           non-zero timestamp. Fix some misleading debug output.
19163
19164 2005-12-15  Michael Smith  <msmith@fluendo.com>
19165
19166         * gst/audioresample/gstaudioresample.c:
19167           Don't leak all input buffers to audioresample.
19168
19169 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19170
19171         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19172           Don't operate on empty text buffers. Strip newlines and
19173           tabs only from the end of the text, but leave them intact
19174           in the middle. Fix typo in gtk-doc description.
19175
19176 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19177
19178         * gst/playback/gstplaybasebin.c:
19179         * gst/playback/gstplaybin.c: (handoff):
19180           Make sure the video frame buffer we return to apps via the
19181           "frame" property always has caps set on it. Modify
19182           _gst_gvalue_set_object() macro to handle NULL objects
19183           gracefully too.
19184
19185 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19186
19187         * gst/audiotestsrc/gstaudiotestsrc.c:
19188         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19189         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19190         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19191         (gst_audio_test_src_create):
19192         * gst/audiotestsrc/gstaudiotestsrc.h:
19193         Adjust to some recent api changes and add wtays new cool seeking
19194         capabillities
19195
19196 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19197
19198         * ext/alsa/Makefile.am:
19199         * ext/alsa/gstalsadeviceprobe.c:
19200         * ext/alsa/gstalsadeviceprobe.h:
19201           Helper functions to add device probing via the GstPropertyProbe
19202           interface to a class.
19203
19204         * ext/alsa/gstalsamixer.h:
19205           Comment out GST_ALSA_MIXER, it returns a struct that's not
19206           used.
19207
19208         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19209           Add some debug info. 
19210
19211         * ext/alsa/gstalsamixerelement.c:
19212         (gst_alsa_mixer_element_interface_supported),
19213         (gst_implements_interface_init),
19214         (gst_alsa_mixer_element_init_interfaces),
19215         (gst_alsa_mixer_element_class_init),
19216         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19217         (gst_alsa_mixer_element_set_property),
19218         (gst_alsa_mixer_element_get_property),
19219         (gst_alsa_mixer_element_change_state):
19220         * ext/alsa/gstalsamixerelement.h:
19221           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19222           for device handling (gnome-volume-control will need that).
19223
19224 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19225
19226         * ext/Makefile.am: fix cdparanoia entry
19227         * gst-plugins-base.spec.in: add cdparanoia
19228
19229 2005-12-12  Michael Smith  <msmith@fluendo.com>
19230
19231         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19232           Use the correct function to free list of typefind factories.
19233
19234 2005-12-12  Wim Taymans  <wim@fluendo.com>
19235
19236         * gst/videotestsrc/gstvideotestsrc.c:
19237         (gst_video_test_src_class_init), (gst_video_test_src_init),
19238         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19239         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19240         (gst_video_test_src_create):
19241         * gst/videotestsrc/gstvideotestsrc.h:
19242         Implement seeking in videotestsrc.
19243         Small cleanups.
19244
19245 2005-12-12  Wim Taymans  <wim@fluendo.com>
19246
19247         * ext/cdparanoia/Makefile.am:
19248         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19249         (gst_paranoia_endian_get_type), (_do_init),
19250         (cdparanoia_class_init), (cdparanoia_init),
19251         (cdparanoia_set_property), (cdparanoia_get_property),
19252         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19253         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19254         (cdparanoia_convert), (cdparanoia_get_query_types),
19255         (cdparanoia_query), (cdparanoia_set_index),
19256         (cdparanoia_uri_set_uri):
19257         * ext/cdparanoia/gstcdparanoia.h:
19258         Partially ported cdparanoia now that basesrc can support a
19259         plugin like this..
19260
19261 2005-12-12  Wim Taymans  <wim@fluendo.com>
19262
19263         * tests/examples/seek/scrubby.c: (main):
19264         Set higher priority for bus events so they don't get reordered with
19265         gtk gui events.
19266
19267         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19268         (flush_toggle_cb), (main):
19269         Added checkbox to disable flushing seeks. 
19270         Disable scrubbing when doing non flushing seeks.
19271
19272 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19273
19274         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19275         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19276         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19277         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19278           Implement some sort of event handling that doesn't rely on
19279           g_return_if_fail; make sure we always push the last chunk of an 
19280           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19281           state change function; remove some old cruft. Seeking is still
19282           rather unlikely to work though.
19283
19284         * tools/.cvsignore:
19285           Ignore more.
19286
19287 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19288
19289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19290         Fixed a leak of the current image reference when cleaning up.
19291         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19292
19293 2005-12-09  Michael Smith  <msmith@fluendo.com>
19294
19295         * tools/Makefile.am:
19296         * tools/gst-launch-ext-m.m:
19297           Remove gst-launch-ext. It doesn't work, and is no longer
19298           particularly useful.
19299
19300 2005-12-08  Luca Ognibene  <luogni@tin.it>
19301
19302         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19303           don't pass random values to ogmparse convert function.
19304           Make seeking possible in the exile1.ogm file.
19305
19306 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19307
19308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19309         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19310           Work around refcount problem with g_value_set_object() that occur
19311           if the core has been compiled against GLib-2.6 (g_value_set_object()
19312           will only g_object_ref() the element, but the caller will
19313           gst_object_unref() it and bad things will happen due to the way
19314           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19315           totem for people on FC4 using Thomas's 0.10 RPMs.
19316           
19317 2005-12-07  Edward Hervey  <edward@fluendo.com>
19318
19319         Time to welcome ogm to 0.10 :)
19320         
19321         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19322         (gst_ogg_pad_typefind):
19323         Oggdemux can now properly typefind elements with dynamic pads.
19324         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19325         Properly set caps on src pad, and set caps on outgoing buffers.
19326
19327 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19328
19329         * ext/alsa/gstalsamixer.h:
19330         * ext/alsa/gstalsamixerelement.h:
19331         * ext/alsa/gstalsamixeroptions.h:
19332         * ext/alsa/gstalsamixertrack.h:
19333         * ext/alsa/gstalsasink.c:
19334         * ext/alsa/gstalsasink.h:
19335         * ext/alsa/gstalsasrc.c:
19336         * ext/alsa/gstalsasrc.h:
19337         * ext/cdparanoia/gstcdparanoia.h:
19338         * ext/gnomevfs/gstgnomevfsuri.h:
19339         * ext/ogg/gstoggdemux.c:
19340         * ext/ogg/gstoggmux.c:
19341         * ext/pango/gsttextoverlay.h:
19342         * ext/theora/theoradec.c:
19343         * ext/theora/theoraenc.c:
19344         * ext/vorbis/vorbisdec.h:
19345         * ext/vorbis/vorbisenc.c:
19346         * ext/vorbis/vorbisenc.h:
19347         * ext/vorbis/vorbisparse.h:
19348         * gst-libs/gst/audio/gstaudioclock.h:
19349         * gst-libs/gst/audio/gstaudiosink.c:
19350         * gst-libs/gst/audio/gstaudiosink.h:
19351         * gst-libs/gst/audio/gstaudiosrc.c:
19352         * gst-libs/gst/audio/gstaudiosrc.h:
19353         * gst-libs/gst/audio/gstbaseaudiosink.c:
19354         * gst-libs/gst/audio/gstbaseaudiosink.h:
19355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19356         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19357         * gst-libs/gst/audio/gstringbuffer.h:
19358         * gst-libs/gst/audio/multichannel.h:
19359         * gst-libs/gst/floatcast/floatcast.h:
19360         * gst-libs/gst/interfaces/colorbalance.c:
19361         * gst-libs/gst/interfaces/colorbalance.h:
19362         * gst-libs/gst/interfaces/colorbalancechannel.h:
19363         * gst-libs/gst/interfaces/mixer.h:
19364         * gst-libs/gst/interfaces/mixeroptions.h:
19365         * gst-libs/gst/interfaces/mixertrack.h:
19366         * gst-libs/gst/interfaces/navigation.h:
19367         * gst-libs/gst/interfaces/propertyprobe.h:
19368         * gst-libs/gst/interfaces/tuner.h:
19369         * gst-libs/gst/interfaces/tunerchannel.h:
19370         * gst-libs/gst/interfaces/tunernorm.h:
19371         * gst-libs/gst/interfaces/xoverlay.h:
19372         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19373         * gst-libs/gst/riff/riff-ids.h:
19374         * gst-libs/gst/riff/riff-media.h:
19375         * gst-libs/gst/riff/riff-read.h:
19376         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19377         * gst-libs/gst/rtp/gstbasertppayload.c:
19378         * gst-libs/gst/rtp/gstbasertppayload.h:
19379         * gst-libs/gst/rtp/gstrtpbuffer.c:
19380         * gst-libs/gst/rtp/gstrtpbuffer.h:
19381         * gst-libs/gst/tag/gsttageditingprivate.h:
19382         * gst-libs/gst/tag/gstvorbistag.c:
19383         (gst_tag_list_from_vorbiscomment_buffer):
19384         * gst-libs/gst/tag/tag.h:
19385         * gst-libs/gst/video/video.h:
19386         * gst/adder/gstadder.c:
19387         * gst/adder/gstadder.h:
19388         * gst/audioconvert/audioconvert.c:
19389         * gst/audioconvert/audioconvert.h:
19390         * gst/audioconvert/gstaudioconvert.c:
19391         * gst/audioconvert/gstchannelmix.c:
19392         * gst/audioconvert/gstchannelmix.h:
19393         * gst/audiorate/gstaudiorate.c:
19394         * gst/audioresample/buffer.h:
19395         * gst/audioresample/functable.h:
19396         * gst/audioresample/gstaudioresample.c:
19397         * gst/audioresample/resample.h:
19398         * gst/ffmpegcolorspace/avcodec.h:
19399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19400         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19401         * gst/ffmpegcolorspace/imgconvert.c:
19402         * gst/ffmpegcolorspace/imgconvert_template.h:
19403         * gst/playback/gstdecodebin.c:
19404         * gst/playback/gstplaybasebin.h:
19405         * gst/playback/gstplaybin.c:
19406         * gst/playback/gststreaminfo.h:
19407         * gst/tcp/gstfdset.c:
19408         * gst/tcp/gstfdset.h:
19409         * gst/tcp/gstmultifdsink.c:
19410         * gst/tcp/gstmultifdsink.h:
19411         * gst/tcp/gsttcp.h:
19412         * gst/tcp/gsttcpclientsrc.c:
19413         * gst/tcp/gsttcpclientsrc.h:
19414         * gst/tcp/gsttcpplugin.h:
19415         * gst/tcp/gsttcpserversink.c:
19416         * gst/tcp/gsttcpserversrc.c:
19417         * gst/typefind/gsttypefindfunctions.c:
19418         * gst/videorate/gstvideorate.c:
19419         * gst/videotestsrc/gstvideotestsrc.h:
19420         * gst/videotestsrc/videotestsrc.h:
19421         * sys/v4l/gstv4lcolorbalance.h:
19422         * sys/v4l/gstv4ltuner.h:
19423         * sys/v4l/gstv4lxoverlay.h:
19424         * sys/v4l/v4l_calls.h:
19425         * sys/v4l/videodev_mjpeg.h:
19426         * tests/check/elements/audioconvert.c:
19427         * tests/check/elements/audioresample.c:
19428         * tests/check/elements/audiotestsrc.c:
19429         * tests/check/elements/videotestsrc.c:
19430         * tests/check/elements/volume.c:
19431         * tests/examples/seek/scrubby.c:
19432         * tests/examples/seek/seek.c:
19433           expand tabs
19434
19435 === release 0.10.0 ===
19436
19437 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19438
19439         * configure.ac:
19440           releasing 0.10.0, "Mont-d'or"
19441
19442 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19443
19444         * tests/examples/seek/Makefile.am:
19445         Build fix for when gtk is not available.
19446
19447 2005-12-05  Andy Wingo  <wingo@pobox.com>
19448
19449         * ext/libvisual/visual.c: (get_buffer):
19450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19451         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19452         * ext/theora/theoradec.c: (theora_handle_data_packet):
19453         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19454         (theora_enc_chain):
19455         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19456         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19457         Update for alloc_buffer changes.
19458
19459 2005-12-05  Andy Wingo  <wingo@pobox.com>
19460
19461         patch by: Kai Vehmanen <kv2004 eca cx>
19462         
19463         * gst-libs/gst/rtp/gstbasertpdepayload.c
19464         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19465
19466 2005-12-04  Andy Wingo  <wingo@pobox.com>
19467
19468         patch by: Sebastien Cote <sebas642 yahoo ca>
19469         
19470         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19471         Fixes #319172.
19472
19473 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19474
19475         * docs/plugins/Makefile.am:
19476         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19477         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19478         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19479         * ext/pango/gstclockoverlay.c:
19480         * ext/pango/gsttextoverlay.c: 
19481         * ext/pango/gsttextrender.c:
19482         * ext/pango/gsttimeoverlay.c:
19483           Add gtk-doc blurbs to pango elements.
19484
19485 2005-12-02  Wim Taymans  <wim@fluendo.com>
19486
19487         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19488         * gst/audioresample/buffer.h:
19489         * gst/audioresample/gstaudioresample.c:
19490         * gst/audioresample/gstaudioresample.h:
19491         * gst/audioresample/resample.c: (resample_input_flush),
19492         (resample_input_pushthrough), (resample_input_eos),
19493         (resample_get_output_size_for_input),
19494         (resample_get_input_size_for_output), (resample_get_output_size),
19495         (resample_get_output_data):
19496         * gst/audioresample/resample.h:
19497         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19498         Fix audioresample, seek torture, new segments, reverse negotiation
19499         etc.. work fine.
19500
19501 2005-12-02  Wim Taymans  <wim@fluendo.com>
19502
19503         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19504         Small cleanups.
19505
19506 2005-12-02  Wim Taymans  <wim@fluendo.com>
19507
19508         * gst/audioconvert/gstaudioconvert.c:
19509         (gst_audio_convert_transform):
19510         Post errors.
19511
19512 === release 0.9.7 ===
19513
19514 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19515
19516         * configure.ac:
19517           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19518
19519 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19520
19521         * Makefile.am:
19522         * po/hu.po:
19523         * win32/MANIFEST:
19524         * win32/gst.sln:
19525           add win32 MANIFEST file
19526           do something to the hungarian translation
19527
19528 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19529
19530         * ext/Makefile.am:
19531           Add $(PANGO_DIR) to SUBDIRS
19532
19533         * ext/pango/gstclockoverlay.c:
19534         * ext/pango/gsttimeoverlay.c:
19535           Fix and improve element descriptions.
19536
19537 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19538
19539         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19540         * docs/plugins/inspect/plugin-libvisual.xml:
19541         * docs/plugins/inspect/plugin-pango.xml:
19542           add pango plugin to docs
19543
19544 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19545
19546         * configure.ac:
19547         * ext/Makefile.am:
19548           moved pango to base
19549
19550 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * configure.ac:
19553         * tests/Makefile.am:
19554         * tests/icles/.cvsignore:
19555         * tests/icles/Makefile.am:
19556         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19557         (close_display), (resize_window), (move_window), (create_window),
19558         (terminate_playback), (pause_playback), (start_playback), (main):
19559           add stress test for xoverlay from Julien
19560
19561 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19562
19563         * docs/libs/tmpl/gstcolorbalance.sgml:
19564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19565         * gst-libs/gst/rtp/gstbasertppayload.c:
19566         * gst-libs/gst/rtp/gstrtpbuffer.c:
19567         * gst-libs/gst/rtp/gstrtpbuffer.h:
19568           Do burger's rename for rtp payloaders and depayloaders
19569
19570 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19571
19572         * win32/:
19573           add Visual Studio 6 build files
19574
19575 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19576
19577         * docs/libs/gst-plugins-base-libs-docs.sgml:
19578         * docs/libs/gst-plugins-base-libs-sections.txt:
19579         * docs/libs/tmpl/gstaudio.sgml:
19580         * docs/libs/tmpl/gstringbuffer.sgml:
19581         * gst-libs/gst/interfaces/xoverlay.c:
19582         * gst-libs/gst/video/gstvideofilter.c:
19583         * gst-libs/gst/video/gstvideosink.c:
19584           update documentation
19585
19586 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19587
19588         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19589         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19590         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19591         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19592         (gst_multi_fd_sink_get_stats),
19593         (gst_multi_fd_sink_remove_client_link),
19594         (gst_multi_fd_sink_handle_client_read),
19595         (gst_multi_fd_sink_client_queue_data),
19596         (gst_multi_fd_sink_client_queue_caps),
19597         (gst_multi_fd_sink_client_queue_buffer),
19598         (gst_multi_fd_sink_new_client),
19599         (gst_multi_fd_sink_handle_client_write),
19600         (gst_multi_fd_sink_recover_client),
19601         (gst_multi_fd_sink_queue_buffer),
19602         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19603         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19604         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19605         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19606         * gst/tcp/gstmultifdsink.h:
19607         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19608         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19609         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19610         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19611         (gst_tcp_client_sink_set_property),
19612         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19613         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19614         * gst/tcp/gsttcpclientsink.h:
19615         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19616         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19617         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19618         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19619         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19620         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19621         * gst/tcp/gsttcpclientsrc.h:
19622         * gst/tcp/gsttcpplugin.c: (plugin_init):
19623         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19624         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19625         (gst_tcp_server_sink_finalize),
19626         (gst_tcp_server_sink_handle_server_read),
19627         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19628         (gst_tcp_server_sink_set_property),
19629         (gst_tcp_server_sink_get_property),
19630         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19631         * gst/tcp/gsttcpserversink.h:
19632         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19633         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19634         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19635         (gst_tcp_server_src_set_property),
19636         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19637         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19638         * gst/tcp/gsttcpserversrc.h:
19639           more borgifying
19640
19641 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19642
19643         * docs/plugins/Makefile.am:
19644         * docs/plugins/gst-plugins-base-plugins.args:
19645         * docs/plugins/inspect/plugin-libvisual.xml:
19646         * gst/audioconvert/plugin.h:
19647         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19648         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19649         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19650         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19651         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19652         (plugin_init):
19653         * gst/audiotestsrc/gstaudiotestsrc.c:
19654         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19655         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19656         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19657         (gst_audio_test_src_get_query_types),
19658         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19659         (gst_audio_test_src_create_square),
19660         (gst_audio_test_src_create_saw),
19661         (gst_audio_test_src_create_triangle),
19662         (gst_audio_test_src_create_silence),
19663         (gst_audio_test_src_create_white_noise),
19664         (gst_audio_test_src_init_pink_noise),
19665         (gst_audio_test_src_generate_pink_noise_value),
19666         (gst_audio_test_src_create_pink_noise),
19667         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19668         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19669         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19670         (plugin_init):
19671         * gst/audiotestsrc/gstaudiotestsrc.h:
19672         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19673         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19674         (gst_sub_parse_init), (gst_sub_parse_formats),
19675         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19676         (convert_encoding), (get_next_line),
19677         (gst_sub_parse_data_format_autodetect),
19678         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19679         (gst_sub_parse_loop), (gst_sub_parse_chain),
19680         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19681         (plugin_init):
19682         * gst/subparse/gstsubparse.h:
19683         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19684         (gst_video_rate_base_init), (gst_video_rate_class_init),
19685         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19686         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19687         (gst_video_rate_init), (gst_video_rate_event),
19688         (gst_video_rate_chain), (gst_video_rate_set_property),
19689         (gst_video_rate_get_property), (gst_video_rate_change_state),
19690         (plugin_init):
19691         * gst/videoscale/gstvideoscale.c:
19692         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19693         (gst_video_scale_src_template_factory),
19694         (gst_video_scale_sink_template_factory),
19695         (gst_video_scale_get_type), (gst_video_scale_base_init),
19696         (gst_video_scale_class_init), (gst_video_scale_init),
19697         (gst_video_scale_set_property), (gst_video_scale_get_property),
19698         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19699         (gst_video_scale_prepare_size), (parse_caps),
19700         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19701         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19702         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19703         (plugin_init):
19704         * gst/videoscale/gstvideoscale.h:
19705         * gst/videotestsrc/gstvideotestsrc.c:
19706         (gst_video_test_src_pattern_get_type),
19707         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19708         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19709         (gst_video_test_src_set_pattern),
19710         (gst_video_test_src_set_property),
19711         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19712         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19713         (gst_video_test_src_event), (gst_video_test_src_get_times),
19714         (gst_video_test_src_create), (plugin_init):
19715         * gst/videotestsrc/gstvideotestsrc.h:
19716         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19717         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19718         (gst_video_test_src_black):
19719         * gst/videotestsrc/videotestsrc.h:
19720           borgify further
19721           clean up docs a little
19722
19723 2005-11-30  Wim Taymans  <wim@fluendo.com>
19724
19725         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19726         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19727         (gst_basertppayload_event), (gst_basertppayload_push),
19728         (gst_basertppayload_change_state):
19729         * gst-libs/gst/rtp/gstbasertppayload.h:
19730         closed #320644.
19731
19732 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19733
19734         * docs/libs/gst-plugins-base-libs-docs.sgml:
19735         * docs/libs/gst-plugins-base-libs-sections.txt:
19736         * gst-libs/gst/video/gstvideofilter.c:
19737         * gst-libs/gst/video/gstvideosink.c:
19738         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19739
19740 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19741
19742         * LICENSE:
19743           move
19744         * po/af.po:
19745         * po/az.po:
19746         * po/cs.po:
19747         * po/en_GB.po:
19748         * po/hu.po:
19749         * po/it.po:
19750         * po/nb.po:
19751         * po/nl.po:
19752         * po/or.po:
19753         * po/sq.po:
19754         * po/sr.po:
19755         * po/sv.po:
19756         * po/uk.po:
19757         * po/vi.po:
19758         * Makefile.am:
19759           update
19760         * scripts/autoplugins.sh:
19761           remove
19762
19763 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19764
19765         * Makefile.am:
19766         * configure.ac:
19767         * examples/Makefile.am:
19768         * examples/capsfilter/Makefile.am:
19769         * examples/capsfilter/capsfilter1.c:
19770         * examples/gob/Makefile.am:
19771         * examples/gob/gst-identity2.gob:
19772         * examples/indexing/.cvsignore:
19773         * examples/indexing/Makefile.am:
19774         * examples/indexing/indexmpeg.c:
19775         * examples/seeking/.cvsignore:
19776         * examples/seeking/Makefile.am:
19777         * examples/seeking/cdparanoia.c:
19778         * examples/seeking/cdplayer.c:
19779         * examples/seeking/chained.c:
19780         * examples/seeking/scrubby.c:
19781         * examples/seeking/seek.c:
19782         * examples/stats/Makefile.am:
19783         * examples/stats/mp2ogg.c:
19784         * examples/switch/.cvsignore:
19785         * examples/switch/Makefile.am:
19786         * examples/switch/switcher.c:
19787         * tests/Makefile.am:
19788         * tests/check/generic/.cvsignore:
19789         * tests/check/pipelines/.cvsignore:
19790         * tests/examples/Makefile.am:
19791         * tests/examples/seek/Makefile.am:
19792           reorganize stuff under tests/
19793
19794 2005-11-30  Edward Hervey  <edward@fluendo.com>
19795
19796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19797         Go away you stupid GstStaticPadTemplate memleak.
19798
19799 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * gst-libs/gst/net/Makefile.am:
19802         * gst-libs/gst/net/README:
19803         * gst-libs/gst/net/gstnetbuffer.c:
19804         * gst-libs/gst/net/gstnetbuffer.h:
19805           this was moved to "netbuffer"
19806
19807 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19808
19809         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19810         (gst_video_filter_class_init), (gst_video_filter_init):
19811         * gst-libs/gst/video/gstvideofilter.h:
19812           borgify name to bring in line with other classes
19813
19814 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * gst/audioscale/.cvsignore:
19817         * gst/audioscale/Makefile.am:
19818         * gst/audioscale/README:
19819         * gst/audioscale/audioscale.vcproj:
19820         * gst/audioscale/dtof.c:
19821         * gst/audioscale/dtos.c:
19822         * gst/audioscale/functable.c:
19823         * gst/audioscale/gstaudioscale.c:
19824         * gst/audioscale/gstaudioscale.h:
19825         * gst/audioscale/private.h:
19826         * gst/audioscale/resample.c:
19827         * gst/audioscale/resample.h:
19828         * gst/audioscale/test.c:
19829           remove
19830
19831 2005-11-30  Edward Hervey  <edward@fluendo.com>
19832
19833         * gst-libs/gst/netbuffer/Makefile.am:
19834         really, really tired
19835
19836 2005-11-30  Edward Hervey  <edward@fluendo.com>
19837
19838         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19839         Update for new GstTypeFindFactory _register()
19840
19841 2005-11-30  Edward Hervey  <edward@fluendo.com>
19842
19843         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19844         Let's not override libgstnet from core for no reason...
19845         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19846         Ok, maybe not so quick next time.
19847
19848 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * configure.ac:
19851         * gst-libs/gst/Makefile.am:
19852           moved gst-libs/gst/net to netbuffer through CVS surgery
19853           remove old directory
19854           updating build to accomodate
19855           (#322257)
19856
19857 2005-11-29  Andy Wingo  <wingo@pobox.com>
19858
19859         * pkgconfig/gstreamer-plugins-base.pc.in:
19860         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19861         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19862         (#322257).
19863
19864 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19865
19866         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19867         3rd time's the charm. Correct ref-counting for discarded buffers.
19868
19869 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19870
19871         * gst/playback/gststreamselector.c:
19872         (gst_stream_selector_class_init),
19873         (gst_stream_selector_set_property),
19874         (gst_stream_selector_get_property),
19875         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19876         Fix ref-counting
19877
19878 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19879
19880         * gst/subparse/gstsubparse.c: (feed_textbuf):
19881           Don't access already unref'ed buffer.
19882
19883 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19884
19885         * gst/playback/gststreamselector.c:
19886         (gst_stream_selector_class_init), (gst_stream_selector_init),
19887         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19888         (gst_stream_selector_get_property),
19889         (gst_stream_selector_get_linked_pad),
19890         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19891         * gst/playback/gststreamselector.h:
19892         Add the active-pad property for playbin to use shortly. Ignore buffers
19893         from any other pad, returning GST_FLOW_NOT_LINKED
19894
19895 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19896
19897         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19898         patch from bug #322704 (Alessandro Decina).
19899
19900 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19901
19902         * gst-libs/gst/audio/Makefile.am:
19903           folded audiofilter into the audio library
19904
19905 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19906
19907         * gst/videoscale/gstvideoscale.h:
19908         * gst/videoscale/gstvideoscale.c:
19909           remove unimplemented scale methods
19910
19911 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19912
19913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19914           Don't leak caps.
19915
19916 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19917
19918         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19919         (gst_ximagesink_setcaps):
19920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19921         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19922         happens (only visible on ximagesink but bug is in xv too) set_caps was
19923         destroying the internal x[v]image used to memcpy non locally alloced
19924         buffers so that it got renewed on next _chain. The issue is that 
19925         _expose will try to put that image as it reffed it in _put.
19926         Using gst_buffer_unref instead of destroy fixes it !
19927
19928 2005-11-28  Edward Hervey  <edward@fluendo.com>
19929
19930         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19931         (try_to_link_1), (queue_filled_cb):
19932         Better use of the queues. Start with a small size queue and only increase
19933         the size of the queues when the other queues are empty.
19934
19935 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19936
19937         * gst-libs/gst/video/Makefile.am:
19938           compile in copied-over videofilter into the video library
19939         * gst-libs/gst/video/videosink.h:
19940           rename the header to gstvideosink.h since it's a base GstObject class
19941         * sys/ximage/ximagesink.h:
19942         * sys/xvimage/xvimagesink.h:
19943           use the new header
19944
19945 2005-11-28  Wim Taymans  <wim@fluendo.com>
19946
19947         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19948         * gst/playback/gstplaybasebin.h:
19949         Prepare to handle errors betters.
19950
19951         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19952         Set sinks to PAUSED first before adding and linking them so that
19953         we don't interrupt dataflow.
19954
19955 2005-11-28  Wim Taymans  <wim@fluendo.com>
19956
19957         * gst-libs/gst/audio/TODO:
19958         Updated TODO
19959
19960         * gst-libs/gst/audio/gstaudiosink.c:
19961         (gst_audioringbuffer_open_device),
19962         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19963         (gst_audioringbuffer_release):
19964         Small cleanups.
19965
19966         * gst-libs/gst/audio/gstbaseaudiosink.c:
19967         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19968         (gst_base_audio_sink_change_state):
19969         Slave to the master clock when going to PLAYING and unslave when
19970         going to PAUSED.
19971
19972         * gst-libs/gst/audio/gstringbuffer.c:
19973         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19974         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19975         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19976         (gst_ring_buffer_clear_all), (wait_segment),
19977         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19978         (gst_ring_buffer_advance):
19979         * gst-libs/gst/audio/gstringbuffer.h:
19980         Add some docs and cleanups.
19981
19982 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19983
19984         * sys/xvimage/xvimagesink.c:
19985         (gst_xvimagesink_navigation_send_event): Fix navigation events
19986         coordinates translation with pixel aspect ratios.
19987
19988 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19989
19990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19991         Use calculated video geometry from _setcaps instead of buffer
19992         caps to respect pixel aspect ratio. (fixes #322388)
19993
19994 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19995
19996         * docs/libs/tmpl/gstcolorbalance.sgml:
19997         * docs/libs/tmpl/gstmixer.sgml:
19998         * docs/libs/tmpl/gstxoverlay.sgml:
19999         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20000         interface.
20001
20002 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20003
20004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20005         Refuse to create an XvImage if we can't find the format.
20006
20007 2005-11-28  Edward Hervey  <edward@fluendo.com>
20008
20009         * gst-libs/gst/riff/riff-media.c:
20010         (gst_riff_create_audio_template_caps):
20011         Add ATRAC3 to the list of riff-possible audio caps.
20012         I know we still don't have a plugin for atrac3, but it's saner to output
20013         that than a cryptic mimetype.
20014
20015 2005-11-27  Edward Hervey  <edward@fluendo.com>
20016
20017         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20018         Don't try to create a zero-sized subbuffer.
20019
20020 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20021
20022         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20023         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20024         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20025         (gst_ximagesink_expose): Fixed a tricky race.
20026         * sys/ximage/ximagesink.h:
20027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20028         (gst_xvimagesink_expose): Fixed a tricky race.
20029         * sys/xvimage/xvimagesink.h:
20030
20031 2005-11-27  Edward Hervey  <edward@fluendo.com>
20032
20033         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20034         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20035         Remove unused properties, and add queues between demuxers and decoders
20036         so that a lot more files can preroll properly.
20037
20038 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * gst-libs/gst/net/Makefile.am:
20041         * gst-libs/gst/rtp/Makefile.am:
20042         * gst-libs/gst/tag/Makefile.am:
20043           remove silly include
20044         * gst/tags/Makefile.am:
20045         * gst/tags/gsttagediting.c:
20046         * gst/tags/gsttageditingprivate.h:
20047         * gst/tags/tagedit.vcproj:
20048           remove directory, is as good as empty
20049
20050 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         * configure.ac:
20053           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20054         * gst-libs/Makefile.am:
20055         * gst-libs/gst/audio/Makefile.am:
20056         * gst-libs/gst/interfaces/Makefile.am:
20057         * gst-libs/gst/net/Makefile.am:
20058         * gst-libs/gst/riff/Makefile.am:
20059         * gst-libs/gst/rtp/Makefile.am:
20060         * gst-libs/gst/tag/Makefile.am:
20061         * gst-libs/gst/video/Makefile.am:
20062           and use them
20063
20064 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20065
20066         * docs/libs/tmpl/gstcolorbalance.sgml:
20067         * docs/libs/tmpl/gstmixer.sgml:
20068         * docs/libs/tmpl/gstxoverlay.sgml:
20069         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20070         * sys/ximage/ximagesink.h:
20071         * sys/xvimage/xvimagesink.h: More and more documentation.
20072
20073 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20074
20075         * docs/libs/gst-plugins-base-libs-docs.sgml:
20076         * docs/libs/gst-plugins-base-libs-sections.txt:
20077         * docs/libs/tmpl/gstcolorbalance.sgml:
20078         * docs/libs/tmpl/gstmixer.sgml:
20079         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20080         to documentation.
20081
20082 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20083
20084         * docs/plugins/Makefile.am:
20085         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20086         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20087         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20088
20089 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20090
20091         * docs/plugins/Makefile.am:
20092         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20093         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20094         * docs/plugins/inspect/plugin-adder.xml:
20095         * docs/plugins/inspect/plugin-alsa.xml:
20096         * docs/plugins/inspect/plugin-audioconvert.xml:
20097         * docs/plugins/inspect/plugin-audiorate.xml:
20098         * docs/plugins/inspect/plugin-audioresample.xml:
20099         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20100         * docs/plugins/inspect/plugin-decodebin.xml:
20101         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20102         * docs/plugins/inspect/plugin-gnomevfs.xml:
20103         * docs/plugins/inspect/plugin-ogg.xml:
20104         * docs/plugins/inspect/plugin-playbin.xml:
20105         * docs/plugins/inspect/plugin-subparse.xml:
20106         * docs/plugins/inspect/plugin-tcp.xml:
20107         * docs/plugins/inspect/plugin-theora.xml:
20108         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20109         * docs/plugins/inspect/plugin-video4linux.xml:
20110         * docs/plugins/inspect/plugin-videorate.xml:
20111         * docs/plugins/inspect/plugin-videoscale.xml:
20112         * docs/plugins/inspect/plugin-videotestsrc.xml:
20113         * docs/plugins/inspect/plugin-volume.xml:
20114         * docs/plugins/inspect/plugin-vorbis.xml:
20115         * docs/plugins/inspect/plugin-ximagesink.xml:
20116         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20117         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20118
20119 2005-11-26  Edward Hervey  <edward@fluendo.com>
20120
20121         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20122         Properly return GstFlowReturn from gst_pad_push in chain functions.
20123
20124 2005-11-25  Michael Smith  <msmith@fluendo.com>
20125
20126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20127         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20128         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20129         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20130           Handle various conditions better when we don't understand a stream.
20131           Removes a heap of CRITICALs on ogg streams containing unknown data.
20132
20133 2005-11-24  Andy Wingo  <wingo@pobox.com>
20134
20135         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20136         Be threadsafe.
20137
20138 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20139
20140         * configure.ac: back to HEAD
20141
20142 === release 0.9.6 ===
20143
20144 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20145
20146         * configure.ac:
20147           releasing 0.9.6, "White Eight"
20148
20149 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20150
20151         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20152         * docs/plugins/inspect/plugin-sine.xml:
20153           remove sinesrc some more
20154
20155 2005-11-23  Wim Taymans  <wim@fluendo.com>
20156
20157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20158         If we are reading too slowly, jump forward in the ringbuffer
20159         instead of blocking.
20160
20161 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20162
20163         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20164         (gst_visual_chain):
20165         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20166         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20167         (gst_videorate_chain):
20168         * gst/videotestsrc/gstvideotestsrc.c:
20169         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20170         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20171         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20172         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20173         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20174         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20175           Updates for API changes
20176
20177 2005-11-23  Wim Taymans  <wim@fluendo.com>
20178
20179         * gst-libs/gst/audio/gstbaseaudiosink.c:
20180         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20181         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20182         Fix for calibration API change.
20183
20184 2005-11-23  Michael Smith <msmith@fluendo.com>
20185
20186         * gst-libs/gst/audio/multichannel.c:
20187         (gst_audio_get_channel_positions),
20188         (gst_audio_set_channel_positions),
20189         (gst_audio_set_structure_channel_positions_list),
20190         (gst_audio_fixate_channel_positions):
20191           Use gst_value_array_*() functions on value arrays, not
20192           gst_value_list_*().
20193
20194 2005-11-23  Edward Hervey  <edward@fluendo.com>
20195
20196         * autogen.sh:
20197         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20198         Fixes autogen
20199
20200 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * check/Makefile.am:
20203         * check/elements/videotestsrc.c: (setup_videotestsrc),
20204         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20205         (main):
20206           add a test for videotestsrc
20207
20208 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20209
20210         * gst/sine/.cvsignore:
20211         * gst/sine/Makefile.am:
20212         * gst/sine/gstsinesrc.c:
20213         * gst/sine/gstsinesrc.h:
20214         * gst/sine/sinesrc.vcproj:
20215           and remove sinesrc from the repository.  Closes #321446
20216
20217 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20218
20219         * configure.ac:
20220         * gst-plugins-base.spec.in:
20221           remove sinesrc from the build
20222
20223 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20224
20225         * check/Makefile.am:
20226         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20227         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20228         (main):
20229           add a test for audiotestsrc, testing all waves.  Even seems
20230           leak-free at first glance, nice job Stefan
20231
20232 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20233
20234         * po/af.po:
20235         * po/az.po:
20236         * po/cs.po:
20237         * po/en_GB.po:
20238         * po/hu.po:
20239         * po/it.po:
20240         * po/nb.po:
20241         * po/nl.po:
20242         * po/or.po:
20243         * po/sq.po:
20244         * po/sr.po:
20245         * po/sv.po:
20246         * po/uk.po:
20247         * po/vi.po:
20248           Translation string updates
20249
20250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20251         (gst_v4lsrc_set_caps):
20252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20253         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20254         * sys/v4l/v4lsrc_calls.h:
20255           Improve v4lsrc, by making it work again.
20256
20257 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20258
20259         * ext/libvisual/visual.c: (gst_visual_chain):
20260           Fix the fps calculations.
20261
20262         * gst/ffmpegcolorspace/avcodec.h:
20263           Move structure element for clarity
20264
20265         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20266         * gst-libs/gst/interfaces/tunernorm.h:
20267         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20268         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20269         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20270         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20271         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20272         (gst_v4lmjpegsrc_getcaps):
20273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20274         (gst_v4lsrc_set_caps):
20275         * sys/v4l/gstv4lsrc.h:
20276         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20277         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20278         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20279         * sys/v4l/v4lsrc_calls.h:
20280           Fractional framerates...
20281
20282 2005-11-22  Wim Taymans  <wim@fluendo.com>
20283
20284         * gst-libs/gst/audio/gstbaseaudiosink.c:
20285         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20286         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20287         And we provide a clock by default, of course...
20288
20289 2005-11-22  Wim Taymans  <wim@fluendo.com>
20290
20291         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20292         This clock can be slaved to a master clock now.
20293
20294         * gst-libs/gst/audio/gstbaseaudiosink.c:
20295         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20296         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20297         (gst_base_audio_sink_set_clock),
20298         (gst_base_audio_sink_set_property),
20299         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20300         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20301         * gst-libs/gst/audio/gstbaseaudiosink.h:
20302         Handle slaving the internal clock to the clock selected in the
20303         pipeline.
20304         Add property to make the basesink not provide a clock.
20305
20306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20307         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20308         (gst_base_rtp_depayload_wait):
20309         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20310         We can use the clock in GstElement, no need to store it ourselves.
20311
20312 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20313
20314         * docs/libs/tmpl/gstaudio.sgml:
20315           update
20316         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20317         (gst_paranoia_endian_get_type):
20318         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20319         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20320         * gst/audiotestsrc/gstaudiotestsrc.c:
20321         (gst_audiostestsrc_wave_get_type):
20322         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20323         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20324         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20325         (gst_sync_method_get_type), (gst_unit_type_get_type),
20326         (gst_client_status_get_type), (gst_multifdsink_class_init),
20327         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20328         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20329         (gst_multifdsink_get_property):
20330         * gst/tcp/gstmultifdsink.h:
20331         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20332         * gst/videotestsrc/gstvideotestsrc.c:
20333         (gst_videotestsrc_pattern_get_type):
20334           remove deprecated properties
20335           fix up enums to correctly have short lowercase dashed nicks
20336
20337 2005-11-22  Michael Smith <msmith@fluendo.com>
20338
20339         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20341           Add underscore.
20342
20343 2005-11-22  Michael Smith <msmith@fluendo.com>
20344
20345         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20346         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20347           Use utility method for scaling clocktime for fractional framerates.
20348
20349 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20350
20351         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20352         (gst_visual_chain):
20353         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20354         * ext/theora/theoradec.c: (theora_handle_type_packet):
20355         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20356         (theora_enc_chain):
20357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20358         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20359         * gst-libs/gst/video/video.h:
20360         * gst/ffmpegcolorspace/avcodec.h:
20361         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20362         (gst_ffmpeg_caps_to_pixfmt):
20363         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20364         (gst_ffmpegcsp_set_caps):
20365         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20366         (gst_videorate_setcaps), (gst_videorate_blank_data),
20367         (gst_videorate_chain):
20368         * gst/videotestsrc/gstvideotestsrc.c:
20369         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20370         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20371         (gst_videotestsrc_event), (gst_videotestsrc_create):
20372         * gst/videotestsrc/gstvideotestsrc.h:
20373         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20374         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20375         (gst_ximagesink_get_times), (gst_ximagesink_init):
20376         * sys/ximage/ximagesink.h:
20377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20378         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20379         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20380         * sys/xvimage/xvimagesink.h:
20381           Convert elements to use fractions for their framerate.
20382           V4L elements to come later tonight.
20383
20384 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20385
20386         * gst-libs/gst/audio/audio.c:
20387         * gst-libs/gst/audio/audio.h:
20388           remove some deprecated functions
20389
20390 2005-11-22  Andy Wingo  <wingo@pobox.com>
20391
20392         * Update for gst_tag_setter API changes.
20393
20394 2005-11-22  Andy Wingo  <wingo@pobox.com>
20395
20396         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20397         (gst_ogg_demux_perform_seek):
20398         * ext/theora/theoradec.c (theora_dec_sink_event):
20399         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20400         update-funcnames.
20401
20402 2005-11-22  Wim Taymans  <wim@fluendo.com>
20403
20404         * examples/seeking/seek.c: (main):
20405         Give higher priority to bus signals than the gtk events
20406         to fix a race condition in the segment looping.
20407
20408 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20409
20410         * ext/theora/Makefile.am:
20411         * ext/vorbis/Makefile.am:
20412         * gst-libs/gst/tag/Makefile.am:
20413         * gst-plugins-base.spec.in:
20414           Rename libgsttagedit to libgsttag (#322117).
20415
20416 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20417
20418         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20420           Call gst_x_overlay_prepare_xwindow_id() to give applications
20421           a final chance to set their own xwindow id before the video
20422           sink creates its own window.
20423
20424 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20425
20426         * sys/xvimage/xvimagesink.c:
20427         (gst_xvimagesink_navigation_send_event): Handle navigation
20428         events correcly with borders if applicable.
20429
20430 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20431
20432         Patch by: Luca Ognibene
20433
20434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20437         (gst_ffmpegcsp_caps_remove_format_info):
20438         * gst/ffmpegcolorspace/imgconvert.c:
20439         * gst/ffmpegcolorspace/imgconvert_template.h:
20440           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20441           #318353); use gst_structure_has_name().
20442
20443 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20444
20445         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20446         (gst_ximagesink_class_init): Add debug macros on functions.
20447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20448         (gst_xvimagesink_xwindow_draw_borders),
20449         (gst_xvimagesink_xvimage_put),
20450         (gst_xvimagesink_xwindow_update_geometry),
20451         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20452         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20453         (gst_xvimagesink_xcontext_clear),
20454         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20455         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20456         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20457         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20458         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20459         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20460         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20461         expose while being PAUSED, out of data flow navigation events, etc..
20462
20463 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20464
20465         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20466         * gst-libs/gst/audio/audio.h:
20467           fix prototype - wondering why the test worked regardless
20468
20469 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20470
20471         * check/Makefile.am:
20472         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20473         * gst-libs/gst/audio/audio.h:
20474           add a method that returns a proper GstClockTime
20475
20476 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20479         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20480         * gst-libs/gst/interfaces/xoverlay.h:
20481           Remove everything having to do with the desired size; add 
20482           gst_x_overlay_prepare_xwindow_id() function; remove the
20483           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20484           post a message on the bus instead (#321816).
20485
20486         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20488         (gst_xvimagesink_xoverlay_init):
20489           Remove desired size stuff (#321816).
20490
20491 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20492
20493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20494         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20495         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20496           Terminate vararg functions with NULL instead of 0 to 
20497           make gcc4 happy.
20498
20499 2005-11-21  Andy Wingo  <wingo@pobox.com>
20500
20501         patch by: Sebastien Cote <sebas642@yahoo.ca>
20502         
20503         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20504         * gst-libs/gst/rtp/gstrtpbuffer.c
20505         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20506
20507 2005-11-21  Andy Wingo  <wingo@pobox.com>
20508
20509         * gst/playback/gstplaybin.c (gen_audio_element) 
20510         (gen_video_element): Use the new MISSING_PLUGIN core error
20511         category. Closes #320060.
20512
20513         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20514         * gst/videorate/gstvideorate.c (gst_videorate_event):
20515         * ext/theora/theoradec.c (theora_dec_sink_event): 
20516         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20517         stream lock.
20518
20519         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20520         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20521         stream lock changes.
20522
20523 2005-11-21  Wim Taymans  <wim@fluendo.com>
20524
20525         * gst-libs/gst/audio/gstbaseaudiosink.c:
20526         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20527         (gst_base_audio_sink_provide_clock),
20528         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20529         (gst_base_audio_sink_change_state):
20530         * gst/audioresample/gstaudioresample.c:
20531         Segment update fix.
20532
20533 2005-11-21  Andy Wingo  <wingo@pobox.com>
20534
20535         * *.h:
20536         * *.c: Ran scripts/update-macros. Oh yes.
20537
20538 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20539
20540         * sys/ximage/Makefile.am:
20541         * sys/ximage/ximage.c:
20542           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20543           remove your old libgstximage.* manually if necessary).
20544
20545 2005-11-21  Michael Smith <msmith@fluendo.com>
20546
20547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20548           Minimal fix for bug #320200: set the min/max bitrate in the correct
20549           units. A better fix would be to upgrade to the RATEMANAGE2
20550           interface, rather than using the deprecated interface used here, but
20551           that would require an update in our libvorbis dependency (to 1.1),
20552           which is probably undesirable.
20553
20554 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20555
20556         * ext/libvisual/visual.c: (get_buffer):
20557         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20558         (gst_base_audio_src_fixate):
20559         * gst/audioconvert/gstaudioconvert.c:
20560         (gst_audio_convert_fixate_caps):
20561         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20562         * gst/audiotestsrc/gstaudiotestsrc.c:
20563         (gst_audiotestsrc_src_fixate):
20564         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20565         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20567         * gst/videotestsrc/gstvideotestsrc.c:
20568         (gst_videotestsrc_src_fixate):
20569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20571           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20572           (#322027)
20573
20574
20575 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20576
20577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20578         (gst_riff_create_iavs_caps):
20579         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20580         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20581         (gst_riff_parse_info):
20582         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20585           Fixes for GST_FOURCC_FORMAT API change.
20586
20587 2005-11-21  Andy Wingo  <wingo@pobox.com>
20588
20589         patch by: Alessandro Dessina <alessandro nnva org>
20590
20591         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20592         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20593         (gst_ogg_parse_chain):
20594         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20595         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20596         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20597         gst_value_list calls on arrays. Fixes #321962.
20598
20599 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20600
20601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20602         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20603         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20604         * gst/adder/gstadder.c: (gst_adder_init),
20605         (gst_adder_request_new_pad), (gst_adder_collected),
20606         (gst_adder_change_state):
20607           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20608           API change.
20609
20610 2005-11-21  Michael Smith <msmith@fluendo.com>
20611
20612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20613         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20614           Properly handle pad_push return values.
20615
20616 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20617
20618         * gst-libs/gst/tag/Makefile.am:
20619         * gst-libs/gst/tag/gstvorbistag.c:
20620         (gst_tag_list_to_vorbiscomment_buffer):
20621           Remove obsolete vorbistag element and debug category.
20622
20623         * gst/playback/gstplaybasebin.c: (check_queue):
20624           Don't divide by 0 when queue-threshold is 0.
20625
20626         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20627           Don't modify an existing pixel-aspect-ratio if we fail to read
20628           a new one.
20629
20630 2005-11-20  Wim Taymans  <wim@fluendo.com>
20631
20632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20633         (gst_vorbisenc_push_packet):
20634         GST_PAD_IS_USABLE is gone, use the return value of
20635         the push or pad_alloc_buffer instead.
20636
20637 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20638
20639         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20640         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20641         (gst_ximagesink_ximage_destroy),
20642         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20643         (gst_ximagesink_xwindow_new),
20644         (gst_ximagesink_xwindow_update_geometry),
20645         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20646         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20647         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20648         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20649         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20650         (gst_ximagesink_navigation_send_event),
20651         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20652         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20653         (gst_ximagesink_finalize), (gst_ximagesink_init),
20654         (gst_ximagesink_class_init):
20655         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20656         This new version brings correct software scaling, non flickering
20657         window while resizing, pixel aspect ratio handling, usage of
20658         hardware buffer pools, out of data flow event thread for 
20659         navigation and handling of expose events even when being PAUSED,
20660         a new property to keep video aspect ratio when resizing, etc...
20661
20662 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20663
20664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20665         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20666         handling of PAR.
20667
20668 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20669
20670         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20671         Unsetting IS_SINK flag from the fakesink, so decodebin
20672         never behaves as a sink.
20673
20674 2005-11-17  Wim Taymans  <wim@fluendo.com>
20675
20676         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20677         (gst_base_audio_src_change_state):
20678         Fix the audiosrc base class again, we did not unflush.
20679
20680 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20681
20682         * examples/seeking/seek.c: (make_dv_pipeline),
20683         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20684         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20685         to ogg/vorbis/theora pipeline.
20686
20687 2005-11-17  Wim Taymans  <wim@fluendo.com>
20688
20689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20690         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20691         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20692         Fix EOS on multiple streams.
20693         More debugging.
20694
20695 2005-11-16  Wim Taymans  <wim@fluendo.com>
20696
20697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20698         (gst_ogg_demux_perform_seek):
20699         Segment done must include stream time.
20700
20701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20702         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20703         (gst_ogg_mux_change_state):
20704         Fix ogg muxer again.
20705
20706 2005-11-16  Wim Taymans  <wim@fluendo.com>
20707
20708         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20709         Fix compile again.
20710
20711 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20712
20713         * ext/libvisual/visual.c: (gst_visual_init):
20714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20715         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20716         (gst_ogg_parse_chain):
20717         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20718         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20719         * ext/theora/theoradec.c: (gst_theora_dec_init):
20720         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20721         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20722         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20723         * gst/adder/gstadder.c: (gst_adder_class_init),
20724         (gst_adder_dispose):
20725         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20726         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20727         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20728           Fix a whole set of pad template leaks
20729
20730 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20731
20732         * check/generic/states.c: (GST_START_TEST):
20733           fix the test so that it only checks for elements that are part of
20734           this source module
20735
20736 2005-11-16  Michael Smith <msmith@fluendo.com>
20737
20738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20739         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20740         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20741         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20742         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20743         (gst_ogg_mux_change_state):
20744           Fix leaking collectpads.
20745
20746 2005-11-16  Edward Hervey  <edward@fluendo.com>
20747
20748         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20749         (gst_videorate_event), (gst_videorate_chain):
20750         Handle segment seeks
20751
20752 2005-11-16  Wim Taymans  <wim@fluendo.com>
20753
20754         * gst-libs/gst/audio/gstbaseaudiosink.c:
20755         (gst_base_audio_sink_provide_clock),
20756         (gst_base_audio_sink_change_state):
20757         Set ringbuffer to non-flushing when going to PAUSED, set to
20758         flushing again when going to READY.
20759
20760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20761         (gst_ring_buffer_stop):
20762         Start in flushing mode by default.
20763         Don't set flushing in the _stop method, let the app call
20764         this explicitly.
20765
20766 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20767
20768         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20769         * gst-libs/gst/video/videosink.h: Add helper function needed
20770         for video sinks.
20771
20772 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20773
20774         * gst/videoscale/gstvideoscale.c:
20775         (gst_videoscale_handle_src_event):
20776           Don't leak reference to pad parent.
20777
20778 2005-11-16  Wim Taymans  <wim@fluendo.com>
20779
20780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20781         Set ringbuffer to flushing when stopping so that we don't
20782         block on wait_segment anymore and livelock.
20783
20784 2005-11-16  Wim Taymans  <wim@fluendo.com>
20785
20786         * examples/seeking/seek.c: (send_event), (do_seek),
20787         (loop_toggle_cb), (segment_done), (main):
20788         Added looping checkbox.
20789
20790 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20791
20792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20793         (gst_ogg_demux_init):
20794         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20795         (gst_vorbis_dec_init):
20796           revert unrefs, they don't pass make check
20797
20798 2005-11-15  Johan Dahlin  <johan@gnome.org>
20799
20800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20801         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20802         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20803         (gst_vorbis_dec_init):
20804         Fix pad template leaks. 
20805
20806 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20807
20808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20809           Make state change function thread safe.
20810
20811 2005-11-15  Edward Hervey  <edward@fluendo.com>
20812
20813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20814         (gst_ogg_demux_class_init):
20815         Implement GstElement::send_event, so we can send seek events
20816         in GST_STATE_READY
20817
20818 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20819
20820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20821         Discovered how to take away flickering while resizing the
20822         window. Please don't put that in ximagesink, refactoring in
20823         progress.
20824
20825 2005-11-14  Michael Smith <msmith@fluendo.com>
20826
20827         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20828         (gst_multifdsink_render):
20829           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20830
20831 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20832
20833         * gst/playback/gstplaybin.c: (gen_audio_element):
20834           Use autoaudiosink, it tends to be more widely available than
20835           autoaudiiosink.
20836           
20837 2005-11-14  Andy Wingo  <wingo@pobox.com>
20838
20839         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20840         as well if it is available. Fixes #316442.
20841
20842 2005-11-14  Michael Smith <msmith@fluendo.com>
20843
20844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20845         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20846         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20847         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20848         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20849         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20851         (gst_vorbisenc_change_state):
20852           Fix a small memory leak in vorbisenc.
20853           Fix large memory leaks in oggmux, also fix lots of state change
20854           bugs in oggmux.
20855
20856 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20857
20858         * gst/videotestsrc/gstvideotestsrc.c:
20859         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20860         (gst_videotestsrc_src_fixate):
20861           move fixation to a fixate function
20862           remove negotiate function, basesrc's is good enough
20863           fixes a bug for check when using the element alone
20864
20865 2005-11-13  Edward Hervey  <edward@fluendo.com>
20866
20867         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20868         (key_toggle_cb), (main):
20869         Added checkboxes for adding/removing the accurate and key_unit seek
20870         flags.
20871
20872 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20873
20874         * configure.ac: back to HEAD
20875
20876 === release 0.9.5 ===
20877
20878 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20879
20880         * configure.ac:
20881           releasing 0.9.5, "No No Kia"
20882
20883 2005-11-11  Edward Hervey  <edward@fluendo.com>
20884
20885         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20886         Added parse-launch syntax seeking mode for the seeking example.
20887         This should help stress-test even more cases.
20888         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20889
20890 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20891
20892         * sys/xvimage/xvimagesink.c:
20893         (gst_xvimagesink_navigation_send_event):
20894           Check whether peer pad exists before sending navigation events
20895           to it.
20896
20897 2005-11-11  Michael Smith <msmith@fluendo.com>
20898
20899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20900         (gst_vorbisenc_buffer_from_packet):
20901         * ext/vorbis/vorbisenc.h:
20902           Set duration on encoded buffers. This allows oggmux's
20903           max_page_delay parameter to actually work.
20904
20905 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20906
20907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20908         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20909         (gst_ffmpegcsp_avpicture_fill):
20910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20911         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20912           Make palettes work again (see #132341). Use our own macros
20913           for rounding up.
20914
20915 2005-11-10  Andy Wingo  <wingo@pobox.com>
20916
20917         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20918         string doober.
20919
20920 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20921
20922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20923         (gst_ffmpegcsp_transform_caps):
20924           Prefer passthrough in transform_caps
20925
20926 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20927
20928         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20929           check for ALSA errors properly, instead of relying on ALSA's
20930           error strings to serve to the user.
20931
20932 2005-11-10  Wim Taymans  <wim@fluendo.com>
20933
20934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20935         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20936         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20937         Modernise the seek code.
20938
20939 2005-11-10  Michael Smith <msmith@fluendo.com>
20940         
20941         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20942         (setup_substreams), (set_active_source):
20943           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20944           trying to go to NULL if we failed to read a file.
20945
20946 2005-11-10  Wim Taymans  <wim@fluendo.com>
20947
20948         * gst/audiotestsrc/gstaudiotestsrc.c:
20949         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20950         (gst_audiotestsrc_create):
20951         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20952         (gst_sinesrc_get_times), (gst_sinesrc_create):
20953         * gst/videotestsrc/gstvideotestsrc.c:
20954         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20955         (gst_videotestsrc_create):
20956         The base class can now sync for us.
20957
20958 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20959
20960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20961           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20962           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20963           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20964           format=(fourcc)I420" ! xvimagesink
20965
20966 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20967
20968         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20969         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20970         (gst_sinesrc_newsegment):
20971           Send newsegment event in TIME format, set duration if
20972           num-buffers is set, fix duration querying.
20973
20974 2005-11-10  Michael Smith <msmith@fluendo.com>
20975
20976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20977         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20978         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20979         (gst_ogg_mux_collected):
20980          Fix EOS handling, partially. Now forwarding an EOS event once we have
20981          EOS on all pads works correctly. However, we still don't properly set
20982          EOS on the actual ogg stream pages.
20983
20984 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20985
20986         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20987           Set elements to NULL state before disposing of them.
20988
20989 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20990
20991         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20992
20993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20994         (gst_base_rtp_depayload_init),
20995         (gst_base_rtp_depayload_set_gst_timestamp):
20996         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20997           We need to send a newsegment event for each instance, not
20998           just for the first instance of this class (get rid of
20999           static variable in function). (#321011).
21000           
21001 2005-11-08  Michael Smith <msmith@fluendo.com>
21002
21003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21004         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21005         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21006         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21007           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21008           This makes us mux things correctly according to the ogg muxing
21009           rules. Still not handling EOS correctly right now, though.
21010
21011 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21012
21013         * gst/audioconvert/gstaudioconvert.c:
21014           Fix typo in docs. 
21015
21016 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21017
21018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21019         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21020           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21021           creating a new chain; should fix live streaming. Also
21022           add more debug output and fix a typo.
21023
21024 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21025
21026         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21027
21028         * gst/volume/gstvolume.c: (volume_set_caps):
21029           Fix compilation on Solaris with Forte. (#320923)
21030
21031 2005-11-08  Wim Taymans  <wim@fluendo.com>
21032
21033         * gst-libs/gst/audio/gstbaseaudiosink.c:
21034         (gst_base_audio_sink_render):
21035         No need to do a typecheck.
21036
21037 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21038
21039         * ext/alsa/gstalsa.h:
21040           We register a debug category, so let's use it.
21041
21042 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21043
21044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21045         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21046         Fixed a small problem.
21047
21048 2005-11-04  Wim Taymans  <wim@fluendo.com>
21049
21050         * examples/seeking/Makefile.am:
21051         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21052         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21053         (make_playerbin_pipeline), (format_value), (update_scale),
21054         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21055         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21056         (print_usage), (main):
21057         Added app for playback speed testing.
21058
21059         * examples/seeking/seek.c: (dynamic_link),
21060         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21061         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21062         (message_received), (main):
21063         Updated seek example.
21064
21065 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21066
21067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21068         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21069         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21070         (gst_base_rtp_depayload_set_clock):
21071         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21072         Don't sleep on the bench (system clock) when you have a nice 
21073         comfortable bed (Gstreamer clock) to sleep on.
21074
21075 2005-11-03  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21078         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21079         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21080         Handle the case where a pad_block failed.
21081
21082 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21083
21084         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21085
21086         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21087         (gst_base_rtp_depayload_add_to_queue),
21088         (gst_base_rtp_depayload_push),
21089         (gst_base_rtp_depayload_set_gst_timestamp),
21090         (gst_base_rtp_depayload_queue_release):
21091           Fixes some bugs in the depayloader's queuing/de-queueing code.
21092
21093 2005-10-31  Michael Smith <msmith@fluendo.com>
21094
21095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21096         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21097         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21098           Patch from Alessandro Decina <alessandro@nnva.org>.
21099           Make oggdemux only find the final time in a chain, not per-pad,
21100           since the per-pad information can be very expensive to locate, and
21101           it isn't used anywhere. This makes reading a file containing
21102           OggSkeleton reasonably fast.
21103           Also, make chain finding work when there are logical bitstreams that
21104           can't be decoded. Fixes #319110.
21105
21106 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21107
21108         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21109         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21110         (gst_base_rtp_depayload_chain),
21111         (gst_base_rtp_depayload_add_to_queue),
21112         (gst_base_rtp_depayload_push),
21113         (gst_base_rtp_depayload_set_gst_timestamp),
21114         (gst_base_rtp_depayload_queue_release),
21115         (gst_base_rtp_depayload_start_thread),
21116         (gst_base_rtp_depayload_set_property),
21117         (gst_base_rtp_depayload_get_property):
21118         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21119         Some random fixes, to fullfill the desires of thomas.
21120
21121 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21122
21123         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21124         (gst_base_rtp_depayload_add_to_queue),
21125         (gst_base_rtp_depayload_push):
21126         Fixed the queueing algorithm.
21127
21128 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21129
21130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21131         (gst_base_rtp_depayload_push):
21132         A small fix
21133
21134 2005-10-31  Wim Taymans  <wim@fluendo.com>
21135
21136         * gst-libs/gst/audio/gstringbuffer.h:
21137         Don't break ABI.
21138
21139         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21140         (gst_ffmpeg_caps_to_pixfmt):
21141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21142         (gst_ffmpegcsp_set_caps):
21143         Some more comments.
21144         Handle missing required caps fields better.
21145
21146 2005-10-31  Wim Taymans  <wim@fluendo.com>
21147
21148         * gst-libs/gst/audio/gstbaseaudiosink.c:
21149         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21150         (gst_base_audio_sink_render):
21151         * gst-libs/gst/audio/gstringbuffer.c:
21152         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21153         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21154         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21155         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21156         (gst_ring_buffer_read):
21157         * gst-libs/gst/audio/gstringbuffer.h:
21158         Add flushing mode to the ringbuffer so that it in all cases does
21159         not try to handle more audio. This makes sure it does not try to
21160         block anymore when flushing and fixes a livelock.
21161
21162 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21163
21164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21165         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21166         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21167           Explicitly check for -1 values before doing a conversion
21168           and always map them to -1. (#315545)
21169
21170 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21171
21172         * gst/playback/gstplaybin.c: (gen_video_element):
21173           first try autovideosink, then xvimagesink, then error out
21174         * po/POTFILES.in:
21175           add translatable file
21176         * po/af.po:
21177         * po/az.po:
21178         * po/cs.po:
21179         * po/en_GB.po:
21180         * po/hu.po:
21181         * po/it.po:
21182         * po/nb.po:
21183         * po/nl.po:
21184         * po/or.po:
21185         * po/sq.po:
21186         * po/sr.po:
21187         * po/sv.po:
21188         * po/uk.po:
21189         * po/vi.po:
21190           update translations
21191
21192 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21193
21194         * gst-libs/gst/rtp/gstbasedepayload.c:
21195         * gst-libs/gst/rtp/gstbasedepayload.h:
21196           Minor cleanups
21197
21198 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21199
21200         * gst/playback/.cvsignore:
21201         * gst/playback/decodetest.c:
21202         * gst/playback/test3.c:
21203           Port these two tests as well.
21204
21205 2005-10-27  Wim Taymans  <wim@fluendo.com>
21206
21207         * ext/theora/theoradec.c: (theora_dec_src_query),
21208         (theora_dec_sink_event):
21209         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21210         (theora_enc_change_state):
21211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21212         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21213         Take proper locks when handling events.
21214
21215 2005-10-27  Wim Taymans  <wim@fluendo.com>
21216
21217         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21218         (gst_adder_change_state):
21219         Fix timestamps and fix deadlock when stopping the collectpads.
21220
21221 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21222
21223         * gst-libs/gst/rtp/gstrtpbuffer.h:
21224         Declaring the payload types as strings too so that they can be used
21225         in the padtemplate inialization.
21226
21227 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21228
21229         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21230
21231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21232         (gst_base_rtp_depayload_class_init):
21233         Fixes a small but nasty bug. The derived elements no longer segfaults
21234         on finalization.
21235
21236 2005-10-26  Michael Smith <msmith@fluendo.com>
21237
21238         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21239           When clearing an audioconvert context, set tmpbufsize to zero, so
21240           we'll allocate it again later if required.
21241           This fixes audioconvert re-negotiating formats, which previously
21242           segfaulted with a NULL destination buffer.
21243
21244 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21245
21246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21247         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21248         (gst_base_rtp_depayload_set_gst_timestamp),
21249         (gst_base_rtp_depayload_queue_release):
21250         Fixed a smalll memleak.
21251
21252 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21253         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21254         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21255         (gst_base_rtp_depayload_finalize),
21256         (gst_base_rtp_depayload_setcaps),
21257         (gst_base_rtp_depayload_add_to_queue),
21258         (gst_base_rtp_depayload_push),
21259         (gst_base_rtp_depayload_set_gst_timestamp),
21260         (gst_base_rtp_depayload_queue_release),
21261         (gst_base_rtp_depayload_thread),
21262         (gst_base_rtp_depayload_change_state):
21263         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21264         Changed the C++ comments to C comments
21265
21266 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21267
21268         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21269         * gst/tcp/gsttcpclientsrc.h:
21270         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21271         * gst/tcp/gsttcpserversrc.h:
21272           Remove unused 'curoffset' structure member.
21273
21274 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21275
21276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21277         (gst_base_rtp_depayload_base_init),
21278         (gst_base_rtp_depayload_finalize):
21279         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21280         * gst-libs/gst/rtp/gstbasertppayload.h:
21281           The pad-template on the sinkpad should be set by the derived classes.
21282           Also added some useful macros.
21283
21284 2005-10-24  Wim Taymans  <wim@fluendo.com>
21285
21286         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21287         Correctly flush decoder samples even if we could not
21288         copy them to an output buffer. Fixes #319618.
21289
21290 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21291
21292         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21294         the caps against our xcontext caps.
21295
21296 2005-10-24  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst-libs/gst/audio/gstbaseaudiosink.c:
21299         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21300         Remove g_print
21301         Use sync property from baseclass to disable sync.
21302
21303 2005-10-24  Wim Taymans  <wim@fluendo.com>
21304
21305         * gst-libs/gst/audio/gstbaseaudiosink.c:
21306         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21307         Buffers with no timestamps get aligned with previous buffers or
21308         on underrun, played ASAP.
21309
21310 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21311
21312         * gst-libs/gst/video/video.h:
21313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21314         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21316         here comes my change on caps for framerate and geometry range.
21317         We are now accepting 1 to MAXINT for width and height, and from
21318         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21319         to be blended correctly in videomixer.
21320
21321 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * configure.ac:
21324           back to HEAD
21325
21326 === release 0.9.4 ===
21327
21328 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         * NEWS:
21331         * RELEASE:
21332         * configure.ac:
21333           releasing 0.9.4, "Velociraptor"
21334
21335 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21338         * po/POTFILES.in:
21339           STOPPED -> FAILED
21340
21341 2005-10-21  Wim Taymans  <wim@fluendo.com>
21342
21343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21344         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21345         (pad_blocked), (close_pad_link), (new_pad):
21346         Don't try to remove elements twice.
21347
21348 2005-10-21  Wim Taymans  <wim@fluendo.com>
21349
21350         * ext/theora/theoradec.c: (theora_dec_src_query),
21351         (theora_dec_sink_event):
21352         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21353         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21354         (vorbis_handle_data_packet):
21355         * ext/vorbis/vorbisdec.h:
21356         Fix old naming.
21357
21358         * gst-libs/gst/audio/gstbaseaudiosink.c:
21359         (gst_base_audio_sink_render):
21360         Don't try to sync on buffers without a timestamp.
21361
21362 2005-10-21  Wim Taymans  <wim@fluendo.com>
21363
21364         * ext/theora/theoradec.c: (theora_dec_src_query),
21365         (theora_dec_sink_event):
21366         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21367         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21368         (vorbis_handle_data_packet):
21369         * ext/vorbis/vorbisdec.h:
21370         Fix old naming.
21371
21372 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21373
21374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21375         (gst_vorbisenc_src_query):
21376           Implement position and duration queries.
21377
21378         * gst/playback/test3.c: (update_scale), (main):
21379           Fix for async state changes and print nicer output.
21380
21381 2005-10-20  Wim Taymans  <wim@fluendo.com>
21382
21383         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21384         (dump_element_stats), (main):
21385         * gst/playback/test6.c: (main):
21386         Fix tests again
21387
21388 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21389
21390         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21391         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21392           Don't use functions for position queries when handling
21393           duration queries.
21394
21395 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21396
21397         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21398         (vorbis_handle_data_packet), (vorbis_dec_chain),
21399         (vorbis_dec_change_state):
21400         * ext/vorbis/vorbisdec.h:
21401           Vorbis streams can be embedded in other container formats
21402           than ogg, container formats where the demuxer might set 
21403           timestamps on encoded vorbis buffers instead of those silly 
21404           granulepos thingies. In short: make vorbisdec handle 
21405           timestamps on incoming buffers as well.
21406
21407 2005-10-20  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst/playback/gstplaybasebin.c: (group_destroy),
21410         (gst_play_base_bin_change_state):
21411         Fix leak.
21412         Handle case where playbasebin is now ASYNC because
21413         decodebin is.
21414
21415 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21416
21417         * gst/audioconvert/Makefile.am:
21418         * gst/audioconvert/bufferframesconvert.c:
21419         * gst/audioconvert/plugin.c: (plugin_init):
21420         * gst/audioconvert/plugin.h:
21421           And bye bye buffer-frames-convert
21422
21423 2005-10-19  Wim Taymans  <wim@fluendo.com>
21424
21425         * check/elements/audioconvert.c:
21426         * docs/libs/tmpl/gstaudio.sgml:
21427         * docs/libs/tmpl/gstcolorbalance.sgml:
21428         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21429         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21430         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21431         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21432         * gst-libs/gst/audio/audio.h:
21433         * gst/audioconvert/audioconvert.h:
21434         * gst/audioconvert/gstaudioconvert.c:
21435         (gst_audio_convert_parse_caps):
21436         * gst/volume/gstvolume.c:
21437         Bye bye buffer-frames.
21438
21439 2005-10-19  Wim Taymans  <wim@fluendo.com>
21440
21441         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21442         (query_positions_elems), (query_positions_pads), (update_scale),
21443         (do_seek), (set_update_scale), (message_received), (main):
21444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21445         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21446         (gst_ogg_demux_loop):
21447         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21448         * ext/theora/theoradec.c: (theora_dec_src_query),
21449         (theora_dec_sink_event):
21450         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21451         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21452         * gst/adder/gstadder.c: (gst_adder_query):
21453         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21454         * gst/playback/test3.c: (update_scale):
21455         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21456         (dump_element_stats), (main):
21457         * gst/playback/test6.c: (main):
21458         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21459         Query API update.
21460
21461 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21462
21463         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21464         (xml_check_first_element), (xml_type_find), (smil_type_find),
21465         (plugin_init):
21466           Add typefinding for SMIL and for generic XML. Based on patch by
21467           Akos Maroy (#308663).
21468
21469 2005-10-18  Wim Taymans  <wim@fluendo.com>
21470
21471         * gst/playback/Makefile.am:
21472         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21473         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21474         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21475         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21476         (gst_decode_bin_change_state):
21477         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21478         (gst_play_bin_send_event_to_sink):
21479         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21480         (dump_element_stats), (main):
21481         * gst/playback/test6.c: (main):
21482         Make playbin async, it'll commit state to paused when all streams
21483         are detected.
21484         Remove ugly hack.
21485         Added test6.c to show async behaviour.
21486
21487 2005-10-18  Wim Taymans  <wim@fluendo.com>
21488
21489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21490         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21491         Fix for segment-start/stop API change.
21492
21493 2005-10-18  Wim Taymans  <wim@fluendo.com>
21494
21495         * check/Makefile.am:
21496         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21497         (main):
21498         Add future test for clock selection.
21499
21500 2005-10-18  Wim Taymans  <wim@fluendo.com>
21501
21502         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21503         (gst_alsasink_close):
21504         Set handle to NULL.
21505
21506         * gst-libs/gst/audio/gstringbuffer.c:
21507         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21508         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21509         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21510         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21511         (gst_ring_buffer_read):
21512         More debug info.
21513
21514 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21515
21516         * gst/audiotestsrc/Makefile.am:
21517         * gst/sine/Makefile.am:
21518         * gst/volume/Makefile.am:
21519           fix broken build of controllerized plugins
21520
21521 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21522
21523         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21524
21525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21526         (gst_riff_create_video_template_caps):
21527           Add support for Indeo-3 (IV32).
21528
21529 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21530
21531         * configure.ac:
21532           rewrite
21533
21534 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         * gst-libs/gst/video/video.c: (gst_video_get_size):
21537         * gst/audiotestsrc/gstaudiotestsrc.c:
21538           doc updates
21539
21540 2005-10-17  Andy Wingo  <wingo@pobox.com>
21541
21542         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21543         with the collectpads change.
21544         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21545
21546         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21547
21548         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21549
21550         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21551         alloc_buffer flow return to callers.
21552         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21553         change. Fix some memleaks in theoraenc.
21554
21555         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21556         in strange circumstance.
21557
21558 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21559
21560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21561         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21562         from caps, let's use the caps...
21563
21564 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * configure.ac:
21567           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21568
21569 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * gst-libs/gst/interfaces/Makefile.am:
21572           fix silly typo
21573
21574 2005-10-16  Andy Wingo  <wingo@pobox.com>
21575
21576         * gst/playback/gstdecodebin.c
21577         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21578         function!
21579         (try_to_link_1): Increase kraziness level.
21580
21581 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         * configure.ac:
21584           restructure like the core one
21585         * gst-libs/gst/audio/Makefile.am:
21586         * gst-libs/gst/interfaces/Makefile.am:
21587         * gst-libs/gst/net/Makefile.am:
21588         * gst-libs/gst/riff/Makefile.am:
21589         * gst-libs/gst/rtp/Makefile.am:
21590         * gst-libs/gst/tag/Makefile.am:
21591         * gst-libs/gst/video/Makefile.am:
21592           use correct linker flags, now the libs are properly versioned
21593         * check/elements/audioconvert.c: (verify_convert):
21594         * ext/alsa/gstalsaplugin.c:
21595         * ext/cdparanoia/gstcdparanoia.c:
21596         * ext/gnomevfs/gstgnomevfs.c:
21597         * ext/libvisual/visual.c:
21598         * ext/ogg/gstogg.c:
21599         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21600         * ext/theora/theora.c:
21601         * ext/vorbis/vorbis.c:
21602         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21603         * gst-libs/gst/tag/gsttagediting.c:
21604         * gst-libs/gst/video/video.c:
21605         * gst/adder/gstadder.c:
21606         * gst/audioconvert/plugin.c:
21607         * gst/audiorate/gstaudiorate.c:
21608         * gst/audioresample/gstaudioresample.c:
21609         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21610         * gst/audioscale/gstaudioscale.c:
21611         * gst/audioscale/resample.c:
21612         * gst/audiotestsrc/gstaudiotestsrc.c:
21613         * gst/ffmpegcolorspace/gstffmpeg.c:
21614         * gst/playback/gstdecodebin.c: (close_pad_link):
21615         * gst/playback/gstplaybin.c: (gen_video_element),
21616         (gen_audio_element):
21617         * gst/sine/gstsinesrc.c:
21618         * gst/subparse/gstsubparse.c:
21619         * gst/tags/gsttagediting.c:
21620         * gst/tcp/gsttcpplugin.c:
21621         * gst/typefind/gsttypefindfunctions.c:
21622         * gst/videorate/gstvideorate.c:
21623         * gst/videoscale/gstvideoscale.c:
21624         * gst/videotestsrc/gstvideotestsrc.c:
21625         * gst/volume/gstvolume.c:
21626         * sys/v4l/gstv4l.c:
21627         * sys/ximage/ximage.c:
21628         * sys/xvimage/xvimagesink.c:
21629           fix up defines
21630
21631 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21632
21633         * ext/vorbis/vorbisenc.c:
21634         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21635         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21636         (gst_tag_to_vorbis_comments):
21637           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21638
21639 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21640
21641         * examples/stats/mp2ogg.c:
21642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21643           typo fixes
21644
21645 2005-10-13  Michael Smith <msmith@fluendo.com>
21646
21647         * ext/ogg/gstoggmux.c:
21648           Use magic glib macros to define constants as 64 bit, to ensure
21649           appropriate vararg passing.
21650
21651 2005-10-13  Michael Smith <msmith@fluendo.com>
21652
21653         * ext/ogg/gstoggmux.c:
21654         * gst/audioconvert/audioconvert.c: (float):
21655           Don't use LL suffix, as it's not portable, and neither of these
21656           uses required it anyway.
21657
21658 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21659
21660         * examples/indexing/indexmpeg.c: (main):
21661         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21662         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21663         (cdparanoia_convert), (cdparanoia_query):
21664         * ext/cdparanoia/gstcdparanoia.h:
21665         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21666         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21667         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21668         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21669         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21670         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21672         (gst_multifdsink_render), (gst_multifdsink_start),
21673         (gst_multifdsink_stop):
21674         * gst/tcp/gstmultifdsink.h:
21675         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21676         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21677         (gst_tcpclientsink_stop):
21678         * gst/tcp/gsttcpclientsink.h:
21679         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21680         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21681         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21682         * gst/tcp/gsttcpclientsrc.h:
21683         * gst/tcp/gsttcpserversink.h:
21684         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21685         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21686         (gst_tcpserversrc_stop):
21687         * gst/tcp/gsttcpserversrc.h:
21688         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21689         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21690         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21691           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21692           moved bitshift from macro to enum definition
21693
21694 2005-10-12  Wim Taymans  <wim@fluendo.com>
21695
21696         * examples/seeking/Makefile.am:
21697         Oops.
21698
21699 2005-10-12  Wim Taymans  <wim@fluendo.com>
21700
21701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21702         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21703         Don't assert on normal stuff.
21704
21705         * gst/playback/gstplaybin.c: (do_playbin_seek):
21706         API fix.
21707
21708 2005-10-12  Wim Taymans  <wim@fluendo.com>
21709
21710         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21711         * examples/seeking/Makefile.am:
21712         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21713         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21714         (do_seek), (set_update_scale), (message_received), (main):
21715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21716         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21717         Update for _get_state() API change.
21718
21719 2005-10-11  Wim Taymans  <wim@fluendo.com>
21720
21721         * gst-libs/gst/audio/gstbaseaudiosink.c:
21722         (gst_base_audio_sink_render):
21723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21724         (gst_base_audio_src_create):
21725         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21726         (gst_ring_buffer_read):
21727         Cleanups.
21728         Commit and read from ringbuffer in samples rather than bytes.
21729
21730 2005-10-11  Wim Taymans  <wim@fluendo.com>
21731
21732         * gst-libs/gst/audio/gstbaseaudiosink.c:
21733         (gst_base_audio_sink_render):
21734         Respect segment rate and accum when scheduling samples.
21735
21736 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21737
21738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21739         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21740         EOS correctly, that needs more work.
21741
21742 2005-10-11  Wim Taymans  <wim@fluendo.com>
21743
21744         * check/generic/states.c: (GST_START_TEST):
21745         remove old property.
21746
21747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21748         (gst_ogg_demux_perform_seek):
21749         * ext/theora/theoradec.c: (theora_dec_sink_event):
21750         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21751         (vorbis_handle_data_packet):
21752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21753         (gst_base_rtp_depayload_set_gst_timestamp):
21754         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21755         Update for newsegment API change.
21756
21757 2005-10-11  Michael Smith <msmith@fluendo.com>
21758
21759         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21760         (do_playbin_seek), (gst_play_bin_send_event):
21761           Override send_event differently, so that we can takes bits of
21762           functionality from GstPipeline (special handling for seeks,
21763           including pausing/resuming, and resetting stream time) and still get
21764           the appropriate behaviour of only forwarding event to a single sink,
21765           rather than all of them.
21766           Unfortunately requires a lot of code duplication, but the
21767           alternatives are equally ugly in the end.
21768
21769 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21770
21771         * check/elements/audioconvert.c: (setup_audioconvert),
21772         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21773         (GST_START_TEST), (audioconvert_suite):
21774           clean up tests a little, fix some leaks.
21775
21776 2005-10-10  Wim Taymans  <wim@fluendo.com>
21777
21778         * ext/alsa/gstalsasink.c:
21779         Also allow unsigned int.
21780
21781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21782         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21783         Small cleanup
21784
21785 2005-10-10  Wim Taymans  <wim@fluendo.com>
21786
21787         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21788         Small update, use API as stated in design docs.
21789
21790         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21791         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21792         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21793         (message_received), (main):
21794         Updated seek example for GOption. Some usability improvements.
21795
21796 2005-10-10  Wim Taymans  <wim@fluendo.com>
21797
21798         * gst/audioconvert/audioconvert.h:
21799         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21800         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21801         Alloc temp storage somewhere else where we can do it more
21802         portable.
21803
21804 2005-10-10  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21807         (gst_tcpserversrc_start):
21808         Don't block in accept while doing the state change, move
21809         to poll and make cancellable.
21810
21811 2005-10-09  Philippe Khalaf <burger@speedy.org>
21812
21813         * gst-libs/gst/rtp/rtpbasedepayload.c:
21814         Set timestamp and add queue delay to timestamp
21815         * gst-libs/gst/rtp/rtpbuffer.h:
21816         Set correct payload type for h263
21817
21818 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21819
21820         * gst/audiotestsrc/gstaudiotestsrc.c:
21821         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21822         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21823         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21824         (gst_audiotestsrc_create_triangle),
21825         (gst_audiotestsrc_create_silence),
21826         (gst_audiotestsrc_create_white_noise),
21827         (gst_audiotestsrc_init_pink_noise),
21828         (gst_audiotestsrc_generate_pink_noise_value),
21829         (gst_audiotestsrc_create_pink_noise),
21830         (gst_audiotestsrc_change_wave):
21831         * gst/audiotestsrc/gstaudiotestsrc.h:
21832           fixed typo, added pink noise
21833
21834 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21835
21836         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21837         (plugin_init):
21838           Add wavpack and spc typefind functions from 0.8 branch.
21839
21840 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21841
21842         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21843         (ar_type_find), (msdos_type_find), (plugin_init):
21844           Add typefind functions for tar archives, ar archives,
21845           RAR archives, and msdos-executables (dlls, exe, etc.).
21846           Some of those would be wrongly identified as mpeg
21847           streams of some sort before (#315550).
21848
21849 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21850
21851         * configure.ac:
21852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21855         * gst/audiotestsrc/Makefile.am:
21856         * gst/audiotestsrc/gstaudiotestsrc.c:
21857         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21858         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21859         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21860         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21861         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21862         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21863         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21864         (gst_audiotestsrc_create_silence),
21865         (gst_audiotestsrc_create_white_noise),
21866         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21867         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21868         (gst_audiotestsrc_start), (plugin_init):
21869         * gst/audiotestsrc/gstaudiotestsrc.h:
21870           add new plugin and element
21871         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21872           use gobject_class
21873
21874 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21875
21876         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21877         (gst_adder_init), (gst_adder_request_new_pad),
21878         (gst_adder_change_state):
21879           Add query function to source pad, so adder reports the correct
21880           time/sample position when queried (#315457); fix state change
21881           function; use GST_DEBUG_FUNCPTR() for pad functions.
21882
21883 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21884
21885         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21886           Fix leaks in typefind registration
21887           Clean up the gratuitous commenting and whitespacing a little
21888
21889 2005-10-08  Wim Taymans  <wim@fluendo.com>
21890
21891         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21892         Only actually wait for the thread to be stopped if it's 
21893         running.
21894
21895 2005-10-08  Wim Taymans  <wim@fluendo.com>
21896
21897         * gst-libs/gst/audio/gstbaseaudiosink.c:
21898         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21899         If we receive EOS we can start playback of what we had.
21900
21901 2005-10-08  Wim Taymans  <wim@fluendo.com>
21902
21903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21904         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21905         (gst_multifdsink_stop):
21906         Fix crasher when going to NULL multiple times.
21907
21908 2005-10-06  Wim Taymans  <wim@fluendo.com>
21909
21910         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21911         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21912         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21913         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21914         patch from Edgard Lima <edgard.lima@indt.org.br>
21915         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21916
21917 2005-10-06  Wim Taymans  <wim@fluendo.com>
21918
21919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21920         Report the FLOW_RETURN as string in the error message.
21921
21922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21923         Don't assert when clearing an unnegotiated buffer.
21924
21925 2005-10-04  Michael Smith <msmith@fluendo.com>
21926
21927         * gst/playback/gstplaybasebin.c: (group_destroy),
21928         (gen_preroll_element), (remove_groups), (setup_source):
21929         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21930         (setup_sinks), (gst_play_bin_send_event),
21931         (gst_play_bin_change_state):
21932           Set state to NULL before removing from bin. Fix refcounting.
21933
21934 2005-10-04  Michael Smith <msmith@fluendo.com>
21935
21936         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21937           Correct refcounting in send_event() function. Previously was wrong
21938           if the first sink was unable to handle the event.
21939
21940 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * configure.ac:
21943           back to development
21944
21945 === release 0.9.3 ===
21946
21947 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * configure.ac:
21950           Releasing 0.9.3, "De Facto"
21951
21952 2005-10-03  Andy Wingo  <wingo@pobox.com>
21953
21954         * gst/playback/gstdecodebin.c (try_to_link_1)
21955         (remove_element_chain): set element to NULL before removing it.
21956
21957 2005-10-02  Johan Dahlin  <johan@gnome.org>
21958
21959         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21960         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21961         MT safe.
21962
21963 2005-10-02  Andy Wingo  <wingo@pobox.com>
21964
21965         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21966         (gst_ring_buffer_prepare_read): 
21967         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21968         Demote to LOG.
21969
21970 2005-09-29  Wim Taymans  <wim@fluendo.com>
21971
21972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21973         * ext/theora/theoradec.c: (theora_handle_data_packet):
21974         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21975         Propagate error codes from alloc_buffer too.
21976
21977 2005-09-29  Wim Taymans  <wim@fluendo.com>
21978
21979         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21980         We use fixed caps.
21981
21982         * gst/playback/Makefile.am:
21983         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21984         (dump_element_stats), (main):
21985         Added example stream introspection code.
21986
21987 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21988
21989         * gst/adder/gstadder.c: (gst_adder_collected):
21990           fix adder for float elements
21991
21992 2005-09-28  Wim Taymans  <wim@fluendo.com>
21993
21994         * gst-libs/gst/audio/gstbaseaudiosink.c:
21995         (gst_base_audio_sink_class_init),
21996         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21998         (gst_base_audio_src_class_init),
21999         (gst_base_audio_src_provide_clock):
22000         get_clock -> provide_clock
22001
22002 2005-09-28  Andy Wingo  <wingo@pobox.com>
22003
22004         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22005         and unlocking.
22006
22007         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22008         unlocking.
22009
22010         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22011         Actually add the pad template.
22012         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22013
22014         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22015         I'm at it...
22016
22017         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22018         from fdsrc. Get caps in create() instead of start() so it can be
22019         interrupted. Interruption somewhat untested.
22020
22021         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22022         Proper EOS handling.
22023
22024 2005-09-27  Andy Wingo  <wingo@pobox.com>
22025
22026         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22027
22028         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22029
22030         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22031
22032         * gst/tcp/gsttcp.h: 
22033         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22034         out of tcpclientsrc.c. Cancellable.
22035         (gst_tcp_socket_read): Made private, cancellable, with better
22036         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22037         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22038         whole buffer, and better diagnostics.
22039         (gst_tcp_gdp_read_caps): Same.
22040
22041         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22042
22043 2005-09-26  Andy Wingo  <wingo@pobox.com>
22044
22045         * gst/sine/gstsinesrc.h:
22046         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22047         change the 'sync' property to 'is-live' and implement it halfway,
22048         update for controller api change.
22049
22050         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22051         controller api change.
22052
22053 2005-09-24  Wim Taymans  <wim@fluendo.com>
22054
22055         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22056         * gst-libs/gst/audio/gstaudiosink.c:
22057         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22058         (gst_audioringbuffer_stop):
22059         * gst-libs/gst/audio/gstbaseaudiosink.c:
22060         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22061         (gst_base_audio_sink_change_state):
22062         * gst-libs/gst/audio/gstbaseaudiosink.h:
22063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22064         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22065         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22066         * gst-libs/gst/audio/gstringbuffer.h:
22067         Fix sync again. Moved sample alignment to basesink.
22068
22069 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * docs/plugins/Makefile.am:
22072         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22073         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22074         * gst/volume/gstvolume.c:
22075           add/fix docs
22076         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22077         * gst-libs/gst/audio/audio.h:
22078           add conversion macros for frames <-> clocktime
22079
22080 2005-09-23  David Schleef  <ds@schleef.org>
22081
22082         * gst/audioresample/Makefile.am:
22083         * gst/audioresample/debug.h:
22084         * gst/audioresample/gstaudioresample.c:
22085         * gst/audioresample/resample.c: Convert to using gst debugging
22086
22087 2005-09-22  Wim Taymans  <wim@fluendo.com>
22088
22089         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22090         (gst_play_bin_send_event):
22091         Only seek on one sink, the first one that succeeds.
22092
22093 2005-09-22  Michael Smith <msmith@fluendo.com>
22094
22095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22096         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22097         Don't flush encoder state unless we have an initialised encoder.
22098         Clear out encoder state on PAUSED_TO_READY.
22099
22100 2005-09-22  Wim Taymans  <wim@fluendo.com>
22101
22102         * gst-libs/gst/rtp/gstbasertppayload.c:
22103         (gst_basertppayload_class_init), (gst_basertppayload_init),
22104         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22105         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22106         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22107         (gst_basertppayload_set_property),
22108         (gst_basertppayload_get_property),
22109         (gst_basertppayload_change_state):
22110         * gst-libs/gst/rtp/gstbasertppayload.h:
22111         Added max-ptime to control amount of data in the rtp packets.
22112
22113 2005-09-21  Andy Wingo  <wingo@pobox.com>
22114
22115         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22116         thingies.
22117
22118         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22119         can be called multiple times, dogs.
22120
22121 2005-09-21  Wim Taymans  <wim@fluendo.com>
22122
22123         * gst-libs/gst/rtp/gstbasertppayload.c:
22124         (gst_basertppayload_class_init), (gst_basertppayload_init),
22125         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22126         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22127         (gst_basertppayload_push), (gst_basertppayload_get_property),
22128         (gst_basertppayload_change_state):
22129         Allow 0 ssrc too.
22130
22131 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22132
22133         * docs/libs/compiling.sgml:
22134           fixing typos
22135
22136 2005-09-20  Wim Taymans  <wim@fluendo.com>
22137
22138         * gst-libs/gst/rtp/gstbasertppayload.c:
22139         (gst_basertppayload_class_init), (gst_basertppayload_init),
22140         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22141         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22142         (gst_basertppayload_push), (gst_basertppayload_set_property),
22143         (gst_basertppayload_get_property),
22144         (gst_basertppayload_change_state):
22145         * gst-libs/gst/rtp/gstbasertppayload.h:
22146         Added property to configure sequence number offsets.
22147
22148 2005-09-20  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst-libs/gst/rtp/gstbasertppayload.c:
22151         (gst_basertppayload_class_init), (gst_basertppayload_init),
22152         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22153         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22154         (gst_basertppayload_push), (gst_basertppayload_set_property),
22155         (gst_basertppayload_get_property),
22156         (gst_basertppayload_change_state):
22157         * gst-libs/gst/rtp/gstbasertppayload.h:
22158         Make timestamp offset configurable.
22159
22160 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22161
22162         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22163           fix wrong pop/unref
22164
22165 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22166
22167         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22168
22169         * gst-libs/gst/interfaces/propertyprobe.c:
22170         (gst_property_probe_probe_property_name),
22171         (gst_property_probe_needs_probe_name),
22172         (gst_property_probe_get_values_name),
22173         (gst_property_probe_probe_and_get_values_name):
22174           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22175           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22176
22177 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * check/Makefile.am:
22180           have some tests be disabled for valgrinding
22181         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22182         (GST_START_TEST):
22183         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22184           Fix A Leak.  Chain To Parent Finalize.
22185
22186 2005-09-19  Wim Taymans  <wim@fluendo.com>
22187
22188         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22189         Fixed wav pipeline.
22190
22191 2005-09-19  Wim Taymans  <wim@fluendo.com>
22192
22193         * gst-libs/gst/rtp/gstbasertppayload.c:
22194         (gst_basertppayload_class_init), (gst_basertppayload_init),
22195         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22196         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22197         (gst_basertppayload_push), (gst_basertppayload_get_property),
22198         (gst_basertppayload_change_state):
22199         Posting ERROR and WARNING messages is good.
22200
22201 2005-09-19  Wim Taymans  <wim@fluendo.com>
22202
22203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22204         (gst_base_rtp_depayload_add_to_queue),
22205         (gst_base_rtp_depayload_push),
22206         (gst_base_rtp_depayload_set_gst_timestamp),
22207         (gst_base_rtp_depayload_queue_release):
22208         This one was not supposed to go in.
22209
22210 2005-09-19  Wim Taymans  <wim@fluendo.com>
22211
22212         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22213         Fix for bus API.
22214
22215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22216         (gst_base_rtp_depayload_chain),
22217         (gst_base_rtp_depayload_add_to_queue),
22218         (gst_base_rtp_depayload_push),
22219         (gst_base_rtp_depayload_set_gst_timestamp),
22220         (gst_base_rtp_depayload_queue_release):
22221         Some cleanups.
22222
22223         * gst-libs/gst/rtp/gstbasertppayload.c:
22224         (gst_basertppayload_class_init), (gst_basertppayload_init),
22225         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22226         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22227         (gst_basertppayload_get_property),
22228         (gst_basertppayload_change_state):
22229         Added debugging category.
22230
22231 2005-09-18  David Schleef  <ds@schleef.org>
22232
22233         * gst/playback/gstdecodebin.c: free plugin list correctly
22234         * gst/playback/gstplaybin.c: emit warning if autovideosink
22235           and autoaudiosink can't be found (instead of segfaulting)
22236
22237 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * check/elements/audioconvert.c: (GST_START_TEST):
22240           try out 24 bit conversion
22241
22242 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22243
22244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22245         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22246         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22247         * ext/vorbis/vorbisenc.h:
22248           Fix EOS handling.  Still needs a fix in the ogg muxer to
22249           mark the last page as eos.
22250
22251 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * common/gtk-doc-plugins.mak:
22254         * docs/plugins/Makefile.am:
22255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22256         * gst/ffmpegcolorspace/Makefile.am:
22257         * gst/ffmpegcolorspace/avcodec.h:
22258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22259         * gst/tcp/gstmultifdsink.c:
22260           fix up ffmpegcolorspace docs; extract header
22261
22262 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22263
22264         * common/gtk-doc-plugins.mak:
22265         * docs/plugins/Makefile.am:
22266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22267         * ext/theora/Makefile.am:
22268         * ext/theora/gsttheoraenc.h:
22269         * ext/theora/theoraenc.c:
22270         * ext/vorbis/vorbisenc.c:
22271           pick up signals and args for vorbis; add some docs for vorbis
22272
22273 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22274
22275         * common/gstdoc-scangobj:
22276         * common/gtk-doc-plugins.mak:
22277         * docs/libs/Makefile.am:
22278         * docs/plugins/gst-plugins-base-plugins.args:
22279         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22280         * docs/plugins/gst-plugins-base-plugins.interfaces:
22281         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22282         * docs/plugins/gst-plugins-base-plugins.signals:
22283           only scanobj stuff from our source module.  Not sure yet
22284           if that's correct, given the hierarchy stuff :)
22285
22286 2005-09-15  Wim Taymans  <wim@fluendo.com>
22287
22288         * gst/audioconvert/gstaudioconvert.c:
22289         And enable 24 bits mode as well..
22290
22291 2005-09-15  Wim Taymans  <wim@fluendo.com>
22292
22293         * gst-libs/gst/rtp/Makefile.am:
22294         * gst-libs/gst/rtp/gstbasertppayload.c:
22295         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22296         (gst_basertppayload_class_init), (gst_basertppayload_init),
22297         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22298         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22299         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22300         (gst_basertppayload_set_property),
22301         (gst_basertppayload_get_property),
22302         (gst_basertppayload_change_state):
22303         * gst-libs/gst/rtp/gstbasertppayload.h:
22304         Added rtp payloader base class.
22305
22306 2005-09-15  Andy Wingo  <wingo@pobox.com>
22307
22308         * configure.ac (plugindir): Remove the EOL matcher from the
22309         regexp, as it causes me problems. Libtool? Make? Who knows?
22310
22311 2005-09-14  David Schleef  <ds@schleef.org>
22312
22313         * check/generic/states.c: 
22314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22315         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22316           Fixes for changes in registry API.
22317
22318         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22319           to GST_PLUGIN_LDFLAGS.
22320         * ext/libvisual/visual.c: Make the library shut up.
22321         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22322         * gst-libs/gst/audio/gstaudiofilter.c: same
22323
22324 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * docs/plugins/Makefile.am:
22327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22328         * docs/plugins/inspect/plugin-libvisual.xml:
22329         * docs/plugins/tmpl/element-tcpserversink.sgml:
22330         * ext/theora/theoraenc.c:
22331           add libvisual plugin and theoraenc element to docs
22332
22333 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22334
22335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22337         * ext/theora/theoraenc.c:
22338           add theoraenc
22339
22340 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22341
22342         * gst/audioconvert/Makefile.am:
22343           Audioconvert derives from GstBaseTransform and should
22344           link to the library with our base elements to avoid
22345           unresolved symbols. Makes things work with MinGW (#316160)
22346
22347         * gst/playback/test4.c: (main):
22348           Fix MinGW build problem and use g_usleep() instead of 
22349           sleep() (#316162)
22350
22351 2005-09-12  Wim Taymans  <wim@fluendo.com>
22352
22353         * gst/audioconvert/audioconvert.c: (float),
22354         (audio_convert_prepare_context), (audio_convert_convert):
22355         * gst/audioconvert/audioconvert.h:
22356         Cleanups, speedups, simplifications, added back support
22357         for 24 bits.
22358
22359 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22363         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22364         * docs/plugins/tmpl/element-tcpserversink.sgml:
22365         * gst/ffmpegcolorspace/gstffmpeg.c:
22366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22367         * gst/videotestsrc/gstvideotestsrc.c:
22368         * gst/volume/gstvolume.c:
22369           add more elements to the docs
22370
22371 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22372
22373         * check/Makefile.am:
22374         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22375         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22376           Add extra tests for basetransform based components. 
22377           Comment out the test_element_negotiation test until we decide
22378           if it's testing correct behaviour.
22379         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22380         (gst_visual_chain), (gst_visual_change_state):
22381           Slightly more correct but still bogus timestamping.
22382           Fix state change function.
22383         * gst/audioconvert/gstaudioconvert.c:
22384         (gst_audio_convert_class_init):
22385         * gst/audioresample/gstaudioresample.c:
22386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22387         (gst_ffmpegcsp_class_init):
22388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22389         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22390         (gst_videoscale_prepare_image):
22391         * gst/volume/gstvolume.c: (gst_volume_class_init),
22392         (volume_transform_ip):
22393           Basetransform updates. Enable passthrough modes.
22394         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22395         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22396         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22397           Negotiation fix that allows the window to return to the original
22398           size and renegotiate passthrough upstream. Extra debug output.
22399
22400 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22401
22402         * gst/sine/gstsinesrc.c:
22403         * gst/volume/gstvolume.c:
22404           fix up header include
22405
22406 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22407
22408         * gst-libs/gst/audio/gstbaseaudiosink.c:
22409         (gst_base_audio_sink_render):
22410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22411         * gst/volume/gstvolume.c: (gst_volume_class_init),
22412         (volume_transform):
22413           fixing lost sync, some more debugging
22414
22415 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22416
22417         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22418         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22419         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22420         (gst_xvimagesink_check_xshm_calls):
22421           Fix compilation when XShm is not available.
22422
22423 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22424
22425         * ext/libvisual/visual.c: (gst_visual_dispose),
22426         (gst_visual_getcaps), (gst_visual_src_setcaps),
22427         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22428         (gst_visual_change_state):
22429           Finish fixing up libvisual plugin so that it runs. 
22430
22431 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22432
22433         * ext/vorbis/vorbisenc.c:
22434         * gst-libs/gst/tag/gstvorbistag.c:
22435           gsttaginterface.h -> gsttagsetter.h
22436
22437 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22438
22439         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22440           added another test that failes for me (test is not active by default)
22441
22442 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22443
22444         * configure.ac:
22445           v4l2 is no longer in gst-plugins-base
22446
22447 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22448
22449         * configure.ac:
22450           In the output at the end, don't show the first plugin on the same
22451           line as "Core plug-ins, always built:".
22452           Indent the output as for other plugin categories
22453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22454           #define that can be used to not use peer buffer_alloc functions for
22455           test purposes.
22456         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22457         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22458         (gst_ximagesink_show_frame):
22459         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22460         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22461         (gst_xvimagesink_show_frame):
22462           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22463           fails gracefully instead of XError aborting or deadlocking.
22464
22465 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22466
22467         * ext/libvisual/Makefile.am:
22468           link against gst-base-libs
22469
22470 2005-09-06  David Schleef  <ds@schleef.org>
22471
22472         * configure.ac: Enable libvisual plugin.
22473         * ext/libvisual/Makefile.am:
22474         * ext/libvisual/visual.c: Fixes to make it compile.
22475
22476 === release 0.9.2 ===
22477
22478 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * NEWS:
22481         * RELEASE:
22482         * configure.ac:
22483         * docs/random/ChangeLog-0.8:
22484           releasing 0.9.2, "Spoon"
22485
22486 2005-09-05  Michael Smith <msmith@fluendo.com>
22487
22488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22489           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22490           that in the vorbisenc element.
22491
22492 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * common/gtk-doc-plugins.mak:
22495         * docs/plugins/Makefile.am:
22496           fix distcheck
22497         * gst/audioresample/resample.c:
22498           fix wrong docstring
22499
22500 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22501
22502         * common/gst-xmlinspect.py:
22503         * common/gtk-doc-plugins.mak:
22504           only inspect plugins for this given package
22505           require gst-python 0.9
22506
22507 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22508
22509         * Makefile.am:
22510         * autogen.sh:
22511         * common/gst-xmlinspect.py:
22512         * configure.ac:
22513         * docs/Makefile.am:
22514         * docs/plugins/inspect/plugin-alsa.xml:
22515         * docs/plugins/inspect/plugin-audioresample.xml:
22516         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22517         * docs/plugins/inspect/plugin-ogg.xml:
22518         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22519         * docs/plugins/tmpl/element-multifdsink.sgml:
22520         * docs/plugins/tmpl/element-tcpserversink.sgml:
22521         * docs/plugins/tmpl/element-vorbisenc.sgml:
22522         * gst-plugins-base.spec.in:
22523           various doc-related updates
22524
22525 2005-08-31  Wim Taymans  <wim@fluendo.com>
22526
22527         * gst-libs/gst/audio/gstbaseaudiosink.c:
22528         (gst_base_audio_sink_render):
22529         Resync if the buffer timestamps drift more than a 10th 
22530         of a second.
22531
22532 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22533
22534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22535         (gst_v4lsrc_get_property):
22536           The 'timestamp-offset' property is registered as an int64, so
22537           let's use g_value_{set|get}_int64() in our setter and getter
22538           functions (makes it work and fixes warnings with gst-inspect).
22539
22540 2005-08-30  Wim Taymans  <wim@fluendo.com>
22541
22542         * check/elements/audioconvert.c: (setup_audioconvert):
22543         * check/elements/audioresample.c: (setup_audioresample):
22544         * check/elements/volume.c: (setup_volume):
22545         Fix checks.
22546
22547 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22548
22549         * common/gtk-doc-plugins.mak:
22550         * common/plugins.xsl:
22551         * docs/plugins/Makefile.am:
22552           make module a param
22553
22554 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22555
22556         * examples/seeking/seek.c: (make_mp3_pipeline),
22557         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22558         (play_cb), (pause_cb), (stop_cb):
22559           update the example
22560
22561 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22562
22563         * gst/volume/gstvolume.c: (gst_volume_class_init),
22564         (volume_transform):
22565           do not update controlled params, if buffer has no timestamp
22566
22567 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22568
22569         * configure.ac:
22570         * gst/sine/Makefile.am:
22571         * gst/volume/Makefile.am:
22572           controllerized elements also need to link against controller-libs ;)
22573
22574 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22575
22576         * docs/libs/tmpl/gstcolorbalance.sgml:
22577         * docs/libs/tmpl/gstgconf.sgml:
22578         * docs/libs/tmpl/gstmixer.sgml:
22579         * docs/libs/tmpl/gstringbuffer.sgml:
22580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22581         (gst_sinesrc_create):
22582         * gst/volume/gstvolume.c: (gst_volume_class_init),
22583         (volume_transform):
22584           controllerized two audio plugins
22585
22586 2005-08-29  Andy Wingo  <wingo@pobox.com>
22587
22588         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22589         (vorbis_handle_data_packet): Fix some int overflow errors.
22590
22591         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22592         -1.
22593         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22594         valid.
22595         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22596         if it's valid. Fixed streaming-mode playback.
22597
22598         * check/elements/volume.c (cleanup_volume): Fix for running
22599         CK_FORK=no.
22600
22601         * check/elements/audioconvert.c: Convert from native endian, not
22602         little endian.
22603
22604 2005-08-29  Michael Smith <msmith@fluendo.com>
22605
22606         * ext/ogg/Makefile.am:
22607         * ext/ogg/gstogg.c: (plugin_init):
22608         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22609         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22610         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22611         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22612         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22613         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22614         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22615         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22616         Add an ogg parser element.
22617
22618 2005-08-28  Andy Wingo  <wingo@pobox.com>
22619
22620         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22621
22622 2005-08-26  Wim Taymans  <wim@fluendo.com>
22623
22624         * gst/audioconvert/audioconvert.c: (if), (float),
22625         (audio_convert_get_func_index), (check_default),
22626         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22627         (audio_convert_clean_context), (audio_convert_get_sizes),
22628         (audio_convert_convert):
22629         Cleanups.
22630
22631 2005-08-26  Wim Taymans  <wim@fluendo.com>
22632
22633         * gst/audioconvert/audioconvert.c: (if), (float),
22634         (audio_convert_get_func_index), (check_default),
22635         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22636         (audio_convert_clean_context), (audio_convert_get_sizes),
22637         (audio_convert_convert):
22638         More elegant and working temp buffer selection algo.
22639
22640 2005-08-26  Wim Taymans  <wim@fluendo.com>
22641
22642         * gst/audioconvert/audioconvert.c: (if), (float),
22643         (audio_convert_get_func_index), (check_default),
22644         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22645         (audio_convert_clean_context), (audio_convert_get_sizes),
22646         (get_temp_buffer), (audio_convert_convert):
22647         Use realloc else we lose our original data.
22648
22649 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22650
22651         * gst/audioresample/gstaudioresample.c:
22652           use base class' newsegment to properly timestamp
22653
22654 2005-08-26  Wim Taymans  <wim@fluendo.com>
22655
22656         * gst/audioconvert/audioconvert.c: (if), (float),
22657         (audio_convert_get_func_index), (check_default),
22658         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22659         (audio_convert_clean_context), (audio_convert_get_sizes),
22660         (get_temp_buffer), (audio_convert_convert):
22661         * gst/audioconvert/gstaudioconvert.c:
22662         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22663         (gst_audio_convert_transform_caps),
22664         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22665         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22666         Oops, allocate enough space to perform the channel mix.
22667
22668 2005-08-26  Wim Taymans  <wim@fluendo.com>
22669
22670         * gst/audioconvert/Makefile.am:
22671         * gst/audioconvert/audioconvert.c: (if), (float),
22672         (audio_convert_get_func_index), (check_default),
22673         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22674         (audio_convert_clean_context), (audio_convert_get_sizes),
22675         (get_temp_buffer), (audio_convert_convert):
22676         * gst/audioconvert/audioconvert.h:
22677         * gst/audioconvert/gstaudioconvert.c:
22678         (gst_audio_convert_class_init), (gst_audio_convert_init),
22679         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22680         (gst_audio_convert_get_unit_size),
22681         (gst_audio_convert_transform_caps),
22682         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22683         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22684         * gst/audioconvert/gstaudioconvert.h:
22685         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22686         (gst_channel_mix_fill_identical),
22687         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22688         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22689         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22690         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22691         (gst_channel_mix_mix):
22692         * gst/audioconvert/gstchannelmix.h:
22693         Cleanups, librarify a bit, optimize, better negotiation and more.
22694
22695 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22696
22697         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22698         Another from MikeS:
22699         During typefinding, don't support negative offsets
22700         (offsets from the end of the stream) in our typefind->peek() function
22701         - nothing embedded in ogg ever needs them. However, we need to recognise
22702         those requests and reject them, otherwise we return invalid pointers.
22703
22704 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22705
22706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22707         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22708         (vorbisdec_finalize), (vorbis_handle_type_packet):
22709           Big shout-out to MikeS for fixing this giant memory leak.
22710           Huzzah!
22711
22712 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22715         (audio_convert_get_unit_size):
22716           plug some leaks
22717
22718 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22719
22720         * check/Makefile.am:
22721         * check/elements/audioconvert.c: (setup_audioconvert),
22722         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22723         (GST_START_TEST), (audioconvert_suite), (main):
22724           add a test for audioconvert
22725         * gst/audioresample/gstaudioresample.c:
22726         * gst/audioresample/gstaudioresample.h:
22727           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22728           note that for buffers of 1/3 sec this means DURATION(c) is 
22729           one nanosecond more than for a and b
22730
22731 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22732
22733         * check/Makefile.am:
22734         * check/elements/audioresample.c: (setup_audioresample),
22735         (cleanup_audioresample), (fail_unless_perfect_stream),
22736         (test_perfect_stream_instance), (GST_START_TEST),
22737           add a check for audioresample
22738         (audioresample_suite), (main):
22739         * check/elements/volume.c: (GST_START_TEST):
22740           remove unused method
22741         * gst/audioresample/gstaudioresample.c:
22742           set correct buffer parameters since we're changing them
22743         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22744           add some debug
22745
22746 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22747
22748         * gst/audioresample/debug.c:
22749         * gst/audioresample/gstaudioresample.c:
22750           add room for extra overlap samples when asked to transform size
22751           protect against possible mem corruption and check for discrepancies
22752           between written size and outbuffer's size so we can warn for
22753           potential problems
22754         * gst/audioresample/resample.c: (resample_init),
22755         (resample_get_output_size_for_input), (resample_get_output_size),
22756         (resample_set_n_channels), (resample_set_format):
22757           set debug level based on RESAMPLE_DEBUG env var
22758           make sure that get_output_size* returns a whole number of
22759           sample_size
22760           set sample_size each time either channel or format is set
22761         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22762         * gst/audioresample/resample_functable.c:
22763         (resample_scale_functable):
22764         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22765           remove r->sample_size, it's done in resample.c now
22766           add some debugging to the ref implementation
22767           make sure we only give back bytes that are wholes of the sample
22768           size
22769
22770 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22771         * gst/playback/gstplaybasebin.c: (fill_buffer):
22772         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22773
22774 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22775
22776         * gst/volume/gstvolume.c:
22777           made set_caps function static
22778
22779 2005-08-24  Wim Taymans  <wim@fluendo.com>
22780
22781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22782         (gst_vorbisenc_change_state):
22783         Stop leaking taglists.
22784
22785 2005-08-24  Wim Taymans  <wim@fluendo.com>
22786
22787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22788         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22789         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22790         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22791         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22792         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22793         Parse seeking events better.
22794         Unref static caps.
22795         Generate correct newsegment events, fixes seeking in live oggs.
22796
22797         * ext/theora/theoradec.c: (theora_dec_src_query),
22798         (theora_dec_src_event), (theora_dec_src_getcaps),
22799         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22800         Use newsegment values to report correct play time.
22801
22802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22803         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22804         * ext/vorbis/vorbisdec.h:
22805         Parse and use newsegment values to report correct play time.
22806
22807         * gst-libs/gst/audio/gstbaseaudiosink.c:
22808         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22809         Clear ringbuffer on flush.
22810         Use newsegment values to calculate playback time.
22811
22812         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22814         Basesink does newsegment calculations for us now.
22815
22816 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22817
22818         * check/Makefile.am:
22819         * configure.ac:
22820           add core's plugins to the mix so that playbin works
22821         * check/generic/states.c: (GST_START_TEST):
22822           set a 0 timeout on pipelines, so they don't force the next
22823           state change
22824         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22825         (gst_play_base_bin_change_state):
22826           remove the crappy error handling and do GST error handling
22827
22828 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22829
22830         * check/Makefile.am:
22831         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22832           add same test as to core, it bitches out on playbin atm.
22833
22834 2005-08-24  Wim Taymans  <wim@fluendo.com>
22835
22836         * configure.ac:
22837         Remove audioscale.
22838
22839 2005-08-24  Wim Taymans  <wim@fluendo.com>
22840
22841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22842         (gst_videoscale_prepare_size), (parse_caps),
22843         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22844         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22845         (gst_videoscale_transform):
22846         * gst/videoscale/gstvideoscale.h:
22847         Refactor, make use of BaseTranform really well.
22848
22849 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22850
22851         * configure.ac:
22852           compile audioresample
22853         * gst/audioresample/Makefile.am:
22854         * gst/audioresample/buffer.c:
22855         * gst/audioresample/functable.c:
22856         * gst/audioresample/gstaudioresample.c:
22857         * gst/audioresample/gstaudioresample.h:
22858         * gst/audioresample/resample.c:
22859         (resample_get_output_size_for_input):
22860         * gst/audioresample/resample.h:
22861         * gst/audioresample/resample_chunk.c:
22862         * gst/audioresample/resample_functable.c:
22863         * gst/audioresample/resample_ref.c:
22864           port to use basetransform; doesn't work in all cases yet
22865
22866 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22867
22868         * gst/audioconvert/gstaudioconvert.c:
22869         (gst_audio_convert_class_init), (gst_audio_convert_init),
22870         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22871         (audio_convert_fixate_caps), (audio_convert_set_caps),
22872         (audio_convert_transform),
22873         (gst_audio_convert_buffer_to_default_format),
22874         (gst_audio_convert_buffer_from_default_format),
22875         (gst_audio_convert_channels):
22876         * gst/audioconvert/gstchannelmix.c:
22877         * gst/audioconvert/gstchannelmix.h:
22878           port to basetransform
22879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22880         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22881         (gst_ffmpegcsp_get_unit_size):
22882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22883         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22884           fix for basetransform changes
22885
22886 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22887
22888         * check/Makefile.am:
22889           Add CHECK_CFLAGS and LDFLAGS
22890
22891         * gst/playback/gstplaybasebin.c: (fill_buffer):
22892           GST_MESSAGE_SRC became a GObject
22893
22894 2005-08-24  Wim Taymans  <wim@fluendo.com>
22895
22896         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22897         (gst_ring_buffer_clear_all):
22898         * gst-libs/gst/audio/gstringbuffer.h:
22899         Added function to clear the ringbuffer.
22900
22901 2005-08-24  Andy Wingo  <wingo@pobox.com>
22902
22903         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22904         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22905         of _open and _close.
22906
22907         * sys/v4l/gstv4lxoverlay.h:
22908         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22909         an Xv connection here, instead of all the time. Make Xv only be
22910         loaded if you axe for it. Kindof a workaround for buggy behaviour
22911         of Xv when using remote xservers (XvQueryExtension would block).
22912         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22913         replace the _open and _close public API. Only start the xv
22914         connection if necessary.
22915         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22916
22917 2005-08-23  David Schleef  <ds@schleef.org>
22918
22919         * gst/audioresample/Makefile.am: Leet audioresampling code
22920         * gst/audioresample/buffer.c:
22921         * gst/audioresample/buffer.h:
22922         * gst/audioresample/debug.c:
22923         * gst/audioresample/debug.h:
22924         * gst/audioresample/functable.c:
22925         * gst/audioresample/functable.h:
22926         * gst/audioresample/gstaudioresample.c:
22927         * gst/audioresample/gstaudioresample.h:
22928         * gst/audioresample/resample.c:
22929         * gst/audioresample/resample.h:
22930         * gst/audioresample/resample_chunk.c:
22931         * gst/audioresample/resample_functable.c:
22932         * gst/audioresample/resample_ref.c:
22933
22934 2005-08-23  Wim Taymans  <wim@fluendo.com>
22935
22936         * examples/seeking/seek.c: (make_vorbis_pipeline),
22937         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22938         Small seek updates.
22939
22940 2005-08-23  Andy Wingo  <wingo@pobox.com>
22941
22942         * gst-libs/gst/audio/gstbaseaudiosrc.c
22943         (gst_base_audio_src_fixate): Only fixate endianness if it is
22944         present in the caps.
22945
22946 2005-08-22  Andy Wingo  <wingo@pobox.com>
22947
22948         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22949         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22950         device-name property.
22951
22952         * gst-libs/gst/audio/gstaudiosrc.h:
22953         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22954         close_device in the ring buffer, like gstaudiosink.
22955
22956         * ext/alsa/gstalsamixer.h:
22957         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22958         macro to implement the interface without much code. Cleanups. 
22959
22960         * ext/alsa/gstalsasrc.h:
22961         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22962         READY.
22963
22964         * ext/alsa/Makefile.am: Add new files.
22965         * ext/alsa/gstalsamixerelement.c: 
22966         * ext/alsa/gstalsamixerelement.c: Split element code out from
22967         mixer code so that alsasrc can be a mixer too.
22968
22969 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22970
22971         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22972         (GST_START_TEST):
22973         * check/elements/vorbisdec.c: (setup_vorbisdec),
22974         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22975         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22976         (vorbis_handle_identification_packet),
22977         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22978         (vorbis_handle_header_packet), (vorbis_dec_push),
22979         (vorbis_dec_chain):
22980           use the setup/teardown methods to save code.  save code is good.
22981
22982 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22983
22984         * check/Makefile.am:
22985           add ext dir for plugins
22986           add vorbisdec test conditionally
22987         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22988         (GST_START_TEST), (volume_suite):
22989           add a test with wrong caps
22990         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22991         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22992           add a vorbisdec test
22993         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22994         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22995           clean up debug output
22996         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22997           yay, fix a segfault/security issue in vorbisdec
22998           gst-launch fakesrc ! vorbisdec wasn't happy
22999         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23000         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23001         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23002         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23003         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23004         (gst_vorbisenc_set_metadata), (get_constraints_string),
23005         (update_start_message), (gst_vorbisenc_setup),
23006         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23007         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23008         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23009         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23010         * ext/vorbis/vorbisenc.h:
23011           march in line
23012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23013         (gst_ffmpegcsp_transform):
23014           have the kow come home
23015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23016           debug my func ptr
23017         * gst/volume/gstvolume.c: (volume_set_caps):
23018           add a debug
23019
23020 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         * Makefile.am:
23023         * check/.cvsignore:
23024         * check/Makefile.am:
23025         * check/elements/.cvsignore:
23026         * check/elements/volume.c: (chain_func), (event_func),
23027         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23028         (main):
23029         * configure.ac:
23030           add unit test structure for gst-plugins-base
23031           add a test for volume
23032         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23033         (gst_volume_set_volume), (gst_volume_get_volume),
23034         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23035         (volume_funcfind), (volume_process_float), (volume_process_int16),
23036         (volume_set_caps), (volume_transform), (volume_update_mute),
23037         (volume_update_volume), (volume_set_property),
23038         (volume_get_property):
23039           document a little; use basetransform vmethod _set_caps
23040
23041 2005-08-19  Andy Wingo  <wingo@pobox.com>
23042
23043         * ext/alsa/gstalsamixertrack.h:
23044         * ext/alsa/gstalsamixertrack.c:
23045         * ext/alsa/gstalsamixeroptions.h:
23046         * ext/alsa/gstalsamixeroptions.c:
23047         * ext/alsa/gstalsamixer.h:
23048         * ext/alsa/gstalsamixer.c: Port to 0.9.
23049
23050         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23051         Remove gstalsa.c and alsaclock. No more cruft here.
23052         
23053 2005-08-18  Wim Taymans  <wim@fluendo.com>
23054
23055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23056         (gst_base_rtp_depayload_chain),
23057         (gst_base_rtp_depayload_add_to_queue),
23058         (gst_base_rtp_depayload_push),
23059         (gst_base_rtp_depayload_queue_release):
23060         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23061         Fix for RTPBuffer changes.
23062
23063         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23064         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23065         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23066         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23067         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23068         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23069         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23070         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23071         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23072         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23073         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23074         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23075         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23076         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23077         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23078         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23079         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23080         (gst_rtpbuffer_get_payload):
23081         * gst-libs/gst/rtp/gstrtpbuffer.h:
23082         Don't subclass GstBuffer but add methods and helper functions
23083         to construct and manipulate RTP packets in regular GstBuffers.
23084
23085 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23086
23087         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23088           moved statement below switch
23089         * gst/volume/gstvolume.c: (gst_volume_class_init):
23090           added debug ptr
23091
23092 2005-08-16  Wim Taymans  <wim@fluendo.com>
23093
23094         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23095         (gst_base_audio_src_change_state):
23096         Open and close device in READY<->NULL state change.
23097
23098 2005-08-16  Andy Wingo  <wingo@pobox.com>
23099
23100         * examples/seeking/Makefile.am: Don't compile non-compiling
23101         compiled objects with the compiler.
23102
23103         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23104         elements.
23105
23106 2005-08-12  Philippe Khalaf <burger@speedy.org>
23107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23108         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23109           Made a thread to release the queue.
23110           Removed timestamp conversion for now.
23111
23112 2005-08-10  Philippe Khalaf <burger@speedy.org>
23113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23114         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23115           Added rtp timestamp -> gst timestamp conversion.
23116           Fixed several problems with queue.
23117
23118 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23119
23120         * gst-libs/gst/audio/gstaudioclock.h:
23121         * gst-libs/gst/audio/gstaudiofilter.h:
23122         * gst-libs/gst/audio/gstaudiosink.h:
23123         * gst-libs/gst/audio/gstaudiosrc.h:
23124         * gst-libs/gst/audio/gstbaseaudiosink.h:
23125         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23126         * gst-libs/gst/audio/gstringbuffer.h:
23127         * gst-libs/gst/net/gstnetbuffer.h:
23128         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23129         * gst-libs/gst/rtp/gstrtpbuffer.h:
23130           Add padding (you will need to rebuild gst-plugins-base,
23131           gst-plugins and all applications afterwards!)
23132
23133 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23134
23135         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23136         (gst_riff_parse_chunk):
23137           Fix bug in debug message and add some more debug messages.
23138
23139 2005-08-08  Edward Hervey  <edward@fluendo.com>
23140
23141         * gst-libs/gst/riff/riff-media.c:
23142         backported updates since branch
23143
23144 2005-08-08  Andy Wingo  <wingo@pobox.com>
23145
23146         * gst-libs/gst/audio/gstbaseaudiosink.c
23147         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23148         like good elements should. Close on READY->NULL too.
23149
23150         * gst-libs/gst/audio/gstaudiosink.c
23151         (gst_audioringbuffer_open_device,
23152         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23153         (gst_audioringbuffer_release): Updates for new ring buffer API,
23154         hook into the new audio sink api.
23155
23156         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23157         (GstAudioSinkClass.close): Just open and close the device -- no
23158         resource allocation or configuration.
23159         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23160         vmethods, handle device setup and resource allocation.
23161
23162         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23163         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23164         base class API.
23165
23166         * gst-libs/gst/audio/gstringbuffer.h
23167         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23168         New vmethods.
23169
23170         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23171         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23172         New API functions. The device should be opened before acquiring
23173         and closed after releasing.
23174
23175 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23176
23177         * gst-libs/gst/interfaces/mixer.h:
23178           Reset padding to GST_PADDING.
23179
23180 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23181
23182         * gst/playback/gstplaybin.c: (remove_sinks):
23183           Remove visualization from parent explicitely; works around some
23184           apparent refcount issue that I haven't tracked down yet.
23185
23186 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23187
23188         * ext/alsa/gstalsasink.c: (set_hwparams):
23189           Assign debug category, add negotiation debug msgs.
23190
23191 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23192
23193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23194           Fix error code for file-not-found to NOT_FOUND.
23195
23196 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23197
23198         * common/gtk-doc-plugins.mak:
23199         * docs/plugins/Makefile.am:
23200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23202           renamed to actual element names, so much nicer to look at
23203         * docs/plugins/tmpl/gstmultifdsink.sgml:
23204           remove
23205         * docs/plugins/tmpl/multifdsink.sgml:
23206         * docs/plugins/tmpl/tcpserversink.sgml:
23207           add
23208         * ext/alsa/gstalsa.c:
23209         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23210         * ext/ogg/gstoggmux.c:
23211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23212         * gst/playback/gstdecodebin.c:
23213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23214         * gst/tcp/gsttcpserversink.c:
23215           various fixes and documentation additions
23216
23217 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23218
23219         * common/Makefile.am:
23220         * common/gstdoc-scangobj:
23221         * common/gtk-doc-plugins.mak:
23222         * common/gtk-doc.mak:
23223           add a custom scangobj that uses the registry
23224           add a custom gtk-doc-plugins.mak that uses it
23225           some doc build fixes
23226         * configure.ac:
23227         * docs/Makefile.am:
23228         * docs/plugins/Makefile.am:
23229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23231         * docs/plugins/gst-plugins-base-plugins.types:
23232         * docs/plugins/tmpl/gstmultifdsink.sgml:
23233           add docs for one element, multifdsink
23234         * gst/adder/gstadder.h:
23235         * gst/volume/gstvolume.h:
23236           don't privatize enum
23237         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23238         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23239         (gst_sync_method_get_type), (gst_client_status_get_type),
23240         (gst_multifdsink_class_init),
23241         (gst_multifdsink_client_queue_buffer),
23242         (gst_multifdsink_handle_client_write):
23243         * gst/tcp/gstmultifdsink.h:
23244         * gst/tcp/gsttcp.h:
23245         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23246         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23247         (gst_tcpclientsink_render):
23248         * gst/tcp/gsttcpclientsink.h:
23249         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23250         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23251         (gst_tcpclientsrc_start):
23252         * gst/tcp/gsttcpclientsrc.h:
23253         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23254         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23255         * gst/tcp/gsttcpserversrc.h:
23256         * gst/typefind/gsttypefindfunctions.c:
23257           remove superfluous Type stuff
23258
23259 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23260
23261         * gst/playback/gstplaybin.c: (gen_video_element):
23262           Enable videoscale.
23263
23264 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23265
23266         * gst-libs/gst/gconf/gconf.c:
23267         * gst-libs/gst/gconf/gconf.h:
23268           Fix some Andy Problem [tm].
23269
23270 2005-08-04  Andy Wingo  <wingo@pobox.com>
23271
23272         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23274         (gst_ffmpegcsp_get_size): Adapt to API changes.
23275
23276         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23277         Implement an in-place do-nothing transform.
23278
23279 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23280
23281         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23282         (gst_ximagesink_renegotiate_size):
23283           Do not set new window sizes yet if we prepare a new buffer size
23284           for upstream renegotiation (software scaling) at some point in the
23285           future, because this new size waqs not actually accepted yet. Once
23286           accepted, renegotiation later on will set the new sizes just fine.
23287           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23288           embedding testcase.
23289
23290 2005-08-03  Andy Wingo  <wingo@pobox.com>
23291
23292         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23293         (gst_ximagesink_buffer_alloc): 
23294         Protect the height, width, and desired_caps with the pool_lock.
23295         Fixes videotestsrc ! queue ! ximagesink.
23296
23297 2005-08-02  Edward Hervey  <edward@fluendo.com>
23298
23299         * gst/volume/gstvolume.c:
23300         include left from controller cleanup
23301
23302 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23304           Stop collectpads before calling the parent state
23305           change function on PAUSED->READY.
23306
23307 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23308         * configure.ac:
23309           When testing for X libs, use the X CFlags 
23310         * gst/adder/gstadder.c: (gst_adder_change_state):
23311           Stop the collectpads before calling parent state change function
23312           on PAUSED->READY, otherwise we deadlock deactivating pads.
23313
23314 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23315
23316         * configure.ac:
23317         * docs/libs/tmpl/gstcolorbalance.sgml:
23318         * docs/libs/tmpl/gstmixer.sgml:
23319         * examples/Makefile.am:
23320         * gst/sine/Makefile.am:
23321         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23322         (gst_sinesrc_set_property), (plugin_init):
23323         * gst/sine/gstsinesrc.h:
23324         * gst/volume/Makefile.am:
23325         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23326         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23327         (volume_process_float), (volume_process_int16),
23328         (volume_set_property), (plugin_init):
23329         * gst/volume/gstvolume.h:
23330           deactivate and remove dparams (libgstcontrol)
23331
23332 2005-07-29  Wim Taymans  <wim@fluendo.com>
23333
23334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23335         Convert me to BaseTransform!! help..
23336
23337 2005-07-29  Andy Wingo  <wingo@pobox.com>
23338
23339         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23340         sinks.
23341
23342         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23343         support of both endiannesses.
23344
23345 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23346
23347         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23348           Fix confusing debug message (s/event/query/)
23349
23350 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23351
23352         * gst/videotestsrc/videotestsrc.h:
23353           Use "_stdint.h" instead of <stdint.h>
23354
23355 2005-07-27  Wim Taymans  <wim@fluendo.com>
23356
23357         * ext/vorbis/Makefile.am:
23358         Revert wrong commit.
23359
23360 2005-07-27  Wim Taymans  <wim@fluendo.com>
23361
23362         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23363         More compilation fixen.
23364
23365 2005-07-27  Wim Taymans  <wim@fluendo.com>
23366
23367         * gst-libs/gst/audio/gstbaseaudiosink.c:
23368         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23369         (gst_base_audio_sink_create_ringbuffer),
23370         (gst_base_audio_sink_change_state):
23371         Fix compilation.
23372
23373 2005-07-27  Wim Taymans  <wim@fluendo.com>
23374
23375         * examples/seeking/seek.c: (setup_dynamic_link),
23376         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23377         (query_positions_elems), (query_positions_pads), (do_seek):
23378         Update seek example.
23379
23380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23381         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23382         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23383         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23384         (gst_ogg_demux_handle_event),
23385         (gst_ogg_demux_deactivate_current_chain),
23386         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23387         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23388         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23389         (gst_ogg_demux_loop):
23390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23391         * ext/theora/theoradec.c: (theora_dec_src_event),
23392         (theora_dec_src_getcaps), (theora_dec_sink_event),
23393         (theora_dec_push), (theora_dec_chain):
23394         * ext/vorbis/Makefile.am:
23395         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23396         (vorbis_dec_sink_event), (vorbis_dec_push),
23397         (vorbis_handle_data_packet):
23398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23399         (gst_vorbisenc_chain):
23400         * gst/playback/gststreaminfo.c: (cb_probe):
23401         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23402         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23403         * gst/videoscale/gstvideoscale.c:
23404         (gst_videoscale_handle_src_event):
23405         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23406         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23407         (gst_ximagesink_navigation_send_event):
23408         * sys/xvimage/xvimagesink.c:
23409         (gst_xvimagesink_navigation_send_event):
23410         Various event updates and cleanups
23411
23412 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23413
23414         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23415           Fix segfault for I420/YV12.
23416
23417 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23420           Report bitrate.
23421
23422 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23423
23424         * gst/playback/gstplaybin.c: (gen_video_element),
23425         (gen_audio_element):
23426           Switch to auto*sink elements as default sinks; add volume element
23427           so that volume control in totem works.
23428
23429 2005-07-21  Wim Taymans  <wim@fluendo.com>
23430
23431         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23432         * gst/playback/gstplaybin.c: (setup_sinks),
23433         (gst_play_bin_change_state):
23434         Refcount fix and more comments.
23435
23436 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23437
23438         * sys/ximage/Makefile.am:
23439         * sys/ximage/ximage.c: (plugin_init):
23440         * sys/ximage/ximagesink.c:
23441         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23442         
23443
23444 2005-07-21  Wim Taymans  <wim@fluendo.com>
23445
23446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23447         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23448         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23449         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23450         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23451         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23452         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23453         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23454         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23455         Generate correct disconts for live chained oggs.
23456
23457         * gst-libs/gst/audio/gstbaseaudiosink.c:
23458         (gst_base_audio_sink_render),
23459         (gst_base_audio_sink_create_ringbuffer),
23460         (gst_base_audio_sink_change_state):
23461         Handle discont math correctly.
23462
23463         * gst/playback/gstplaybin.c: (add_sink):
23464         Some small debug cleanup.
23465
23466 2005-07-21  Wim Taymans  <wim@fluendo.com>
23467
23468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23469         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23470         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23471         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23472         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23473         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23474         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23475         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23476         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23477         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23478         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23479         (gst_ogg_demux_change_state), (gst_ogg_print):
23480         Reorganize code to send the right disconts when in streaming
23481         mode.
23482
23483 2005-07-20  Andy Wingo  <wingo@pobox.com>
23484
23485         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23486         fix (?), fixes a seggie mcfalterson (#310894).
23487
23488 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23489
23490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23491         (gst_ogg_mux_set_header_on_caps):
23492         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23494         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23495         * gst-libs/gst/audio/multichannel.c:
23496         (gst_audio_set_channel_positions),
23497         (gst_audio_set_structure_channel_positions_list):
23498         * gst/playback/gstdecodebin.c: (dynamic_create):
23499         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23500         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23501           Fixes for API changes in core.
23502
23503 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23504
23505         * gst/playback/gstplaybasebin.c: (fill_buffer):
23506           Use _new_custom() so we can set custom message types for buffering
23507           messages.
23508
23509 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23510
23511         * configure.ac:
23512         * gst-libs/gst/Makefile.am:
23513         * gst-libs/gst/gconf/.cvsignore:
23514         * gst-libs/gst/gconf/Makefile.am:
23515         * gst-libs/gst/gconf/test-gconf.c:
23516         * pkgconfig/Makefile.am:
23517         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23518         * pkgconfig/gstreamer-gconf.pc.in:
23519           Remove gconf stuff, use gconf elements instead from now on.
23520
23521 2005-07-20  Wim Taymans  <wim@fluendo.com>
23522
23523         * gst-libs/gst/audio/TODO:
23524         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23525         (gst_audio_clock_get_internal_time):
23526         * gst-libs/gst/audio/gstaudioclock.h:
23527         * gst-libs/gst/audio/gstbaseaudiosink.c:
23528         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23529         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23530         (gst_base_audio_sink_render),
23531         (gst_base_audio_sink_create_ringbuffer),
23532         (gst_base_audio_sink_change_state):
23533         Make sure the audio clock always returns an increasing value.
23534
23535 2005-07-19  Andy Wingo  <wingo@pobox.com>
23536
23537         * gst/videotestsrc/: Cleanups.
23538
23539 2005-07-19  Wim Taymans  <wim@fluendo.com>
23540
23541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23542         Better debugging.
23543
23544 2005-07-19  Wim Taymans  <wim@fluendo.com>
23545
23546         * examples/seeking/seek.c: (make_dv_pipeline),
23547         (make_vorbis_theora_pipeline), (query_rates),
23548         (query_positions_elems), (query_positions_pads), (do_seek):
23549         Make correct DV pipeline.
23550
23551 2005-07-18  Andy Wingo  <wingo@pobox.com>
23552
23553         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23554         default. Also because it's the only thing that really works. (This
23555         is used in the GConf elements).
23556         Use AS_LIBTOOL_TAGS.
23557
23558 2005-07-18  Wim Taymans  <wim@fluendo.com>
23559
23560         * gst/playback/gstdecodebin.c: (remove_element_chain):
23561         * gst/playback/gstplaybin.c: (add_sink):
23562         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23563         (gst_stream_info_set_mute):
23564         * gst/playback/gststreamselector.c:
23565         (gst_stream_selector_get_linked_pad),
23566         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23567         More leak and compile fixes.
23568
23569 2005-07-18  Wim Taymans  <wim@fluendo.com>
23570
23571         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23572         (query_rates), (query_positions_elems), (query_positions_pads),
23573         (do_seek), (seek_cb), (stop_seek):
23574         Updated seek example. 
23575
23576         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23577         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23578         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23579         * gst/playback/gstplaybin.c: (add_sink):
23580         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23581         (gst_stream_info_set_mute):
23582         Some refcount leak fixes.
23583
23584 2005-07-16  Wim Taymans  <wim@fluendo.com>
23585
23586         * gst-libs/gst/audio/gstbaseaudiosink.c:
23587         (gst_base_audio_sink_render):
23588         Align samples even if we have roundoff errors in the 
23589         timestamp conversion.
23590
23591 2005-07-16  Wim Taymans  <wim@fluendo.com>
23592
23593         * docs/libs/tmpl/gstringbuffer.sgml:
23594         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23595         (query_rates), (query_positions_elems), (query_positions_pads),
23596         (update_scale), (do_seek):
23597         Updated seek example.
23598
23599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23600         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23601         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23602         (gst_ogg_demux_loop):
23603         Push out correct discont values.
23604
23605         * ext/theora/theoradec.c: (theora_dec_src_convert),
23606         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23607         (theora_dec_sink_event), (theora_handle_type_packet),
23608         (theora_handle_header_packet), (theora_dec_push),
23609         (theora_handle_data_packet), (theora_dec_chain),
23610         (theora_dec_change_state):
23611         Better timestamping.
23612
23613         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23614         (vorbis_dec_sink_event), (vorbis_dec_push),
23615         (vorbis_handle_data_packet), (vorbis_dec_chain):
23616         * ext/vorbis/vorbisdec.h:
23617         Better timestamping.
23618
23619         * gst-libs/gst/audio/gstbaseaudiosink.c:
23620         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23621         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23622         Handle syncing on timestamps instead of sample offsets. Make
23623         use of DISCONT values as described in design docs.
23624
23625         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23626         (gst_base_audio_src_get_time):
23627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23628         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23629         (gst_ring_buffer_read):
23630         * gst-libs/gst/audio/gstringbuffer.h:
23631         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23632         (gst_ximagesink_show_frame):
23633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23634         Correcly convert buffer timestamp to stream time.
23635
23636 2005-07-16  Wim Taymans  <wim@fluendo.com>
23637
23638         * gst/audioconvert/gstaudioconvert.c:
23639         (gst_audio_convert_get_buffer):
23640         Timestamp buffers correctly.
23641
23642         * gst/playback/gstplaybin.c: (gen_video_element):
23643         Make internal fakesink silent.
23644
23645 2005-07-15  Wim Taymans  <wim@fluendo.com>
23646
23647         * gst/ffmpegcolorspace/Makefile.am:
23648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23649         (gst_ffmpegcsp_caps_remove_format_info),
23650         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23651         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23652         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23653         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23654         Ported ffmpegcolorspace to basetransform.
23655
23656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23657         * gst/volume/gstvolume.c: (volume_transform):
23658         Ported to new API.
23659
23660 2005-07-14  Wim Taymans  <wim@fluendo.com>
23661
23662         * gst/videotestsrc/Makefile.am:
23663         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23664         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23665         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23666         (gst_videotestsrc_init), (gst_videotestsrc_event),
23667         (gst_videotestsrc_create), (gst_videotestsrc_start),
23668         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23669         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23670         (gst_videotestsrc_get_property):
23671         * gst/videotestsrc/gstvideotestsrc.h:
23672         Make videotestsrc a pushsrc.
23673
23674 2005-07-14  Wim Taymans  <wim@fluendo.com>
23675
23676         * gst/tcp/gstfdset.c: (gst_fdset_free):
23677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23678         (gst_multifdsink_add), (gst_multifdsink_remove),
23679         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23680         (gst_multifdsink_remove_client_link),
23681         (gst_multifdsink_client_queue_data),
23682         (gst_multifdsink_client_queue_caps),
23683         (gst_multifdsink_client_queue_buffer),
23684         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23685         (gst_multifdsink_stop):
23686         * gst/tcp/gstmultifdsink.h:
23687         0.8 backporting.
23688
23689         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23690         Also draw image when not from a pool.
23691
23692 2005-07-14  Wim Taymans  <wim@fluendo.com>
23693
23694         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23695         (mute_stream), (silence_stream):
23696         Small debug additions.
23697
23698 2005-07-14  Wim Taymans  <wim@fluendo.com>
23699
23700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23701         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23702         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23703         Better error recovery, ignore unconnected pads and
23704         non-fatal errors.
23705
23706 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23707
23708         * docs/libs/tmpl/gstaudio.sgml:
23709         * docs/libs/tmpl/gstcolorbalance.sgml:
23710         * docs/libs/tmpl/gstgconf.sgml:
23711         * docs/libs/tmpl/gstmixer.sgml:
23712         * docs/libs/tmpl/gstringbuffer.sgml:
23713         * docs/libs/tmpl/gsttuner.sgml:
23714         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23715         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23716         (gst_tcpclientsrc_class_init):
23717         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23718         (gst_tcpserversrc_class_init):
23719         * sys/v4l/gstv4lelement.c:
23720           more autistic cleanliness in functions/names/defines
23721
23722 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23723
23724         * configure.ac:
23725           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23726           added manually to each Makefile.am so we are sure it goes
23727           *last* and doesn't add -L flags before linking in libs of our
23728           own, like, say, internal .la libs, that then accidentally pick
23729           up the installed copy.
23730         * docs/libs/Makefile.am:
23731         * ext/alsa/Makefile.am:
23732         * ext/cdparanoia/Makefile.am:
23733         * ext/gnomevfs/Makefile.am:
23734         * ext/libvisual/Makefile.am:
23735         * ext/ogg/Makefile.am:
23736         * ext/theora/Makefile.am:
23737         * ext/vorbis/Makefile.am:
23738         * gst-libs/gst/video/Makefile.am:
23739         * gst/adder/Makefile.am:
23740         * gst/audioconvert/Makefile.am:
23741         * gst/audiorate/Makefile.am:
23742         * gst/audioscale/Makefile.am:
23743         * gst/ffmpegcolorspace/Makefile.am:
23744         * gst/playback/Makefile.am:
23745         * gst/sine/Makefile.am:
23746         * gst/subparse/Makefile.am:
23747         * gst/tags/Makefile.am:
23748         * gst/tcp/Makefile.am:
23749         * gst/typefind/Makefile.am:
23750         * gst/videorate/Makefile.am:
23751         * gst/videoscale/Makefile.am:
23752         * gst/videotestsrc/Makefile.am:
23753         * gst/volume/Makefile.am:
23754         * sys/v4l/Makefile.am:
23755         * sys/ximage/Makefile.am:
23756         * sys/xvimage/Makefile.am:
23757           adapt properly to this change. This should make sure that
23758           plugins and libs properly link to the as-yet-uninstalled
23759           copies of stuff like libgstinterfaces and libgstvideo
23760
23761 2005-07-13  Andy Wingo  <wingo@pobox.com>
23762
23763         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23764         (gst_v4lsrc_fixate): Fixate on format as well.
23765
23766         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23767         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23768         buffer points to it.
23769         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23770         rather just doing X calls ourselves. Also fixes a memleak.
23771
23772 2005-07-12  Andy Wingo  <wingo@pobox.com>
23773
23774         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23775         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23776         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23777         TRUE to avoid deadlocks if an element holds on to our buffers.
23778
23779 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23780
23781         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23782         (gst_sinesrc_init), (gst_sinesrc_create),
23783         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23784         (gst_sinesrc_start):
23785         * gst/sine/gstsinesrc.h:
23786           removing num-buffers property before moving it
23787
23788 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23789
23790         * configure.ac:
23791           use overridable ERROR_CFLAGS
23792         * docs/libs/gst-plugins-base-libs.types:
23793         * docs/libs/tmpl/gstringbuffer.sgml:
23794         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23795         (gst_alsasink_class_init):
23796         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23797         (gst_alsasrc_class_init):
23798         * gst-libs/gst/audio/audio.h:
23799         * gst-libs/gst/audio/gstaudioclock.h:
23800         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23801         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23802         (gst_audio_filter_link), (gst_audio_filter_init),
23803         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23804         (gst_audio_filter_get_property),
23805         (gst_audio_filter_class_add_pad_templates):
23806         * gst-libs/gst/audio/gstaudiofilter.h:
23807         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23808         (gst_audio_filter_template_get_type),
23809         (gst_audio_filter_template_base_init),
23810         (gst_audio_filter_template_class_init),
23811         (gst_audio_filter_template_init),
23812         (gst_audio_filter_template_set_property),
23813         (gst_audio_filter_template_get_property), (plugin_init),
23814         (gst_audio_filter_template_setup),
23815         (gst_audio_filter_template_filter),
23816         (gst_audio_filter_template_filter_inplace):
23817         * gst-libs/gst/audio/gstaudiosink.c:
23818         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23819         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23820         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23821         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23822         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23823         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23824         * gst-libs/gst/audio/gstaudiosink.h:
23825         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23826         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23827         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23828         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23829         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23830         (gst_audio_src_class_init), (gst_audio_src_init),
23831         (gst_audio_src_create_ringbuffer):
23832         * gst-libs/gst/audio/gstaudiosrc.h:
23833         * gst-libs/gst/audio/gstbaseaudiosink.c:
23834         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23835         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23836         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23837         (gst_base_audio_sink_set_property),
23838         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23839         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23840         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23841         (gst_base_audio_sink_create_ringbuffer),
23842         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23843         * gst-libs/gst/audio/gstbaseaudiosink.h:
23844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23845         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23846         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23847         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23848         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23849         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23850         (gst_base_audio_src_event), (gst_base_audio_src_create),
23851         (gst_base_audio_src_create_ringbuffer),
23852         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23853         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23855         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23856         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23857         (gst_ring_buffer_debug_spec_caps),
23858         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23859         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23860         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23861         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23862         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23863         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23864         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23865         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23866         (gst_ring_buffer_clear):
23867         * gst-libs/gst/audio/gstringbuffer.h:
23868         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23869         (gst_video_sink_class_init), (gst_video_sink_get_type):
23870         * gst-libs/gst/video/videosink.h:
23871         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23872         (gst_multifdsink_class_init),
23873         (gst_multifdsink_handle_client_write),
23874         (gst_multifdsink_change_state):
23875         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23876         (gst_tcpclientsink_setcaps):
23877         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23878         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23879         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23880         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23881         (gst_ximagesink_send_pending_navigation),
23882         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23883         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23885         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23886         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23887         (gst_xvimagesink_send_pending_navigation),
23888         (gst_xvimagesink_navigation_send_event),
23889         (gst_xvimagesink_set_xwindow_id),
23890         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23891         (gst_xvimagesink_get_type):
23892         more macro splitting
23893
23894 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23895
23896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23897           plug a memleak, allows me to import 1479 albums in one go
23898           in jamboree
23899         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23900         (vorbis_handle_type_packet), (vorbis_dec_chain),
23901         (vorbis_dec_change_state):
23902           fix some format strings
23903
23904 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23905
23906         * docs/libs/tmpl/gstcolorbalance.sgml:
23907         * docs/libs/tmpl/gstmixer.sgml:
23908         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23909         (gst_alsasink_set_property), (gst_alsasink_get_property):
23910         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23911         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23912           add device property
23913
23914 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23915
23916         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23917         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23918         (audiocast_register_listener), (audiocast_thread_run),
23919         (gst_gnomevfssrc_send_additional_headers_callback),
23920         (gst_gnomevfssrc_received_headers_callback),
23921         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23922         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23923         (gst_gnomevfssrc_get_size):
23924           add/clean up debugging
23925         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23926           cleanups
23927
23928 2005-07-07  Andy Wingo  <wingo@pobox.com>
23929
23930         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23931         framerate. Need to get a handle on when exactly this function is
23932         called, tho.
23933
23934         * sys/v4l/v4lsrc_calls.h:
23935         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23936         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23937         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23938
23939         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23940         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23941         v4lelements are sources.
23942
23943         * sys/v4l/gstv4lxoverlay.h:
23944         * sys/v4l/gstv4lxoverlay.c:
23945         * sys/v4l/gstv4ltuner.h:
23946         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23947         
23948         * sys/v4l/gstv4lsrc.h:
23949         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23950         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23951         or something should handle that. Made a live source.
23952
23953         * sys/v4l/gstv4lelement.h:
23954         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23955         signals. Some cleanups.
23956
23957         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23958
23959         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23960         stuff.
23961
23962         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23963         stuff.
23964
23965         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23966
23967 2005-07-07  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/theora/theoradec.c: (theora_get_query_types),
23970         (theora_dec_src_getcaps), (theora_dec_push):
23971         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23972         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23973         Remove deprecated/unused query types.
23974
23975 2005-07-06  Wim Taymans  <wim@fluendo.com>
23976
23977         * ext/alsa/Makefile.am:
23978         * ext/alsa/gstalsaplugin.c: (plugin_init):
23979         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23980         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23981         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23982         (gst_alsasrc_class_init), (gst_alsasrc_init),
23983         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23984         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23985         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23986         (gst_alsasrc_reset):
23987         * ext/alsa/gstalsasrc.h:
23988         * gst-libs/gst/audio/Makefile.am:
23989         * gst-libs/gst/audio/gstaudiosink.c:
23990         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23991         (gst_audioringbuffer_start):
23992         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23993         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23994         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23995         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23996         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23997         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23998         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23999         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24000         * gst-libs/gst/audio/gstaudiosrc.h:
24001         * gst-libs/gst/audio/gstbaseaudiosink.c:
24002         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24003         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24004         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24006         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24007         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24008         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24009         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24010         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24011         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24012         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24013         (gst_baseaudiosrc_change_state):
24014         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24015         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24016         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24017         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24018         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24019         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24020         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24021         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24022         * gst-libs/gst/audio/gstringbuffer.h:
24023         Added audiosource base classes.
24024         Ported alsasrc, still very basic.
24025
24026 2005-07-06  Wim Taymans  <wim@fluendo.com>
24027
24028         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24029         (theora_dec_push), (theora_handle_data_packet):
24030         Prepare for better timestamp fix later.
24031
24032         * gst/audioconvert/gstaudioconvert.c:
24033         List most accurate caps first
24034
24035         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24036         Use proper pad task function.
24037
24038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24039         (gst_xvimagesink_show_frame):
24040         Fix deadlock when alloc failed.
24041
24042 2005-07-05  Andy Wingo  <wingo@pobox.com>
24043
24044         * ext/gnomevfs/gstgnomevfssrc.c:
24045         * gst/sine/gstsinesrc.c:
24046         * gst/tcp/gsttcpserversrc.c:
24047         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24048
24049         * sys/v4l/: Port from 0.8.
24050
24051         * Many files: Null if we got it....
24052
24053 2005-07-05  Andy Wingo  <wingo@pobox.com>
24054
24055         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24056         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24057         Signedness fixes.
24058
24059 2005-07-05  Wim Taymans  <wim@fluendo.com>
24060
24061         * configure.ac:
24062         * gst/tcp/Makefile.am:
24063         * gst/tcp/README:
24064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24065         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24066         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24067         (is_sync_frame), (gst_multifdsink_handle_client_write),
24068         (gst_multifdsink_render), (gst_multifdsink_start),
24069         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24070         * gst/tcp/gstmultifdsink.h:
24071         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24072         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24073         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24074         * gst/tcp/gsttcp.h:
24075         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24076         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24077         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24078         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24079         * gst/tcp/gsttcpclientsink.h:
24080         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24081         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24082         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24083         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24084         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24085         * gst/tcp/gsttcpclientsrc.h:
24086         * gst/tcp/gsttcpplugin.c: (plugin_init):
24087         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24088         * gst/tcp/gsttcpserversink.h:
24089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24090         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24091         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24092         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24093         (gst_tcpserversrc_stop):
24094         * gst/tcp/gsttcpserversrc.h:
24095         * gst/tcp/gsttcpsink.c:
24096         * gst/tcp/gsttcpsink.h:
24097         * gst/tcp/gsttcpsrc.c:
24098         * gst/tcp/gsttcpsrc.h:
24099         Ported tcp plugins to 0.9. 
24100         
24101
24102 2005-07-05  Andy Wingo  <wingo@pobox.com>
24103
24104         * gst/playback/gstplaybasebin.c (fill_buffer):
24105         message_new_application fixen.
24106
24107         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24108         Style fix.
24109
24110 2005-07-04  Wim Taymans  <wim@fluendo.com>
24111
24112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24113         Set caps on output buffer.
24114
24115 2005-07-04  Andy Wingo  <wingo@pobox.com>
24116
24117         * ext/gnomevfs/gstgnomevfssrc.c
24118         (gst_gnomevfssrc_received_headers_callback) 
24119         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24120         hopefully.
24121
24122         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24123         No refcount leakage.
24124
24125         * configure.ac: Enable -Werror.
24126         
24127         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24128         * gst/audioconvert/bufferframesconvert.c
24129         (buffer_frames_convert_fixate):
24130         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24131         (gst_audio_convert_fixate):
24132         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24133         (gst_sinesrc_create): Fixate func changes.
24134         
24135         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24136         (gst_ximagesink_buffer_alloc): Unused var.
24137
24138 2005-07-01  Andy Wingo  <wingo@pobox.com>
24139
24140         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24141         getcaps to do explicit caps. Needs to be done in all decoders,
24142         possibly via a base class.
24143
24144         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24145
24146         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24147         caps on the sink pad, just rely on the pad template. Also, setting
24148         ANY caps on a pad is not valid because the caps are not fixed.
24149
24150         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24151         caps on the buffer, and get the width from the desired_caps if
24152         they're set.
24153         (gst_ximagesink_renegotiate_size): Implement via setting the
24154         desired_caps on the ximagesink.
24155         (gst_ximagesink_setcaps): Only reset the width of the player if it
24156         wasn't already set. Not sure if this is right.
24157         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24158
24159         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24160         that the user wants. NULL unless the window has been resized.
24161
24162         * gst/volume/gstvolume.c (volume_transform): Adapt to
24163         basetransform refcount changes.
24164         
24165 2005-07-01  Andy Wingo  <wingo@pobox.com>
24166
24167         * gst/videoscale/gstvideoscale.c:
24168         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24169         from BaseTransform, implements a transform_caps. Removed dead code
24170         including some PAR stuff that was never reached -- should probably
24171         be added back somehow.
24172
24173 2005-07-01  Andy Wingo  <wingo@pobox.com>
24174
24175         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24176         come later.
24177
24178 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24179
24180         * configure.ac:
24181         * docs/libs/Makefile.am:
24182         * docs/libs/gst-plugins-libs.types:
24183         * ext/alsa/Makefile.am:
24184         * ext/alsa/gstalsamixer.h:
24185         * ext/alsa/gstalsamixeroptions.h:
24186         * ext/alsa/gstalsamixertrack.h:
24187         * gst-libs/gst/Makefile.am:
24188         * gst-libs/gst/colorbalance/.cvsignore:
24189         * gst-libs/gst/colorbalance/Makefile.am:
24190         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24191         * gst-libs/gst/colorbalance/colorbalance.c:
24192         * gst-libs/gst/colorbalance/colorbalance.h:
24193         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24194         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24195         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24196         * gst-libs/gst/interfaces/Makefile.am:
24197         * gst-libs/gst/interfaces/colorbalance.c:
24198         (gst_color_balance_class_init):
24199         * gst-libs/gst/interfaces/colorbalance.h:
24200         * gst-libs/gst/interfaces/interfaces-marshal.list:
24201         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24202         * gst-libs/gst/interfaces/mixer.h:
24203         * gst-libs/gst/interfaces/mixeroptions.h:
24204         * gst-libs/gst/interfaces/navigation.c:
24205         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24206         * gst-libs/gst/interfaces/tuner.h:
24207         * gst/volume/Makefile.am:
24208         * gst/volume/gstvolume.c:
24209         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24210         * sys/ximage/Makefile.am:
24211         * sys/ximage/ximagesink.c:
24212         * sys/xvimage/Makefile.am:
24213         * sys/xvimage/xvimagesink.c:
24214           fold in all interfaces into an interfaces dir, preserving CVS
24215           history
24216
24217 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24218
24219         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24220           Fix build after riff changes.
24221
24222 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24223
24224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24225         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24226         (gst_riff_create_video_template_caps),
24227         (gst_riff_create_audio_template_caps),
24228         (gst_riff_create_iavs_template_caps):
24229         * gst-libs/gst/riff/riff-media.h:
24230         * gst-libs/gst/riff/riff-read.h:
24231         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24232           Add gst_riff_init() to initialize the debug category, instead
24233           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24234
24235 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24236
24237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24238           Oops, I shouldn't apply hacks.
24239
24240 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24241
24242         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24243           Remove pad_loop function which doesn't work.
24244
24245 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24246
24247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24248           Send EOS when deactivating.
24249         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24250         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24251         (gen_preroll_element), (probe_triggered), (mute_stream),
24252         (silence_stream), (new_decoded_pad), (setup_substreams),
24253         (set_active_source):
24254         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24255         (remove_sinks), (add_sink):
24256         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24257           Change for new probe API.
24258
24259 2005-06-29  Wim Taymans  <wim@fluendo.com>
24260
24261         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24262         * gst-libs/gst/audio/gstbaseaudiosink.c:
24263         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24264         (gst_baseaudiosink_change_state):
24265         * gst-libs/gst/audio/gstbaseaudiosink.h:
24266         * gst-libs/gst/audio/gstringbuffer.c:
24267         (gst_ringbuffer_set_callback):
24268         Fix compilation error.
24269         Ringbuffer starts out as not running.
24270         Free our clock in dispose.
24271         When releasing the ringbuffer we need to renegotiate so
24272         clear the pad caps.
24273
24274 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24275
24276         * autogen.sh:
24277         * configure.ac:
24278         * docs/Makefile.am:
24279         * docs/libs/Makefile.am:
24280         * docs/libs/gst-plugins-libs-docs.sgml:
24281         * docs/libs/gst-plugins-libs-sections.txt:
24282         * docs/libs/gst-plugins-libs.types:
24283         * docs/libs/tmpl/gstaudio.sgml:
24284         * docs/libs/tmpl/gstcolorbalance.sgml:
24285         * docs/libs/tmpl/gstringbuffer.sgml:
24286         * gst-libs/gst/audio/gstringbuffer.c:
24287         (gst_ringbuffer_set_callback):
24288           reinstate gtk-doc docs for plugin libs
24289
24290 2005-06-28  Wim Taymans  <wim@fluendo.com>
24291
24292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24293         (gst_ogg_demux_init):
24294         Removed pad loop function.
24295
24296 2005-06-28  Wim Taymans  <wim@fluendo.com>
24297
24298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24299         If we're building a chain we are not in an error case
24300         when we queue a buffer.
24301
24302 2005-06-28  Andy Wingo  <wingo@pobox.com>
24303
24304         * *.c: Don't cast to GstObject before reffing/unreffing.
24305
24306 2005-06-27  Andy Wingo  <wingo@pobox.com>
24307
24308         * gst/videotestsrc/gstvideotestsrc.c
24309         (gst_videotestsrc_activate_push): Activation API changes.
24310
24311         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24312         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24313         they have refs on the decodebin.
24314
24315         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24316         parent class.
24317         (gst_ogg_pad_typefind): Don't leak a pad ref.
24318         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24319         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24320         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24321
24322 2005-06-27  Edward Hervey  <edward@fluendo.com>
24323
24324         * ext/theora/theoradec.c: (theora_dec_change_state): 
24325         re-arranged call to parent's state change in order to avoid locks (or
24326         worse).
24327
24328 2005-06-26  Edward Hervey  <edward@fluendo.com>
24329
24330         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24331         2nd argument of 'unknow-type' signal is a GstCaps and not a
24332         GstMiniObject
24333
24334 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24335         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24336           Set the worker thread's running flag to TRUE before starting the
24337           thread.
24338         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24339           Catch a failure to add typefind to the bin.
24340
24341 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24344         (gst_sinesrc_init), (gst_sinesrc_create),
24345         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24346         (gst_sinesrc_start):
24347         * gst/sine/gstsinesrc.h:
24348           add num-buffers and timestamp-offset properties
24349         * gst/videotestsrc/gstvideotestsrc.c:
24350         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24351         (gst_videotestsrc_get_property):
24352           add timestamp-offset property
24353
24354 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24355
24356         * configure.ac: add videorate
24357         * gst-plugins-base.spec.in: add videorate
24358
24359 2005-06-23  Wim Taymans  <wim@fluendo.com>
24360
24361         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24362         (gst_videorate_getcaps), (gst_videorate_setcaps),
24363         (gst_videorate_event), (gst_videorate_chain):
24364         Fixed videorate, fixating an already fixated caps is not
24365         an error.
24366
24367 2005-06-23  Wim Taymans  <wim@fluendo.com>
24368
24369         * ext/ogg/README:
24370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24371         Buffer on caps is not boxed anymore.
24372
24373 2005-06-22  Wim Taymans  <wim@fluendo.com>
24374
24375         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24377         Set buffers on caps as miniobjects and not as boxed.
24378
24379 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24380
24381         * configure.ac:
24382           back to HEAD
24383
24384 === release 0.9.1 ===
24385
24386 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24387
24388         * .cvsignore:
24389         * NEWS:
24390         * README:
24391         * RELEASE:
24392         * configure.ac:
24393         * po/af.po:
24394         * po/az.po:
24395         * po/cs.po:
24396         * po/en_GB.po:
24397         * po/hu.po:
24398         * po/it.po:
24399         * po/nb.po:
24400         * po/nl.po:
24401         * po/or.po:
24402         * po/sq.po:
24403         * po/sr.po:
24404         * po/sv.po:
24405         * po/uk.po:
24406         * po/vi.po:
24407           updates for release
24408
24409 2005-06-09  Andy Wingo  <wingo@pobox.com>
24410
24411         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24412         
24413 2005-06-09  Andy Wingo  <wingo@pobox.com>
24414
24415         * configure.ac:
24416         * gst-libs/gst/Makefile.am:
24417         * gst-libs/gst/net/Makefile.am:
24418         Add gstnet to build.
24419
24420 2005-06-09  Andy Wingo  <wingo@pobox.com>
24421
24422         * gst-libs/gst/gconf/gconf.c:
24423         * gst/playback/test.c:
24424         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24425         fixes.
24426
24427         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24428
24429         * ext/theora/theoraenc.c (theora_enc_chain): 
24430         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24431
24432         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24433         RealPad.
24434
24435 2005-06-02  Wim Taymans  <wim@fluendo.com>
24436
24437         * gst-libs/gst/net/Makefile.am:
24438         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24439         * pkgconfig/gstreamer-libs.pc.in:
24440         Added net stuff, version net lib.
24441
24442 2005-06-02  Wim Taymans  <wim@fluendo.com>
24443
24444         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24445         (query_rates), (query_positions_elems), (query_positions_pads),
24446         (do_seek):
24447         Updated seek example.
24448
24449 2005-06-02  Andy Wingo  <wingo@pobox.com>
24450
24451         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24452         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24453         list.
24454
24455         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24456         remove the typefind, the bin dispose will do it for us. When it's
24457         removed and unreffed, the signal handler will be disconnected,
24458         too.
24459         (unlinked): It's too difficult to disconnect from unlinked
24460         handlers, as they are on pads not elements. Just punt if the pads
24461         aren't grandkids of the bin.
24462
24463 2005-06-02  Wim Taymans  <wim@fluendo.com>
24464
24465         * ext/ogg/README:
24466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24467         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24469         * ext/theora/theoradec.c: (theora_dec_src_query),
24470         (theora_handle_data_packet):
24471         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24472         (theora_enc_chain):
24473         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24474         (vorbis_handle_data_packet):
24475         * gst/audioconvert/bufferframesconvert.c:
24476         (buffer_frames_convert_chain):
24477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24478         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24479         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24480         (gst_ffmpegcsp_chain):
24481         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24482         (gst_videorate_getcaps), (gst_videorate_setcaps),
24483         (gst_videorate_event), (gst_videorate_chain):
24484         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24485         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24486         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24487         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24488         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24489         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24490         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24491         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24492         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24493         Cleanups and buffer alloc.
24494
24495 2005-05-31  Wim Taymans  <wim@fluendo.com>
24496
24497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24498         Don't try to call the delay method when the device is not
24499         opened.
24500
24501 2005-05-31  Wim Taymans  <wim@fluendo.com>
24502
24503         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24504         Get actual segment size and buffer size after opening
24505         the device.
24506
24507 2005-05-30  Wim Taymans  <wim@fluendo.com>
24508
24509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24510         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24511         Also FLUSH upstream, makes the loop function exit faster.
24512         
24513         * ext/theora/theoradec.c: (theora_dec_src_query):
24514         Some more debug info in the query.
24515         
24516         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24517         (gst_ximagesink_setcaps):
24518         Release lock on par error, better error reporting.
24519
24520 2005-05-26  Wim Taymans  <wim@fluendo.com>
24521
24522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24523         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24524         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24525         Clear chains in READY
24526         Queue packets until the chain is activated.
24527
24528 2005-05-25  Wim Taymans  <wim@fluendo.com>
24529
24530         * gst-libs/gst/audio/gstaudiosink.c:
24531         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24532         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24533         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24534         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24535         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24536         (gst_audiosink_create_ringbuffer):
24537         * gst-libs/gst/audio/gstbaseaudiosink.c:
24538         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24539         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24540         (gst_baseaudiosink_set_property), (build_linear_format),
24541         (debug_spec_caps), (debug_spec_buffer),
24542         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24543         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24544         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24545         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24547         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24548         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24549         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24550         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24551         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24552         (wait_segment), (gst_ringbuffer_commit),
24553         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24554         (gst_ringbuffer_clear):
24555         Various small cleanups.
24556
24557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24558         (gst_audio_convert_change_state):
24559         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24560         No need to take the locks anymore.
24561
24562 2005-05-25  Wim Taymans  <wim@fluendo.com>
24563
24564         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24565         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24566         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24567         (type_found):
24568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24569         (group_destroy), (group_commit), (queue_overrun),
24570         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24571         (mute_stream), (new_decoded_pad), (setup_substreams),
24572         (setup_source), (mute_group_type), (set_active_source),
24573         (gst_play_base_bin_change_state):
24574         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24575         (gen_video_element), (gen_text_element), (gen_audio_element),
24576         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24577         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24578         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24579         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24580         Some playbin cleanups mostly refcounting sloppyness.
24581
24582 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24583
24584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24585           Work with streaming input.
24586
24587 2005-05-25  Wim Taymans  <wim@fluendo.com>
24588
24589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24590         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24591         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24592         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24593         No need to take the STREAM lock anymore.
24594
24595 2005-05-25  Wim Taymans  <wim@fluendo.com>
24596
24597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24598         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24599         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24600         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24601         (gst_ogg_demux_sink_activate):
24602         * ext/theora/theoradec.c: (theora_dec_src_event),
24603         (theora_handle_comment_packet), (theora_dec_chain),
24604         (theora_dec_change_state):
24605         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24606         (vorbis_handle_data_packet), (vorbis_dec_chain),
24607         (vorbis_dec_change_state):
24608         Remove STREAM locks as they are taken in core now.
24609         Never set bogus granulepos on vorbis/theora.
24610         Fix leaks in theoradec tag parsing.
24611
24612 2005-05-25  Wim Taymans  <wim@fluendo.com>
24613
24614         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24615         Fix memleaks, GST_BUFFER_DATA() is not freed.
24616
24617 2005-05-25  Wim Taymans  <wim@fluendo.com>
24618
24619         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24620         Open non-blocking, set to blocking mode afterwards to avoid
24621         lockups when audio device is busy.
24622
24623 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24624
24625         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24626           This can't be good.
24627
24628 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24629
24630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24631         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24632         (gst_audio_convert_setcaps):
24633           Implement instant setup switching.
24634
24635 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24636
24637         * gst/playback/gstplaybasebin.c: (probe_triggered):
24638           Fix missing unlock.
24639         * gst/playback/gstplaybin.c: (add_sink):
24640           First add, then link (otherwise pad link fails).
24641
24642 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24643
24644         * examples/Makefile.am:
24645         fix buildbot (make distcheck)
24646
24647 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24648
24649         * gst/playback/gstplaybin.c: (gen_vis_element):
24650           Remove some wrong code. Doesn't work yet.
24651
24652 2005-05-19  Wim Taymans  <wim@fluendo.com>
24653
24654         * gst-libs/gst/net/Makefile.am:
24655         * gst-libs/gst/net/README:
24656         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24657         (gst_netbuffer_class_init), (gst_netbuffer_init),
24658         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24659         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24660         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24661         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24662         * gst-libs/gst/net/gstnetbuffer.h:
24663         Added buffer subclass to store extra to/from addresses for
24664         network sources/sinks.
24665
24666 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24667
24668         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24669           Don't lock an unassigned variable.
24670
24671 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24672
24673         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24674           Increase buffer for video, decrease buffer for other media types.
24675         * gst/playback/gstplaybin.c: (gen_video_element),
24676         (gen_audio_element):
24677           Change names for debugging purposes.
24678
24679 2005-05-18  Wim Taymans  <wim@fluendo.com>
24680
24681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24682         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24683         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24684         (gst_ffmpegcsp_chain):
24685         Enable buffer alloc passthrough if the source and dest
24686         formats are the same.
24687
24688 2005-05-17  Wim Taymans  <wim@fluendo.com>
24689
24690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24691         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24692         (gst_ogg_demux_chain_unlocked):
24693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24694         (gst_audio_convert_caps_remove_format_info),
24695         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24696         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24698         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24699         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24700         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24701         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24702         (gst_ffmpegcsp_get_property):
24703         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24704         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24705         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24706         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24707         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24708         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24709         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24710         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24711         Leak fixes in oggdemux.
24712         Some cleanups in audioconvert.
24713         Make passthrough work along with buffer_alloc etc.
24714         Make buffer_alloc and buffer recycling actually work in
24715         xvimagesink.
24716
24717 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24718
24719         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24720           make the compiler happy
24721
24722 2005-05-17  Wim Taymans  <wim@fluendo.com>
24723
24724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24725         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24726         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24727         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24728         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24729         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24730         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24731         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24732         (gst_xvimagesink_set_xwindow_id):
24733         * sys/xvimage/xvimagesink.h:
24734         Port xvimagesink to new MiniObject.
24735
24736 2005-05-17  Wim Taymans  <wim@fluendo.com>
24737
24738         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24739         (gst_audiofilter_chain):
24740         * gst-libs/gst/audio/gstaudiosink.c:
24741         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24742         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24743         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24744         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24745         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24746         (gst_audiosink_create_ringbuffer):
24747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24748         (gst_audio_convert_caps_remove_format_info),
24749         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24750         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24752         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24753         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24754         Fix passthrough in ffmpegcolorspace.
24755         Fix memset in audiosink on wrong memory.
24756
24757 2005-05-16  David Schleef  <ds@schleef.org>
24758
24759         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24760         to GstMiniObject.
24761
24762 2005-05-16  David Schleef  <ds@schleef.org>
24763
24764         Port from GstData to GstMiniObject.
24765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24767         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24768         (gst_ogg_mux_collected):
24769         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24770         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24771         (theora_handle_data_packet):
24772         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24773         (theora_set_header_on_caps), (theora_enc_chain):
24774         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24775         (vorbis_handle_comment_packet):
24776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24777         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24778         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24780         * gst/audioconvert/gstaudioconvert.c:
24781         (gst_audio_convert_get_buffer):
24782         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24783         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24784         (mute_stream), (silence_stream):
24785         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24786         * gst/volume/gstvolume.c: (volume_transform):
24787         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24788         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24789         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24790         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24791         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24792         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24793         (gst_ximagesink_buffer_alloc):
24794         * sys/ximage/ximagesink.h:
24795
24796 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24797
24798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24799         (fill_buffer), (check_queue), (queue_threshold_reached),
24800         (queue_out_of_data):
24801         * gst/playback/gstplaybasebin.h:
24802           Post buffer-fullness on the bus.
24803
24804 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24805
24806         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24807         (try_to_link_1):
24808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24809         (group_commit), (probe_triggered), (setup_source),
24810         (gst_play_base_bin_change_state):
24811         * gst/playback/gstplaybasebin.h:
24812         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24813         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24814         (gst_play_bin_change_state):
24815           Move setup_output_pads into a virtual function, remove
24816           group-switch (no longer needed) and redirect (handled by bus
24817           now) signals.
24818
24819 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24820
24821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24822         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24823         (get_active_group), (get_building_group), (group_destroy),
24824         (group_commit), (check_queue), (queue_overrun),
24825         (queue_threshold_reached), (queue_out_of_data),
24826         (gen_preroll_element), (remove_groups), (unknown_type),
24827         (add_element_stream), (no_more_pads), (probe_triggered),
24828         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24829         (setup_substreams), (setup_source), (finish_source),
24830         (prepare_output), (muted_group_change_state),
24831         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24832         (gst_play_base_bin_change_state):
24833         * gst/playback/gstplaybasebin.h:
24834         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24835         (gst_play_bin_init), (gst_play_bin_set_property),
24836         (gen_video_element), (gen_text_element), (gen_audio_element),
24837         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24838         (gst_play_bin_change_state):
24839         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24840         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24841         (stream_info_change_state), (gst_stream_info_set_mute),
24842         (gst_stream_info_get_property):
24843         * gst/playback/gststreaminfo.h:
24844         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24845         (gst_stream_selector_get_linked_pad),
24846         (gst_stream_selector_getcaps),
24847         (gst_stream_selector_get_linked_pads),
24848         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24849         * gst/playback/gststreamselector.h:
24850           Rough port of playbin. Needs some more work, but is mostly done,
24851           and uses a few locks in important places, which should make stuff
24852           like chain-switches clean. Still uses GST_STATE() in a few places,
24853           which isn't all that good an idea, subtitles/elements disabled
24854           because no elements to test with and thus probably broken, query
24855           and event handling moved to GstBin, internal thread removed
24856           alltogether because the pipeline does that for us now. Can play
24857           Ogg/Vorbis files. Haven't tested anything else yet.
24858
24859 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24862           Do no-more-pads (needed for autoplugging).
24863
24864 2005-05-10  Andy Wingo  <wingo@pobox.com>
24865
24866         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24867         message to the bus with the tags. Still not sent downstream tho.
24868
24869         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24870         get_parent.
24871         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24872         avoid refcounting hassles.
24873
24874 2005-05-09  Andy Wingo  <wingo@pobox.com>
24875
24876         * gst/volume/Makefile.am:
24877         * gst/volume/demo.c
24878         * gst/volume/gstvolume.h
24879         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24880         basetransform. Probably need an audio filter base class.
24881
24882 2005-05-09  Wim Taymans  <wim@fluendo.com>
24883
24884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24885         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24886         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24887         (gst_vorbisenc_chain):
24888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24889         (gst_audio_convert_caps_remove_format_info),
24890         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24891         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24892         Make caps writable before writing to it.
24893         Fix negotiation in audioconvert some more.
24894
24895 2005-05-09  Wim Taymans  <wim@fluendo.com>
24896
24897         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24898         (gst_videorate_getcaps), (gst_videorate_setcaps),
24899         (gst_videorate_event), (gst_videorate_chain):
24900         Better negotiation.
24901
24902 2005-05-09  Wim Taymans  <wim@fluendo.com>
24903
24904         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24905         (gst_videorate_getcaps), (gst_videorate_setcaps),
24906         (gst_videorate_blank_data), (gst_videorate_init),
24907         (gst_videorate_event), (gst_videorate_chain),
24908         (gst_videorate_change_state):
24909         Port videorate, do a better job at negotiation while we're at
24910         it.
24911
24912 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24913
24914         * configure.ac:
24915           Disable libvisual
24916
24917         * examples/Makefile.am:
24918         * gst-libs/gst/audio/Makefile.am:
24919         * gst-libs/gst/riff/Makefile.am:
24920         * gst-libs/gst/tag/Makefile.am:
24921         * gst-libs/gst/video/Makefile.am:
24922           Fixups for missing variables.
24923
24924 2005-05-09  Wim Taymans  <wim@fluendo.com>
24925
24926         * examples/seeking/seek.c: (make_theora_pipeline),
24927         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24928         (query_rates), (query_positions_elems), (query_positions_pads),
24929         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24931         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24932         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24933         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24934         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24936         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24937         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24938         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24939         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24940         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24941         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24942         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24943         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24944         (theora_dec_src_convert), (theora_dec_sink_convert),
24945         (theora_dec_src_query), (theora_dec_sink_query),
24946         (theora_dec_src_event), (theora_dec_sink_event),
24947         (theora_handle_comment_packet), (theora_handle_type_packet),
24948         (theora_handle_header_packet), (theora_handle_data_packet),
24949         (theora_dec_chain):
24950         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24951         (vorbis_dec_convert), (vorbis_dec_src_query),
24952         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24953         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24954         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24955         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24957         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24958         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24959         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24960         (gst_play_bin_query):
24961         * gst/playback/test3.c: (update_scale):
24962         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24963         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24964         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24965         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24966         (gst_videotestsrc_src_query):
24967         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24968         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24969         (paint_hline_YUV9):
24970         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24971         Port to new query API.
24972         Updated seek.
24973         Cleanups in x[v]imagesink
24974
24975 2005-05-09  Andy Wingo  <wingo@pobox.com>
24976
24977         * ext/alsa/gstalsasink.h:
24978         * ext/gnomevfs/gstgnomevfssrc.c:
24979         (gst_gnomevfssrc_get_icy_metadata):
24980         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24981         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24982         * ext/theora/theoradec.c (theora_dec_src_query)
24983         (theora_dec_src_event, theora_dec_sink_event)
24984         (theora_handle_comment_packet, theora_handle_data_packet):
24985         * ext/theora/theoraenc.c (theora_enc_chain):
24986         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24987         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24988         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24989         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24990         (qt_type_find):
24991         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24992         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24993         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24994         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24995         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24996         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24997         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24998         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24999         (paint_setup_RGB565, paint_setup_xRGB1555):
25000         * gst/videotestsrc/videotestsrc.h:
25001         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25002         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25003         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25004         GCC4 fixes.
25005         
25006         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25007         gst_pad_query_position. Fixes oggdemux.
25008
25009 2005-05-08  David Schleef  <ds@schleef.org>
25010
25011         * configure.ac: Require liboil.
25012         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25013         a few more.
25014         * gst/videotestsrc/videotestsrc.c:
25015         * gst/videotestsrc/videotestsrc.h:
25016
25017 2005-05-06  Wim Taymans  <wim@fluendo.com>
25018
25019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25020         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25021         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25022         Well, unreffing a buffer right before pushing it is asking
25023         for trouble..
25024
25025 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25026
25027         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25028
25029 2005-05-06  Wim Taymans  <wim@fluendo.com>
25030
25031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25032         (gst_audio_convert_caps_remove_format_info),
25033         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25034         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25036         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25037         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25038         * gst/sine/Makefile.am:
25039         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25040         (gst_sinesrc_class_init), (gst_sinesrc_init),
25041         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25042         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25043         (gst_sinesrc_update_freq):
25044         * gst/sine/gstsinesrc.h:
25045         * gst/tcp/gstmultifdsink.c:
25046         * sys/xvimage/xvimagesink.c:
25047         Fixed negotiation wrt _peer_get_caps()
25048         Some cleanups.
25049
25050
25051 2005-05-06  Wim Taymans  <wim@fluendo.com>
25052
25053         * gst-libs/gst/audio/gstaudiosink.c:
25054         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25055         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25056         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25057         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25058         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25059         (gst_audiosink_create_ringbuffer):
25060         * gst-libs/gst/audio/gstbaseaudiosink.c:
25061         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25062         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25063         (gst_baseaudiosink_set_property), (build_linear_format),
25064         (debug_spec_caps), (debug_spec_buffer),
25065         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25066         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25067         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25068         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25069         * gst-libs/gst/audio/gstbaseaudiosink.h:
25070         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25071         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25072         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25073         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25074         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25075         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25076         (wait_segment), (gst_ringbuffer_commit),
25077         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25078         (gst_ringbuffer_clear):
25079         * gst-libs/gst/audio/gstringbuffer.h:
25080         Make the base audiosink return an error when there is no
25081         audiobuffer negotiated.
25082
25083 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25084
25085         * ext/Makefile.am:
25086         Disable cdparanoia until someone ports it!
25087
25088 2005-05-06  Wim Taymans  <wim@fluendo.com>
25089
25090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25091         (gst_ogg_demux_sink_activate):
25092         And revert after wingo's revert.. sigh..
25093
25094 2005-05-05  Andy Wingo  <wingo@pobox.com>
25095
25096         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25097         GObject.
25098         * configure.ac: Return audiorate and subparse from the ghetto.
25099         Re-enable -Wall -Werror.
25100         * gst/subparse/gstsubparse.c:
25101         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25102         or chain-based. Cleaned up a bit. Not tested.
25103         
25104 2005-05-05  Christian Schaller <christian@fluendo.com> 
25105
25106         * Makefile.am: remove stuff that is not building
25107         * configure.ac: remove stuff that is not building
25108         * examples/Makefile.am: remove stuff that is not building
25109         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25110         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25111         * sys/Makefile.am: remove stuff that is not building
25112         * testsuite/Makefile.am: remove stuff that is not building
25113
25114 2005-05-05  Andy Wingo  <wingo@pobox.com>
25115
25116         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25117         * gst-libs/gst/tag/gstvorbistag.c:
25118         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25119         * gst/adder/gstadder.h:
25120         * gst/audioconvert/gstchannelmix.c:
25121         (gst_audio_convert_fill_one_other):
25122         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25123         (gst_audiorate_init), (gst_audiorate_chain):
25124         * gst/playback/gstplaybasebin.c: (setup_source):
25125         * gst/playback/test3.c: (update_scale):
25126         Some GCC4 fixes
25127         
25128         * po/af.po:
25129         * po/az.po:
25130         * po/cs.po:
25131         * po/en_GB.po:
25132         * po/hu.po:
25133         * po/it.po:
25134         * po/nb.po:
25135         * po/nl.po:
25136         * po/or.po:
25137         * po/sq.po:
25138         * po/sr.po:
25139         * po/sv.po:
25140         * po/uk.po:
25141         * po/vi.po: Foo
25142
25143 2005-05-05  Wim Taymans  <wim@fluendo.com>
25144
25145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25146         (gst_audio_convert_caps_remove_format_info),
25147         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25148         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25149         * gst/videotestsrc/gstvideotestsrc.c:
25150         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25151         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25152         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25153         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25154         Don't ignore _push() return values.
25155         Make sure no processing is done when shutting down.
25156         Videotestsrc pad activation fix.
25157
25158 2005-05-05  Wim Taymans  <wim@fluendo.com>
25159
25160         * gst/adder/Makefile.am:
25161         * gst/adder/gstadder.c: (gst_adder_setcaps),
25162         (gst_adder_class_init), (gst_adder_init),
25163         (gst_adder_request_new_pad), (gst_adder_collected),
25164         (gst_adder_change_state):
25165         * gst/adder/gstadder.h:
25166         Ported adder as an example of a mixer element using
25167         collect pads. Needs more negotiation work.
25168
25169 2005-05-05  Wim Taymans  <wim@fluendo.com>
25170
25171         * ext/theora/theoradec.c: (_inc_granulepos),
25172         (theora_dec_src_event), (theora_dec_sink_event),
25173         (theora_handle_comment_packet), (theora_handle_type_packet),
25174         (theora_handle_header_packet), (theora_handle_data_packet),
25175         (theora_dec_chain):
25176         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25177         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25178         (theora_push_buffer), (theora_push_packet),
25179         (theora_enc_sink_event), (theora_enc_chain),
25180         (theora_enc_change_state), (theora_enc_set_property),
25181         (theora_enc_get_property):
25182         Added stream lock to decoder so that we can serialize
25183         the discont event.
25184         More theoraenc porting, recover from errors, do clean
25185         shutdown.
25186
25187 2005-05-05  Wim Taymans  <wim@fluendo.com>
25188
25189         * ext/ogg/Makefile.am:
25190         * ext/ogg/README:
25191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25192         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25193         (gst_ogg_print):
25194         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25195         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25196         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25197         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25198         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25199         (gst_ogg_mux_change_state):
25200         Ported ogg muxer.
25201
25202 2005-05-05  Wim Taymans  <wim@fluendo.com>
25203
25204         * docs/design-audiosinks.txt:
25205         * gst-libs/gst/audio/TODO:
25206         * gst-libs/gst/audio/gstaudiosink.c:
25207         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25208         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25209         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25210         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25211         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25212         (gst_audiosink_create_ringbuffer):
25213         * gst-libs/gst/audio/gstbaseaudiosink.c:
25214         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25215         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25216         (gst_baseaudiosink_set_property), (build_linear_format),
25217         (debug_spec_caps), (debug_spec_buffer),
25218         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25219         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25220         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25221         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25223         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25224         (gst_ringbuffer_release), (gst_ringbuffer_play),
25225         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25226         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25227         (gst_ringbuffer_set_sample), (wait_segment),
25228         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25229         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25230         More work on the audiosink, mostly debugging and a race in
25231         shutdown.
25232
25233 2005-04-28  Wim Taymans  <wim@fluendo.com>
25234
25235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25236         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25237         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25238         (vorbis_dec_src_query), (vorbis_dec_src_event),
25239         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25240         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25241         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25242         Don't crap out when seeking back to position 0.
25243
25244 2005-04-28  Wim Taymans  <wim@fluendo.com>
25245
25246         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25247         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25248         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25249         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25250         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25251         Make audio sink configurable, use alsasink as default.
25252
25253 2005-04-28  Wim Taymans  <wim@fluendo.com>
25254
25255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25256         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25257         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25258         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25259         (vorbis_dec_change_state):
25260         * ext/vorbis/vorbisdec.h:
25261         Refactor, use STREAM_LOCK.
25262
25263 2005-04-28  Wim Taymans  <wim@fluendo.com>
25264
25265         * ext/theora/theoradec.c: (_inc_granulepos),
25266         (theora_dec_sink_event), (theora_handle_comment_packet),
25267         (theora_handle_type_packet), (theora_handle_header_packet),
25268         (theora_handle_data_packet), (theora_dec_chain),
25269         (theora_dec_change_state):
25270         Refactor a bit, use STREAM_LOCK.
25271
25272 2005-04-28  Wim Taymans  <wim@fluendo.com>
25273
25274         * ext/alsa/Makefile.am:
25275         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25276         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25277         (gst_alsa_link), (gst_alsa_close_audio):
25278         * ext/alsa/gstalsaplugin.c: (plugin_init):
25279         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25280         (gst_alsasink_dispose), (gst_alsasink_base_init),
25281         (gst_alsasink_class_init), (gst_alsasink_init),
25282         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25283         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25284         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25285         (gst_alsasink_reset):
25286         * ext/alsa/gstalsasink.h:
25287         Implement alsasink with simple open/write/close API. 
25288         Make alsa dir build by disabling compilation of code.
25289
25290 2005-04-28  Wim Taymans  <wim@fluendo.com>
25291
25292         * gst-libs/gst/audio/Makefile.am:
25293         * gst-libs/gst/audio/audio.h:
25294         * gst-libs/gst/audio/audioclock.c:
25295         * gst-libs/gst/audio/audioclock.h:
25296         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25297         (gst_audio_clock_class_init), (gst_audio_clock_init),
25298         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25299         * gst-libs/gst/audio/gstaudioclock.h:
25300         * gst-libs/gst/audio/gstaudiosink.c:
25301         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25302         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25303         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25304         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25305         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25306         (gst_audiosink_create_ringbuffer):
25307         * gst-libs/gst/audio/gstbaseaudiosink.c:
25308         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25309         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25310         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25311         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25312         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25313         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25314         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25315         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25316         * gst-libs/gst/audio/gstbaseaudiosink.h:
25317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25318         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25319         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25320         (gst_ringbuffer_release), (gst_ringbuffer_play),
25321         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25322         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25323         (gst_ringbuffer_set_sample), (wait_segment),
25324         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25325         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25326         * gst-libs/gst/audio/gstringbuffer.h:
25327         Make ringbuffer faster and more simple by removing the locks
25328         in the playback thread.
25329         Add sample accurate playback based on buffer sample offsets.
25330         Make the baseaudiosink provide a clock.
25331         Parse caps in the base class.
25332         Correctly handle seeking, flushing and state changes.
25333
25334 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25335
25336         * configure.ac:
25337         * gst/audioconvert/Makefile.am:
25338         * gst/audioscale/Makefile.am:
25339           Fix part of the build.  Come on guys, autogen didn't even work :)
25340
25341 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25342
25343         * configure.ac:
25344         * gst-libs/gst/Makefile.am:
25345         * gst-libs/gst/media-info/.cvsignore:
25346         * gst-libs/gst/media-info/Makefile.am:
25347         * gst-libs/gst/media-info/README:
25348         * gst-libs/gst/media-info/media-info-priv.c:
25349         * gst-libs/gst/media-info/media-info-priv.h:
25350         * gst-libs/gst/media-info/media-info-test.c:
25351         * gst-libs/gst/media-info/media-info.c:
25352         * gst-libs/gst/media-info/media-info.h:
25353         * gst-libs/gst/media-info/media-info.vcproj:
25354         * pkgconfig/Makefile.am:
25355         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25356         * pkgconfig/gstreamer-media-info.pc.in:
25357           Remove media-info, which is also successed by playbin (see Totem
25358           implementation).
25359
25360 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25361
25362         * configure.ac:
25363         * examples/Makefile.am:
25364         * examples/gstplay/.cvsignore:
25365         * examples/gstplay/Makefile.am:
25366         * examples/gstplay/player.c:
25367         * gst-libs/gst/Makefile.am:
25368         * gst-libs/gst/play/.cvsignore:
25369         * gst-libs/gst/play/Makefile.am:
25370         * gst-libs/gst/play/play.c:
25371         * gst-libs/gst/play/play.h:
25372         * gst-libs/gst/play/play.vcproj:
25373         * pkgconfig/Makefile.am:
25374         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25375         * pkgconfig/gstreamer-play.pc.in:
25376           Remove libgstplay, playbin is now the official successor.
25377
25378 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25379
25380         * configure.ac:
25381         * gst-libs/gst/Makefile.am:
25382         * gst-libs/gst/xwindowlistener/Makefile.am:
25383         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25384         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25385           Remove deprecated xwindowlistener (I've moved xwindowlistening
25386           in the v4l/v4l2 plugins over to serverside).
25387
25388 2005-04-25  David Schleef  <ds@schleef.org>
25389
25390         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25391         to examples/dynparams.  Examples do not belong interspersed with
25392         source code.
25393         * examples/dynparams/demo-dparams.c:
25394         * gst/sine/Makefile.am:
25395         * gst/sine/demo-dparams.c:
25396
25397 2005-04-25  David Schleef  <ds@schleef.org>
25398
25399         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25400         * gst-libs/gst/audio/Makefile.am:
25401         * gst-libs/gst/riff/Makefile.am:
25402         * gst-libs/gst/tag/Makefile.am:
25403         * gst-libs/gst/video/Makefile.am:
25404         * gst-libs/gst/xwindowlistener/Makefile.am:
25405
25406         Convert to 0.9 API, seems to work:
25407         * sys/ximage/Makefile.am:
25408         * sys/ximage/ximagesink.c:
25409
25410 2005-04-24  David Schleef  <ds@schleef.org>
25411
25412         Link plugins against libraries:
25413         * ext/alsa/Makefile.am:
25414         * gst/tcp/Makefile.am:
25415
25416         Remove asm code that should be in liboil
25417         * gst/videoscale/Makefile.am:
25418         * gst/videoscale/videoscale_x86_asm.s:
25419
25420         gettext wants these checked in:
25421         * po/af.po:
25422         * po/az.po:
25423         * po/cs.po:
25424         * po/en_GB.po:
25425         * po/hu.po:
25426         * po/it.po:
25427         * po/nb.po:
25428         * po/nl.po:
25429         * po/or.po:
25430         * po/sq.po:
25431         * po/sr.po:
25432         * po/sv.po:
25433         * po/uk.po:
25434         * po/vi.po:
25435
25436 2005-04-24  David Schleef  <ds@schleef.org>
25437
25438         Convert gst_main() to g_main_loop_run()
25439         * gst/playback/decodetest.c: (main):
25440         * gst/playback/test2.c: (main):
25441         * gst/playback/test3.c: (main):
25442         * gst/playback/test4.c: (main):
25443
25444         Link plugins against libraries:
25445         * ext/libvisual/Makefile.am:
25446         * sys/xvimage/Makefile.am:
25447
25448 2005-04-24  David Schleef  <ds@schleef.org>
25449
25450         * configure.ac: Remove idct and resample libs
25451         * gst-libs/gst/Makefile.am: same
25452
25453         Remove usage of gst_library_load():
25454         * ext/alsa/gstalsaplugin.c: (plugin_init):
25455         * ext/libvisual/visual.c: (plugin_init):
25456         * ext/ogg/gstogg.c: (plugin_init):
25457         * ext/theora/theora.c: (plugin_init):
25458         * ext/vorbis/vorbis.c: (plugin_init):
25459         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25460         * gst/audioscale/gstaudioscale.c:
25461         * gst/adder/gstadder.c: (plugin_init):
25462         * gst/audioconvert/plugin.c: (plugin_init):
25463         * sys/ximage/ximagesink.c: (plugin_init):
25464         * sys/xvimage/xvimagesink.c: (plugin_init):
25465         * gst/tcp/gsttcpplugin.c: (plugin_init):
25466
25467         Link plugins against libraries:
25468         * ext/ogg/Makefile.am:
25469         * ext/theora/Makefile.am:
25470         * ext/vorbis/Makefile.am:
25471         * gst/audioconvert/Makefile.am:
25472
25473         Create proper libraries:
25474         * gst-libs/gst/riff/Makefile.am:
25475         * gst-libs/gst/audio/Makefile.am:
25476         * gst-libs/gst/video/Makefile.am:
25477
25478         Move resample library to audioscale plugin directory:
25479         * gst-libs/gst/resample/Makefile.am:
25480         * gst-libs/gst/resample/README:
25481         * gst-libs/gst/resample/dtof.c:
25482         * gst-libs/gst/resample/dtos.c:
25483         * gst-libs/gst/resample/functable.c:
25484         * gst-libs/gst/resample/private.h:
25485         * gst-libs/gst/resample/resample.c:
25486         * gst-libs/gst/resample/resample.h:
25487         * gst-libs/gst/resample/resample.vcproj:
25488         * gst-libs/gst/resample/test.c:
25489         * gst/audioscale/Makefile.am:
25490         * gst/audioscale/README:
25491         * gst/audioscale/dtof.c:
25492         * gst/audioscale/dtos.c:
25493         * gst/audioscale/functable.c:
25494         * gst/audioscale/private.h:
25495         * gst/audioscale/resample.c:
25496         * gst/audioscale/resample.h:
25497         * gst/audioscale/test.c:
25498
25499         Move tagedit library to gst-libs:
25500         * gst-libs/gst/tag/Makefile.am:
25501         * gst-libs/gst/tag/gstid3tag.c:
25502         * gst-libs/gst/tag/gsttagediting.c:
25503         * gst-libs/gst/tag/gsttageditingprivate.h:
25504         * gst-libs/gst/tag/gstvorbistag.c:
25505         * gst/tags/Makefile.am:
25506         * gst/tags/gstid3tag.c:
25507         * gst/tags/gstvorbistag.c:
25508
25509         Fix for core changes:
25510         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25511         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25512         (gst_sinesrc_getrange):
25513
25514 2005-04-23  David Schleef  <ds@schleef.org>
25515
25516         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25517         in gst-plugins in a long time, and properly belongs in liboil.
25518         * gst-libs/gst/idct/Makefile.am:
25519         * gst-libs/gst/idct/README:
25520         * gst-libs/gst/idct/dct.h:
25521         * gst-libs/gst/idct/doieee:
25522         * gst-libs/gst/idct/fastintidct.c:
25523         * gst-libs/gst/idct/floatidct.c:
25524         * gst-libs/gst/idct/idct.c:
25525         * gst-libs/gst/idct/idct.h:
25526         * gst-libs/gst/idct/idtc.vcproj:
25527         * gst-libs/gst/idct/ieeetest.c:
25528         * gst-libs/gst/idct/intidct.c:
25529
25530 2005-04-20  Wim Taymans  <wim@fluendo.com>
25531
25532         * docs/design-audiosinks.txt:
25533         * gst-libs/gst/audio/Makefile.am:
25534         * gst-libs/gst/audio/TODO:
25535         * gst-libs/gst/audio/gstaudiosink.c:
25536         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25537         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25538         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25539         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25540         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25541         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25542         (gst_audiosink_class_init), (gst_audiosink_init),
25543         (gst_audiosink_create_ringbuffer):
25544         * gst-libs/gst/audio/gstaudiosink.h:
25545         * gst-libs/gst/audio/gstbaseaudiosink.c:
25546         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25547         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25548         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25549         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25550         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25551         (gst_baseaudiosink_create_ringbuffer),
25552         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25553         * gst-libs/gst/audio/gstbaseaudiosink.h:
25554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25555         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25556         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25557         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25558         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25559         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25560         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25561         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25562         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25563         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25564         * gst-libs/gst/audio/gstringbuffer.h:
25565         An attempt at a set of audio base classes together with some
25566         design docs.
25567
25568 2005-04-20  Wim Taymans  <wim@fluendo.com>
25569
25570         * gst/audioconvert/Makefile.am:
25571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25572         (gst_audio_convert_caps_remove_format_info),
25573         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25574         (gst_audio_convert_channels):
25575         Link against audio libs.
25576         Fix audio convert plugin.
25577
25578 2005-04-20  Wim Taymans  <wim@fluendo.com>
25579
25580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25581         (gst_ogg_demux_sink_activate):
25582         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25583         (theora_set_header_on_caps), (theora_enc_sink_event),
25584         (theora_enc_chain):
25585         Fix theora encoder.
25586
25587 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25588
25589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25590         * gst/playback/gstdecodebin.c: (find_compatibles):
25591           Work with staticpadtemplates in elementfactories.
25592
25593 2005-04-12  Wim Taymans  <wim@fluendo.com>
25594
25595         * gst/playback/README:
25596         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25597         (compare_ranks), (print_feature), (gst_decode_bin_init),
25598         (dynamic_create), (dynamic_free), (find_compatibles),
25599         (mimetype_is_raw), (close_pad_link), (got_redirect),
25600         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25601         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25602         (gst_decode_bin_change_state):
25603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25604         (gst_play_base_bin_init), (group_destroy), (group_commit),
25605         (check_queue), (queue_overrun), (queue_threshold_reached),
25606         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25607         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25608         (got_redirect), (setup_source), (play_base_eos),
25609         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25610         (gst_play_base_bin_remove_element):
25611         * gst/playback/gstplaybasebin.h:
25612         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25613         (gst_play_bin_init), (gst_play_bin_dispose),
25614         (gst_play_bin_set_property), (gen_video_element),
25615         (gen_text_element), (gen_audio_element), (remove_sinks),
25616         (gst_play_bin_send_event):
25617         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25618         (stream_info_change_state), (gst_stream_info_set_mute):
25619         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25620         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25621         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25622         (gst_stream_selector_chain):
25623         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25624         (main):
25625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25626         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25627         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25628         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25629         Raw and crude port of decodebin. 
25630         Make playbin compile.
25631
25632 2005-04-06  Wim Taymans  <wim@fluendo.com>
25633
25634         * ext/gnomevfs/Makefile.am:
25635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25636         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25637         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25638         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25639         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25640         (gst_gnomevfssrc_stop):
25641         * ext/ogg/Makefile.am:
25642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25643         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25644         * ext/theora/Makefile.am:
25645         * ext/theora/theoradec.c: (_inc_granulepos),
25646         (theora_dec_sink_event), (theora_dec_chain):
25647         * ext/vorbis/Makefile.am:
25648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25649         (vorbis_dec_sink_event), (vorbis_dec_chain):
25650         * gst-libs/gst/audio/Makefile.am:
25651         * sys/xvimage/Makefile.am:
25652         Make gnomevfssrc extend the source base class.
25653         Fix linking against libs in various plugins.
25654
25655 2005-04-06  Andy Wingo  <wingo@pobox.com>
25656
25657         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25658         GST_BASE_LIBS.
25659
25660         * configure.ac: Add check and AC_SUBST for libgstbase.
25661
25662 2005-03-31  Wim Taymans  <wim@fluendo.com>
25663
25664         * examples/seeking/Makefile.am:
25665         * examples/seeking/cdparanoia.c: (main):
25666         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25667         (play_cb), (pause_cb), (stop_cb), (main):
25668         * examples/seeking/playbin.c:
25669         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25670         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25671         (make_sid_pipeline), (make_vorbis_pipeline),
25672         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25673         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25674         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25675         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25676         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25677         (stop_cb), (main):
25678         * examples/seeking/spider_seek.c:
25679         * examples/seeking/vorbisfile.c:
25680         * ext/gnomevfs/Makefile.am:
25681         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25682         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25683         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25684         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25685         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25686         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25687         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25688         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25689         * ext/ogg/README:
25690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25691         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25692         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25693         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25694         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25695         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25696         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25697         (gst_ogg_demux_factory_filter), (compare_ranks),
25698         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25699         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25700         (gst_ogg_chain_new), (gst_ogg_chain_free),
25701         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25702         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25703         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25704         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25705         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25706         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25707         (gst_ogg_demux_get_prev_page),
25708         (gst_ogg_demux_deactivate_current_chain),
25709         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25710         (gst_ogg_demux_bisect_forward_serialno),
25711         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25712         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25713         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25714         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25715         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25716         (gst_ogg_demux_change_state), (gst_ogg_print):
25717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25718         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25719         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25720         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25721         (gst_ogg_mux_loop):
25722         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25723         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25724         (theora_dec_src_convert), (theora_dec_sink_convert),
25725         (theora_dec_src_query), (theora_dec_src_event),
25726         (theora_dec_sink_event), (theora_dec_chain),
25727         (theora_dec_change_state):
25728         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25729         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25730         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25731         (theora_enc_change_state):
25732         * ext/vorbis/Makefile.am:
25733         * ext/vorbis/oggvorbisenc.c:
25734         * ext/vorbis/oggvorbisenc.h:
25735         * ext/vorbis/vorbis.c: (plugin_init):
25736         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25737         (vorbis_dec_src_query), (vorbis_dec_src_event),
25738         (vorbis_dec_sink_event), (vorbis_dec_chain),
25739         (vorbis_dec_change_state):
25740         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25741         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25742         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25743         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25744         (gst_vorbisenc_change_state):
25745         * ext/vorbis/vorbisenc.h:
25746         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25747         * gst-libs/gst/audio/audioclock.c:
25748         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25749         (gst_audiofilter_init), (gst_audiofilter_chain):
25750         * gst-libs/gst/audio/testchannels.c: (main):
25751         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25752         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25753         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25754         (gmip_find_track_streaminfo), (gmip_find_track_format):
25755         * gst-libs/gst/media-info/media-info.c:
25756         (gst_media_info_read_idler):
25757         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25758         (gst_play_get_all_by_interface):
25759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25760         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25761         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25762         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25763         (gst_riff_parse_info):
25764         * gst-libs/gst/riff/riff-read.h:
25765         * gst-libs/gst/riff/riff.c: (plugin_init):
25766         * gst-libs/gst/video/Makefile.am:
25767         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25768         (gst_videosink_class_init), (gst_videosink_get_type):
25769         * gst-libs/gst/video/videosink.h:
25770         * gst/audioconvert/bufferframesconvert.c:
25771         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25772         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25773         * gst/audioconvert/channelmixtest.c: (main):
25774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25775         (gst_audio_convert_chain),
25776         (gst_audio_convert_caps_remove_format_info),
25777         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25778         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25779         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25780         (gst_audio_convert_buffer_to_default_format),
25781         (gst_audio_convert_buffer_from_default_format),
25782         (gst_audio_convert_channels):
25783         * gst/audioconvert/gstchannelmix.h:
25784         * gst/ffmpegcolorspace/avcodec.h:
25785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25786         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25787         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25788         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25789         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25790         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25791         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25792         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25793         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25794         (dv_type_find):
25795         * gst/videotestsrc/gstvideotestsrc.c:
25796         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25797         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25798         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25799         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25800         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25801         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25802         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25804         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25805         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25806         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25807         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25808         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25809         (gst_xvimagesink_navigation_send_event),
25810         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25811         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25812         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25813         * sys/xvimage/xvimagesink.h:
25814         Plugin port to 0.9, ogg/theora playback should work in the seek
25815         example now.
25816         Removed old examples.
25817         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25818         explained in 0.9 TODO doc.
25819
25820
25821 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25822
25823         * autogen.sh:
25824         * configure.ac:
25825         * ext/Makefile.am:
25826         * gst/Makefile.am:
25827         * po/POTFILES.in:
25828         * po/af.po:
25829         * po/az.po:
25830         * po/cs.po:
25831         * po/en_GB.po:
25832         * po/hu.po:
25833         * po/it.po:
25834         * po/nb.po:
25835         * po/nl.po:
25836         * po/or.po:
25837         * po/sq.po:
25838         * po/sr.po:
25839         * po/sv.po:
25840         * po/uk.po:
25841         * po/vi.po:
25842         * sys/Makefile.am:
25843         * testsuite/Makefile.am:
25844           remove a whole bunch of plugins.  This module now contains a set
25845           of free reference plugins/elements as agreed.
25846
25847 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25848
25849         * configure.ac:
25850           hunting season on 0.9 is now OPEN
25851
25852 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25855           Kick the hell out of gcc for not warning me about a symbol conflict.
25856
25857 2005-02-22  Luca Ognibene  <luogni@tin.it>
25858
25859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25860
25861         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25862           Don't leak caps string (fixes #168134)
25863
25864         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25865         (gst_jpegenc_init), (gst_jpegenc_finalize),
25866         (gst_jpegenc_change_state):
25867           Don't leak line buffers and context struct (fixes #168133).
25868
25869 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25870
25871         * configure.ac:
25872         * ext/dirac/gstdiracdec.cc:
25873         (gst_diracdec_chain):
25874           Since dirac 0.5.0 the framerate in dirac is expressed as a
25875           rational number. Fix build and up requirement to 0.5.0, and
25876           also pass parameters to gst_diracdec_link in the right order
25877           (fixes #167959).
25878
25879 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25880
25881         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25882         * ext/faad/gstfaad.h:
25883         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25884         certain invalid muxed streams, where some packets will contain 
25885         junk after decoder data. Partially fixes #149158.
25886
25887 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25888         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25889           Make sure we only write to writable buffers
25890
25891 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25892
25893         * gst-libs/gst/riff/riff-media.c:
25894         (gst_riff_create_audio_caps_with_data):
25895           Do actually fix invalid RIFF fmt header values for alaw
25896           and mulaw audio instead of just saying so.
25897
25898         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25899           Give gst_riff_create_audio_caps_with_data() a chance to
25900           fix up broken format header fields before extracting any
25901           parameters from the header. (fixes #167633)
25902
25903 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25904
25905         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25906
25907         * gst/audioconvert/bufferframesconvert.c:
25908         (buffer_frames_convert_link):
25909           Don't leak othercaps. (fixes #167878)
25910
25911 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25912
25913         * configure.ac:
25914         * ext/libvisual/visual.c: (gst_visual_srclink),
25915         (gst_visual_change_state):
25916           Support libvisual 0.2.0.
25917
25918 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25919
25920         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25921         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25922           Use same rowstrides for I420 as used everywhere else.
25923
25924 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25925
25926         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25927           Declare variables at beginning of block and make gcc-2.95 happy
25928           (fixes # 167482, patch by Gergely Nagy).
25929           
25930         * gst/tcp/gsttcpclientsrc.c:
25931         * gst/tcp/gsttcpclientsrc.h:
25932           Move some includes into the header, so that struct sockaddr_in is
25933           defined when it should be defined on FreeBSD as well (fixes
25934           #167483).
25935           
25936         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25937           Don't pass uninitialised values to setsockopt() here either.
25938
25939 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25940
25941         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25942
25943         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25944           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25945
25946 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * gst/playback/gstplaybin.c: (add_sink):
25949           Invert bin_add/link order to workaround deadlock in opt.
25950
25951 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25952
25953         * gst/modplug/gstmodplug.cc:
25954           Add missing break causing position queries to fail.
25955
25956 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25959           Granpos can apparently be -1, which screws up calculations...
25960
25961 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25962
25963         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25964         (gst_ximagesink_send_pending_navigation),
25965         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25966         (gst_ximagesink_init):
25967         * sys/ximage/ximagesink.h:
25968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25969         (gst_xvimagesink_send_pending_navigation),
25970         (gst_xvimagesink_navigation_send_event),
25971         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25972         * sys/xvimage/xvimagesink.h:
25973           Use a mutex protected list to marshal navigation
25974           events into the stream thread from whichever thread
25975           sends them.
25976
25977 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25978
25979         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25980           Display current position and track length; misc. clean-ups.
25981           
25982         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25983         (speed_init), (speed_chain):
25984           Add query function, so that the stream length and current position
25985           get adjusted when queried (note that current position queries may
25986           still be wrong if the audio sink returns values based on buffer
25987           timestamps instead of passing on the query).
25988
25989 2005-02-13  Benjamin Otte  <otte@gnome.org>
25990
25991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25992         (gst_audio_convert_channels):
25993           create channel conversion matrix when linking
25994         * gst/audioconvert/.cvsignore:
25995         * gst/audioconvert/Makefile.am:
25996         * gst/audioconvert/channelmixtest.c: (main):
25997           add (ugly) test that ensures stereo <=> mono conversion works
25998           correctly
25999
26000 2005-02-13  Benjamin Otte  <otte@gnome.org>
26001
26002         * gst/audioconvert/gstchannelmix.h:
26003           include missing header file
26004         * gst/audioconvert/gstchannelmix.c:
26005         (gst_audio_convert_fill_compatible):
26006           use same sign for both channels when converting to/from compatible
26007           channel. Previously used different signs made the signals cancel
26008           each other out and appear like silence. (fixes #167269)
26009
26010 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26011
26012         * gst/ffmpegcolorspace/avcodec.h:
26013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26014         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26015         (gst_ffmpegcsp_avpicture_fill):
26016         * gst/ffmpegcolorspace/imgconvert.c:
26017           Convert to and from YV12 (fixes #156379).
26018
26019 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26020
26021         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26022         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26023         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26024         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26025         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26026         methods from chain and negotiation and vice versa (Fixes #166142).
26027         * sys/ximage/ximagesink.h: Add stream_lock.
26028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26029         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26030         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26031         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26032
26033 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26034
26035         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26036           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26037           error message when we can't open the DVD device (when dvdnav_open()
26038           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26039           the above). Send something more useful instead (fixes #167117).
26040
26041 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26042
26043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26044         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26045         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26046         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26047         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26048         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26049         methods from chain and negotiation and vice versa (Fixes #166142).
26050         Fix a possible bug of images in the buffer pool being discarded because
26051         we are looking at the wrong geometry.
26052         * sys/xvimage/xvimagesink.h: Add stream_lock.
26053
26054 2005-02-11  David Schleef  <ds@schleef.org>
26055
26056         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26057         unsigned int. (fixes #167128)
26058
26059 2005-02-11  David Schleef  <ds@schleef.org>
26060
26061         * gst/librfb/Makefile.am: Testing stuff before committing is
26062           for wimps... and people with fast machines.  Fix stupid
26063           mistake.
26064
26065 2005-02-11  David Schleef  <ds@schleef.org>
26066
26067         * configure.ac: Pull in librfb from my CVS tree, because it is
26068           too small and annoying to be separate.  Move rfbsrc plugin
26069           to gst/.
26070         * ext/Makefile.am:
26071         * ext/librfb/Makefile.am:
26072         * ext/librfb/gstrfbsrc.c:
26073         * gst/librfb/Makefile.am:
26074         * gst/librfb/gstrfbsrc.c:
26075         * gst/librfb/rfb.c:
26076         * gst/librfb/rfb.h:
26077         * gst/librfb/rfbbuffer.c:
26078         * gst/librfb/rfbbuffer.h:
26079         * gst/librfb/rfbbytestream.c:
26080         * gst/librfb/rfbbytestream.h:
26081         * gst/librfb/rfbcontext.h:
26082         * gst/librfb/rfbdecoder.c:
26083         * gst/librfb/rfbdecoder.h:
26084         * gst/librfb/rfbutil.h:
26085
26086 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26087
26088         * gst/speed/Makefile.am:
26089         * gst/speed/demo-mp3.c: (main):
26090         * gst/speed/filter.func:
26091         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26092         (speed_class_init), (speed_init), (speed_chain_int16),
26093         (speed_chain_float32), (speed_chain), (speed_set_property),
26094         (speed_get_property), (speed_change_state):
26095         * gst/speed/gstspeed.h:
26096           Fix speed element and make it chain-based (fixes #156467),
26097           and make it handle more than one channel.
26098
26099 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26100
26101         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26102         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26103         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26104         * ext/dts/gstdtsdec.h:
26105           Don't clobber the stack constructing the channels array.
26106           Make the element chain-based. DTS tracks can now be played.
26107           
26108 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26109
26110         * gst-libs/gst/audio/multichannel.h:
26111         * gst-libs/gst/gconf/gconf.h:
26112         * gst-libs/gst/idct/idct.h:
26113         * gst-libs/gst/media-info/media-info-priv.h:
26114         * gst-libs/gst/play/play.h:
26115         * gst-libs/gst/resample/private.h:
26116         * gst-libs/gst/resample/resample.h:
26117         * gst-libs/gst/riff/riff-ids.h:
26118         * gst-libs/gst/video/video.h:
26119         * gst-libs/gst/video/videosink.h:
26120           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26121           missing, so that they work when included from C++ code.
26122
26123 2005-02-09  David Schleef  <ds@schleef.org>
26124
26125         * testsuite/gst-lint: Check for non-statically scoped
26126           parent_class variables.  This won't be a problem once
26127           plugins are loaded with RTLD_LOCAL.
26128
26129 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26130
26131         * ext/mplex/gstmplexibitstream.cc:
26132           gcc madness.
26133
26134 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * ext/ogg/gstogmparse.c:
26137         * gst/debug/gstnavigationtest.c:
26138           Die, thou faulty symbol pollutors (non-static parent_class).
26139
26140 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * ext/mplex/gstmplexibitstream.cc:
26143           Fix event handling (#165525).
26144
26145 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * ext/mikmod/gstmikmod.c:
26148         * gst/modplug/gstmodplug.cc:
26149           Add missing endianness to template (fixes #165509).
26150
26151 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26152
26153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26154           Fix wrong order of reading of optional bytes (#165290).
26155
26156 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26157
26158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26159           Implement FILLER event awareness.
26160
26161 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26162
26163         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26164           Fix track calculations (#166208).
26165
26166 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26167
26168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26171         * ext/libpng/gstpngenc.c:
26172           Fix byte-order, use proper fixed caps. Fixes #164197.
26173
26174 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26175
26176         * configure.ac:
26177           Add dvdlpcmdec 
26178
26179         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26180         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26181           Don't push buffers if the src pad isn't negotiated yet.
26182           
26183         * gst/audioconvert/gstaudioconvert.c:
26184         (gst_audio_convert_buffer_to_default_format),
26185         (gst_audio_convert_buffer_from_default_format):
26186           Add support for 24-bit width.
26187
26188         * gst/dvdlpcmdec/.cvsignore:
26189         * gst/dvdlpcmdec/Makefile.am:
26190         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26191         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26192         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26193         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26194         (plugin_init):
26195         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26196           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26197           format. Needs support for the channels maps if someone can find 
26198           a DVD LPCM track with > 2 channels.
26199
26200         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26201         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26202         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26203         * gst/mpegstream/gstdvddemux.h:
26204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26205         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26206         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26207         * gst/mpegstream/gstmpegdemux.h:
26208         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26209         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26210         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26211         (gst_mpeg_parse_handle_src_query),
26212         (gst_mpeg_parse_handle_src_event):
26213           Use audio/x-dvd-lpcm for LPCM output.
26214           Add DTS output.
26215
26216 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26217
26218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26221         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26222           Add BGRA handling (#165736).
26223
26224 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26225
26226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26227
26228         * gst/law/alaw-decode.c: (alawdec_link):
26229         * gst/law/alaw-encode.c: (alawenc_link):
26230         * gst/law/mulaw-decode.c: (mulawdec_link):
26231         * gst/law/mulaw-encode.c: (mulawenc_link):
26232           Fix caps memleaks (#166600).
26233
26234 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26235
26236         * ext/tarkin/mem.h:
26237         * ext/tarkin/wavelet.h:
26238         * ext/tarkin/yuv.h:
26239         * gst/ffmpegcolorspace/avcodec.h:
26240           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26241           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26242
26243 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26247         (gst_xvimagesink_change_state):
26248           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26249           Xv video (and thereby regenerate Xv colourkey) in clear() so
26250           that PLAY -> READY -> PLAY works (fixes #162504).
26251
26252 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26253
26254         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26255           Switch to list instead of range, since MJPEG-devices really just
26256           support decimations, not any size.
26257
26258 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26259         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26260         (gst_mpeg2dec_reset), (free_all_buffers),
26261         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26262         * ext/mpeg2dec/gstmpeg2dec.h:
26263           The libmpeg2 user-allocated buffer management is awkward, 
26264           to say the least. Hopefully this fixes things.
26265
26266 2005-02-04  Andy Wingo  <wingo@pobox.com>
26267
26268         * gst/audioconvert/bufferframesconvert.c
26269         (buffer_frames_convert_fixate): New function, fixates to 256
26270         frames per buffer by default. (Much better than 1.)
26271         (buffer_frames_convert_init): Set the fixate function for both src
26272         and sink pad.
26273         (buffer_frames_convert_link): After success setting nonfixed caps,
26274         get the negotiated caps so we can know how many buffer-frames it
26275         will be. No idea how this worked at all before.
26276
26277 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26278
26279         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26280         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26281         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26282         (handle_sequence), (handle_picture):
26283         * ext/mpeg2dec/gstmpeg2dec.h:
26284           Rearrange buffer tracking and refcounting and refactor
26285           a little for readability. 
26286
26287 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26288         * sys/v4l/gstv4l.c: (plugin_init):
26289         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26290         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26291         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26292         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26293         * sys/v4l/gstv4ljpegsrc.h:
26294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26295         * sys/v4l/v4l_calls.h:
26296         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26297         (gst_v4lsrc_get_fps):
26298         * sys/v4l/v4lsrc_calls.h:
26299           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26300           you jpeg inside rgb frames" driver.
26301           Don't error in the v4lsrc link function, just return 
26302           REFUSED.
26303
26304 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26307         (gst_qcamsrc_open):
26308           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26309
26310 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26313           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26314
26315 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26316
26317         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26318           Reset negotiated state on PAUSED->READY.
26319
26320 2005-02-02  David Schleef  <ds@schleef.org>
26321
26322         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26323         whereever possible.  (Fixes #165997)
26324         * examples/capsfilter/capsfilter1.c: (main):
26325         * examples/dynparams/filter.c: (create_ui):
26326         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26327         * examples/seeking/chained.c: (main):
26328         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26329         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26330         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26331         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26332         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26333         * examples/switch/switcher.c: (main):
26334         * ext/dv/demo-play.c: (main):
26335         * ext/faad/gstfaad.c: (gst_faad_change_state):
26336         * ext/mad/gstmad.c: (gst_mad_chain):
26337         * ext/smoothwave/demo-osssrc.c: (main):
26338         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26339         (gst_gconf_render_bin_from_description),
26340         (gst_gconf_get_default_audio_sink),
26341         (gst_gconf_get_default_video_sink),
26342         (gst_gconf_get_default_audio_src),
26343         (gst_gconf_get_default_video_src),
26344         (gst_gconf_get_default_visualization_element):
26345         * gst/level/demo.c: (main):
26346         * gst/level/plot.c: (main):
26347         * gst/playback/gstplaybin.c: (gen_video_element),
26348         (gen_audio_element):
26349         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26350         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26351         * gst/sine/demo-dparams.c: (main):
26352         * gst/spectrum/demo-osssrc.c: (main):
26353         * gst/speed/demo-mp3.c: (main):
26354         * gst/volume/demo.c: (main):
26355         * testsuite/embed/embed.c: (main):
26356
26357 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26358
26359         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26360         (gst_tcpclientsink_finalize):
26361         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26362         (gst_tcpclientsrc_finalize):
26363         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26364         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26365         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26366         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26367           Don't leak the hostname when shutting down.
26368           In tcpserversrc, take a copy of the default hostname.
26369
26370 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26371
26372         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26373           Set caps to systemstream=TRUE.
26374
26375 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * testsuite/Makefile.am:
26378           Fix more OSX buildbots.
26379
26380 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26381
26382         * ext/mpeg2dec/gstmpeg2dec.c:
26383           Don't send things to NULL PAD_PEERs
26384
26385         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26386           Copy-on-write the incoming buffer.
26387
26388         * gst/mpegstream/gstdvddemux.h:
26389         * gst/mpegstream/gstmpegclock.h:
26390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26391         (normal_seek), (gst_mpeg_demux_handle_src_event):
26392         * gst/mpegstream/gstmpegdemux.h:
26393         * gst/mpegstream/gstmpegpacketize.h:
26394         * gst/mpegstream/gstmpegparse.c:
26395         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26396         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26397         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26398         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26399         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26400         * gst/mpegstream/gstmpegparse.h:
26401         * gst/mpegstream/gstrfc2250enc.h:
26402           Various changes to the way time is computed that make seeking and
26403           total time estimation much better here.
26404           Use G_BEGIN/END_DECLS instead of __cplusplus
26405
26406         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26407           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26408
26409 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26410
26411         * gst/subparse/gstsubparse.c:
26412           Fix OSX buildbot.
26413
26414 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26415
26416         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26417         (theora_enc_chain), (theora_enc_change_state):
26418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26419         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26420         (gst_vorbisenc_change_state):
26421         * ext/vorbis/vorbisenc.h:
26422           Set granulepos and timestamp correctly for streams not
26423           starting at 0, taking into account the initial delay.
26424
26425 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26426
26427         * gst/mpegstream/gstdvddemux.c:
26428           Add audio/x-dts to audio pad template caps
26429
26430 2005-01-30  David Schleef  <ds@schleef.org>
26431
26432         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26433         (create_context), (gst_polypsink_link): Fix silly endianness
26434         bug.  Add some debugging.  Remove float from caps; it doesn't
26435         work.  Attempt to get remote audio working.
26436
26437 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26440           Add 3IV2 fourcc.
26441
26442 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26443
26444         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26445         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26446         (gst_avi_demux_stream_data):
26447         * gst/avi/gstavidemux.h:
26448           Invert DIB images. Fixes #132341.
26449
26450 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26451
26452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26453         (gst_ffmpegcsp_chain):
26454           D'oh, reference the palette data, not the palette structure.
26455           Fixes color distortion in #132341.
26456
26457 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26460           PAR can be non-fixed when not provided as argument (#162626).
26461
26462 2005-01-29  David Moore  <dcm@acm.org>
26463
26464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26465
26466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26467         (gst_qtdemux_loop_header):
26468           Re-apply patch from #142272 that allows non-seekable sources,
26469           re-proposed by Daniel Drake <dsd@gentoo.org>.
26470
26471 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26474           Use the src template for creating the src pad (#162330).
26475
26476 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * configure.ac:
26479         * ext/musepack/Makefile.am:
26480         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26481         (gst_musepackdec_init), (gst_musepackdec_dispose),
26482         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26483         (gst_musepack_stream_init), (gst_musepackdec_loop),
26484         (gst_musepackdec_change_state):
26485         * ext/musepack/gstmusepackdec.cpp:
26486         * ext/musepack/gstmusepackdec.h:
26487         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26488         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26489         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26490         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26491         * ext/musepack/gstmusepackreader.cpp:
26492         * ext/musepack/gstmusepackreader.h:
26493           Update to 1.1 API (#165446).
26494
26495 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * ext/Makefile.am:
26498           Unbreak buildbot.
26499
26500 2005-01-28  Andy Wingo  <wingo@pobox.com>
26501
26502         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26503         to reflect a different dubious internet source. Add a reference
26504         and some commentary.
26505
26506 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26509         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26510         * gst/playback/gststreamselector.h:
26511           Be more selective when we're redoing caps negotiation from
26512           within the chain function on a stream change.
26513
26514 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * configure.ac:
26517         * ext/Makefile.am:
26518         * ext/amrnb/Makefile.am:
26519         * ext/amrnb/amrnb.c: (plugin_init):
26520         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26521         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26522         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26523         (gst_amrnbdec_state_change):
26524         * ext/amrnb/amrnbdec.h:
26525         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26526         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26527         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26528         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26529         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26530         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26531         * ext/amrnb/amrnbparse.h:
26532           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26533         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26534           Add AMR-NB/-WB raw formats.
26535         * ext/alsa/gstalsa.c: (gst_alsa_link):
26536           Keep valid time when changing format.
26537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26538         (qtdemux_parse_trak):
26539           Add some more format-specific options (#140141, #143555, #155163).
26540
26541 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * gst/matroska/matroska-demux.c:
26544         (gst_matroska_demux_parse_blockgroup):
26545           Fix logic error in timing of subtitle stream synchronization.
26546         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26547           Add skip-chunk, which is found in kodak-camera streams.
26548
26549 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26550
26551         * po/LINGUAS:
26552         * po/vi.po:
26553           Adding Vietnamese translation (submitted by Clytie Siddall)
26554
26555 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst/playback/gstdecodebin.c: (try_to_link_1):
26558           Use realpad for signal.
26559
26560 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26563           Fix category so decodebin picks it up.
26564
26565 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26566
26567         * ext/mad/Makefile.am:
26568         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26569         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26570         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26571         (found_type), (gst_id3demux_bin_change_state):
26572         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26573         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26574         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26575         (gst_id3_tag_change_state), (plugin_init):
26576         * ext/mad/gstmad.h:
26577           Add id3demuxbin (which is a simple bin consisting of id3demux
26578           and typefind), take over rank from id3demux, remove typefind
26579           code from id3demux. Makes all broken mp3s that I know of work,
26580           and thereby fixes #152688.
26581
26582 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26583
26584         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * ext/mad/gstmad.c: (gst_mad_src_event):
26587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26588           Allow seeks on audio pad, make mad forward those (#164826).
26589         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26590           Set duration (#165335).
26591
26592 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26595         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26596         (gst_asf_demux_process_ext_content_desc),
26597         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26598         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26599         * gst/asfdemux/gstasfdemux.h:
26600           Improve metadata display, e.g. if the metadata comes before the
26601           streams are loaded (which is perfectly valid).
26602
26603 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * tools/gst-launch-ext-m.m:
26606           Fix AVI/ASF pipelines (#165340).
26607
26608 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26609         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26610         build failure on amd64
26611
26612 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26613
26614         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26615         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26616           Check environment variables GST_ID3V2_TAG_ENCODING,
26617           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26618           list of character encodings to force interpretation of non-unicode
26619           strings stored in an ID3v2 tag to a particular encoding. If none
26620           is specified, try to use current locale's encoding, then fall back
26621           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26622         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26623         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26624           Check environment variables GST_ID3V1_TAG_ENCODING,
26625           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26626           list of character encodings to use in case a string encountered
26627           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26628           specified, try to use the current locale's encoding, then fall
26629           back to ISO-8859-1 (which will always succeed).
26630
26631 2005-01-25  Benjamin Otte  <otte@gnome.org>
26632
26633         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26634           - on half framerate, compute the rate in advance so the comparisons
26635             don't compare wrong values
26636           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26637             behaviour
26638           - don't use mad_header_decode anymore, mad_frame_decode does that
26639             automatically
26640           - when getting rid of consumed bytes, reset the stream's skiplen
26641           (fixes #163867)
26642
26643 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26644
26645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26646           Use 1/2 a second for default max_discont, as PES streams from DVB
26647           seem to have larger spacings in the SCR. 
26648           Fix a typo.
26649
26650 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst/playback/gstplaybasebin.c: (group_commit):
26653           Notify delayed stream-info availability.
26654
26655 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26656         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26657         (gst_a52dec_handle_event), (gst_a52dec_chain):
26658         Add some debug output. Check that a discont has a valid
26659         time associated.
26660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26661         (gst_alsa_sink_loop):
26662         Ignore TAG events. A little extra debug for broken timestamps.
26663         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26664         (dvdnavsrc_change_state):
26665         Ensure we send a discont to engage the link before we send any
26666         other events.
26667         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26668         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26669         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26670         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26671         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26672         dvd://title works in totem because typefinding sends a seek that ends
26673         up going back to chapter 1 regardless.
26674         * ext/mpeg2dec/gstmpeg2dec.c:
26675         * ext/mpeg2dec/gstmpeg2dec.h:
26676         Output correct timestamps and handle disconts.
26677         * ext/ogg/gstoggdemux.c: (get_relative):
26678         Small guard against a null dereference.
26679         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26680         (gst_textoverlay_set_property):
26681         Free memory when done. Don't call gst_event_filler_get_duration on
26682         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26683         g_warning.
26684         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26685         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26686         (gst_sw_srclink), (gst_smoothwave_chain):
26687         Draw solid lines, prettier colours.
26688         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26689         Add a default palette that'll work for some movies.
26690         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26691         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26692         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26693         * gst/mpegstream/gstdvddemux.h:
26694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26695         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26696         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26697         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26698         * gst/mpegstream/gstmpegparse.h:
26699         Use PTM/NAV events when for timestamp adjustment when connected to 
26700         dvdnavsrc. Don't use many discont events where one suffices.
26701         * gst/playback/gstplaybasebin.c: (group_destroy),
26702         (gen_preroll_element), (gst_play_base_bin_add_element):
26703         * gst/playback/gstplaybasebin.h:
26704         Make sure we remove subtitles from the same bin we put them in.
26705         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26706         (gst_subparse_buffer_format_autodetect),
26707         (gst_subparse_change_state):
26708         Fix some memleaks and invalid accesses.
26709         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26710         (oggskel_type_find), (cmml_type_find), (plugin_init):
26711         Some typefind functions for Annodex v3.0 files
26712         * gst/wavparse/gstwavparse.h:
26713         GstRiffReadClass is the correct parent class.
26714
26715 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst-libs/gst/riff/riff-media.c:
26718         (gst_riff_create_video_caps_with_data):
26719           Add extradata to huffyuv (fixes #165013).
26720         * gst-libs/gst/riff/riff-read.c:
26721         (gst_riff_read_strf_vids_with_data):
26722           Fix extradata extraction if it is in the chunk size.
26723
26724 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26725
26726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26729         (gst_quarktv_change_state), (gst_quarktv_dispose):
26730           Memory free'ing location fix (#164708).
26731
26732 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26733
26734         * gst/playback/gstplaybasebin.c: (group_commit),
26735         (gen_preroll_element), (probe_triggered), (gen_source_element),
26736         (setup_source), (gst_play_base_bin_change_state),
26737         (gst_play_base_bin_add_element):
26738           Don't block for streams.
26739         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26740         (gst_stream_info_set_mute):
26741           Use gst_pad_set_active_recursive.
26742
26743 2005-01-25  Andy Wingo  <wingo@pobox.com>
26744
26745         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26746         for #ifndef HAVE_XVIDEO.
26747
26748 2005-01-24  Jeffrey C. Ollie
26749
26750         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26751
26752         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26753         * ext/gsm/gstgsmdec.h:
26754         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26755         * ext/gsm/gstgsmenc.h:
26756         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26757         was given by property. Add proper buffer timestamps and offsets.
26758
26759 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26760
26761         * gst-libs/gst/riff/riff-media.c:
26762         (gst_riff_create_audio_caps_with_data):
26763           Audio can be <8000Hz.
26764
26765 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26766
26767         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26768           Explicit state change to workaround refcount bugs.
26769
26770 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26773         (gst_avimux_riff_get_avi_header):
26774           Fix...
26775
26776 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26779         (gst_riff_read_element_data):
26780         * gst-libs/gst/riff/riff-read.h:
26781           Add _peek version (req'ed in CDXA).
26782         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26783         (gst_cdxaparse_loop):
26784           Fix parsing in playbin.
26785         * gst/playback/gstdecodebin.c: (close_pad_link):
26786           Ignore current_ pads, they cause major annoyance.
26787
26788 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26791           Safety guard.
26792
26793 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26794
26795         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26796           Fix padding...
26797
26798 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26801           Allow for 0-sized buffers. Fixes length query problems in
26802           starwars.mkv from the testsuite.
26803
26804 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26805
26806         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26807         (gst_video_box_i420), (gst_video_box_chain):
26808           Fix row strides for I420 (fixes #163159)
26809           
26810 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26811
26812         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26813           MPEG2 has a useful rate property, so we can actually use that.
26814           For MPEG-1, continue using the bytes/time properties.
26815
26816 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst-libs/gst/riff/riff-media.c:
26819         (gst_riff_create_video_caps_with_data),
26820         (gst_riff_create_video_template_caps):
26821           Add intel-h263.
26822
26823 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26826           Fail if caps negotiation fails. Should fix #162184, and should
26827           definately be in there regardless of it fixing the actual bug.
26828         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26829         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26830         (gst_avimux_riff_get_avix_header),
26831         (gst_avimux_riff_get_video_header),
26832         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26833         (gst_avimux_start_file), (gst_avimux_handle_event),
26834         (gst_avimux_change_state):
26835         * gst/avi/gstavimux.h:
26836           Refactor structure writing to use GST_WRITE_UINT macros, add
26837           metadata writing support.
26838
26839 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26842           Elements may already be destroyed when this function is called.
26843
26844 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26847         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26848           More memory leak fixes (#149162).
26849
26850 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26851
26852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26853         (gst_qtdemux_add_stream):
26854           Fix two memleaks.
26855
26856 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26857
26858         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26859           Argh...
26860
26861 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26862
26863         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26864           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26865           when fixating to six channels in Totem.
26866
26867 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26868
26869         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26870           Fix compile warnings on Solaris 10 buildbot
26871
26872 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26873
26874         * ext/dvdread/dvdreadsrc.c: (_read):
26875           Don't read beyond the last cell in a chapter (fixes 
26876           invalid memory access)
26877
26878 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26879
26880         * ext/dvdread/stream_labels.c:
26881         (dvdreadsrc_get_audio_stream_labels):
26882           Use NULL for an empty GList instead of g_list_alloc(); fix 
26883           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26884           of GString (easier to bulk free later)
26885
26886 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26887
26888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26889
26890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26891         (gst_ffmpeg_pixfmt_to_caps):
26892           Fix BGRA32 caps (#164209).
26893
26894 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26895
26896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26899         (gst_ffmpeg_caps_to_pixfmt):
26900           alpha_mask can be RGBA/ABGR. Fixes #164265.
26901
26902 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26903
26904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26907         (gst_mpeg2dec_alloc_buffer):
26908         * ext/mpeg2dec/gstmpeg2dec.h:
26909           Crop if decoding size is not the actual image size (#163676).
26910
26911 2005-01-17  Steve Baker  <steve@stevebaker.org>
26912
26913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26916         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26917           Add libsndfile typefind functions (#163309).
26918
26919 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * tools/gst-launch-ext-m.m:
26922           Add .aac, fix .m1v/.m2v (#163891).
26923
26924 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26927           Sanity check, don't wait endlessly since the clock might not
26928           actually run at this point (which is a deadlock). Fixes #164069.
26929
26930 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26931
26932         * gst/playback/gstplaybasebin.c: (probe_triggered):
26933           Of course, only pause if group is done...
26934
26935 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * gst/playback/gstplaybasebin.c: (probe_triggered):
26938           Thread safety.
26939
26940 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26941
26942         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26943           Don't return state change success when the parent
26944           failed.
26945
26946 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26947
26948         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26949           Free events (fix memleak in #162905).
26950
26951 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26952
26953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26956         (gst_ffmpeg_caps_to_pixfmt):
26957           Fix for depth = 15. Fixes #161675.
26958
26959 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26962           Set FPS correctly, even for webcams and the like.
26963         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26964           Don error on setting while capturing.
26965
26966 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26967
26968         * ext/dv/gstdvdec.c:
26969         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26970         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26971           I'm a bad boy. using /1001. to force C to do float division
26972           and not integer division (as it did in my last commit)
26973           Thanks to David I. Lehn for pointing this mistake.
26974
26975 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26978           Revert Johan's 1.35->1.36 since it breaks compat.
26979
26980 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26981
26982         * ext/dv/gstdvdec.c:
26983         * ext/libfame/gstlibfame.c:
26984         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26985         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26986           replace framerate aproximations by their real value
26987           (24000/1001, 30000/1001, 60000/1001)
26988           Finish fixing bug #164049
26989
26990 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26991
26992         * ext/ogg/gstoggmux.c:
26993           eos/bos debugging
26994         * gst/tcp/gstmultifdsink.c:
26995         * gst/tcp/gstmultifdsink.h:
26996         * gst/tcp/gsttcp.c:
26997         * gst/tcp/gsttcp.h:
26998         * gst/tcp/gsttcpclientsink.c:
26999         * gst/tcp/gsttcpclientsrc.c:
27000         * gst/tcp/gsttcpserversink.c:
27001         * gst/tcp/gsttcpserversrc.c:
27002           improve reusability of elements after state changes and errors
27003           make multifdsink throw away streamheaders when receiving new ones
27004
27005 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27008           Fix for if items are already in list...
27009
27010 2005-01-12  Benjamin Otte  <otte@gnome.org>
27011
27012         * gst/adder/gstadder.c: (gst_adder_loop):
27013           fix adder a bit so it doesn't screw up with events as much anymore
27014
27015 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27016
27017         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27018         (pixbufscale_scale), (gst_pixbufscale_chain):
27019         * ext/gdk_pixbuf/pixbufscale.h:
27020           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27021           to ensure rowstrides are calculated the same way as 
27022           ffmpegcolorspace
27023           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27024           that we pick up duration and offset also.
27025
27026 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27027
27028         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27029         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27030           Reusability fixes.
27031
27032 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27035         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27036         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27037         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27038           Update flags when requested.
27039
27040 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27041
27042         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27043           Fix dmix.
27044
27045 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27046
27047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27048         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27049         (probe_triggered), (new_decoded_pad), (gen_source_element),
27050         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27051         * gst/playback/gstplaybasebin.h:
27052         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27053         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27054         (gst_play_bin_change_state):
27055           Implement group-switch signal for use in apps to clear metadata
27056           cache, clean up subtitle, add suburi property instead of # hack,
27057           some error-out fixes.
27058
27059 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27062           Debug.
27063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27064           If we got a state change in the _get handler, don't return success.
27065
27066 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27067
27068         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27069         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27070           Make jpegdec quiet on MJPEG decoding
27071         * gst/asfdemux/README:
27072           Fix mimetypes for MJPEG and H263
27073
27074 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * ext/theora/theoradec.c: (theora_dec_chain):
27077           Fix broken code generation by gcc by swapping arguments.
27078         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27079           Fix \n in debug.
27080
27081 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27082
27083         * TODO:
27084           delete this file, it is by far outdated
27085         * ext/alsa/gstalsa.1: remove
27086         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27087         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27088         (gst_alsa_get_caps):
27089           Add HW probing for supported sample rates. Fixes #161704
27090
27091 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27092
27093         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27094           Don't crash, biatch! :).
27095
27096 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * ext/musepack/gstmusepackreader.cpp:
27099         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27100           Some work on tags - still doesn't work in playbin...
27101         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27102           Handle events...
27103
27104 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27105
27106         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27107           Also shove tags on kid pads.
27108
27109 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27112           Don't bail on unknown events.
27113         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27114           Don't crash on events before negotiation.
27115         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27116           Send tags on pads, too.
27117         * gst/playback/gststreamselector.c:
27118         (gst_stream_selector_request_new_pad):
27119           Forward events on first pad if no input was selected yet.
27120
27121 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * gst/playback/gstplaybasebin.c: (setup_substreams):
27124           Don't disable streamtype if the stream doesn't exist, since
27125           then playing a video after audio will disable both and nothing
27126           will happen. Fixes the testsuite.
27127
27128 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27131         (gst_v4l_xoverlay_set_xwindow_id):
27132         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27133         (gst_v4l2_xoverlay_set_xwindow_id):
27134           Add debug categories, fix overlay disabling.
27135
27136 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27137
27138         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27139         * ext/alsa/gstalsa.h:
27140           Add HW probing for period_count/size and buffer_size MIX/MAX
27141           Adjust default/user defined value if out of bounds
27142           Should fix bug #162024
27143
27144 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27147           Fix warning (#161191).
27148
27149 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27150
27151         * ext/dvdread/stream_labels.c:
27152         (dvdreadsrc_get_audio_stream_labels):
27153           Fix warning (init the good variable in switch default)
27154
27155 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27156
27157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27160           Fix gcc-2.95 compile (#163485).
27161
27162 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * configure.ac:
27165         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27166         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27167         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27168         (gst_flacenc_change_state):
27169         * ext/flac/gstflacenc.h:
27170           Update for API change in flac-1.1.1. Update requirement in
27171           configure.ac. Fixes #162974.
27172
27173 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * gst/playback/gstplaybasebin.c: (group_destroy):
27176           Remove hack to get rid of assert and get rid of unlinked
27177           signals properly.
27178
27179 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27180
27181         * gst/playback/gstplaybasebin.c: (setup_source):
27182           Set source to NULL so that resources are free'ed. Fixes issues
27183           with playback of CDDA and similar device-accessing things.
27184
27185 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * testsuite/embed/Makefile.am:
27188           test->noinst, fix make test in buildbot.
27189
27190 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27191
27192         * ext/dvdread/stream_labels.c: new file
27193         * ext/dvdread/stream_labels.h: new file
27194         * ext/dvdread/Makefile.am:
27195         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27196           Extract audio stream label from DVD IFO files.
27197           It only dump them on the console for now, still have to
27198           make playbin aware of them.
27199
27200 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * gst/playback/gstplaybasebin.c: (setup_source):
27203           Fix hanging subs.
27204
27205 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27206
27207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27208         (gen_preroll_element), (remove_groups), (setup_subtitle),
27209         (gen_source_element), (setup_source):
27210         * gst/playback/gstplaybasebin.h:
27211           Multiple .sub files is just a stupid idea... Fix some threading
27212           mistakes. Interestingly, external .sub files cause playbin to
27213           hang, I don't know why... Parsing fixes contributed by Fran??ois
27214           Kooman <fkooman@tuxed.net>.
27215
27216 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27217
27218         * testsuite/embed/Makefile.am:
27219           Fix buildbot.
27220
27221 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27222
27223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27226         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27227         (gst_pngenc_set_property):
27228         * ext/libpng/gstpngenc.h:
27229           Add compression level property (#163323).
27230
27231 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * configure.ac:
27234         * examples/capsfilter/capsfilter1.c: (main):
27235         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27236         * ext/dvdread/Makefile.am:
27237         * ext/dvdread/demo-play:
27238         * ext/dvdread/demo-play.c:
27239         * gconf/gstreamer.schemas.in:
27240         * gst-libs/gst/gconf/gconf.c:
27241         * sys/v4l/TODO:
27242         * testsuite/Makefile.am:
27243         * testsuite/embed/Makefile.am:
27244         * testsuite/embed/embed.c: (cb_expose), (main):
27245           Remove all references to xvideosink, fix examples (#140845).
27246         * gst/playback/gstplaybasebin.c: (group_destroy):
27247           Apparently, disposal does not unlink - so do explicitely.
27248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27249           Add debug.
27250
27251 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27252
27253         * README: fix PKG_CONFIG_PATH instructions, what was there
27254         previously was breaking default search path, not nice. 
27255         Fixes #163358
27256
27257 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27260         (gst_audioscale_chain):
27261           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27262           when resampling - how the ^@$^!@^! is this possible?!?
27263
27264 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27267           Reset variables on READY.
27268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27269         (gst_matroska_mux_loop):
27270           Require data before writing header.
27271
27272 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27273
27274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * ext/mad/gstmad.c: (gst_mad_chain):
27277           Don't call mad_stream_sync() directly after recovering sync.
27278           Fixes #151661.
27279
27280 2005-01-09  Martin Eikermann  <meiker@upb.de>
27281
27282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27285         (snapshot_handler), (gst_snapshot_sinkconnect),
27286         (gst_snapshot_chain):
27287           Allocate resources when required, fix recursive signal emission
27288           and fix caps. Fixes #161667.
27289
27290 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27291
27292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27293
27294         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27295         (gst_pngdec_chain):
27296           Handle only 8-bppc (bits-per-pixel-component) images, better
27297           error handling and correct strides. Fixes #163177.
27298         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27299         (gst_pngenc_chain):
27300           Better error handling. Fixes #163348.
27301
27302 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27303
27304         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27305         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27306         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27307         (dvdnavsrc_uri_handler_init):
27308           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27309         * gst/playback/gstplaybasebin.c: (gen_source_element):
27310           Add MMS to streaming URIs.
27311
27312 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27313
27314         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27315         * sys/xvimage/xvimagesink.c:
27316         (gst_xvimagesink_navigation_send_event):
27317           Check for pad availability before sending event.
27318
27319 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27320
27321         * gst-plugins.spec.in:
27322           Add subparse.
27323
27324 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27325
27326         * configure.ac:
27327           Since we use functions from CVS, up requirement.
27328
27329 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27330
27331         * gst/playback/Makefile.am:
27332         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27333         (group_destroy), (group_commit), (group_is_muted),
27334         (gen_preroll_element), (add_stream), (unknown_type),
27335         (probe_triggered), (preroll_unlinked), (mute_stream),
27336         (silence_stream), (new_decoded_pad), (setup_substreams),
27337         (setup_source), (get_active_source), (mute_group_type),
27338         (muted_group_change_state), (set_active_source),
27339         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27340         (play_base_eos), (gst_play_base_bin_change_state):
27341         * gst/playback/gstplaybasebin.h:
27342         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27343         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27344         (gst_stream_info_dispose), (stream_info_mute_pad),
27345         (stream_info_change_state), (gst_stream_info_set_mute):
27346         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27347         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27348         (gst_stream_selector_init), (gst_stream_selector_dispose),
27349         (gst_stream_selector_get_linked_pad),
27350         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27351         (gst_stream_selector_get_linked_pads),
27352         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27353         * gst/playback/gststreamselector.h:
27354           Adding stream selection support plus required properties for
27355           applications to use this. Fully fixes #100931.
27356
27357 2005-01-08  Benjamin Otte  <otte@gnome.org>
27358
27359         * gst/games/gstpuzzle.c: (nav_event_handler):
27360           - handle nav events differently: forward every event no matter if it
27361             was handled or not.
27362           - translate events
27363           You can now cheat by using navigationtest ! puzzle and moving the
27364           mouse close to the edge of a tile. ;)
27365
27366 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * configure.ac:
27369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27370         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27371         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27372         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27373         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27374         (gst_ogm_parse_plugin_init):
27375         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27376         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27377         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27378         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27379         * ext/pango/gsttextoverlay.h:
27380         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27381         (gst_matroska_demux_handle_seek_event),
27382         (gst_matroska_demux_sync_streams),
27383         (gst_matroska_demux_parse_blockgroup),
27384         (gst_matroska_demux_subtitle_caps),
27385         (gst_matroska_demux_plugin_init):
27386         * gst/matroska/matroska-ids.h:
27387         * gst/playback/gstdecodebin.c: (close_pad_link):
27388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27389         (gen_preroll_element), (remove_groups), (add_stream),
27390         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27391         (setup_source):
27392         * gst/playback/gstplaybasebin.h:
27393         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27394         * gst/subparse/Makefile.am:
27395         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27396         (gst_subparse_base_init), (gst_subparse_class_init),
27397         (gst_subparse_init), (gst_subparse_formats),
27398         (gst_subparse_eventmask), (gst_subparse_event),
27399         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27400         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27401         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27402         (parse_mpsub_deinit), (parse_mpsub_init),
27403         (gst_subparse_buffer_format_autodetect),
27404         (gst_subparse_format_autodetect), (gst_subparse_loop),
27405         (gst_subparse_change_state), (gst_subparse_type_find),
27406         (plugin_init):
27407         * gst/subparse/gstsubparse.h:
27408         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27409         (plugin_init):
27410           Add subtitle support, .sub parser (supports SRT and MPsub),
27411           OGM text support, Matroska UTF-8 text support, deadlock fixes
27412           all over the place, subtitle awareness in decodebin/playbin
27413           and some fixes to textoverlay to handle subtitles in a stream
27414           correctly. Fixes #100931.
27415
27416 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27419           Check for pad availability before doing a query on it.
27420
27421 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27422
27423         * ext/dv/gstdvdec.c:
27424           really fix bpp24/32 dvdec caps (classic rgba indeed)
27425         * gst/asfdemux/gstasfdemux.c:
27426         (gst_asf_demux_process_ext_content_desc):
27427           don't send text tags if they are empty (bis repetita)
27428
27429 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27430
27431         * ext/dv/gstdvdec.c:
27432          remove unneeded comment from dvdec
27433           (related to DV 4CC codes in AVI files)
27434           moved them in gstreamer/docs/random/mimetypes
27435         * gst/asfdemux/gstasfdemux.c:
27436         (gst_asf_demux_process_ext_content_desc):
27437          don't send text tags if they are empty
27438          fix mem leak on error path
27439         * gst/ffmpegcolorspace/avcodec.h:
27440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27441         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27442         (gst_ffmpegcsp_avpicture_fill):
27443         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27444         * gst/ffmpegcolorspace/imgconvert_template.h:
27445          adds BGR32 and BGRA32 to ffmpegcolorspace
27446           (still bad colors, fixing it on next commit)
27447           helps with dvdec outputing BGR32
27448
27449 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27450
27451         * ext/dv/gstdvdec.c:
27452          Fix audio caps i just broke (missing ',')
27453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27454         (gst_matroska_mux_reset):
27455          Fix typo + add FIXME about old "x-gst-metadata" crap
27456
27457 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27458
27459         * ext/dv/demo-play.c: (main):
27460          xvideosink -> xvimagesink
27461         * ext/dv/gstdvdec.c:
27462          change rgb 32/32 caps to 24/32 (no alpha)
27463          change nb of channels to be a list (2 or 4, not 2)
27464          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27465         * gst/asfdemux/gstasfdemux.c:
27466         (gst_asf_demux_process_ext_content_desc):
27467          Add 'date/year' to extracted metadata list
27468
27469 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27472           The return value of fixate_to does not imply that the requested
27473           value was set, so don't assume.
27474
27475 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27476
27477         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * ext/libpng/gstpngdec.c:
27480         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27481         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27482         * ext/libpng/gstpngenc.h:
27483           Alpha support (encoder; #163161), mime fixage.
27484
27485 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27486
27487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27490         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27491         (gst_faac_set_property), (gst_faac_get_property):
27492         * ext/faac/gstfaac.h:
27493           Allow for ADTS output (#153434).
27494
27495 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27498           Fix against template (#150576).
27499
27500 2005-01-06  Benjamin Otte  <otte@gnome.org>
27501
27502         * gst/games/gstpuzzle.c: (draw_puzzle):
27503           don't draw a puzzle if either width or height of tiles would be 0.
27504
27505 2005-01-06  Benjamin Otte  <otte@gnome.org>
27506
27507         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27508         (gst_puzzle_class_init), (gst_puzzle_finalize):
27509           no memleaks, please
27510         (gst_puzzle_create), (gst_puzzle_init),
27511         (gst_puzzle_set_property), (gst_puzzle_setup):
27512           change initialization code around so we don't reshuffle on resize
27513         (draw_puzzle):
27514           fix another stupid typo
27515
27516 2005-01-06  Benjamin Otte  <otte@gnome.org>
27517
27518         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27519           fix stupid typo that borked copying on YUY2
27520
27521 2005-01-06  Benjamin Otte  <otte@gnome.org>
27522
27523         * gst/games/gstpuzzle.c: (draw_puzzle):
27524           fix edges when image sizes aren't multiples of tile sizes
27525
27526 2005-01-06  Benjamin Otte  <otte@gnome.org>
27527
27528         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27529           make RGB endianness work correctly
27530         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27531           refactor and fix race with initial shuffling
27532         (nav_event_handler):
27533           allow using the mouse to puzzle
27534         (draw_puzzle):
27535           insist on tiles having width and height as multiples of 4 to get
27536           clean YUV image handling
27537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27538         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27539           s/DEBUG/LOG/ for common messages
27540         (gst_xvimagesink_navigation_send_event):
27541           fix mouse event translation to not include screen PAR
27542         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27543           fix mouse event translation to actually work
27544
27545 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27546
27547         * gst/asfdemux/gstasfdemux.c:
27548         (gst_asf_demux_process_ext_content_desc):
27549          Extract TrackNumber metadata + clean up code
27550         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27551          Hope this is the good fix (var used unitialised)
27552
27553 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27554
27555         * ext/faad/gstfaad.c: (gst_faad_chain):
27556           Only increment timestamp if it's valid. Fixes raw AAC streams.
27557
27558 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27559
27560         * configure.ac:
27561         * gst/games/Makefile.am:
27562         * gst/games/gstpuzzle.c:
27563           add a puzzle game with...
27564         * gst/games/gstvideoimage.c:
27565         * gst/games/gstvideoimage.h:
27566           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27567           from videotestsrc and made into something that would be a nice
27568           library for a lot of other plugins.
27569
27570 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27571
27572         * configure.ac:
27573          don't compile faad plugin if a RC of 2.0 is found
27574          Fixes #155346 (and FC1 buildbot)
27575         * gst/asfdemux/gstasfdemux.c:
27576         (gst_asf_demux_process_ext_content_desc):
27577          try to make Solaris compiler happier
27578
27579 2005-01-06  Paul Jack  <pjack@sfaf.org>
27580
27581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27582
27583         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27584           Fix segfault (#161667).
27585
27586 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27589           Fix framerate reporting.
27590
27591 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27592
27593         * gst-libs/gst/riff/riff-ids.h:
27594         * gst/wavenc/riff.h:
27595          Add AMR (VBR and CBR) ids to riff.h audio codec list
27596         * gst/asfdemux/gstasfdemux.c:
27597         (gst_asf_demux_process_ext_content_desc),
27598         (gst_asf_demux_process_object):
27599           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27600
27601 2005-01-05  Martin Eikermann  <meiker@upb.de>
27602
27603         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27604
27605         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27606         (gst_dvd_demux_handle_discont):
27607         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27608         (gst_mpeg_demux_handle_discont):
27609           Recreate pads on new-media (#160730).
27610         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27611           Send discont even if manager changes timestamps (#161929).
27612
27613 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27614
27615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27616
27617         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27618           Fix invalid memory access (#159211).
27619
27620 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * examples/gstplay/player.c: (main):
27623           Don't iterate.
27624         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27625           Add visualizations.
27626         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27627         (gst_a52dec_handle_frame):
27628           Set duration.
27629         * ext/dvdnav/gst-dvd:
27630           Add audioconvert. Fixes #161325.
27631         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27632           Explicitely case to gint64. Possible valgrind error.
27633         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27634         (gst_play_tick_callback), (gst_play_change_state),
27635         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27636         (gst_play_set_location), (gst_play_get_location),
27637         (gst_play_seek_to_time), (gst_play_set_data_src),
27638         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27639         (gst_play_set_visualization), (gst_play_connect_visualization),
27640         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27641         (gst_play_new):
27642           Use playbin. Fixes #139749 and #147744.
27643         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27644           Add genre tag.
27645         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27646         (audioscale_get_type), (gst_audioscale_base_init),
27647         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27648         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27649         (gst_audioscale_link), (gst_audioscale_get_buffer),
27650         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27651         (gst_audioscale_init), (gst_audioscale_dispose),
27652         (gst_audioscale_chain), (gst_audioscale_set_property),
27653         (gst_audioscale_get_property), (plugin_init):
27654           Indent properly.
27655         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27656           Fix LPCM.
27657         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27658         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27659         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27660           Add more metadata (fixes #162656).
27661
27662 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27663
27664         * configure.ac:
27665           back to cvs
27666
27667 === release 0.8.7 ===
27668
27669 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27670
27671         * NEWS:
27672         * RELEASE:
27673         * configure.ac:
27674           releasing 0.8.7, "Hyperspace"
27675
27676 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27677
27678         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27679
27680         * gst/playback/gstplaybasebin.c:
27681          Fix for #162924 - free caps after use, not before
27682
27683 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27686
27687         * gst/playback/gstplaybasebin.c:
27688         * gst/wavparse/gstwavparse.c:
27689           Fix for #154773 - fixes playback of small .wav files
27690
27691 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27692
27693         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27694
27695         * gst/audioscale/gstaudioscale.c:
27696           Fix for #162819 - make audioscale reusable
27697           Fixes playback of more than one file with playbin/totem
27698
27699 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27700
27701         * gst/ffmpegcolorspace/avcodec.h:
27702         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27703         * gst/ffmpegcolorspace/imgconvert.c:
27704           clean up the mess that made me cry and avoid needless duplication
27705
27706 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27707
27708         * gst/ffmpegcolorspace/imgconvert.c:
27709           give some indication of why we're segfaulting
27710
27711 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27712
27713         * configure.ac:
27714           Fix indentation, fix v4l2 plugin detection.
27715         * ext/Makefile.am:
27716           Fix libmms location (Maciej, use diff -u!).
27717         * ext/alsa/gstalsa.c: (gst_alsa_init):
27718           Initialize caps cache to NULL.
27719         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27720           Only change state on audiosink if it exists.
27721
27722 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27723
27724         * gst/matroska/matroska-demux.c:
27725         * gst/matroska/matroska-ids.h:
27726         * gst/matroska/matroska-demux.h:
27727         Fix Vorbis streams failing to decode in some files, where cluster_time
27728         isn't 0, because then it doesn't send codec_priv before actual data.
27729         Remove time-based test and replace it with marker set on beginning of
27730         new stream
27731
27732 2004-12-28  David Schleef  <ds@schleef.org>
27733
27734         Merge patch from Ronald fixing problems with streaming
27735         text.
27736         * ext/cairo/gstcairo.c: (plugin_init):
27737         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27738         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27739         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27740         (gst_textoverlay_font_init), (gst_textoverlay_init),
27741         (gst_textoverlay_set_property):
27742         * ext/cairo/gsttextoverlay.h:
27743
27744 2004-12-27  David Schleef  <ds@schleef.org>
27745
27746         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27747         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27748         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27749         (gst_textoverlay_font_init), (gst_textoverlay_init),
27750         (gst_textoverlay_set_property): Improvements to actually
27751         render text as white on black outline on video, including
27752         font selection and horizontal/vertical alignment.  (Ronald's
27753         christmas present)
27754         * ext/cairo/gsttextoverlay.h:
27755
27756 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27757
27758         * ext/ogg/gstogg.c:
27759         * ext/ogg/gstogmparse.c:
27760           fix ogm[audio/video]parse plugin registration
27761           (riff won't load if bytestream is already loaded)
27762
27763 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27764
27765         * gst/audioconvert/gstchannelmix.c:
27766           fix for GLIB < 2.4
27767
27768 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27769
27770         * Makefile.am:
27771         * configure.ac:
27772           disable docs again until it actually passes make distcheck.
27773
27774 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27775
27776         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27777         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27778         (plugin_init):
27779           Add 3GP (variables name Q3GP because they can't start with a
27780           number). Add samr audio fourcc (used in .3gp files), decoder
27781           is work in progress. Also do a GST_WARNING instead of ERROR
27782           in case of unknown nodes, to decrease output.
27783
27784 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27785
27786         * Makefile.am:
27787           really fix dist
27788
27789 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27790
27791         * configure.ac:
27792         * ext/speex/gstspeexdec.h:
27793         * ext/speex/gstspeexenc.h:
27794           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27795           Fix detection code in configure.ac
27796
27797 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * gst/matroska/matroska-demux.c:
27800         (gst_matroska_demux_parse_blockgroup):
27801           Save position, so that queries give proper return values. Don't
27802           know how this could ever have worked before...
27803
27804 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27805
27806         * configure.ac:
27807           Put additional LAME check inside the conditional.  Fixes #152339
27808
27809 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27810
27811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27812         (gst_avi_demux_stream_scan):
27813           Add some more debug. Fix logic error when setting movi offset
27814           while reading index.
27815
27816 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27819         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27820         (gst_avi_demux_process_next_entry):
27821           Add some debugging. Better detection of broken indexes and the
27822           accompanying index recovery. No infinite loops on state changes
27823           when we're still in our loopfunction.
27824
27825 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27826
27827         * configure.ac:
27828           Fix up.
27829
27830 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27831
27832         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27833
27834         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27835           Normalizing the value before setting
27836         (gst_sunaudiomixer_get_volume):
27837           Normalizing the value after getting. Fixes bug# 161980
27838
27839 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27840
27841         * Makefile.am: Make sure docs gets disted
27842         * docs/Makefile.am: Make sure all needed files get disted
27843         * gst-plugins.spec.in: latest updates
27844
27845 2004-12-22  Wim Taymans  <wim@fluendo.com>
27846
27847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27848         Revert patch 1.38 as clock distribution over schedulers does
27849         not work correcly in the core yet.
27850
27851 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27852
27853         * sys/oss/README: remove this file, which predates my birth
27854           (and which content is by far outdated)
27855
27856 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27857
27858         * Makefile.am:
27859         * configure.ac:
27860         * docs/Makefile.am:
27861         * docs/libs/Makefile.am:
27862         * docs/libs/gst-plugins-libs-docs.sgml:
27863         * docs/libs/gst-plugins-libs-sections.txt:
27864         * docs/libs/tmpl/gstgconf.sgml:
27865         * docs/upload.mak:
27866         * docs/version.entities.in:
27867           Added boilerplate gtk-doc files for plugin-libs documentation.
27868
27869 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27870
27871         * gst/auparse/gstauparse.c: fix int and float audio caps
27872
27873 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27876         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27877           g_assert() can be a macro, don't use #ifdef inside it.
27878
27879 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27880
27881         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27882
27883         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27884         (gst_videorate_init), (gst_videorate_chain),
27885         (gst_videorate_change_state):
27886           Event handling (fixes #159986).
27887
27888 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst-libs/gst/riff/riff-media.c:
27891         (gst_riff_create_video_caps_with_data):
27892           Add BLZ0 (Blizzard's version of DivX) fourcc.
27893
27894 2004-12-18  David Schleef  <ds@schleef.org>
27895
27896         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27897         portability fix.
27898
27899 2004-12-18  David Schleef  <ds@schleef.org>
27900
27901         * gst/tta/ttadec.h: Disable some header code that isn't used
27902         and clearly isn't portable.
27903
27904 2004-12-18  David Schleef  <ds@schleef.org>
27905
27906         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27907         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27908         (avcodec_get_pix_fmt), (avpicture_layout),
27909         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27910         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27911         Fix code to not use GCC extensions (and c99 extensions that
27912         Forte does not like.)
27913
27914 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27915
27916         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27917
27918         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27919         (gst_deinterlace_chain):
27920           Rowstride fixes. Fixes #161039.
27921         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27922         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27923         (gst_video_crop_getcaps), (gst_video_crop_link),
27924         (gst_video_crop_i420), (gst_video_crop_chain),
27925         (gst_video_crop_change_state):
27926           Rework of negotiation. Actually works now. Fixes #158650.
27927
27928 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27929
27930         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27931           That was very stupid.
27932
27933 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * gst/matroska/matroska-demux.c:
27936         (gst_matroska_demux_parse_blockgroup):
27937           Fix possible crasher.
27938
27939 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27940
27941         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27942         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27943           Lace sizes can be zero.
27944
27945 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * ext/musepack/gstmusepackdec.cpp:
27948           Fetch error return values. Fixes #161624.
27949         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27950           Really EOS.
27951
27952 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27955           Work for truncated (unfinished download etc.) files. Fixes #160514.
27956
27957 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27958
27959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27960           Fix for integer overflow. Makes #156001 not crash. Probably masks
27961           the real bug.
27962
27963 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * gst/ac3parse/gstac3parse.c: (plugin_init):
27966           Parsers never have ranks. Fixes #159651.
27967
27968 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27969
27970         * gst/playback/gstdecodebin.c: (compare_ranks):
27971           make sure the facotries are ordered the same every time even if they
27972           have the same rank by using the name
27973         * gst/playback/gstdecodebin.c: (find_compatibles):
27974           make sure we don't add factories to the list twice
27975
27976 2004-12-16  David Schleef  <ds@schleef.org>
27977
27978         * configure.ac: look for musepack headers as musepack/*.h
27979         (fixes #159847)
27980         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27981         * ext/musepack/gstmusepackreader.h: same
27982
27983 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27984
27985         * gst-libs/gst/riff/riff-read.c:
27986         (gst_riff_read_strf_auds_with_data):
27987           Read extradata correctly (fixes #155879).
27988
27989 2004-12-16  David Schleef  <ds@schleef.org>
27990
27991         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27992         audio.  does _not_ attempt or allow conversion unless channels
27993         is 1 or 2.
27994
27995 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27996
27997         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27998
27999 2004-12-16  David Schleef  <ds@schleef.org>
28000
28001         * gst/audioscale/gstaudioscale.c: the resample library only
28002         handles 1 or 2 channels.  Change caps to compensate.
28003
28004 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28007         (gst_matroska_demux_audio_caps):
28008           Some MPEG-AAC hacks, because else it doesn't work...
28009
28010 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * gst-libs/gst/riff/riff-media.c:
28013         (gst_riff_create_video_caps_with_data),
28014         (gst_riff_create_video_template_caps):
28015           Add h264.
28016
28017 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst-libs/gst/audio/Makefile.am:
28020           Try to fix buildbot.
28021
28022 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28023
28024         * gst/tcp/gstmultifdsink.c:
28025           Clean up and uniformize debugging.
28026
28027 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28028
28029         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28030
28031         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28032         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28033         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28034         (gst_mpeg_demux_change_state):
28035           Reset on ready. Fixes 160276.
28036
28037 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28038
28039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28042         (gst_ffmpegcsp_pad_link):
28043           Fix memleak (#154815).
28044
28045 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28046
28047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28050         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28051         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28052         * ext/musicbrainz/gsttrm.h:
28053           Add support for using a proxy server when getting a trm id from
28054           the MusicBrainz database (#149613).
28055
28056 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28057
28058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28061         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28062           Fix memleaks (#157233).
28063
28064 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28065
28066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28069         * gst-libs/gst/resample/resample.h:
28070         * gst/audioscale/gstaudioscale.c:
28071           Fix memleak (#159215).
28072
28073 2004-12-16  Toni Willberg  <toniw@iki.fi>
28074
28075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28076
28077         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28078         * sys/oss/oss_probe.c: (main):
28079           Check for mono/stereo support (similar to samplerate probing),
28080           fixes #159433. Also add missing copyright header to oss_probe.c.
28081
28082 2004-12-15  David Schleef  <ds@schleef.org>
28083
28084         * configure.ac: add audioresample and cairo plugins.  Remove
28085         HAVE_MMX stuff, because it's not used.
28086         * ext/Makefile.am: same
28087         * ext/audioresample/Makefile.am: You are not ready for an
28088         audio resampling element based on audioresample.
28089         * ext/audioresample/gstaudioresample.c:
28090         * ext/audioresample/gstaudioresample.h:
28091         * ext/cairo/Makefile.am: You are not ready for overlay elements
28092         based on cairo.  Don't look too closely, these elements kinda
28093         suck right now.
28094         * ext/cairo/gstcairo.c: new
28095         * ext/cairo/gsttextoverlay.c: new
28096         * ext/cairo/gsttextoverlay.h: new
28097         * ext/cairo/gsttimeoverlay.c: new
28098         * ext/cairo/gsttimeoverlay.h: new
28099         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28100         problem with compilers that don't support variadic macros.
28101
28102 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28103
28104         Reviewed by:  David Schleef  <ds@schleef.org>
28105
28106         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28107         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28108         bit.  Also ran indent-gst.
28109         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28110         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28111         (gst_sunaudiosrc_setparams):
28112
28113 2004-12-14  David Schleef  <ds@schleef.org>
28114
28115         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28116         output rate to 16000.  Should fix #160235.
28117
28118 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28119
28120         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28121         Add typefinding for mpeg2 pes streams
28122
28123 2004-12-13  David Schleef  <ds@schleef.org>
28124
28125         * configure.ac:  Applied patch from bug #143659, making default
28126         sources and sinks OS-dependent (for Solaris), and added code
28127         for OS/X.
28128         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28129
28130 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28131
28132         * gst-libs/gst/riff/riff-media.c:
28133           forgot to add h2.64 to avidemux template caps
28134
28135 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28136
28137         * gst/wavenc/riff.h:
28138         * gst-libs/gst/riff/riff-media.c:
28139         * gst-libs/gst/riff/riff-ids.h:
28140         * gst/avi/gstavimux.c
28141         add 4CC code for VideoSoft h264 in AVI (VSSH)
28142           fixes bug #160655
28143         remove s323 from riff, it's quicktime specific :(
28144
28145 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28146
28147         * gst/asfdemux/README
28148         * gst/wavenc/riff.h
28149         * gst-libs/gst/riff/riff-ids.h
28150         * gst-libs/gst/riff/riff-media.c
28151         * gst/qtdemux/qtdemux.c:
28152           add new 4CC codes for h263 related codecs
28153           fixes partially bug #155163
28154
28155 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28156
28157         * configure.ac: Update polyaudio requirement to 0.7
28158         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28159
28160 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28161
28162         * gst/interleave/deinterleave.c:
28163         fix my name's spelling! :)
28164
28165 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28166
28167         * AUTHORS ChangeLog
28168         * gst/auparse/gstauparse.c
28169         * gst/interleave/deinterleave.c
28170         * gst/law/:
28171                 alaw-decode.c alaw-encode.c
28172                 mulaw-decode.c mulaw-encode.c
28173         * gst/oneton/gstoneton.c
28174         * sys/osxaudio/:
28175                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28176         * sys/osxvideo/:
28177                 cocoawindow.h cocoawindow.m
28178                 osxvideosink.h osxvideosink.m
28179
28180         put the same mail address for Zaheer Abbas Merali everywhere
28181
28182 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28185           Align by packetsize, and assert that we a packet available before
28186           playing. The first makes webstreams work (they often include
28187           trailing padding data in a packet), the second allows pausing a
28188           ASF stream in totem without getting demux errors afterwards.
28189
28190 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28191
28192         * ext/ogg/gstoggdemux.c: (get_relative):
28193           Check for non-NULL before accessing member (end-of-chain).
28194
28195 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28198         (cdparanoia_set_property), (cdparanoia_get_property):
28199         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28200         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28201         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28202         (dvdreadsrc_init), (dvdreadsrc_set_property),
28203         (dvdreadsrc_get_property):
28204         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28205         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28206           Synchronize property names where not yet the case. Devices are
28207           now device=X, other versions are deprecated (but still exist).
28208           Also use g_free() unconditionally.
28209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28210         (setup_source), (gst_play_base_bin_get_property):
28211           Expose source.
28212
28213 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28214
28215         * configure.ac: move GCONF macro outside conditional for the am
28216           conditional. Fixes #160439
28217
28218 2004-12-08  David Schleef  <ds@schleef.org>
28219
28220         * tools/gst-visualise-m.m: Switch to elements that currently
28221         exist.
28222
28223 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28224
28225         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28226           We love wrong commas.
28227
28228 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * gst/matroska/matroska-demux.c:
28231         (gst_matroska_demux_handle_src_query):
28232           Don't set DEFAULT, unsupported - makes length display incorrectly
28233           in some cases.
28234
28235 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28236
28237         * gst/monoscope/README: remove blurb about files being GPL
28238         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28239         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28240           monoscope is now effectively LGPL licensed
28241
28242 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28243
28244         * gst/monoscope/README: Update information to be more correct
28245         * gst/monoscope/convolve.c: Relicense to LGPL
28246         * gst/monoscope/convolve.h: Relicense to LGPL
28247
28248 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28249
28250         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28251           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28252         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28253           set default_duration for mpeg1 audio
28254
28255 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28256
28257         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28258         * ext/alsa/gstalsa.h:
28259           refactor big chunks of the core caps negotiation code to make it
28260           a lot faster, because people claim it's really slow
28261           (actually, just cache the getcaps when the device is opened)
28262
28263 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28264
28265         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28266         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28267         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28268         (gst_a52dec_change_state), (plugin_init):
28269         * ext/a52dec/gsta52dec.h:
28270           Do something useful with timestamps. Make chain-based (since
28271           there's really no reason to be loopbased).
28272         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28273           Update current_byte/frame correctly.
28274
28275 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28276
28277         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28278         (gst_ape_demux_stream_init):
28279           Forward tags, too.
28280
28281 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28282
28283         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28284           Let's make sure we're done typefinding when detecting tags.
28285
28286 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28287
28288         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28289         (gst_ebml_read_init), (gst_ebml_read_use_event),
28290         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28291         (gst_ebml_read_seek), (gst_ebml_read_skip),
28292         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28293         (gst_ebml_read_master):
28294         * gst/matroska/ebml-read.h:
28295         * gst/matroska/matroska-demux.c:
28296         (gst_matroska_demux_parse_contents),
28297         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28298           Disgustingly evil hack for working around INTERRUPT events and
28299           their extremely annoying habit of being a pain in the ass. We
28300           simply peek a cluster before reading any of it.
28301
28302 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * ext/musepack/gstmusepackdec.cpp:
28305           There's also floating point libmusepacks.
28306
28307 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28310         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28311           Set DURATION even if source buffer didn't. Also use increasing
28312           timestamps.
28313         * gst-libs/gst/riff/riff-media.c:
28314         (gst_riff_create_audio_caps_with_data):
28315           Block_align can have larger values than 8192.
28316
28317 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28318
28319         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28320         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28321         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28322         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28323           Fix caps.
28324
28325 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28326
28327         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28328           Fix logic bug.
28329
28330 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28331
28332         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28333           Yay, another one.
28334
28335 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28336
28337         * ext/esd/esdsink.c: (gst_esdsink_chain):
28338           Make error actually say something useful (fixes #156798).
28339         * gst-libs/gst/riff/riff-media.c:
28340         (gst_riff_create_video_caps_with_data),
28341         (gst_riff_create_video_template_caps):
28342           Add Intel Video 5.0 fourcc (IV50).
28343
28344 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28345
28346         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28347         detection on mono and stereo mp3 files.
28348
28349 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28350
28351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28352           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28353           the contained stream).
28354
28355 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28358           Oops, remove debug.
28359
28360 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28361
28362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28363
28364         * gst/law/alaw-decode.c: (alawdec_getcaps):
28365         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28366           Prevent warnings when negotiating caps (fixes #159338).
28367
28368 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28369
28370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28371         (gst_ffmpegcsp_chain):
28372           Remove old leftover that shouldn't be there...
28373
28374 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28375
28376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28377
28378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28379           Don't forward DISCONT events (fixes #159684).
28380
28381 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28382
28383         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28384           Unlink manually since sometimes bin disposal (and therefore
28385           pad unlinking) is delayed, which will cause a new media file
28386           to not be able to start playing instantly.
28387
28388 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28389
28390         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28391           On mute of an unlinked stream, check for pad availability so
28392           we don't crash on unlinked pad.
28393
28394 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28397         (gst_avi_demux_massage_index):
28398           Fix quite humiliating bug in omitting 0-sized index chunks but
28399           forgetting to count them for timestamps.
28400
28401 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28404           Actually leave the loop if we failed to sync. Don't crash.
28405
28406 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28407
28408         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28409         (gst_dvd_demux_process_private):
28410         * gst/mpegstream/gstdvddemux.h:
28411           Fix crash (#159759). Doesn't work, though. :-(.
28412
28413 2004-11-28  Benjamin Otte  <otte@gnome.org>
28414
28415         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28416           more overwriting protection due to modifying channels one by one
28417           instead of all at once
28418
28419 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28420
28421         * gst/audioconvert/gstchannelmix.c:
28422         (gst_audio_convert_fill_normalize):
28423           Normalize using absolute values.
28424
28425 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28426
28427         * configure.ac:
28428         * ext/Makefile.am:
28429         * ext/directfb/Makefile.am:
28430         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28431         (gst_directfbvideosink_get_pixel_format),
28432         (gst_directfbvideosink_get_format_from_fourcc),
28433         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28434         (gst_directfbvideosink_sink_link),
28435         (gst_directfbvideosink_change_state),
28436         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28437         (gst_directfbvideosink_buffer_alloc),
28438         (gst_directfbvideosink_interface_supported),
28439         (gst_directfbvideosink_interface_init),
28440         (gst_directfbvideosink_navigation_send_event),
28441         (gst_directfbvideosink_navigation_init),
28442         (gst_directfbvideosink_set_property),
28443         (gst_directfbvideosink_get_property),
28444         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28445         (gst_directfbvideosink_base_init),
28446         (gst_directfbvideosink_class_init),
28447         (gst_directfbvideosink_get_type), (plugin_init):
28448         * ext/directfb/directfbvideosink.h: Adding a first version of
28449         directfbvideosink.
28450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28451         more.
28452
28453 2004-11-28  Benjamin Otte  <otte@gnome.org>
28454
28455         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28456           walk the samples backwards if out_channels > in_channels so we don't
28457           overwrite data
28458
28459 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28460
28461         * gst/audioconvert/Makefile.am:
28462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28463         (gst_audio_convert_link), (gst_audio_convert_change_state),
28464         (gst_audio_convert_channels):
28465         * gst/audioconvert/gstchannelmix.c:
28466         (gst_audio_convert_unset_matrix),
28467         (gst_audio_convert_fill_identical),
28468         (gst_audio_convert_fill_compatible),
28469         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28470         (gst_audio_convert_fill_others),
28471         (gst_audio_convert_fill_normalize),
28472         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28473         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28474         * gst/audioconvert/gstchannelmix.h:
28475           Implement a channel mixer.
28476
28477 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28478
28479         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28480         * ext/alsa/gstalsa.h:
28481         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28482         Make alsasink actually honor gst_element_set_clock and use that
28483         clock instead of its internal one.
28484
28485 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28486
28487         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28488         (gst_play_base_bin_change_state): nullify source and decoder when
28489         going from READY to NULL so that we don't try to do weird stuff with
28490         them when going from NULL to READY
28491         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28492         instead of g_object_unref
28493         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28494         it should be correct
28495         (gst_play_bin_change_state): don't call remove_sinks if we are
28496         currently disposing the object
28497
28498 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28501           Don't forget bass if it's there. Else left channel is silent...
28502
28503 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28504
28505         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28506         (gst_a52dec_change_state):
28507           Don't do sample adjusting anymore, we use float audio now.
28508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28509           Don't fixate to non-existing properties.
28510
28511 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28512
28513         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28514         (gst_a52dec_change_state):
28515           Advertise that we can do surround sound.
28516
28517 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28518
28519         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28520           Add buffer-frames=0.
28521         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28522         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28523         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28524         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28525         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28526         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28527         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28528         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28529         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28530         * ext/dvdread/dvdreadsrc.h:
28531           Add seeking, querying for bytes, sectors, title, angle and
28532           chapter. Handle multiple chapters. Relicense to LGPL because
28533           Billy agreed on that (thanks Billy!).
28534
28535 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28536
28537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28538         call parent dispose method
28539
28540 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28541
28542         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28543         (gst_audio_clock_get_internal_time):
28544         Fix active <-> inactive transitions: ensure time value always
28545         grows and avoid abrupt value changes.
28546
28547 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28548
28549         * configure.ac:
28550         * gst/tta/Makefile.am:
28551         * gst/tta/crc32.h:
28552         * gst/tta/filters.h:
28553         * gst/tta/gsttta.c:
28554         * gst/tta/gstttadec.c:
28555         * gst/tta/gstttadec.h:
28556         * gst/tta/gstttaparse.c:
28557         * gst/tta/gstttaparse.h:
28558         * gst/tta/ttadec.h:
28559           added TTA parser and decoder
28560
28561 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28564         (probe_triggered), (check_queue), (buffer_underrun),
28565         (buffer_running), (buffer_overrun), (gen_source_element),
28566         (setup_source):
28567         * gst/playback/gstplaybasebin.h:
28568           Implement buffering. Needs some more work.
28569
28570 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28571
28572         * ext/theora/theoradec.c: (theora_dec_chain):
28573           Fix ilog mask range overflow.
28574
28575 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28578           Don't omit the last (which in case of dmix is the only :) )
28579           channel count. Don't set channels if <= 2.
28580
28581 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28582
28583         * gst/playback/gstplaybin.c: (gen_video_element),
28584         (gen_audio_element): Removed 2 obsolete comments
28585
28586 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28587
28588         * ext/vorbis/oggvorbisenc.c
28589         * ext/vorbis/vorbisenc.c :
28590           change description fields of those plugins to differentiate them
28591           (pitivi show Encoders by description, they had the same one)
28592
28593 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28594
28595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28596
28597         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28598         (gst_play_bin_set_property), (gen_video_element),
28599         (gen_audio_element):
28600           Refcounting fixes for provided audio-/videosinks.
28601
28602 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * gst/playback/gstplaybin.c: (gen_video_element),
28605         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28606           Don't reference all sinks, but only the video- and audiosinks.
28607           The vis. element should be disposed when we're done with it.
28608           We don't have any reason to keep it around. This fixes warnings
28609           when reusing playbin for playing multiple audio files with
28610           vis. enabled. Also release audio device on pause - idea stolen
28611           from Rhythmbox.
28612
28613 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28616         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28617         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28618         * ext/alsa/gstalsaplugin.c: (plugin_init):
28619         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28620         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28621         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28622         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28623         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28624         (gst_faad_change_state), (plugin_init):
28625         * ext/faad/gstfaad.h:
28626         * ext/vorbis/vorbis.c: (plugin_init):
28627         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28628         * gst-libs/gst/audio/Makefile.am:
28629         * gst-libs/gst/audio/audio.c: (plugin_init):
28630         * gst-libs/gst/audio/multichannel.c:
28631         (gst_audio_check_channel_positions),
28632         (gst_audio_get_channel_positions),
28633         (gst_audio_set_channel_positions),
28634         (gst_audio_set_structure_channel_positions_list),
28635         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28636         (gst_audio_fixate_channel_positions):
28637         * gst-libs/gst/audio/multichannel.h:
28638         * gst-libs/gst/audio/testchannels.c: (main):
28639         * gst/audioconvert/gstaudioconvert.c:
28640         (gst_audio_convert_class_init), (gst_audio_convert_init),
28641         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28642         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28643         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28644         * gst/audioconvert/plugin.c: (plugin_init):
28645           Surround sound support.
28646
28647 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28650           Fix position for discont if we're close as well. Nitpicking, but
28651           saves a few milliseconds of extra waiting or skipping.
28652
28653 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28656           We sometimes need parsers for playback, so add those too.
28657
28658 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28659
28660         * configure.ac:
28661         * gst/apetag/Makefile.am:
28662         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28663         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28664         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28665         (gst_ape_demux_get_src_query_types),
28666         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28667         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28668         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28669         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28670         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28671         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28672         (gst_ape_demux_change_state):
28673         * gst/apetag/apedemux.h:
28674         * gst/apetag/apetag.c: (plugin_init):
28675         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28676         (plugin_init):
28677           APE v1/2 tag reader plus typefind function.
28678
28679 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * configure.ac:
28682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28683         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28684           Remove hacks for older core. Require newer core version
28685           accordingly.
28686
28687 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * gst/cdxaparse/Makefile.am:
28690         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28691         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28692         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28693         * gst/cdxaparse/gstcdxaparse.h:
28694         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28695         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28696         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28697         (gst_cdxastrip_get_src_query_types),
28698         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28699         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28700         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28701         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28702         * gst/cdxaparse/gstcdxastrip.h:
28703           SVCD/VCD header stripping separated from CDXA image parsing.
28704         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28705         (plugin_init):
28706           Add VCD/SVCD header typefinding for VCD/SVCD.
28707         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28708         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28709         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28710         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28711         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28712         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28713         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28714         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28715         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28716         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28717         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28718         * sys/vcd/vcdsrc.h:
28719           Fix up, add seeking, querying, URI interface. Works in totem now.
28720
28721 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28722
28723         * configure.ac:
28724           back to CVS
28725
28726 === release 0.8.6 ===
28727
28728 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28729
28730         * NEWS:
28731         * RELEASE:
28732         * configure.ac:
28733         * po/af.po:
28734         * po/az.po:
28735         * po/cs.po:
28736         * po/en_GB.po:
28737         * po/hu.po:
28738         * po/it.po:
28739         * po/nb.po:
28740         * po/nl.po:
28741         * po/or.po:
28742         * po/sq.po:
28743         * po/sr.po:
28744         * po/sv.po:
28745         * po/uk.po:
28746           releasing 0.8.6, "IOU Love"
28747
28748 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28749
28750         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28751
28752         * gst/playback/gstplaybasebin.c:
28753           Fix unplayable files error handling.  Fixes #158365
28754
28755 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28756
28757         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28758
28759         * gst/typefind/gsttypefindfunctions.c:
28760           Fix broken mp3 typefinding.  Fixes #158375
28761
28762 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28763
28764         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28765
28766         * ext/ogg/gstoggdemux.c:
28767           Fix sync on broken files.  Fixes #158976
28768
28769 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28770
28771         patch by: Edward Hervey <bilboed@bilboed.com>
28772
28773         * ext/libpng/gstpngenc.c:
28774           Copy over buffer properties.  Fixes #158832
28775
28776 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28777
28778         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28779
28780         * ext/dvdread/dvdreadsrc.c:
28781           Fixes invalid reads (#158462)
28782
28783 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * sys/v4l/gstv4lsrc.c:
28786         * sys/v4l/gstv4lsrc.h:
28787         * sys/v4l/v4lsrc_calls.c:
28788           Probe less and cache it.  Fixes #159187.
28789
28790 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * gst/videorate/gstvideorate.c:
28793           Handle all video formats. Fixes #159186.
28794
28795 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28796         * gst/synaesthesia/gstsynaesthesia.c:
28797         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28798         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28799         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28800         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28801         (gst_synaesthesia_change_state), (plugin_init):
28802         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28803         Force 320x200 output, as that's the only thing the underlying
28804         synaesthesia implementation supports. Still needs to be made
28805         re-entrant.
28806
28807 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28808
28809         * configure.ac:
28810           Fix mpeg2enc configure check (similar to mplex check below).
28811
28812 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28813
28814         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28815
28816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28817           Fix for gcc-2.95 (fixes #158221).
28818
28819 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28820
28821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28822           Re-add clock distribution hack (until new core is released).
28823           Fixes #158125.
28824
28825 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28826         * configure.ac:
28827           fix mplex configure check segfaulting on some systems (bug #140994)
28828
28829 2004-11-13  Benjamin Otte  <otte@gnome.org>
28830
28831         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28832           add debugging
28833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28834           do a wait when we enter the loop func with no data available to
28835           write instead of getting into an 100% CPU loop by just returning and
28836           being called again by the scheduler
28837
28838 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28839
28840         * configure.ac:
28841         * ext/libvisual/visual.c: (gst_visual_get_type),
28842         (libvisual_log_handler), (gst_visual_getcaps),
28843         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28844         (plugin_init):
28845           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28846         * ext/smoothwave/Makefile.am:
28847         * ext/smoothwave/demo-osssrc.c: (main):
28848         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28849         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28850         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28851         (plugin_init):
28852         * ext/smoothwave/gstsmoothwave.h:
28853           Make gstsmoothwave a working element in the 20th century.
28854
28855         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28856           Fix incorrect link function
28857
28858 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * gst/volume/gstvolume.c:
28861           Allow buffer-frames=0.
28862
28863 2004-11-12 Iain <iaingnome@gmail.com>
28864
28865         * configure.ac: Check for polypaudio
28866
28867         * ext/Makefile.am: Build the polyp dir
28868
28869         * ext/polyp: The polypsink sources.
28870
28871 2004-10-30 Iain <iaingnome@gmail.com>
28872
28873         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28874         caps to reflect the new number of channels.
28875
28876 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28877
28878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28879           Fix for negotiation order problem. This would show when the
28880           ALSA loopfuction was called before any other function. ALSA
28881           wouldn't do anything because we're not negotiated yet, leading
28882           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28883
28884 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28885
28886         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28887
28888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28889           No warnings (#157986).
28890
28891 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28892
28893         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28894           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28895
28896 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28899           Signal no-more-pads (so it works in playbin).
28900
28901 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28902
28903         * ext/musepack/gstmusepackreader.cpp:
28904           Workaround for older core.
28905
28906 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28909           Actually test for odd width/height rather than testing whether
28910           a temporary variable that was 0 before we subtracted 1 is now
28911           not equal to zero (which it always is).
28912
28913 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28914
28915         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28916         Fix compilation if HAVE_XVIDEO is not defined
28917
28918 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28919
28920         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28921         Fix compilation if HAVE_XVIDEO is not defined
28922
28923 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28924
28925         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28926         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28927         (gst_goom_change_state), (plugin_init):
28928         Use the bytestream adapter so goom doesn't depend on the input
28929         buffer size.
28930         Add a debug category
28931
28932 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28933
28934         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28935           Only set hardware parameters *after* negotiation. Before
28936           negotiation, it will set ANY and that seems to cause crashes
28937           (see e.g. #151288, #153227).
28938
28939 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28940
28941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28942           This seems to be antique leftover. It needs to pass error
28943           checking.
28944         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28945         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28946         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28947         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28948           Fix GstXOverlay implementation (#151059).
28949
28950 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28951
28952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28953           Don't assert (#157853).
28954
28955 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28956
28957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28958           Fix bytes/samples confustion.
28959         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28960           Fix for underrun (#144389).
28961
28962 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28963
28964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28965           Disable halfway-seek for pending release (since it needs a new
28966           core release).
28967
28968 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28969
28970         * sys/v4l/gstv4lsrc.c:
28971         * sys/v4l/gstv4lsrc.h:
28972         * sys/v4l/v4lsrc_calls.c:
28973           add autoprobe-fps property so we can separate autoprobing parts
28974
28975 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * sys/v4l/gstv4lsrc.c:
28978         * sys/v4l/v4lsrc_calls.c:
28979         initialise fourcc to catch unset fourcc's, and debug
28980
28981 2004-11-09  Wim Taymans  <wim@fluendo.com>
28982
28983         * gst/playback/README:
28984         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28985         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28986         (gst_play_bin_dispose), (gst_play_bin_set_property),
28987         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28988         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28989         (gst_play_bin_get_formats), (gst_play_bin_convert),
28990         (gst_play_bin_get_query_types), (gst_play_bin_query):
28991         Cleanups and some more documentation.
28992
28993 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28994
28995         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28996         (gst_cacasink_init), (gst_cacasink_chain):
28997         * ext/libcaca/gstcacasink.h:
28998         Cacasink inherits from VideoSink, so let that store the clock.
28999
29000 2004-11-09  Wim Taymans  <wim@fluendo.com>
29001
29002         * gst/playback/README:
29003         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29004         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29005         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29006         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29007         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29008         (setup_sinks):
29009         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29010         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29011         * gst/playback/gststreaminfo.h:
29012         Updated README.
29013         Only switch groups if all streams have muted (EOSed).
29014         Send Tags in sync with the stream playback instead of in
29015         the playback/preroll phase.
29016         Some cleanups, free the fakesrc elements.
29017
29018 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29019
29020         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29021           buffer-frames property was missing
29022         * ext/arts/gst_arts.c:
29023           rate missing from sinkcaps
29024         * ext/audiofile/gstafparse.c:
29025         * ext/audiofile/gstafsink.c:
29026         * ext/audiofile/gstafsrc.c:
29027         * ext/swfdec/gstswfdec.c:
29028           int audio doesn't know buffer-frames
29029         * ext/cdparanoia/gstcdparanoia.c:
29030           int audio doesn't know chunksize either
29031         * ext/nas/nassink.c:
29032           it's endianness, not endianess
29033         * gst-libs/gst/audio/audio.h:
29034           make float standard pad template caps really describe float
29035         * gst/law/mulaw.c: (linear_factory):
29036           signed only, please
29037         * gst/mpegstream/gstdvddemux.c:
29038           widths of 20 are not valid
29039
29040 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29041
29042         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29043
29044         * po/LINGUAS:
29045         * po/it.po:
29046           Add Italian
29047
29048 2004-11-08  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/playback/README:
29051         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29052         * gst/playback/gstplaybasebin.c: (probe_triggered),
29053         (gst_play_base_bin_change_state):
29054         Updated README, added more comments for fixmes etc..
29055
29056 2004-11-08  Wim Taymans  <wim@fluendo.com>
29057
29058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29059         We can remove this hack now.
29060
29061 2004-11-08  Wim Taymans  <wim@fluendo.com>
29062
29063         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29064         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29065         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29066         Only mix AYUV for maximum quality.
29067
29068 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29069
29070         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29071         (gst_ogg_demux_push), (gst_ogg_pad_push):
29072           Let's act as if we're synchronized now! :).
29073         * ext/theora/theoradec.c: (theora_dec_chain):
29074           Add some debug.
29075
29076 2004-11-08  Wim Taymans  <wim@fluendo.com>
29077
29078         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29079         (gst_alpha_set_property), (gst_alpha_sink_link),
29080         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29081         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29082         (gst_alpha_init_params), (gst_alpha_chain):
29083         Implement alpha functions for AYUV too, this increases
29084         accuracy quite a bit.
29085
29086 2004-11-08  Wim Taymans  <wim@fluendo.com>
29087
29088         * gst/ffmpegcolorspace/avcodec.h:
29089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29090         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29091         (gst_ffmpegcsp_avpicture_fill):
29092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29093         (gst_ffmpegcsp_caps_remove_format_info):
29094         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29095         (shrink12), (img_get_alpha_info), (deinterlace_line),
29096         (deinterlace_line_inplace):
29097         * gst/ffmpegcolorspace/imgconvert_template.h:
29098         Added AYUV colorspace and handle RGBA a bit more respectful.
29099
29100 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29101
29102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29103           Actually always send a discont (cornercase when resending the
29104           same serial-tagged chain twice).
29105
29106 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29107
29108         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29109         (gst_ximagesink_finalize):
29110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29111         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29112
29113 2004-11-08  Wim Taymans  <wim@fluendo.com>
29114
29115         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29116         Don't segfault on NULL data.
29117
29118 2004-11-08  Wim Taymans  <wim@fluendo.com>
29119
29120         * gst/playback/gstdecodebin.c: (unlinked):
29121         * gst/playback/gstplay-marshal.list:
29122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29123         (gst_play_base_bin_init), (group_create), (get_active_group),
29124         (get_building_group), (group_destroy), (group_commit),
29125         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29126         (add_element_stream), (no_more_pads), (probe_triggered),
29127         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29128         (state_change), (setup_source), (gst_play_base_bin_get_property),
29129         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29130         (gst_play_base_bin_link_stream),
29131         (gst_play_base_bin_get_streaminfo):
29132         * gst/playback/gstplaybasebin.h:
29133         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29134         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29135         Add support for chained ogg files. Prepare for playlist
29136         support. This patch introduces the concept of pad groups, which
29137         together compose one playable media file.
29138
29139 2004-11-07  David Schleef  <ds@schleef.org>
29140
29141         * testsuite/gst-lint: Check for pad templates that aren't statically
29142         scoped.
29143
29144 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29145
29146         * configure.ac:
29147         * ext/Makefile.am:
29148         * ext/musepack/Makefile.am:
29149         * ext/musepack/gstmusepackdec.cpp:
29150         * ext/musepack/gstmusepackdec.h:
29151         * ext/musepack/gstmusepackreader.cpp:
29152         * ext/musepack/gstmusepackreader.h:
29153           Add musepack decoder.
29154         * ext/faad/gstfaad.c: (gst_faad_base_init):
29155           Make pad templates static.
29156         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29157         (plugin_init):
29158           Add musepack typefinder, make mp3 typefinding work halfway stream,
29159           which doesn't actually work yet because id3demux doesn't implement
29160           _get_length().
29161
29162 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29163
29164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29165         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29166           Fix interrupt event handling (#144436).
29167
29168 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29171           Hide unused glory.
29172
29173 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29174
29175         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29176
29177         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29178           Fix weird caps (#157548).
29179
29180 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29181
29182         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29183
29184         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29185           Add missing NULL terminator (#157543).
29186
29187 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29188
29189         * gst/tcp/gsttcp.h:
29190         * gst/tcp/gsttcpclientsink.c:
29191         * gst/tcp/gsttcpclientsrc.c:
29192         * gst/tcp/gsttcpserversink.c:
29193         * gst/tcp/gsttcpserversrc.c:
29194           ports can go up to 65535.  Move common defines to gsttcp.h
29195
29196 2004-11-05  Wim Taymans  <wim@fluendo.com>
29197
29198         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29199         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29200         Added two more colorspaces.
29201
29202 2004-11-05  Wim Taymans  <wim@fluendo.com>
29203
29204         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29205         (gst_ffmpegcsp_avpicture_fill):
29206         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29207         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29208         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29209         More stride fixes.
29210
29211 2004-11-05  Wim Taymans  <wim@fluendo.com>
29212
29213         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29214         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29215         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29216         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29217         (gst_videomixer_loop):
29218         More stride fixes.
29219
29220 2004-11-05  Benjamin Otte  <otte@gnome.org>
29221
29222         * ext/mad/gstmad.c: (gst_mad_chain):
29223           don't overflow data buffer. Flush not needed sync data when syncing
29224           failed.
29225
29226 2004-11-04  Wim Taymans  <wim@fluendo.com>
29227
29228         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29229         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29230         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29231         (gst_alpha_init_params), (gst_alpha_chain),
29232         (gst_alpha_change_state):
29233         Updated the chroma keying algorithm with something more
29234         sophisticated.
29235
29236 2004-11-03  Wim Taymans  <wim@fluendo.com>
29237
29238         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29239         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29240         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29241         Fix stride issues. Does not completely work for odd
29242         heights.
29243
29244 2004-11-03  Wim Taymans  <wim@fluendo.com>
29245
29246         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29247         (gst_alpha_chroma_key), (gst_alpha_chain):
29248         Fix stride issues. Does not completely work for odd
29249         heights.
29250
29251 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29252
29253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29254         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29255         leak fixes
29256
29257 2004-11-03  Wim Taymans  <wim@fluendo.com>
29258
29259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29260         (gst_ffmpegcsp_avpicture_fill):
29261         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29262         (avpicture_alloc):
29263         * gst/ffmpegcolorspace/imgconvert_template.h:
29264         Use correct _fill function to get correct strides.
29265
29266 2004-11-02  David Schleef  <ds@schleef.org>
29267
29268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29269         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29270         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29271         Change all g_print()s to debugging.  Add a bunch of consistency
29272         checks.
29273
29274 2004-11-02  Wim Taymans  <wim@fluendo.com>
29275
29276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29277         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29278         (unlinked), (no_more_pads), (close_link):
29279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29280         (unknown_type), (add_element_stream), (new_decoded_pad),
29281         (removed_decoded_pad), (setup_source):
29282         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29283         (gst_stream_info_class_init), (gst_stream_info_init),
29284         (gst_stream_info_new), (gst_stream_info_dispose),
29285         (stream_info_mute_pad), (gst_stream_info_set_property),
29286         (gst_stream_info_get_property):
29287         * gst/playback/gststreaminfo.h:
29288         Fix playback of multiple files.
29289         a slightly different approach to handling dynamic pad removals.
29290         This one only looks at pads that we have linked.
29291
29292 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29293
29294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29295         free" warning from libc.
29296
29297 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29298
29299         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29300         (get_unconnected_element), (remove_starting_from), (pad_removed),
29301         (close_link):
29302           Implement support for dynamic pad changing. We listen to "live"
29303           pad removals (i.e. while playing) and re-setup autoplugging
29304           after that. Playbasebin/playbin need some more work for this
29305           to finally work, but decodebin supports (and replugs) chained
29306           ogg now.
29307
29308 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29309
29310         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29311         (gst_alsa_finalize):
29312         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29313         (gst_cdaudio_finalize):
29314         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29315         (cdparanoia_finalize):
29316         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29317         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29318         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29319         (dvdreadsrc_finalize):
29320         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29321         (gst_flacdec_finalize):
29322         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29323         (gst_flacenc_finalize):
29324         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29325         (gst_gnomevfssink_finalize):
29326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29327         (gst_gnomevfssrc_finalize):
29328         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29329         (gst_fameenc_finalize):
29330         * ext/nas/nassink.c: (gst_nassink_class_init),
29331         (gst_nassink_finalize):
29332         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29333         (gst_sdlvideosink_class_init):
29334         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29335         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29336         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29337         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29338         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29339         (gst_x_window_listener_dispose):
29340         * gst/audioscale/gstaudioscale.c:
29341         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29342         (play_on_demand_finalize):
29343         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29344         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29345         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29346         (cdplayer_finalize):
29347         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29348         (gst_glimagesink_class_init):
29349         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29350         (gst_osselement_finalize):
29351         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29352         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29353         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29354           Fixes a bunch of problems with finalize and dispose functions,
29355           either assumptions that dispose is only called once, or not calling
29356           the parent class dispose/finalize function
29357
29358 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29359
29360         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29361           added two api precondition guards
29362           use g_strdup with getenv to fix crash when using ENVVAR
29363
29364 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29365         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29366         (gst_esdsink_finalize):
29367         Use a finalize function, not dispose, and more importantly,
29368         call the parent class finalize function too
29369
29370 2004-11-01  Johan Dahlin  <johan@gnome.org>
29371
29372         * ext/ogg/gstoggdemux.c:
29373         * gst/tags/gstvorbistag.c:
29374         Plug leaks.
29375
29376 2004-10-31  Benjamin Otte  <otte@gnome.org>
29377
29378         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29379           lotsa memleaks today. But they're all small...
29380
29381 2004-10-31  Benjamin Otte  <otte@gnome.org>
29382
29383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29384           another memleak crushed
29385
29386 2004-10-31  Benjamin Otte  <otte@gnome.org>
29387
29388         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29389           fix memleak
29390
29391 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29392
29393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29394           Hack to prevent crash when going to READY inside signal handler
29395           while this function is active.
29396
29397 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29398
29399         * gst/ffmpegcolorspace/Makefile.am:
29400         * gst/ffmpegcolorspace/avcodec.h:
29401         * gst/ffmpegcolorspace/common.h:
29402         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29403         * gst/ffmpegcolorspace/dsputil.h:
29404         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29406         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29407         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29408         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29409         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29410         (gst_ffmpegcsp_avpicture_fill):
29411         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29413         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29414         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29415         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29416         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29417         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29418         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29419         * gst/ffmpegcolorspace/imgconvert.c:
29420         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29421         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29422         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29423         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29424         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29425         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29426         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29427         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29428         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29429         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29430         (grow21), (grow22), (grow41), (grow44), (conv411),
29431         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29432         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29433         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29434         (avpicture_free), (is_yuv_planar), (img_convert),
29435         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29436         (deinterlace_line_inplace), (deinterlace_bottom_field),
29437         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29438         * gst/ffmpegcolorspace/imgconvert_template.h:
29439         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29440         * gst/ffmpegcolorspace/mmx.h:
29441         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29442         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29443         (av_freep), (avcodec_get_context_defaults),
29444         (avcodec_alloc_context), (avcodec_init):
29445           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29446           handling plus update from ffmpeg CVS. Large clean-up.
29447
29448 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * gst/playback/Makefile.am:
29451           We need the marshallers for decodebin, too.
29452
29453 2004-10-30  David Schleef  <ds@schleef.org>
29454
29455         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29456           quicktime typefinding work with 64-bit offsets.
29457
29458 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29459
29460         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29461           Set EOS on the element when processing an EOS event.
29462         * ext/speex/gstspeexdec.h:
29463         * ext/speex/gstspeexenc.h:
29464           Only keep a const ptr to the mode
29465         * gst-libs/gst/riff/riff-media.c:
29466         (gst_riff_create_audio_caps_with_data),
29467         (gst_riff_create_audio_template_caps):
29468           Allow WMAV3, with up to 6 channels.
29469         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29470           Don't call gst_pad_set_event_function on a sink pad.
29471         * gst/mpegstream/gstdvddemux.c:
29472         (gst_dvd_demux_get_subpicture_stream),
29473         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29474           Copy the explicit caps that were set across to the cur_* pads,
29475           instead of trying to use a possibly non-existent negotiated caps.
29476           Reset the type of subpicture pads to UNKNOWN after calling
29477           init_stream, so that the caps get set.
29478
29479 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29480
29481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29482
29483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29484           Don't touch buffer if it is of size 0 (fixes #151064).
29485
29486 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29487
29488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29489           Synchronized discont handling.
29490
29491 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29492
29493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29494         (gst_ogg_demux_push):
29495           Make seeking sort-of exact again (fixes #156387).
29496
29497 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29498
29499         * gst/playback/gstplaybasebin.c: (unknown_type),
29500         (add_element_stream), (new_decoded_pad),
29501         (gst_play_base_bin_change_state):
29502         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29503         (gst_stream_info_init), (gst_stream_info_new),
29504         (gst_stream_info_dispose), (gst_stream_info_get_property):
29505         * gst/playback/gststreaminfo.h:
29506           Make caps explicitely available. Makes testing for unsupported
29507           types possible. Improves error reporting.
29508
29509 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29510
29511         * gst/audioconvert/gstaudioconvert.c:
29512         (gst_audio_convert_buffer_to_default_format):
29513           Really don't touch read-only buffers (#156563).
29514
29515 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29516
29517         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29518
29519         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29520           Fix memleak (#155223).
29521
29522 2004-10-29  Wim Taymans  <wim@fluendo.com>
29523
29524         * gst/tcp/.cvsignore:
29525         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29526         (gst_multifdsink_class_init), (gst_multifdsink_init),
29527         (gst_multifdsink_add), (gst_multifdsink_remove),
29528         (gst_multifdsink_remove_client_link), (is_sync_frame),
29529         (gst_multifdsink_new_client),
29530         (gst_multifdsink_handle_client_write),
29531         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29532         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29533         (gst_multifdsink_get_property):
29534         * gst/tcp/gstmultifdsink.h:
29535         Added burst on connect sync_method, deprecated sync_clients,
29536         streamlined the sync code some more.
29537
29538 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29541         (gst_play_base_bin_change_state):
29542           Improve error reporting.
29543
29544 2004-10-28  Wim Taymans  <wim@fluendo.com>
29545
29546         * gst/tcp/Makefile.am:
29547         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29548         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29549         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29550         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29551         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29552         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29553         (gst_fdset_wait):
29554         Added more locks around fdset structures. Fixed/reworked
29555         the poll array resizing code.
29556         Added stress test for fdset.
29557
29558 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29559
29560         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29561         fix build
29562
29563 2004-10-28  Benjamin Otte  <otte@gnome.org>
29564
29565         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29566           fix link function to always query channels and query width for
29567           floats
29568         * configure.ac:
29569           add equalizer dir
29570         * gst/equalizer/Makefile.am:
29571         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29572         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29573         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29574         (arg_to_scale), (setup_filter),
29575         (gst_iir_equalizer_compute_frequencies),
29576         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29577         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29578         (plugin_init):
29579           add an equalizer
29580
29581 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29582
29583         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29584
29585         * po/LINGUAS:
29586         * po/nb.po:
29587           Added Norwegian Bokmaal translation
29588
29589 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29592           Don't break on options (fixes #156488).
29593
29594 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29595
29596         * configure.ac:
29597         * ext/cdaudio/Makefile.am:
29598         * sys/Makefile.am:
29599           fix build on older automake
29600
29601 2004-10-26  Wim Taymans  <wim@fluendo.com>
29602
29603         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29604         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29605         Allow a little margin when negotiating the framerate.
29606
29607 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29608
29609         * gst/level/gstlevel.c:
29610           synchonised naming of pads and pad-templates
29611
29612 2004-10-26  Wim Taymans  <wim@fluendo.com>
29613
29614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29615         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29616         (_find_streams_check), (gst_ogg_demux_push):
29617         Fix EOS again. Needs to be done in a better way. We should not
29618         remove the pad if there is no new chained stream.
29619
29620 2004-10-26 Iain <iaingnome@gmail.com>
29621
29622         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29623         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29624         of the caps.
29625         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29626         pad.
29627         (interleave_release_pad): Remove the pad.
29628         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29629         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29630         the set device.
29631         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29632         attrs
29633         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29634         (gst_xvimagesink_finalize): Free the par.
29635
29636 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29639         (gst_avimux_stop_file):
29640           First calculate the rate, and only then use it. Hdr.rate is a
29641           multiple and not a derivative of hdr.scale. Scale is not the
29642           same as blockalign but is solely related to rate.
29643
29644 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29647         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29648           Implement seeking.
29649
29650 2004-10-25  James Henstridge  <james@jamesh.id.au>
29651
29652         Reviewed by:  David Schleef  <ds@schleef.org>
29653
29654         * examples/gstplay/player.c: (got_stream_length), (main):
29655         * examples/seeking/cdplayer.c: (update_scale):
29656         * examples/seeking/seek.c: (format_value), (update_scale):
29657         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29658         (stop_seek):
29659         Build fixes on AMD64.
29660
29661 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29662
29663         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29664
29665         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29666         Fix for some v4l cards which hang in v4lsrc
29667
29668 2004-10-25  Wim Taymans  <wim@fluendo.com>
29669
29670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29671         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29672         Make sure to remove the pad when a new chain is
29673         encountered. Set some vars to NULL so we don't try
29674         to reference freed memory.
29675
29676 2004-10-25  Wim Taymans  <wim@fluendo.com>
29677
29678         * examples/seeking/Makefile.am:
29679         * examples/seeking/cdplayer.c: (update_scale):
29680         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29681         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29682         (format_value), (update_scale), (iterate), (start_seek),
29683         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29684         (print_usage), (main):
29685         Added some more examples, update others.
29686
29687 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29688
29689         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29690         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29691         * ext/theora/theoradec.c: (theora_dec_chain):
29692         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29693           Add codec-name metadata.
29694
29695 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29696
29697         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29698
29699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29700         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29701         * ext/alsa/gstalsamixertrack.h:
29702         * po/POTFILES.in:
29703           ALSA mixer track label internationalization (#154054).
29704
29705 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29706
29707         * ext/theora/theoradec.c: (theora_dec_chain):
29708           Export bitrate as metadata.
29709
29710 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29711
29712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29713         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29714         * ext/alsa/gstalsamixertrack.h:
29715           Fix names, fix loop.
29716
29717 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29718
29719         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29720         (speex_dec_convert):
29721           sinkconvert function so oggdemux can get the file length (totem).
29722
29723 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29724
29725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29728           Don't push incomplete packets.
29729         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29730           Fix MPEG-4 audio typefinding.
29731
29732 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29733
29734         * sys/v4l/Makefile.am:
29735         * sys/v4l/gstv4l.c: (plugin_init):
29736         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29737         (gst_v4lelement_init), (gst_v4lelement_dispose),
29738         (gst_v4lelement_change_state):
29739         * sys/v4l/gstv4lelement.h:
29740         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29741         (gst_v4l_xoverlay_close), (idle_refresh),
29742         (gst_v4l_xoverlay_set_xwindow_id):
29743         * sys/v4l/gstv4lxoverlay.h:
29744         * sys/v4l/v4l-overlay_calls.c:
29745         * sys/v4l/v4l_calls.h:
29746         * sys/v4l2/Makefile.am:
29747         * sys/v4l2/gstv4l2.c: (plugin_init):
29748         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29749         (gst_v4l2element_init), (gst_v4l2element_dispose),
29750         (gst_v4l2element_change_state):
29751         * sys/v4l2/gstv4l2element.h:
29752         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29753         (gst_v4l2_xoverlay_close), (idle_refresh),
29754         (gst_v4l2_xoverlay_set_xwindow_id):
29755         * sys/v4l2/gstv4l2xoverlay.h:
29756         * sys/v4l2/v4l2-overlay_calls.c:
29757         * sys/v4l2/v4l2_calls.h:
29758           Remove client-side overlay handling, use the X-server v4l plugin
29759           for that. Nicer overlay, less code. Also make the plugin
29760           compileable without X (but then without overlay, obviously).
29761           Makes xwindowlistener obsolete, should we remove that?
29762
29763 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29766         (gst_osssrc_src_query):
29767         * sys/oss/gstosssrc.h:
29768           OK, so people want offset in DEFAULT. This time, actually fix all
29769           cases.
29770         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29771           Add FPS properly.
29772
29773 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29774
29775         * gst/asfdemux/gstasfmux.c:
29776         * gst/avi/gstavimux.c:
29777           Framerate.
29778
29779 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29782           Fix properties (channel, norm, frequency).
29783
29784 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29785
29786         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29787           Flag typo.
29788         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29789           No warnings.
29790
29791 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29792
29793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29794           Fix hang.
29795
29796 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29797
29798         * sys/v4l2/gstv4l2element.h:
29799           Yet Another Hack (tm) for kernel header borkedness.
29800         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29801         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29802         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29803         (gst_v4l2src_change_state):
29804         * sys/v4l2/gstv4l2src.h:
29805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29806         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29807           Fix caps, keep track of state, work.
29808
29809 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29812           Quiet.
29813
29814 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29817           Don't mix bytes and samples.
29818
29819 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29820
29821         * ext/ogg/gstoggmux.c:
29822           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29823           and theora. Any is incorrect.
29824         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29825           Fix caps.
29826         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29827         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29828         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29829         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29830         * sys/v4l/gstv4lmjpegsrc.h:
29831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29832         (gst_v4lsrc_change_state):
29833         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29834         (gst_v4lmjpegsrc_capture_stop):
29835           Fix caps. Keep track of internal state. Work.
29836
29837 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * ext/Makefile.am:
29840           Fix the build fixes.
29841
29842 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29845         (gst_ogg_demux_src_event), (_find_chain_seek),
29846         (gst_ogg_pad_push):
29847           Check for pad availability before using it.
29848         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29849           Fix parsing of chained ogg. Needs more work on the decoder side.
29850
29851 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29852
29853         * gst/spectrum/Makefile.am:
29854         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29855         (idle_func):
29856           Fix demo and reenable it. Yes, I'm currently playing with audio
29857           analysis tools
29858
29859 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29862           We love it if files that start at zero work too...
29863
29864 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29865
29866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29867           Handle files with missing EOS headers.
29868
29869 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29870
29871         * gst/tcp/gsttcpserversink.c:
29872         (gst_tcpserversink_handle_server_read),
29873         (gst_tcpserversink_init_send):
29874         Zero some variables first (need for accept not to return EINVAL)
29875
29876 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29879         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29880         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29881         (theora_dec_chain):
29882         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29883         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29884           Seeking and querying finetune.
29885
29886 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29887
29888         * configure.ac:
29889         * ext/Makefile.am:
29890         * ext/raw1394/Makefile.am:
29891           fix the build
29892
29893 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29896           Wrong return.
29897         * gst/playback/Makefile.am:
29898         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29899         * gst/playback/gstplay-marshal.list:
29900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29901           Fix marshallers.
29902
29903 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29904
29905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29906           Silence.
29907
29908 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29909
29910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29911         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29912         (gst_ogg_pad_push):
29913           Yay for non-lineair granulepos in theora.
29914
29915 2004-10-18  Wim Taymans  <wim@fluendo.com>
29916
29917         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29918         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29919         * ext/dv/gstdvdec.h:
29920         Make sure we renegotiate aspect ratio when the camera switches.
29921
29922 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29923
29924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29925         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29926           Start at zero.
29927         * ext/theora/theoradec.c: (theora_dec_chain):
29928           Skip headers. Bad idea for chained ogg, but fixes seeking.
29929
29930 2004-10-18  Wim Taymans  <wim@fluendo.com>
29931
29932         * configure.ac:
29933         I swear, this is the last time I touch this.
29934
29935 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29936
29937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29938         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29939         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29940           Faster seeking.
29941         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29942           Time-to-default conversion.
29943         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29944           Don't error on unknown packets, just skip. We should probably
29945           read them if we want to support chained ogg.
29946
29947 2004-10-18  Wim Taymans  <wim@fluendo.com>
29948
29949         * configure.ac:
29950         Added cdaudio to wrong list.
29951
29952 2004-10-18  Wim Taymans  <wim@fluendo.com>
29953
29954         * configure.ac:
29955         Revive cdaudio.
29956
29957 2004-10-18  Wim Taymans  <wim@fluendo.com>
29958
29959         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29960         (gst_dvdec_video_link), (gst_dvdec_push):
29961         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29962         (gst_smokeenc_resync), (gst_smokeenc_chain):
29963         Fix mimetype on smoke encoder.
29964         Add aspect ratio to dvdec. Not sure if these
29965         values are correct though....
29966
29967 2004-10-18  Wim Taymans  <wim@fluendo.com>
29968
29969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29970         Fix vorbis property descriptions and ranges.
29971
29972 2004-10-18  Wim Taymans  <wim@fluendo.com>
29973
29974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29975         Really do nothing when no data is available.
29976         Go to the playing state when the stream is not seekable
29977         instead of failing.
29978
29979 2004-10-18  Wim Taymans  <wim@fluendo.com>
29980
29981         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29982         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29983         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29984         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29985         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29986         Added uri handler for cd://
29987         Port to new API.
29988
29989 2004-10-18  Wim Taymans  <wim@fluendo.com>
29990
29991         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29992         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29993         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29994         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29995         (remove_prerolls), (unknown_type), (add_element_stream),
29996         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29997         (gst_play_base_bin_remove_element),
29998         (gst_play_base_bin_link_stream):
29999         * gst/playback/gstplaybin.c: (gen_video_element),
30000         (gen_vis_element), (remove_sinks), (setup_sinks):
30001         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30002         (gst_stream_info_get_type), (gst_stream_info_class_init),
30003         (gst_stream_info_init), (gst_stream_info_new),
30004         (gst_stream_info_dispose), (stream_info_mute_pad),
30005         (gst_stream_info_set_property), (gst_stream_info_get_property):
30006         * gst/playback/gststreaminfo.h:
30007         Add sink padtemplate to decodebin.
30008         Added some more comments.
30009         Make queue size configurable in playbasebin.
30010         Added possibility to use elements as sinks (ex cdaudio).
30011
30012 2004-10-15  Wim Taymans  <wim@fluendo.com>
30013
30014         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30015         (gst_speexenc_chain):
30016         Fix speex timestamps so that it gets muxed properly.
30017
30018 2004-10-15  Wim Taymans  <wim@fluendo.com>
30019
30020         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30021         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30022         (gst_dv1394src_init), (gst_dv1394src_dispose),
30023         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30024         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30025         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30026         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30027         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30028         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30029         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30030         * ext/raw1394/gstdv1394src.h:
30031         Added conversion/query functions.
30032         Update buffer timestamps,
30033         Added signals.
30034         Added uri dv:// so it might play from the firewire in playbin.
30035         Fix a possible leak.
30036         Added debugging.
30037
30038 2004-10-15  Wim Taymans  <wim@fluendo.com>
30039
30040         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30041         (gst_dv1394src_init), (gst_dv1394src_set_property),
30042         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30043         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30044         * ext/raw1394/gstdv1394src.h:
30045         Added AV/C VTR control support needed for some cameras.
30046         Added automatic port detection.
30047         Added properties for selecting the channel.
30048         The configure.ac script is not yet updated to reflect the
30049         new libavc1394 and librom1394 dependencies.
30050
30051 2004-10-15  Wim Taymans  <wim@fluendo.com>
30052
30053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30054         (qtdemux_parse), (gst_qtdemux_handle_esds):
30055         An esds box is not a container.
30056         Fix parsing of mp4v boxes.
30057         Do not try to renegotiate fps for each frame. Need to
30058         find a better method. This should fix mp4 playback.
30059
30060 2004-10-14  David Schleef  <ds@schleef.org>
30061
30062         * configure.ac: update for swfdec-0.3 and liboil-0.2
30063         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30064         * ext/swfdec/gstswfdec.h: same
30065         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30066         * gst/videotestsrc/videotestsrc.c: same
30067
30068 2004-10-14  Wim Taymans  <wim@fluendo.com>
30069
30070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30071         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30072         (is_sync_frame), (gst_multifdsink_new_client),
30073         (gst_multifdsink_handle_client_write),
30074         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30075         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30076         Turn warnings into info.
30077         Don't allow a state change in the streaming thread.
30078
30079 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30080
30081         * ext/vorbis/oggvorbisenc.c:
30082         * ext/vorbis/vorbisdec.c:
30083           fix template sample rate
30084
30085 2004-10-13  Wim Taymans  <wim@fluendo.com>
30086
30087         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30088         Decoding the header first fixes some problems in resyncing
30089         in more mp3s.
30090
30091 2004-10-12  Wim Taymans  <wim@fluendo.com>
30092
30093         * gst/playback/gstplaybin.c: (gen_video_element),
30094         (gen_vis_element), (remove_sinks), (setup_sinks):
30095         Added vis plugin support, need to configure the vis
30096         element to activate it.
30097
30098 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30099
30100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30101         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30102           Some debug.
30103         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30104         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30105         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30106         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30107         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30108         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30109         * gst/avi/gstavidemux.h:
30110           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30111           recovery (where, if part of the index is broken, we will still read
30112           the rest of the index and recover the broken part by stream
30113           scanning). More broken media support. EOS workarounds. General AVI
30114           braindamage headache recovery. Aspirin included.
30115
30116 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30117
30118         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30119         (cdparanoia_event), (cdparanoia_query):
30120           Get rid of hideous lead-in.
30121
30122 2004-10-11  Wim Taymans  <wim@fluendo.com>
30123
30124         * gst/playback/gstplaybasebin.c: (setup_source):
30125         Wrong var used to get g_list_next.
30126
30127 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30130         (cdparanoia_get), (cdparanoia_open):
30131           Report discid as metadata, add duration.
30132
30133 2004-10-11  Wim Taymans  <wim@fluendo.com>
30134
30135         * gst/playback/gstplaybasebin.c: (setup_source):
30136         Cleanup the previous pipeline a little earlier for the
30137         case that a source element provides raw data.
30138
30139 2004-10-11  Benjamin Otte  <otte@gnome.org>
30140
30141         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30142           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30143           consuming the last 128 bytes, even though it was valid mp3 data.
30144
30145 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30146
30147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30148         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30149         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30150         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30151
30152 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30153
30154         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30155         Fix for webcams that support only specific width or height
30156
30157 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30158
30159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30160
30161         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30162           Fix wrong discont event setup (fixes #154967).
30163
30164 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30165
30166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30169           Error out on invalid data (fixes #154807).
30170
30171 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30172
30173         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * ext/dvdread/dvdreadsrc.c: (_read):
30176           Make titles > 0 work again (fixes #154834).
30177
30178 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30179
30180         * gst-libs/gst/riff/riff-media.c:
30181         (gst_riff_create_video_template_caps):
30182           WMV3 missing in template caps.
30183
30184 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30185
30186         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30187           OK, so the original code was too strict. It makes random AVI files
30188           hang for seconds upon opening, which is unacceptable and is far
30189           beyond the original goal of getting multiple chunks for one-chunk
30190           sounc stream files. So now do just that.
30191
30192 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30193
30194         * gst/playback/gstplaybasebin.c: (setup_source),
30195         (gst_play_base_bin_change_state):
30196           Actually clean up streaminfo if output fails. This would trigger
30197           if, for example, there was no CD in the drive. No preroll, so
30198           a streaminfo structure is created, but the subsequent state change
30199           of the thread fails.
30200         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30201           Don't change state if parent failed.
30202
30203 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30204
30205         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30206         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30207         (gen_video_element), (remove_sinks):
30208           Add small bits of code for screenshot handling.
30209
30210 2004-10-08  Wim Taymans  <wim@fluendo.com>
30211
30212         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30213         (gen_video_element), (gen_audio_element), (setup_sinks):
30214         Don't assume the user provided sinks are named "sink"...
30215
30216 2004-10-08  Wim Taymans  <wim@fluendo.com>
30217
30218         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30219         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30220         (gst_play_base_bin_link_stream):
30221         Do not try to autoplug sources that generate raw streams like
30222         cdparanoia.
30223         disconnect the preroll overrun signal when we don't need it anymore.
30224
30225 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30226
30227         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30228         Added reworked patch from #154903 from milosz derezynski (deadchip).
30229
30230 2004-10-08  Wim Taymans  <wim@fluendo.com>
30231
30232         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30233         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30234         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30235         (cdparanoia_convert), (cdparanoia_uri_get_type),
30236         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30237         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30238         * ext/cdparanoia/gstcdparanoia.h:
30239         This adds the cdda://<tracknum> uri.
30240
30241 2004-10-08  Wim Taymans  <wim@fluendo.com>
30242
30243         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30244         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30245         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30247         (unknown_type), (gst_play_base_bin_remove_element),
30248         (gst_play_base_bin_link_stream):
30249         * gst/playback/gstplaybasebin.h:
30250         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30251         (gst_play_bin_set_property), (gen_video_element),
30252         (gen_audio_element), (setup_sinks):
30253         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30254         (gst_stream_info_get_type), (gst_stream_info_class_init),
30255         (gst_stream_info_init), (gst_stream_info_new),
30256         (gst_stream_info_dispose), (stream_info_mute_pad),
30257         (gst_stream_info_set_property), (gst_stream_info_get_property):
30258         * gst/playback/gststreaminfo.h:
30259         Reuse the audio and video bins.
30260         Some internal cleanups in the stream selection code.
30261
30262 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30263
30264         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30265         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30266         * sys/ximage/ximagesink.h:
30267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30268         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30269         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30270         not coming from those elements. Moreover these elements should not keep
30271         the xid they have been given when in NULL state.
30272
30273 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30274
30275         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30276         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30277         * sys/ximage/ximagesink.h:
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30279         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30280         * sys/xvimage/xvimagesink.h:
30281           Actually only create a new toplevel window if we're not gonna
30282           embed it right after.
30283
30284 2004-10-07  Wim Taymans  <wim@fluendo.com>
30285
30286         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30287         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30288         * gst/playback/gstplaybin.c: (setup_sinks):
30289         Implement muting/unmuting of streams, mute streams that are not
30290         used.
30291
30292 2004-10-07  Wim Taymans  <wim@fluendo.com>
30293
30294         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30295         (plugin_init):
30296         Added lame audio/x-ac3 typefind function.
30297
30298 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30299
30300         * configure.ac:
30301           bump nano to cvs
30302
30303 === release 0.8.5 ===
30304
30305 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30306
30307         * NEWS:
30308         * RELEASE:
30309         * configure.ac:
30310           releasing 0.8.5, "Take You On"
30311
30312 2004-10-06  Wim Taymans  <wim@fluendo.com>
30313
30314         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30315         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30316         (no_more_pads), (close_link), (type_found):
30317         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30318         * gst/playback/gstplaybin.c: (gen_video_element):
30319         Do not signal the no_more_pads after the first pad when
30320         we are plugging a non dynamic element with multiple
30321         output pads (like swfdec, dvdec, ...).
30322
30323 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30324
30325         * configure.ac:
30326           bump for prerelease
30327
30328 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30329
30330         * gst/wavparse/gstwavparse.c:
30331           add ATRAC3 to STATIC CAPS to fix a warning
30332
30333         * gst/matroska/ebml-read.c:
30334         * gst-libs/gst/riff/riff-read.c:
30335           fix typos
30336
30337 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30338
30339         * gst-libs/gst/riff/riff-media.c:
30340           generate caps for ATRAC3 audio streams
30341
30342         * gst/realmedia/rmdemux.c:
30343           generate caps for ATRAC3 audio streams
30344
30345 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30346
30347         * gst/wavparse/Makefile.am
30348         * gst/wavparse/riff.h
30349         * gst/wavparse/wavparse.vcproj
30350           riff.h removal (unused and duplication with riff-ids.h)
30351
30352 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30353
30354         * gst/wavparse/gstwavparse.h
30355           remove duplicated defines for audio codec codes
30356
30357         * gst-libs/gst/riff/riff-ids.h
30358         * gst/wavenc/riff.h:
30359           add "4CC" code for ATRAC3 audio streams
30360           add "4CC" code for ITU_G721_ADPCM (unused for now)
30361
30362 2004-10-06  Wim Taymans  <wim@fluendo.com>
30363
30364         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30365         Actually _do_ negotiation. Pass gdouble as arg instead
30366         of guint64 for the framerate.
30367
30368 2004-10-06  Wim Taymans  <wim@fluendo.com>
30369
30370         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30371         (find_compatibles), (close_pad_link), (try_to_link_1),
30372         (no_more_pads), (close_link), (type_found):
30373         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30374         * gst/playback/gstplaybin.c: (gen_video_element),
30375         (gen_audio_element):
30376         Set state on newly added element to READY so that negotiation
30377         can happen ASAP.
30378         Addes some more debug info.
30379         Do not try to plug pads with multiple caps structures or ANY
30380         because it is too dangerous since we do not do dynamic
30381         replugging.
30382
30383 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30384
30385         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30386
30387         * po/LINGUAS:
30388         * po/or.po:
30389           add Oriya translation
30390
30391 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30392
30393         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30394           Prevent overwrite of size member. Makes audio sound crappy.
30395
30396 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30397
30398         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30399         Add rmvb to the list of known RealMedia extensions
30400
30401 2004-10-05  Wim Taymans  <wim@fluendo.com>
30402
30403         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30404         (mngdec_openstream), (mngdec_closestream),
30405         (mngdec_handle_sink_event), (mngdec_readdata),
30406         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30407         (mngdec_getcanvasline), (mngdec_refresh),
30408         (gst_mngdec_change_state):
30409         Set the framerate correctly.
30410
30411 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30414           There was something wrong with the index massaging.
30415
30416 2004-10-04  Wim Taymans  <wim@fluendo.com>
30417
30418         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30419         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30420         (gst_smokedec_chain):
30421         * ext/jpeg/gstsmokedec.h:
30422         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30423         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30424         * ext/jpeg/gstsmokeenc.h:
30425         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30426         (smokecodec_decode_new), (smokecodec_info_free),
30427         (smokecodec_set_quality), (smokecodec_get_quality),
30428         (smokecodec_set_threshold), (smokecodec_get_threshold),
30429         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30430         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30431         (smokecodec_encode), (smokecodec_parse_id),
30432         (smokecodec_parse_header), (smokecodec_decode):
30433         * ext/jpeg/smokecodec.h:
30434         * ext/jpeg/smokeformat.h:
30435         Updated smoke, new bitstream, allows embedding in ogg.
30436
30437 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30438
30439         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30440           Fix seeking in some files. All this code is no longer needed (and
30441           actually breaks stuff) because we now synchronize the full index
30442           right when reading the header.
30443
30444 2004-10-04  Wim Taymans  <wim@fluendo.com>
30445
30446         * configure.ac:
30447         configure update for libmng.
30448
30449 2004-10-04  Wim Taymans  <wim@fluendo.com>
30450
30451         * ext/libmng/Makefile.am:
30452         * ext/libmng/gstmng.c: (plugin_init):
30453         * ext/libmng/gstmng.h:
30454         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30455         (gst_mngdec_base_init), (gst_mngdec_class_init),
30456         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30457         (gst_mngdec_loop), (gst_mngdec_get_property),
30458         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30459         (mngdec_closestream), (mngdec_handle_sink_event),
30460         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30461         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30462         (gst_mngdec_change_state):
30463         * ext/libmng/gstmngdec.h:
30464         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30465         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30466         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30467         (gst_mngenc_chain), (gst_mngenc_get_property),
30468         (gst_mngenc_set_property):
30469         * ext/libmng/gstmngenc.h:
30470         Added basic MNG decoder. Needs more work. The encoder does
30471         not work yet.
30472
30473 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30474
30475         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30476         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30477         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30478           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30479           no-more-pads.
30480
30481 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30482
30483         * configure.ac:
30484           you need at least 1.0.4 of speex
30485
30486 2004-10-04 Iain <iaingnome@gmail.com>
30487
30488         * ext/speex/gstspeexdec.h: Revert the includes changes.
30489
30490         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30491
30492 2004-09-30 Iain <iaingnome@gmail.com>
30493
30494         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30495         found during init or set as a property instead of hardcoding /dev/audio
30496
30497 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30500         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30501         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30502         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30503         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30504         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30505         (gst_rmdemux_dump_data):
30506           Use debug category, fix EOS handling. filesrc ! rmdemux now
30507           works.
30508
30509 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30512         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30513         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30514           Improve allocation, cutting and sorting of the index. How takes a
30515           few seconds instead of minutes.
30516
30517 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30518
30519         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30520           fixed compilation
30521
30522 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst-libs/gst/riff/riff-media.c:
30525         (gst_riff_create_video_caps_with_data),
30526         (gst_riff_create_video_template_caps):
30527           Add wing commander format mimetype/fourccs.
30528         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30529           Don't crash if some value is 0.
30530
30531 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * gst-libs/gst/riff/riff-media.c:
30534         (gst_riff_create_video_caps_with_data),
30535         (gst_riff_create_video_template_caps):
30536           Add DIB fourcc (raw, palettized 8-bit RGB).
30537         * gst-libs/gst/riff/riff-read.c:
30538         (gst_riff_read_strf_vids_with_data):
30539           Oops, fix strf_data reading bug.
30540         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30541           Use a non-NULL tag.
30542         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30543           Time for hacks. Sorry Dave. At least one quicktime movie (a
30544           trailer) that I've encountered contains multiple video tracks.
30545           One of those is the actual video track, the other are one-frame
30546           tracks (images). Unfortunately, the number of frames according
30547           to the trak header is 1 for each, so that doesn't help. So
30548           instead, I look at the duration and discard tracks with a
30549           duration shorter than 20% of the length of the stream. Better
30550           than nothing.
30551
30552 2004-10-01  Christian Schaller <christian@fluendo.com>
30553
30554         * ext/ivorbis/vorbis.c:
30555           Patch from Phil Blundell (Bug 152341)
30556
30557 2004-10-01  Wim Taymans  <wim@fluendo.com>
30558
30559         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30560         (speex_dec_get_formats), (speex_dec_convert),
30561         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30562         (speex_dec_chain), (gst_speexdec_get_property),
30563         (gst_speexdec_set_property):
30564         Small cleanups.
30565
30566 2004-10-01  Wim Taymans  <wim@fluendo.com>
30567
30568         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30569         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30570         (gst_wavparse_other), (gst_wavparse_loop),
30571         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30572         (gst_wavparse_srcpad_event):
30573         * gst/wavparse/gstwavparse.h:
30574         Added some more debugging info.
30575         Fix the case where the length of the file is 0.
30576         Make sure we seek to sample borders.
30577
30578 2004-10-01  Wim Taymans  <wim@fluendo.com>
30579
30580         * gst/playback/README:
30581         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30582         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30583         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30584         Add some debug info to decodebin, update README
30585
30586 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30589           Don't use g_print(); use GST_DEBUG().
30590
30591 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30592
30593         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30594         (gst_ogg_mux_queue_pads):
30595           Handle EOS properly.
30596
30597 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30598
30599         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30600
30601         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30602         (gst_faad_chain), (gst_faad_change_state):
30603         * ext/faad/gstfaad.h:
30604           Allow playback of raw (unframed) MPEG AAC files (#148993).
30605
30606 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30607
30608         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30609
30610         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30611           Throw error if we didn't recognize the stream. Fixes #152289.
30612
30613 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30616           Fix negotiation.
30617
30618 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30619
30620         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30623           Fix memleak.
30624
30625 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30626
30627         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30630           Solve #152805.
30631         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30632           Solve 152806.
30633
30634 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30635
30636         * gst-libs/gst/riff/riff-media.c:
30637         (gst_riff_create_video_caps_with_data),
30638         (gst_riff_create_audio_caps_with_data):
30639           Add codec_data handling (like asfdemux used to do).
30640         * gst/asfdemux/gstasf.c: (plugin_init):
30641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30642         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30643           Use riff-media for caps creation instead of our own (mostly
30644           broken) copy of its functions.
30645
30646 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30647
30648         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30649           Don't actually error out if we get another return value than
30650           -EINVAL. Opposite to what I first thought, drivers have random
30651           return values for this, although -EINVAL is the expected return
30652           value. Since this is not fatal, we shouldn't use
30653           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30654
30655 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30656
30657         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30658         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30659         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30660         (dvdreadsrc_get), (dvdreadsrc_open_file),
30661         (dvdreadsrc_change_state):
30662           Fix. Don't do one big huge loop around the whole DVD, that will
30663           cache all data and thus eat sizeof(dvd) (several GB) before we
30664           see something.
30665         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30666           Actually NULL'ify event after using it.
30667         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30668         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30669         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30670         (gst_ebml_read_seek), (gst_ebml_read_skip):
30671           Handle events.
30672         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30673         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30674         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30675           Fix timing (this will probably break if I seek using menus, but
30676           I didn't get there yet). VOBs and normal DVDs should now work.
30677           Add a mpeg2-only pad with high rank so this get autoplugged for
30678           MPEG-2 movies.
30679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30680         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30681         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30682         (gst_mpeg_demux_get_audio_stream),
30683         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30684         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30685           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30686           MPEG-1 but use dvddemux for MPEG-2.
30687         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30688         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30689         (gst_mpeg_parse_parse_packhead):
30690           Timing. Only add pad template if it exists. Add sink template from
30691           class and not from ourselves. This means we will always use the
30692           correct sink template even if it is not the one defined in this
30693           file.
30694
30695 2004-09-29  Wim Taymans  <wim@fluendo.com>
30696
30697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30698         (gst_mpeg_demux_parse_pes):
30699         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30700         Fix playback of mpeg again, timestamps where screwed up by
30701         patch 1.61.
30702
30703 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30706           Only return true if we actually filled something in. Prevents
30707           player applications from showing a random length for flac files.
30708         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30709         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30710         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30711         (gst_riff_read_strf_vids_with_data),
30712         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30713           OK, ok, so I implemented event handling. Apparently it's normal
30714           that we receive random events at random points without asking
30715           for it.
30716         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30717         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30718         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30719         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30720         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30721         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30722         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30723         * gst/avi/gstavidemux.h:
30724           Implement non-lineair chunk handling and subchunk processing.
30725           The first solves playback of AVI files where the audio and video
30726           data of individual buffers that we read are not synchronized.
30727           This should not happen according to the wonderful AVI specs, but
30728           of course it does happen in reality. It is also a prerequisite for
30729           the second. Subchunk processing allows us to cut chunks in small
30730           pieces and process each of these pieces separately. This is
30731           required because I've seen several AVI files with incredibly large
30732           audio chunks, even some files with only one audio chunk for the
30733           whole file. This allows for proper playback including seeking.
30734           This patch is supposed to fix all AVI A/V sync issues.
30735         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30736         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30737           Work.
30738         * gst/modplug/gstmodplug.cc:
30739           Proper return value setting for the query() function.
30740         * gst/playback/gstplaybasebin.c: (setup_source):
30741           Being in non-playing state (after, e.g., EOS) is not necessarily
30742           a bad thing. Allow for that. This fixes playback of short files.
30743           They don't actually playback fully now, because the clock already
30744           runs. This means that small files (<500kB) with a small length
30745           (<2sec) will still not or barely play. Other files, such as mod
30746           or flx, will work correctly, however.
30747
30748 2004-09-28  Wim Taymans  <wim@fluendo.com>
30749
30750         * ext/speex/gstspeex.c: (plugin_init):
30751         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30752         (gst_speex_dec_class_init), (speex_dec_get_formats),
30753         (speex_get_event_masks), (speex_get_query_types),
30754         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30755         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30756         (gst_speexdec_get_property), (gst_speexdec_set_property),
30757         (speex_dec_change_state):
30758         * ext/speex/gstspeexdec.h:
30759         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30760         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30761         (gst_speexenc_base_init), (gst_speexenc_class_init),
30762         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30763         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30764         (gst_speexenc_src_query), (gst_speexenc_init),
30765         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30766         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30767         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30768         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30769         (gst_speexenc_chain), (gst_speexenc_get_property),
30770         (gst_speexenc_set_property), (gst_speexenc_change_state):
30771         * ext/speex/gstspeexenc.h:
30772         Rewrote speex encoder, make sure it can be embedded in ogg.
30773         Implemented speex decoder.
30774
30775 2004-09-28  Christian Schaller <christian@fluendo.com>
30776
30777         * configure.ac:
30778         Remove kioslave plugin. Markey is brewing a new working one
30779         * ext/Makefile.am: Remove kioslave plugin
30780         * ext/kio: remove
30781         * gst-plugins.spec.in: remove kio plugin from spec
30782
30783 2004-09-27  Wim Taymans  <wim@fluendo.com>
30784
30785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30786         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30787         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30788         (gst_multifdsink_new_client),
30789         (gst_multifdsink_handle_client_write),
30790         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30791         (gst_multifdsink_handle_clients):
30792         * gst/tcp/gstmultifdsink.h:
30793         Make syncing to keyframes actually work for new clients and lagging
30794         clients.
30795
30796 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30797
30798         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30799         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30800         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30801         * gst/debug/gstnavigationtest.h:
30802           make navigationtest display button-press and button-release events
30803
30804 2004-09-26 Iain <iaingnome@gmail.com>
30805
30806         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30807         the channels have received a new media event.
30808         (interleave_buffered_loop): Compresses a new media event on all
30809         channels into one.
30810
30811 2004-09-26 Iain <iaingnome@gmail.com>
30812
30813         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30814         call the sinkpad's default event handler and not the srcpads. He also
30815         says this is confusing :)
30816         (gst_wavenc_stop_file): Company says that seek events only go upstream
30817         we should send a discontinuous downstream instead.
30818
30819 2004-09-25  Christian Schaller <christian@fluendo.com>
30820
30821         * Update SPEC file to be usable in conjunction with Fedora Core,
30822           Fedora.us and freshrpms packages
30823         * Fix typo in multifilesrc test Makefile
30824
30825 2004-09-24  Wim Taymans  <wim@fluendo.com>
30826
30827         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30828         Only signal the no_more_pads signal when we have
30829         added the stream to our list.
30830
30831 2004-09-24  Wim Taymans  <wim@fluendo.com>
30832
30833         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30834         (new_decoded_pad):
30835         * gst/playback/gstplaybasebin.h:
30836         * gst/playback/gstplaybin.c: (setup_sinks):
30837         Don't try to preroll or decode more than one audio/video
30838         track.
30839
30840 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30841
30842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30843           Throw error if we failed to find a suitable output. This should
30844           throw an error if we successfully set up a pipeline (e.g. because
30845           we recognized a media file) but found no decodable streams in it
30846           (e.g. because it contains only media stream types for which we
30847           have no decoders, or because it's not a media type).
30848
30849 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * ext/dirac/Makefile.am:
30852         * ext/dirac/gstdirac.cc:
30853         * ext/dirac/gstdiracdec.cc:
30854         * ext/dirac/gstdiracdec.h:
30855           Do something. Don't actually know if this works because I don't
30856           have a demuxer yet.
30857         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30858           Add channels=1 to caps returned from _getcaps().
30859         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30860         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30861         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30862         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30863         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30864         (gst_ogm_parse_change_state):
30865           Separate between audio/video so ogmaudioparse actually uses the
30866           audio pad templates. Both audio and video work now, including
30867           autoplugging. Also use sometimes-srcpad hack.
30868         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30869           Handle events better. Don't hang on infinite loops.
30870         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30871         (gst_avi_demux_init), (gst_avi_demux_reset),
30872         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30873         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30874         (gst_avi_demux_change_state):
30875         * gst/avi/gstavidemux.h:
30876           Improve A/V sync. Still not perfect.
30877         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30878         (gst_ebml_read_skip):
30879           Handle events better.
30880         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30881         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30882         (qtdemux_audio_caps):
30883           Add IMA4. Improve event handling. Save offset after a seek when
30884           the headers are at the end of the file so that we don't end up in
30885           an infinite loop.
30886         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30887           Add low-priority typefind support for files with no length.
30888
30889 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30890
30891         * testsuite/multifilesink/Makefile.am:
30892         fix typo
30893
30894 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30895
30896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30898         mistakes from thaytan's patches.
30899
30900 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30901
30902         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30903           For completeness, XSync in the destroy function as xvimage does.
30904
30905 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30906
30907         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30908            Correct caps negotiation
30909         * gst/volume/gstvolume.c: (volume_chain_float),
30910         (volume_chain_int16):
30911            Modify debug output to be little more informative
30912         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30914         (gst_xvimagesink_xvimage_destroy):
30915           Add XSync calls after detaching from the shared memory segment to
30916           avoid a crash.
30917
30918 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30919
30920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30921         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30922         * ext/vorbis/vorbis.c: (plugin_init):
30923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30924         (gst_vorbisenc_chain):
30925         * ext/vorbis/vorbisenc.h:
30926         remove explicit newmedia support from oggmux and vorbisenc
30927         add debug category to vorbisenc
30928         * gst/multifilesink/gstmultifilesink.c:
30929         (gst_multifilesink_class_init), (gst_multifilesink_init),
30930         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30931         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30932         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30933         (plugin_init):
30934         * gst/multifilesink/gstmultifilesink.h:
30935         add support for streamheader in multifilesink
30936
30937 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30938
30939         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30940         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30941         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30942           Prevent infinite loops. More correct error reporting.
30943         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30944           Error out if negotiation fails.
30945         * gst/playback/gstplaybasebin.c: (setup_source),
30946         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30947         (gst_play_base_bin_found_tag):
30948           Error/tag forwarding. Pre-roll fixes for source errors on state
30949           changes (e.g. "file does not exist") to prevent hangs.
30950
30951 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30952
30953         * testsuite/multifilesink/Makefile.am:
30954         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30955         (gst_newmedia_class_init), (gst_newmedia_init),
30956         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30957         (newfile_signal), (test_signal), (main):
30958         * testsuite/multifilesink/multifilesrc_test.c: (main):
30959         * testsuite/multifilesink/oggtheora_test.c:
30960         (gst_newmedia_base_init), (gst_newmedia_class_init),
30961         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30962         (test_format), (newfile_signal), (test_signal), (main):
30963         * testsuite/multifilesink/oggvorbis_test.c:
30964         (gst_newmedia_base_init), (gst_newmedia_class_init),
30965         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30966         (test_format), (newfile_signal), (test_signal), (main):
30967         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30968         (gst_newmedia_class_init), (gst_newmedia_init),
30969         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30970         (newfile_signal), (test_signal), (main):
30971         New media tests
30972
30973 2004-09-20  Christian Schaller <christian@fluendo.com>
30974
30975         * Fix mikmod license to LGPL as they have relicensed
30976         * Move Dirac and Effectv into LGPL section of README_license
30977
30978 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30979
30980         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30981         (gst_mad_change_state):
30982           Allow for mp3 rate/channels changes. However, only very
30983           conservatively. Reason that we *have* to enable this is smiply
30984           because the mad find_sync() function is not good enough, it will
30985           regularly sync on random data as valid frames and therefore make
30986           us provide random caps as *final* caps of the stream. The best fix
30987           I could think of is to simply require several of the same stream
30988           changes in a row before we change caps.
30989           The actual testcase that works now is #
30990         * ext/ogg/Makefile.am:
30991         * ext/ogg/gstogg.c: (plugin_init):
30992         * ext/ogg/gstogmparse.c:
30993           OGM support (video only for now; I need an audio sample file).
30994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30995         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30996         (gst_asf_demux_add_video_stream):
30997           WMV extradata.
30998         * gst/playback/gstplaybasebin.c: (unknown_type):
30999           Don't error out on single unknown-types after all. It's wrong.
31000           If we found type of video and audio but not of a subtitle stream,
31001           it will still error out (which is unwanted). Will find a better fix
31002           later on.
31003         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31004         (ogmaudio_type_find), (plugin_init):
31005           OGM support.
31006
31007 2004-09-20  Johan Dahlin  <johan@gnome.org>
31008
31009         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31010         after setting caps.
31011
31012 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31013
31014         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31015         * gst/wavenc/gstwavenc.h:
31016         Added newmedia support to wavenc
31017
31018 2004-09-17  Wim Taymans  <wim@fluendo.com>
31019
31020         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31021         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31022         (gst_fdset_fd_can_write), (gst_fdset_wait):
31023         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31024         (gst_multifdsink_init), (gst_multifdsink_add),
31025         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31026         (gst_multifdsink_remove_client_link),
31027         (gst_multifdsink_client_queue_buffer),
31028         (gst_multifdsink_handle_client_write),
31029         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31030         (gst_multifdsink_close), (gst_multifdsink_change_state):
31031         * gst/tcp/gstmultifdsink.h:
31032         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31033         (gst_tcpserversink_removed):
31034         Small cleanups in fdset.c
31035         Use a hastable to map fd to the client structure for faster
31036         lookup in _remove and get_stats.
31037         Added virtual function to close the fds.
31038         Handle clients even when the select/poll call was unblocked because
31039         of a command.
31040         Implement syncing to keyframe in the recovery procedure.
31041
31042 2004-09-16 Iain <iaingnome@gmail.com>
31043
31044         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31045         try caps.
31046
31047 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31048
31049         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31050           Caps are only set if the type of the stream is unknown, but this
31051           is initialized in ->init_stream(), so set to UNKNOWN after calling
31052           ->init_stream() so that capsnego starts.
31053
31054 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31057         (gst_avi_demux_stream_data):
31058           Just hardcode for raw audio then. AVI audio sucks.
31059
31060 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31061
31062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31063         * gst/matroska/matroska-mux.c: (audiosink_templ),
31064         (gst_matroska_mux_audio_pad_link):
31065         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31066         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31067
31068 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31069
31070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31071         (gst_avi_demux_stream_data):
31072           Try to fix a/v sync issues.
31073
31074 2004-09-15  David Schleef  <ds@schleef.org>
31075
31076         * configure.ac: remove NASM check, since we don't use it.  Update
31077         dirac check to 0.4
31078         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31080         Initialized variables.
31081         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31082         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31083         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31084         SVQ3 format
31085
31086 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31089         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31090         * gst/avi/gstavidemux.h:
31091           Fix for compressed audio (mp3) timestamp generation. How did this
31092           ever work?
31093
31094 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31095
31096         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31097           Volume is a double not a float.
31098
31099 2004-09-15  Wim Taymans  <wim@fluendo.com>
31100
31101         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31102         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31103         Don't close the fd in multifdsink as we didn't open it in the
31104         first place. Some cleanups.
31105
31106 2004-09-15  Wim Taymans  <wim@fluendo.com>
31107
31108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31110         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31111         Fix the case where the muxer would mark pages as delta
31112         frames when they are not (vorbis only ogg).
31113
31114 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31115
31116         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31117         (gst_play_base_bin_change_state):
31118           Handle the case where we failed to setup a clear pipeline. This
31119           will throw an error (or EOS, another nice case) and if you don't
31120           catch that, the app will wait for the signal forever (and thus
31121           hang).
31122
31123 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31124
31125         * ext/gnomevfs/gstgnomevfssink.c:
31126         (gst_gnomevfssink_uri_get_protocols):
31127         * ext/gnomevfs/gstgnomevfssrc.c:
31128         (gst_gnomevfssrc_uri_get_protocols):
31129         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31130         * ext/gnomevfs/gstgnomevfsuri.h:
31131           Use _uri_new() instead of _open(), so it doesn't take as long and
31132           Christophe's computer won't hang.
31133         * gst/playback/gstplaybasebin.c: (unknown_type):
31134           Throw error on unknown media type, so apps actually display it.
31135
31136 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31137
31138         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31139           this script to work on Solaris since bash shell handles echo
31140           differenly than bash.
31141
31142 2004-09-17  Wim Taymans  <wim@fluendo.com>
31143
31144         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31145         (setup_source), (gst_play_base_bin_set_property),
31146         (gst_play_base_bin_add_element):
31147         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31148         Some more work on making sure seeking pauses the pipeline and
31149         that changing the uri actually does something.
31150
31151 2004-09-17  Wim Taymans  <wim@fluendo.com>
31152
31153         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31155         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31156         (gst_tcpserversink_close):
31157         Be a bit more paranoid when freeing memory.
31158
31159 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31160
31161         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31162         (qtdemux_parse_trak):
31163           Don't crash by dividing by zero (see sample movie in #126922).
31164
31165 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31166
31167         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31168           Don't touch non-existing data (fixes crash on file in #140147).
31169
31170 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31171
31172         * gst/playback/gstplaybasebin.c:
31173         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31174           Handle double disposals, and proper change of URIs.
31175
31176 2004-09-13  Martin Eikermann <meiker@upb.de>
31177
31178         * gst/mpegstream/gstmpegparse.c:
31179           fix synchronistation for streams recorded from digital PCR
31180           fixes bug #119376
31181
31182 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31183
31184         * ext/gnomevfs/Makefile.am:
31185         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31186         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31187         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31188         (gst_gnomevfssink_uri_get_type),
31189         (gst_gnomevfssink_uri_get_protocols),
31190         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31191         (gst_gnomevfssink_uri_handler_init),
31192         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31193         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31195         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31196         (gst_gnomevfssrc_uri_get_type),
31197         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31198         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31199         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31200         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31201         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31202         * ext/gnomevfs/gstgnomevfsuri.h:
31203           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31204           of fake URIs to see which this version of Gnome-VFS likes, and
31205           uses that for the Gst-URI interface. Makes playbin support http://
31206           streams. Also fix up some stupid behaviour in gnomevfssrc.
31207
31208 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31209
31210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31211         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31212         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31213         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31214           Update mixer (to sync with other sessions) if we try to obtain
31215           a new value. This makes alsamixer work accross applications.
31216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31217           Only call sync functions if we're running, else alsalib asserts.
31218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31219           Sometimes fails to compile. Possibly a gcc bug.
31220         * gst/playback/gstplaybin.c: (gen_video_element),
31221         (gen_audio_element):
31222           Add a reference to an application-provided object, because we lose
31223           this same reference if we add it to the bin. If we don't do this,
31224           we can only use this object once and thus crash if we go from
31225           ready to playing, back to ready and back to playing again.
31226           Also add an audioscale element because several cheap soundcards -
31227           like mine - don't support all samplerates.
31228         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31229         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31230           Fix wrong order or PAR calls. Makes automatically obtained PAR
31231           from the X server atually being used.
31232
31233 2004-09-12  David Schleef  <ds@schleef.org>
31234
31235         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31236         #151887, #152102, #152247.
31237         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31238         * examples/seeking/cdparanoia.c: same
31239         * examples/seeking/cdplayer.c: same
31240         * examples/seeking/seek.c: same
31241         * examples/seeking/spider_seek.c: same
31242         * examples/seeking/vorbisfile.c: same
31243         * examples/stats/mp2ogg.c: same
31244         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31245         (gst_esdsink_dispose): Dispose of element properly.
31246         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31247         fixes.
31248         * ext/nas/nassink.c: (gst_nassink_class_init),
31249         (gst_nassink_dispose): Dispose of element correctly.
31250         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31251         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31252         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31253         Fix 64-bit warning.
31254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31255         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31256         Fix 64-bit warning.
31257
31258 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31259
31260         * configure.ac : change speex detection as 1.1.6 now uses
31261           .pc/pkg-config and they changed their headers location.
31262
31263 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31264
31265         * gst/matroska/matroska-mux.h:
31266         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31267         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31268         (gst_matroska_mux_write_data):
31269           Write multiple blocks/frames per cluster.
31270                 Write meta-seek information (seek heads).
31271
31272 2004-09-09  Scott Wheeler <wheeler@kde.org>
31273
31274         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31275         (gst_play_bin_set_property), (gst_play_bin_get_property),
31276         (gen_audio_element), (gen_audio_element):
31277           Add a volume element / property to the pipeline.
31278
31279 2004-09-07  Wim Taymans  <wim@fluendo.com>
31280
31281         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31282         Copy timestamps from the master pad to the output buffers.
31283
31284 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31285
31286         * ext/raw1394/gstdv1394src.c:
31287           throw errors when applicable
31288
31289 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31290
31291         * gst/matroska/ebml-ids.h:
31292         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31293         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31294         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31295           automatically convert unix time <-> ebml time when reading/writing
31296           a date, use gst_ebml_write_uint to write CUETIME,
31297           not gst_ebml_write_date.
31298         * gst/matroska/matroska-ids.h:
31299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31300         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31301         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31302         (gst_matroska_mux_write_data):
31303           Write track and segment UIDs, write muxing date, write
31304           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31305           Create cues for audio only files.
31306
31307 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31308
31309         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31310         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31311           Re-commit ALSA switches.
31312         * gst/adder/gstadder.c: (gst_adder_loop):
31313           64-bit fix (#151416).
31314         * gst/debug/progressreport.c: (gst_progressreport_report):
31315           64-bit fix (#151419).
31316         * gst/matroska/matroska-demux.c:
31317         (gst_matroska_demux_parse_contents):
31318           64-bit fix (#151420).
31319         * gst/playback/test3.c: (update_scale):
31320           64-bit fix (#151421).
31321
31322 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31323
31324         * configure.ac:
31325           bump nano to cvs
31326
31327 === release 0.8.4 ===
31328
31329 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31330
31331         * configure.ac: releasing 0.8.4, "Alias"
31332
31333 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31334
31335         * ext/theora/Makefile.am:
31336           fix makefile.  Fixes #151462.
31337
31338 2004-08-30  Wim Taymans  <wim@fluendo.com>
31339
31340         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31342         (gst_multifdsink_remove_client_link),
31343         (gst_multifdsink_client_queue_buffer),
31344         (gst_multifdsink_handle_client_write):
31345         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31346         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31347         Fix some memory leaks.
31348
31349 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31350
31351         Patch by: David Schleef
31352
31353         * configure.ac:
31354         * sys/Makefile.am:
31355           rename our detection macro for V4L2.  Fixes #151236.
31356
31357 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31358
31359         Patch by: David Schleef
31360
31361         * configure.ac:
31362           check to define LAMEPRESET.  Fixes #151232.
31363
31364 2004-08-27  David Schleef  <ds@schleef.org>
31365
31366         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31367         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31368         (gst_glimagesink_fixate):  Move local variable declarations to
31369         make gcc-2.95 happy.
31370
31371 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31372
31373         * configure.ac:
31374           bump nano for prerelease
31375
31376 2004-08-27  David Schleef  <ds@schleef.org>
31377
31378         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31379         * sys/sunaudio/gstsunaudiosrc.c:
31380         * sys/sunaudio/gstsunaudiosrc.h:
31381
31382 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31383
31384         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31385         handle EOS correctly
31386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31387         * gst/matroska/matroska-mux.h:
31388         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31389         VFW compatibility mode
31390
31391 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31392
31393         patch by: Zaheer Abbas Merali
31394
31395         * ext/ogg/gstoggmux.c:
31396         * ext/vorbis/vorbisenc.c:
31397         * ext/vorbis/vorbisenc.h:
31398           handle NEWMEDIA
31399
31400 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31401
31402         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31403         fix byte order reversion on little endian machines.
31404         * gst/matroska/matroska-mux.c: (audiosink_templ),
31405         (gst_matroska_mux_audio_pad_link):
31406         add TTA codec to the list of supported codecs.
31407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31408         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31409         (gst_matroska_mux_write_data):
31410         * gst/matroska/matroska-mux.h:
31411         write segment duration correctly, write muxing app string, fixes bugs
31412         #140897 and #140898.
31413         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31414         wait for all pads to be negotiated before starting to mux.
31415
31416 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31417
31418         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31419         * ext/lame/gstlame.h:
31420         Added new media support to lame
31421
31422 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31423
31424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31425         send vorbis headers at the beginning of a stream, fixes bug #141554.
31426         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31427         bug #148950.
31428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31429         (gst_matroska_demux_plugin_init):
31430         * gst/matroska/matroska-ids.h:
31431         enable demuxing of TTA audio streams, fixes bug #148951.
31432         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31433         enable typefinding for TTA audio files, fixes bug #148711.
31434         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31435         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31436         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31437
31438 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31439
31440         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31441         (gst_riff_read_element_data), (gst_riff_read_seek),
31442         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31443         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31444         <teuf@gnome.org>
31445
31446 2004-08-23 Iain <iaingnome@gmail.com>
31447
31448         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31449         tags. They appear to be handled differently to normal.
31450         (tag_list_to_id3_tag_foreach): Ditto.
31451
31452 2004-08-22  Wim Taymans  <wim@fluendo.com>
31453
31454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31455         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31456         Make sure we never send -1 granulepos.
31457
31458 2004-08-20  Wim Taymans  <wim@fluendo.com>
31459
31460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31461         (gst_ogg_mux_loop):
31462         I will accept bitchslappings with non sharp objects.
31463
31464 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31465
31466         * configure.ac:
31467         Clean up the test for lame presets
31468
31469 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31470
31471         * configure.ac:
31472         * ext/lame/Makefile.am:
31473         * ext/lame/gstlame.c: (gst_lame_class_init),
31474         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31475         Only enable lame presets if version of lame has presets in API
31476
31477 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31478         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31479         * gst/udp/gstudpsrc.h:
31480           Don't call gst_pad_push in a get function. Fixes #150449
31481
31482 2004-08-18  Wim Taymans  <wim@fluendo.com>
31483
31484         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31485         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31486         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31487         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31488         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31489         (gst_fdset_wait):
31490         * gst/tcp/gstfdset.h:
31491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31492         (gst_multifdsink_client_queue_buffer),
31493         (gst_multifdsink_handle_client_write):
31494         * gst/tcp/gstmultifdsink.h:
31495         Some extra checks in gstfdset.
31496         Only use send() when the fd is a socket. Don't try to
31497         read from write only fds.
31498
31499 2004-08-18  Wim Taymans  <wim@fluendo.com>
31500
31501         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31502         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31503         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31504         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31505         (gst_fdset_wait):
31506         Add more locking and bounds checking.
31507
31508 2004-08-18  Wim Taymans  <wim@fluendo.com>
31509
31510         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31511         Realloc test fdset in the lock and right before starting
31512         the poll call. Bump the limit to 4096.
31513
31514 2004-08-17  David Schleef  <ds@schleef.org>
31515
31516         * sys/sunaudio/Makefile.am:
31517         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31518         of rates and channels.  Make debugging less obnoxious.
31519
31520         Patch from Balamurali Viswanathan implementing a mixer for
31521         Sun audio.  (bug #144091):
31522         * sys/sunaudio/gstsunelement.c:
31523         * sys/sunaudio/gstsunelement.h:
31524         * sys/sunaudio/gstsunmixer.c:
31525         * sys/sunaudio/gstsunmixer.h:
31526
31527 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31528
31529         * gst/audioscale/gstaudioscale.c:
31530         * gst/audioscale/gstaudioscale.h:
31531         made audioscale resample from any sample rate to any sample rate
31532
31533 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31534
31535         * ext/libpng/gstpngdec.c:
31536           error out on unsupported types
31537
31538 2004-08-17  Iain <iaingnome@gmail.com>
31539
31540         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31541         mid_side and loose_mid_side properties if its a stereo stream.
31542
31543 2004-08-17  Wim Taymans  <wim@fluendo.com>
31544
31545         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31546         (theora_get_formats), (theora_dec_src_convert),
31547         (theora_dec_sink_convert), (theora_dec_src_query),
31548         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31549         Add a debug line.
31550
31551 2004-08-17  Wim Taymans  <wim@fluendo.com>
31552
31553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31554         (gst_ogg_pad_push):
31555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31556         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31557         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31558         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31559         Mark delta units in the muxer.
31560         Try to decode the packet after an out-of-sync error from
31561         libogg.
31562
31563 2004-08-17  Wim Taymans  <wim@fluendo.com>
31564
31565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31566         (gst_multifdsink_init), (gst_multifdsink_add),
31567         (gst_multifdsink_client_queue_buffer),
31568         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31569         * gst/tcp/gstmultifdsink.h:
31570         Added option to send a keyframe to clients as the first buffer.
31571         Make timeout property writable.
31572
31573 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         patch by: Wim Taymans
31576
31577         * gst/tcp/gstfdset.c:
31578         * gst/tcp/gstmultifdsink.c:
31579           fix index comparison, should include 0
31580
31581 2004-08-16  Wim Taymans  <wim@fluendo.com>
31582
31583         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31584         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31585         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31586         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31587         (gst_fdset_wait):
31588           copy when reallocing for poll so the select arguments don't get
31589           changed during the call
31590
31591 2004-08-16  Wim Taymans  <wim@fluendo.com>
31592
31593         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31594         (gst_theora_enc_class_init), (theora_enc_sink_link),
31595         (theora_buffer_from_packet), (theora_enc_chain):
31596         Fix bug where buffers were not marked as keyframes
31597         correctly.
31598
31599 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31600
31601         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31602         (gst_lame_preset_get_type), (gst_lame_class_init):
31603         describe the enum values for vbr mode and presets more verbosely
31604
31605 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31606
31607         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31608         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31609         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31610         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31611         * ext/lame/gstlame.h:
31612         add preset property to lame so it can use lame presets
31613
31614 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31615
31616         * ext/lame/gstlame.c: (gst_lame_get_property):
31617         whoops forgot break, thanks teuf
31618
31619 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31620
31621         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31622         (gst_lame_class_init), (gst_lame_src_getcaps),
31623         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31624         (gst_lame_get_property), (gst_lame_setup):
31625         * ext/lame/gstlame.h:
31626         fix lame's broken vbr stuff, allow it to resample if need be, and also
31627         make xing header optional
31628
31629 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31630
31631         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31632         added getcaps function so samplerate doesnt get fixated to silly values
31633
31634 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31635
31636         * ext/lame/gstlame.c: (gst_lame_src_link):
31637         revert previous fix
31638
31639 2004-08-12  Johan Dahlin  <johan@gnome.org>
31640
31641         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31642         checks. Doesn't matter what state we are in. Interfaces are a
31643         compile time thing, not runtime. It also broke the python bindings.
31644
31645 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31646
31647         * ext/lame/gstlame.c: (gst_lame_src_link):
31648         made source pad link function check if sinkpad is ok..fixes the problem
31649         where core fixates the output rate of lame stupidly
31650
31651 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31652
31653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31654         * sys/v4l/v4l_calls.c:
31655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31656           fix fixate function to handle nonsimple caps.
31657           remove bogus check in _link
31658           cleanups
31659
31660 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31661
31662         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31663         set default compression ratio parameter to 0.0 so bitrate parameter
31664         works :)
31665
31666 2004-08-11  David Schleef  <ds@schleef.org>
31667
31668         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31669
31670 2004-08-11  David Schleef  <ds@schleef.org>
31671
31672         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31673         before.
31674
31675 2004-08-11  David Schleef  <ds@schleef.org>
31676
31677         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31678
31679 2004-08-11  David Schleef  <ds@schleef.org>
31680
31681         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31682           license field
31683         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31684         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31685           LGPL.
31686         * gst/auparse/gstauparse.c: Fix plugin license field.
31687         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31688         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31689         * gst/rtp/gstrtp.c: Fix plugin license field.
31690
31691 2004-08-11  Wim Taymans  <wim@fluendo.com>
31692
31693         * gst/tcp/Makefile.am:
31694         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31695         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31696         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31697         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31698         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31699         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31700         (gst_fdset_fd_can_write), (gst_fdset_wait):
31701         * gst/tcp/gstfdset.h:
31702         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31703         (gst_multifdsink_class_init), (gst_multifdsink_init),
31704         (gst_multifdsink_add), (gst_multifdsink_remove),
31705         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31706         (gst_multifdsink_remove_client_link),
31707         (gst_multifdsink_handle_client_read),
31708         (gst_multifdsink_client_queue_data),
31709         (gst_multifdsink_client_queue_caps),
31710         (gst_multifdsink_client_queue_buffer),
31711         (gst_multifdsink_handle_client_write),
31712         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31713         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31714         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31715         (gst_multifdsink_close):
31716         * gst/tcp/gstmultifdsink.h:
31717         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31718         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31719         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31720         (gst_tcpserversink_close):
31721         * gst/tcp/gsttcpserversink.h:
31722         Abstracted away the select call, implemented poll (yes we ran into
31723         the 1024 limit in production).
31724
31725 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31726
31727         * gst/tcp/gsttcp.c:
31728         * gst/tcp/gsttcpplugin.c:
31729           improve debuggging, remove assert
31730
31731 2004-08-10  Wim Taymans  <wim@fluendo.com>
31732
31733         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31734         (gst_client_status_get_type), (gst_multifdsink_class_init),
31735         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31736         (gst_multifdsink_handle_client_read),
31737         (gst_multifdsink_handle_client_write),
31738         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31739         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31740         (gst_multifdsink_get_property):
31741         * gst/tcp/gstmultifdsink.h:
31742         * gst/tcp/gsttcp-marshal.list:
31743         Starting to prepare for specifying buffer time in other units
31744         than buffers. Expose remove reason in signal.
31745
31746 2004-08-10  Wim Taymans  <wim@fluendo.com>
31747
31748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31749         (gst_multifdsink_remove), (gst_multifdsink_clear),
31750         (gst_multifdsink_remove_client_link),
31751         (gst_multifdsink_handle_client_read),
31752         (gst_multifdsink_client_queue_data),
31753         (gst_multifdsink_client_queue_buffer),
31754         (gst_multifdsink_handle_client_write),
31755         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31756         (gst_multifdsink_chain), (gst_multifdsink_close):
31757         * gst/tcp/gstmultifdsink.h:
31758         Added more debugging info. Changed the way clients are
31759         removed from the lists. Fixed a bug where a bad file descriptor
31760         could cause many clients to be removed.
31761
31762 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31763
31764         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31765           allow all pixel-aspect-ratios, not just 1:1
31766
31767 2004-08-09  David Schleef  <ds@schleef.org>
31768
31769         * sys/glsink/ARB_multitexture.h:  Remove old files.
31770         * sys/glsink/EXT_paletted_texture.h:
31771         * sys/glsink/NV_register_combiners.h:
31772         * sys/glsink/gstgl_nvimage.c:
31773         * sys/glsink/gstgl_pdrimage.c:
31774         * sys/glsink/gstgl_rgbimage.c:
31775         * sys/glsink/gstglsink.c:
31776         * sys/glsink/gstglsink.h:
31777         * sys/glsink/gstglxwindow.c:
31778         * sys/glsink/regcomb_yuvrgb.c:
31779
31780 2004-08-09  David Schleef  <ds@schleef.org>
31781
31782         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31783         GL sink plugin.  (Bug #147302)
31784
31785         * configure.ac: Test for OpenGL
31786         * sys/Makefile.am: Use test for OpenGL
31787         * sys/glsink/Makefile.am:
31788         * sys/glsink/glimagesink.c: rewrite
31789         * sys/glsink/glimagesink.h: rewrite
31790
31791 2004-08-09  David Schleef  <ds@schleef.org>
31792
31793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31794         sane framerates.
31795         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31797         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31798
31799 2004-08-09  Wim Taymans  <wim@fluendo.com>
31800
31801         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31802         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31803         (gst_multifdsink_client_remove),
31804         (gst_multifdsink_handle_client_read),
31805         (gst_multifdsink_handle_client_write),
31806         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31807         Do a bit more logging, make the client_read code more robust.
31808
31809 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31810
31811         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31812         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31813         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31814         (gst_jpegdec_init), (gst_jpegdec_chain):
31815         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31816         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31817           cleanups, debugging fixes and memleak plugging
31818
31819 2004-08-09  Wim Taymans  <wim@fluendo.com>
31820
31821         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31822         (theora_get_formats), (theora_dec_src_convert),
31823         (theora_dec_sink_convert), (theora_dec_src_query),
31824         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31825         (theora_dec_change_state):
31826         Don't crash on missing header packets.
31827
31828 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31829
31830         * po/LINGUAS:
31831         * po/sq.po:
31832           Added Albanian translation (Laurent Dhima)
31833         * po/cs.po:
31834           updated
31835
31836 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31837
31838         * ext/lame/gstlame.c:
31839           fix/add debugging
31840
31841 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31842
31843         * sys/ximage/ximagesink.c:
31844         * sys/xvimage/xvimagesink.c:
31845           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31846
31847 2004-08-06  Wim Taymans  <wim@fluendo.com>
31848
31849         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31850         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31851         (gst_multifdsink_client_remove),
31852         (gst_multifdsink_handle_client_read),
31853         (gst_multifdsink_handle_client_write),
31854         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31855         Make sure we don't try to read more from a client that what
31856         ioctl says us or we deadlock.
31857
31858 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31859
31860         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31861         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31862         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31863           decouple running_time and n_frames so it can handle changing
31864           framerate while running
31865
31866 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31867
31868         * po/nl.po:
31869         * po/sv.po:
31870           updated translations
31871
31872 2004-08-04  Benjamin Otte  <otte@gnome.org>
31873
31874         * gst/videotestsrc/gstvideotestsrc.c:
31875         (gst_videotestsrc_get_capslist), (generate_capslist),
31876         (plugin_init):
31877           generate the list of supported caps at startup and reuse it instead
31878           of always generating it
31879
31880 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31881
31882         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31883           whoops, last checkin broke normal build
31884
31885 2004-08-03  Benjamin Otte  <otte@gnome.org>
31886
31887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31888         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31889         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31890         (gst_alsa_mixer_get_option):
31891         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31892         (dvdnavsrc_print_event):
31893         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31895         (gst_ogg_mux_pad_unlink):
31896         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31897         (gst_multipart_mux_pad_unlink):
31898         * gst/videofilter/gstvideobalance.c:
31899         (gst_videobalance_colorbalance_set_value):
31900         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31901         (gst_videomixer_pad_unlink):
31902         * po/uk.po:
31903         * sys/oss/gstossmixer.c:
31904         * sys/v4l/gstv4lcolorbalance.c:
31905         * sys/v4l/gstv4ltuner.c:
31906         * sys/v4l/v4lsrc_calls.c:
31907         * sys/v4l2/gstv4l2colorbalance.c:
31908         * sys/v4l2/gstv4l2tuner.c:
31909           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31910
31911 2004-08-03  Benjamin Otte  <otte@gnome.org>
31912
31913         * examples/dynparams/filter.c: (ui_control_create):
31914         * examples/gstplay/player.c: (print_tag):
31915         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31916         * ext/gdk_pixbuf/gstgdkanimation.c:
31917         (gst_gdk_animation_iter_may_advance):
31918         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31919         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31920         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31921         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31923         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31924         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31925         * gst/sine/demo-dparams.c: (main):
31926         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31927         * testsuite/alsa/formats.c: (create_pipeline):
31928         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31929           fixes for G_DISABLE_ASSERT and friends
31930         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31931         (mp3_type_frame_length_from_header), (mp3_type_find),
31932         (plugin_init):
31933           require mp3 typefinding to have at least MIN_HEADERS valid headers
31934           add typefinding for AAC adts files
31935
31936 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31937
31938         * sys/ximage/ximagesink.c:
31939         (gst_ximagesink_calculate_pixel_aspect_ratio):
31940         * sys/xvimage/xvimagesink.c:
31941         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31942         Make sure we calculate pixel-aspect-ratio using floating point maths
31943
31944 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31945
31946         * po/uk.po:
31947           updated translation
31948
31949 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31950
31951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31953           add debugging for display PAR calculation
31954
31955 2004-08-02  David Schleef  <ds@schleef.org>
31956
31957         * configure.ac: Fix mikmod CFLAGS.
31958
31959 2004-07-27  Benjamin Otte  <otte@gnome.org>
31960
31961         * gst/audioscale/gstaudioscale.c:
31962         - fix templates to only support S16, it's the only format that works
31963         - make caps nego code use try_set_caps_nonfixed and fixation instead
31964         of try_set_caps twice, which is not nice for autopluggers
31965         - change rank to secondary, so autopluggers can pick it up after
31966         audioconvert
31967
31968 2004-08-02  Iain <iain@prettypeople.org>
31969
31970         * gst/interleave/interleave.c (interleave_init),
31971         (interleave_request_new_pad),
31972         (interleave_pad_removed),
31973         (interleave_buffered_loop): Use the real pad count, not the artificial
31974         one.
31975
31976 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31977
31978         * configure.ac: bump nano back to development
31979
31980 === release 0.8.3 ===
31981
31982 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31983
31984         * configure.ac: releasing 0.8.3, "Water"
31985
31986 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31987
31988         * sys/xvimage/xvimagesink.c:
31989         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31990         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31991         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31992         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31993         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31994         * sys/xvimage/xvimagesink.h:
31995           apply similar PAR fixes as to ximagesink
31996
31997 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31998
31999         patch from: Benjamin Otte
32000
32001         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32002           add link function to lame.  Fixes #148986.
32003
32004 2004-08-02  Johan Dahlin  <johan@gnome.org>
32005
32006         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32007         fix debugging log
32008
32009 2004-07-30  David Schleef  <ds@schleef.org>
32010
32011         * gst/videomixer/Makefile.am: Fix things that should have been
32012         fixed in the last checkin.
32013
32014 2004-07-30  David Schleef  <ds@schleef.org>
32015
32016         * gst/multipart/Makefile.am: Fix things that should have been
32017         fixed in the last checkin.
32018
32019 2004-07-30  David Schleef  <ds@schleef.org>
32020
32021         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32022
32023 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32024
32025         * configure.ac:
32026           bump nano for prerelease
32027         * po/af.po:
32028         * po/az.po:
32029         * po/cs.po:
32030         * po/en_GB.po:
32031         * po/hu.po:
32032         * po/nl.po:
32033         * po/sr.po:
32034         * po/sv.po:
32035         * po/uk.po:
32036           updates
32037
32038 2004-07-30  Wim Taymans  <wim@fluendo.com>
32039
32040         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32041         (gst_multifdsink_add), (gst_multifdsink_remove),
32042         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32043         (gst_multifdsink_client_remove),
32044         (gst_multifdsink_handle_client_write),
32045         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32046         * gst/tcp/gstmultifdsink.h:
32047         Recover from a select with a bad file descriptor by removing
32048         the client.
32049
32050 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32051
32052         * configure.ac:
32053           fix requirement of core
32054         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32055         (gst_play_pipeline_setup):
32056           don't use colorspace element.  do use hermescolorspace element.
32057           make macro to get a colorspace element.
32058           mark strings for translation.
32059         * po/POTFILES.in:
32060           add play.c
32061         * po/af.po:
32062         * po/az.po:
32063         * po/cs.po:
32064         * po/en_GB.po:
32065         * po/hu.po:
32066         * po/nl.po:
32067         * po/sr.po:
32068         * po/sv.po:
32069         * po/uk.po:
32070           update translations
32071
32072 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32073
32074         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32075         fix default for newmedia flag
32076
32077 2004-07-30  Wim Taymans  <wim@fluendo.com>
32078
32079         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32080         (gst_theora_dec_init), (theora_get_formats),
32081         (theora_dec_src_convert), (theora_dec_sink_convert),
32082         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32083         (theora_dec_chain), (theora_dec_set_property),
32084         (theora_dec_get_property):
32085         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32086         (gst_theora_enc_class_init), (gst_theora_enc_init),
32087         (theora_enc_sink_link), (theora_enc_chain),
32088         (theora_enc_set_property), (theora_enc_get_property):
32089         Added cropping option to theora decoder.
32090         Added border option to theora encoder.
32091
32092 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32093
32094         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32095         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32096         (gst_pngenc_set_property):
32097         * ext/libpng/gstpngenc.h:
32098         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
32099
32100 2004-07-30  Wim Taymans  <wim@fluendo.com>
32101
32102         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32103         (theora_enc_sink_link), (theora_enc_chain),
32104         (theora_enc_set_property), (theora_enc_get_property):
32105         Fix encoding of non-multiple-of-16 video.
32106
32107 2004-07-29  David Schleef  <ds@schleef.org>
32108
32109         * configure.ac: make test for audiofile more strict
32110
32111 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32112
32113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32114           give different names to typefind functions
32115
32116 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32117
32118         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32119         (gst_ximagesink_calculate_pixel_aspect_ratio),
32120         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32121         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32122         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32123         (gst_ximagesink_get_property), (gst_ximagesink_init):
32124         * sys/ximage/ximagesink.h:
32125           allocate PAR's dynamically.
32126           use autodetected PAR if no object-set PAR is given.
32127           add workaround for directfb's X not setting physical size.
32128           fix to xvimagesink will follow tomorrow.
32129
32130 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32131
32132         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32133         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32134         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32135         (gst_shout2send_class_init), (gst_shout2send_init),
32136         (set_shout_metadata), (gst_shout2send_set_metadata),
32137         (gst_shout2send_chain), (gst_shout2send_set_property),
32138         (gst_shout2send_get_property), (gst_shout2send_connect),
32139         (gst_shout2send_change_state):
32140         * ext/shout2/gstshout2.h:
32141         - fix for sending mp3 audio to icecast2 server, if pad link function not
32142         called before PAUSED state
32143         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32144         - added tagging support for mp3 audio broadcasted
32145         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32146         debug info
32147
32148 2004-07-28  Wim Taymans  <wim@fluendo.com>
32149
32150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32151         (gst_ogg_demux_push):
32152         Return query failure when we don't know the length of
32153         an ogg stream insteda of returning TRUE with a bogus value.
32154
32155 2004-07-28  Wim Taymans  <wim@fluendo.com>
32156
32157         * ext/theora/theoradec.c: (theora_get_formats),
32158         (theora_dec_src_convert), (theora_dec_sink_convert),
32159         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32160         (theora_dec_chain):
32161         Don't screw up the 1 Chroma for 1 luma sample situation when we
32162         have an odd offset/width by adding a black border in those cases.
32163
32164 2004-07-28  Wim Taymans  <wim@fluendo.com>
32165
32166         * ext/theora/theoradec.c: (theora_get_formats),
32167         (theora_dec_src_convert), (theora_dec_sink_convert),
32168         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32169         (theora_dec_chain):
32170         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32171         Added first attempt at cropping of the image as required by the
32172         theora spec. We need more properties in the caps (offset_x,
32173         offset_y,stride) to implement this correctly.
32174
32175 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32176
32177         * ext/dvdnav/README:
32178           Update the README to use dvddemux
32179         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32180           Ensure getcaps returns a subset of the template caps
32181         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32182         (gst_mpeg2subt_init):
32183           Ensure getcaps returns a subset of the template caps
32184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32185         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32186         (gst_dvd_demux_get_subpicture_stream),
32187         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32188         * gst/mpegstream/gstdvddemux.h:
32189           Set the explicit caps on the current_video pad before pushing
32190           anything
32191         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32192         (gst_mpeg_demux_get_audio_stream):
32193           Free caps used to gst_pad_set_explicit_caps, which takes a const
32194           GstCaps *
32195
32196 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * configure.ac: update GStreamer requirement to 0.8.4 because of
32199           GstFraction.
32200
32201 2004-07-28  Wim Taymans  <wim@fluendo.com>
32202
32203         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32204         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32205         Add the pad to the element after setting up the caps. This
32206         makes it a lot easier to autoplug.
32207
32208 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32209
32210         * gst/median/gstmedian.c:
32211         * gst/mpeg2subt/gstmpeg2subt.c:
32212         * gst/mpegaudioparse/gstmpegaudioparse.c:
32213         * gst/mpegstream/gstdvddemux.c:
32214         * gst/mpegstream/gstmpegdemux.c:
32215         * gst/mpegstream/gstmpegpacketize.c:
32216         * gst/rtjpeg/gstrtjpeg.c:
32217         * gst/rtjpeg/gstrtjpegdec.c:
32218         * gst/rtjpeg/gstrtjpegenc.c:
32219         * gst/sine/gstsinesrc.c:
32220         * gst/smooth/gstsmooth.c:
32221         * gst/smpte/gstsmpte.c:
32222         * gst/smpte/gstsmpte.h:
32223         * gst/stereo/gststereo.c:
32224         * gst/videofilter/gstgamma.c:
32225         * gst/videofilter/gstvideobalance.c:
32226         * gst/videofilter/gstvideofilter.c:
32227         * gst/videofilter/gstvideoflip.c:
32228         * gst/videoscale/gstvideoscale.c:
32229         * gst/videoscale/videoscale.c:
32230         * gst/videotestsrc/gstvideotestsrc.c:
32231         * gst/videotestsrc/videotestsrc.c:
32232         * gst/wavenc/gstwavenc.c:
32233         * gst/wavparse/gstwavparse.c:
32234           fix local includes and 64 bits constants
32235
32236 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32237
32238         * win32/gst.sln:
32239         * gst-libs/gst/*/*.vcproj:
32240         * gst/*/*.vcproj:
32241           more working plugins
32242
32243 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32244
32245         * testsuite/alsa/Makefile.am:
32246         * testsuite/alsa/srcstate.c:
32247         add test for alsasrc changing state
32248
32249 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32250
32251         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32252         (gst_silence_get):
32253         * gst/silence/gstsilence.h:
32254         fix silence generation for 16bit raw audio
32255
32256 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32257
32258         * gst/matroska/matroska-demux.c:
32259         (gst_matroska_demux_parse_metadata),
32260         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32261         * gst/mpegaudio/common.c:
32262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32263         (gst_videoscale_getcaps), (gst_videoscale_link),
32264         (gst_videoscale_src_fixate), (gst_videoscale_init),
32265         (gst_videoscale_finalize):
32266         * gst/videoscale/gstvideoscale.h:
32267         * gst/videotestsrc/gstvideotestsrc.c:
32268         (gst_videotestsrc_get_capslist):
32269         * gst/wavenc/gstwavenc.c:
32270         * sys/oss/gstossmixer.c: (fill_labels):
32271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32272         (gst_ximagesink_handle_xevents),
32273         (gst_ximagesink_calculate_pixel_aspect_ratio),
32274         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32275         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32276         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32277         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32278         (gst_ximagesink_init), (gst_ximagesink_class_init):
32279         * sys/ximage/ximagesink.h:
32280         * sys/xvimage/xvimagesink.c:
32281         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32282         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32283         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32284         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32285         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32286         * sys/xvimage/xvimagesink.h:
32287           first batch of pixel aspect ratio commits.
32288
32289 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32290
32291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32292         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32293         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32294           handle stride, needs work if we want to move stride handling
32295           upstream, but works correctly for our purposes.
32296
32297 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32298
32299         * gst/videoscale/README:
32300           add testing examples
32301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32302         (gst_videoscale_chain):
32303         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32304         (gst_videoscale_get_size):
32305           add get_size function that handles stride like videotestsrc.
32306           fixes conversion for YUV formats for as much as I can test them.
32307
32308 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32309
32310         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32311         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32313         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32314         (gst_xvimagesink_xvimage_put):
32315           further cleanups, logging, error handling and synchronizing
32316
32317 2004-07-27  Wim Taymans  <wim@fluendo.com>
32318
32319         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32320         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32321         (gst_videomixer_pad_set_property),
32322         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32323         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32324         (gst_videomixer_class_init), (gst_videomixer_init),
32325         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32326         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32327         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32328         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32329         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32330         (gst_videomixer_loop), (plugin_init):
32331         Be a nicer negotiation citizen and provide a getcaps function on
32332         the srcpad. This also fixes a crash when resizing.
32333
32334 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32335
32336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32337         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32338
32339 2004-07-27  Wim Taymans  <wim@fluendo.com>
32340
32341         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32342         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32343         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32344         (gst_pngenc_set_property):
32345         * ext/libpng/gstpngenc.h:
32346         Added snapshot property to pngenc.
32347         removed g_print from pngdec
32348
32349 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32350
32351         * gst/ac3parse/ac3parse.vcproj
32352         * gst/adder/adder.vcproj
32353         * gst/alpha/alpha.vcproj
32354         * gst/alpha/alphacolor.vcproj
32355         * gst/asfdemux/asf.vcproj
32356         * gst/audioconvert/audioconvert.vcproj
32357         * gst/audiorate/audiorate.vcproj
32358         * gst/audioscale/audioscale.vcproj
32359         * gst/auparse/auparse.vcproj
32360         * gst/avi/avi.vcproj
32361         * gst/cdxaparse/cdxaparse.vcproj
32362         * gst/chart/chart.vcproj
32363         * gst/colorspace/colorspace.vcproj
32364         * gst/cutter/cutter.vcproj
32365         * gst/debug/debug.vcproj
32366         * gst/debug/efence.vcproj
32367         * gst/debug/navigationtest.vcproj
32368         * gst/deinterlace/deinterlace.vcproj
32369         * gst/effectv/effectv.vcproj
32370         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32371         * gst/filter/filter.vcproj
32372         * gst/flx/flxdec.vcproj
32373         * gst/goom/goom.vcproj
32374         * gst/interleave/interleave.vcproj
32375         * gst/law/alaw.vcproj
32376         * gst/law/mulaw.vcproj
32377         * gst/matroska/matroska.vcproj
32378         * gst/median/median.vcproj
32379         * gst/mixmatrix/mixmatrix.vcproj
32380         * gst/mpeg1sys/mpeg1systemencode.vcproj
32381         * gst/mpeg1videoparse/mp1videoparse.vcproj
32382         * gst/mpeg2sub/mpeg2subt.vcproj
32383         * gst/mpegaudio/mpegaudio.vcproj
32384         * gst/mpegaudioparse/mpegaudioparse.vcproj
32385         * gst/mpegstream/mpegstream.vcproj
32386         * gst/multifilesink/multifilesink.vcproj
32387         * gst/multipart/multipart.vcproj
32388         * gst/oneton/oneton.vcproj
32389         * gst/overlay/overlay.vcproj
32390         * gst/passthrough/passthrough.vcproj
32391         * gst/qtdemux/qtdemux.vcproj
32392         * gst/realmedia/rmdemux.vcproj
32393         * gst/rtjpeg/rtjpeg.vcproj
32394         * gst/rtp/rtp.vcproj
32395         * gst/silence/silence.vcproj
32396         * gst/sine/sinesrc.vcproj
32397         * gst/smooth/smooth.vcproj
32398         * gst/smpte/smpte.vcproj
32399         * gst/spectrum/spectrum.vcproj
32400         * gst/speed/speed.vcproj
32401         * gst/stereo/stereo.vcproj
32402         * gst/switch/switch.vcproj
32403         * gst/tags/tagedit.vcproj
32404         * gst/tcp/tcp.vcproj
32405         * gst/typefind/typefindfunctions.vcproj
32406         * gst/udp/udp.vcproj
32407         * gst/videobox/videobox.vcproj
32408         * gst/videocrop/videocrop.vcproj
32409         * gst/videodrop/videodrop.vcproj
32410         * gst/videofilter/gamma.vcproj
32411         * gst/videofilter/videobalance.vcproj
32412         * gst/videofilter/videofilter.vcproj
32413         * gst/videofilter/videoflip.vcproj
32414         * gst/videoflip/videoflip.vcproj
32415         * gst/videomixer/videomixer.vcproj
32416         * gst/videorate/videorate.vcproj
32417         * gst/videoscale/videoscale.vcproj
32418         * gst/videotestsrc/videotestsrc.vcproj
32419         * gst/virtualdub/virtualdub.vcproj
32420         * gst/volenv/volenv.vcproj
32421         * gst/volume/volume.vcproj
32422         * gst/wavenc/wavenc.vcproj
32423         * gst/wavparse/wavparse.vcproj
32424         * gst/y4m/y4menc.vcproj
32425         * gst-libs/gst/audio/audio.vcproj
32426         * gst-libs/gst/audio/audiofilter.vcproj
32427         * gst-libs/gst/colorbalance/colorbalance.vcproj
32428         * gst-libs/gst/idct/idtc.vcproj
32429         * gst-libs/gst/media-info/media-info.vcproj
32430         * gst-libs/gst/mixer/mixer.vcproj
32431         * gst-libs/gst/navigation/navigation.vcproj
32432         * gst-libs/gst/play/play.vcproj
32433         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32434         * gst-libs/gst/resample/resample.vcproj
32435         * gst-libs/gst/riff/riff.vcproj
32436         * gst-libs/gst/tuner/tuner.vcproj
32437         * gst-libs/gst/video/video.vcproj
32438         * gst-libs/gst/xoverlay/xoverlay.vcproj
32439           avoid problems with math.h, fix release dependancy
32440           rename GStreamer-0.8.lib to libgstreamer.lib
32441
32442 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32443
32444         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32446         the atom is not available we have to unlock the mutex. Fixes #148023
32447
32448 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32449
32450         * gst-libs/gst/media-info/media-info.h:
32451           issue for a vararg macro with MSVC
32452
32453 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32454
32455         * gst/effectv/effectv.vcproj
32456         * gst-libs/gst/idct/idct.vcproj:
32457         * gst-libs/gst/media-info/media-info.vcproj:
32458         * gst-libs/gst/navigation/navigation.vcproj:
32459         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32460         * gst-libs/gst/video/video.vcproj:
32461         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32462           fixes for build problems
32463
32464 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32465
32466         * gst-libs/gst/audio/audio.def:
32467         * gst-libs/gst/audio/riff.def:
32468           add some definitions needed by plugins
32469
32470 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32471
32472         * gst/asfdemux/gstasfmux.c
32473           Fix some 64 bits constants to be glib friendly
32474
32475 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32476
32477         * gst/ac3parse/gstac3parse.c
32478         * gst/audioscale/gstaudioscale.c
32479         * gst/auparse/gstauparse.c
32480         * gst/colorspace/gstcolorspace.c
32481         * gst/colorspace/yuv2rgb.h
32482           local include fixes
32483
32484 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32485
32486         * win32/gst.sln
32487           add more plugins to the build
32488
32489 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32490
32491         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32492         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32493
32494 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32495
32496         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32497         (gst_level_set_property), (gst_level_get_property),
32498         (gst_level_base_init), (gst_level_class_init):
32499           add debugging categories.  cleanups.
32500
32501 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32502
32503         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32504         (gst_videoscale_planar411), (gst_videoscale_planar400),
32505         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32506         (gst_videoscale_scale_nearest_str1),
32507         (gst_videoscale_scale_nearest_str2),
32508         (gst_videoscale_scale_nearest_str4),
32509         (gst_videoscale_scale_nearest_16bit),
32510         (gst_videoscale_scale_nearest_24bit):
32511           fixed stride issues
32512           tested with 320x240 -> 321, 322, 324 x240
32513           tested with YV12, I420, YUY2, UYVY
32514           fixed packed422rev (don't think it could have worked before)
32515           by testing with UYVY
32516
32517 2004-07-26  Benjamin Otte  <otte@gnome.org>
32518
32519         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32520         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32521         (plugin_init):
32522           add debugging category, add error checks like checking return values
32523           of setup calls, make sure it still works after
32524           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32525
32526 2004-07-26  Wim Taymans  <wim@fluendo.com>
32527
32528         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32529         (gst_mpeg_demux_get_audio_stream),
32530         (gst_mpeg_demux_process_private):
32531         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32532         Check for error codes from the negotiation functions. Make sure
32533         we really set the pad caps when a new pad is created.
32534
32535 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32536
32537         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32538         (gst_ffmpeg_caps_to_pix_fmt):
32539         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32541         (gst_ffmpegcolorspace_pad_link):
32542           don't make function do two things at the same time without reason.
32543
32544 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32545
32546         * gst/ac3parse/ac3parse.vcproj
32547         * gst/adder/adder.vcproj
32548         * gst/alpha/alpha.vcproj
32549         * gst/alpha/alphacolor.vcproj
32550         * gst/asfdemux/asf.vcproj
32551         * gst/audioconvert/audioconvert.vcproj
32552         * gst/audiorate/audiorate.vcproj
32553         * gst/audioscale/audioscale.vcproj
32554         * gst/auparse/auparse.vcproj
32555         * gst/avi/avi.vcproj
32556         * gst/cdxaparse/cdxaparse.vcproj
32557         * gst/chart/chart.vcproj
32558         * gst/colorspace/colorspace.vcproj
32559         * gst/cutter/cutter.vcproj
32560         * gst/debug/debug.vcproj
32561         * gst/debug/efence.vcproj
32562         * gst/debug/navigationtest.vcproj
32563         * gst/deinterlace/deinterlace.vcproj
32564         * gst/effectv/effectv.vcproj
32565         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32566         * gst/filter/filter.vcproj
32567         * gst/flx/flxdec.vcproj
32568         * gst/goom/goom.vcproj
32569         * gst/interleave/interleave.vcproj
32570         * gst/law/alaw.vcproj
32571         * gst/law/mulaw.vcproj
32572         * gst/matroska/matroska.vcproj
32573         * gst/median/median.vcproj
32574         * gst/mixmatrix/mixmatrix.vcproj
32575         * gst/mpeg1sys/mpeg1systemencode.vcproj
32576         * gst/mpeg1videoparse/mp1videoparse.vcproj
32577         * gst/mpeg2sub/mpeg2subt.vcproj
32578         * gst/mpegaudio/mpegaudio.vcproj
32579         * gst/mpegaudioparse/mpegaudioparse.vcproj
32580         * gst/mpegstream/mpegstream.vcproj
32581         * gst/multifilesink/multifilesink.vcproj
32582         * gst/multipart/multipart.vcproj
32583         * gst/oneton/oneton.vcproj
32584         * gst/overlay/overlay.vcproj
32585         * gst/passthrough/passthrough.vcproj
32586         * gst/qtdemux/qtdemux.vcproj
32587         * gst/realmedia/rmdemux.vcproj
32588         * gst/rtjpeg/rtjpeg.vcproj
32589         * gst/rtp/rtp.vcproj
32590         * gst/silence/silence.vcproj
32591         * gst/sine/sinesrc.vcproj
32592         * gst/smooth/smooth.vcproj
32593         * gst/smpte/smpte.vcproj
32594         * gst/spectrum/spectrum.vcproj
32595         * gst/speed/speed.vcproj
32596         * gst/stereo/stereo.vcproj
32597         * gst/switch/switch.vcproj
32598         * gst/tags/tagedit.vcproj
32599         * gst/tcp/tcp.vcproj
32600         * gst/typefind/typefindfunctions.vcproj
32601         * gst/udp/udp.vcproj
32602         * gst/videobox/videobox.vcproj
32603         * gst/videocrop/videocrop.vcproj
32604         * gst/videodrop/videodrop.vcproj
32605         * gst/videofilter/gamma.vcproj
32606         * gst/videofilter/videobalance.vcproj
32607         * gst/videofilter/videofilter.vcproj
32608         * gst/videofilter/videoflip.vcproj
32609         * gst/videoflip/videoflip.vcproj
32610         * gst/videomixer/videomixer.vcproj
32611         * gst/videorate/videorate.vcproj
32612         * gst/videoscale/videoscale.vcproj
32613         * gst/videotestsrc/videotestsrc.vcproj
32614         * gst/virtualdub/virtualdub.vcproj
32615         * gst/volenv/volenv.vcproj
32616         * gst/volume/volume.vcproj
32617         * gst/wavenc/wavenc.vcproj
32618         * gst/wavparse/wavparse.vcproj
32619         * gst/y4m/y4menc.vcproj
32620           more plugins supported under windows
32621
32622 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32623
32624         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32625         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32626         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32628         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32629           Add debugging statements.  Use the sizes as returned by the
32630           *CreateImage calls.
32631
32632 2004-07-26  Johan Dahlin  <johan@gnome.org>
32633
32634         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32635         the pad is negotiated.
32636
32637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32638
32639 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32640
32641         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32642         * gst-libs/gst/idct/idct.vcproj:
32643         * gst-libs/gst/media-info/media-info.vcproj:
32644         * gst-libs/gst/mixer/mixer.vcproj:
32645         * gst-libs/gst/navigation/navigation.vcproj:
32646         * gst-libs/gst/play/play.vcproj:
32647         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32648         * gst-libs/gst/resample/resample.vcproj:
32649         * gst-libs/gst/tuner/tuner.vcproj:
32650         * gst-libs/gst/video/video.vcproj:
32651         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32652           more plugins supported under windows
32653
32654 2004-07-25 Iain <iain@prettypeople.org>
32655
32656         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32657         pad now rather than when the pad is created because state changes wipe
32658         explicit caps (fixes #148043).
32659
32660 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32661
32662         reviewed by Benjamin Otte  <otte@gnome.org>
32663
32664         * ext/mad/gstmad.c:
32665           fix mad plugin crashing on Sun (fixes #148289)
32666
32667 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32668
32669         * gst/avi/avi.def:
32670         * gst/avi/avi.vcproj:
32671         * gst/matroska/matroska.def:
32672         * gst/matroska/matroska.vcproj:
32673           remove unused .def files
32674
32675 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32676
32677         * gst-libs/gst/audio/gstaudiofilter.c:
32678           Clean the local include
32679
32680 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32681
32682         * win32/gst.sln:
32683         * gst-libs/gst/audio/audio.def:
32684         * gst-libs/gst/audio/audio.vcproj:
32685         * gst-libs/gst/audio/audiofilter.vcproj:
32686         * gst-libs/gst/audio/riff.def:
32687         * gst-libs/gst/audio/riff.vcproj:
32688         * gst-libs/gst/gst-libs.def:
32689         * gst-libs/gst/gst-libs.vcproj:
32690         * gst/avi/avi.vcproj:
32691         * gst/avi/avi.vcproj:
32692           Copy the files where needed after building, cleaner projects
32693
32694 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32695
32696         * gst/matroska/ebml-write.c:
32697           Fix some 64 bits constants to be glib friendly
32698
32699 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32700
32701         * win32/gst.sln:
32702         * gst-libs/gst/gst-libs.def:
32703         * gst-libs/gst/gst-libs.vcproj:
32704         * gst/matroska/matroska.def:
32705         * gst/matroska/matroska.vcproj:
32706           Add the preliminary canvas to build plugins on Win32
32707
32708 2004-07-23  Benjamin Otte  <otte@gnome.org>
32709
32710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32711           don't enfore negotiation from source side, it breaks
32712           sinesrc ! audioconvert ! osssink
32713
32714 2004-07-22  David Schleef  <ds@schleef.org>
32715
32716         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32717         for ELF files, since they can easily be recognized as audio/mpeg.
32718         (bug #147441)
32719
32720 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32721
32722         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32723         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32724         (gst_videoscale_scale_nearest_24bit),
32725         (gst_videoscale_scale_nearest_16bit):
32726           fix 16bit and 24bit for stride (24bit might need testing)
32727           don't pretend we do more than one algorithm
32728
32729 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32730
32731         * configure.ac:
32732         * gst/Makefile.am:
32733         * gst/multifilesink/Makefile.am:
32734         * gst/multifilesink/gstmultifilesink.c:
32735         (gst_multifilesink_get_formats),
32736         (gst_multifilesink_get_query_types), (_do_init),
32737         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32738         (gst_multifilesink_init), (gst_multifilesink_dispose),
32739         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32740         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32741         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32742         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32743         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32744         (gst_multifilesink_uri_get_type),
32745         (gst_multifilesink_uri_get_protocols),
32746         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32747         (gst_multifilesink_uri_handler_init), (plugin_init):
32748         * gst/multifilesink/gstmultifilesink.h:
32749         * testsuite/Makefile.am:
32750         * testsuite/multifilesink/Makefile.am:
32751         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32752         (gst_newmedia_class_init), (gst_newmedia_init),
32753         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32754         (newfile_signal), (test_signal), (main):
32755         multifilesink plugin for creating new files every time a new media
32756         discontinuity event occurs
32757
32758 2004-07-22  Wim Taymans  <wim@fluendo.com>
32759
32760         * gst/alpha/Makefile.am:
32761         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32762         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32763         (gst_alpha_color_init), (gst_alpha_color_set_property),
32764         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32765         (transform), (gst_alpha_color_chain),
32766         (gst_alpha_color_change_state), (plugin_init):
32767         Stupid plugin to to RGBA to AYUV conversion because none of
32768         the colorspace plugins can handle that yet.
32769
32770 2004-07-22  Wim Taymans  <wim@fluendo.com>
32771
32772         * examples/seeking/seek.c: (update_scale), (main):
32773         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32774         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32775         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32776         (gst_decode_bin_init), (gst_decode_bin_dispose),
32777         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32778         (no_more_pads), (close_link), (type_found),
32779         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32780         (plugin_init):
32781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32782         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32783         (gst_play_base_bin_dispose), (queue_overrun),
32784         (gen_preroll_element), (remove_prerolls), (unknown_type),
32785         (no_more_pads), (new_stream), (setup_source),
32786         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32787         (play_base_eos), (gst_play_base_bin_change_state),
32788         (gst_play_base_bin_add_element),
32789         (gst_play_base_bin_remove_element),
32790         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32791         (gst_play_base_bin_unlink_stream),
32792         (gst_play_base_bin_get_streaminfo):
32793         * gst/playback/gstplaybin.c: (gen_video_element),
32794         (gen_audio_element):
32795         * gst/playback/gststreaminfo.h:
32796         More playback updates, attempt to fix things after the state change
32797         breakage.
32798
32799 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32800
32801         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32802         (gst_videoscale_scale_nearest_16bit):
32803           comment algorithm
32804
32805 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32806
32807         * gst/videotestsrc/gstvideotestsrc.c:
32808         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32809         (gst_videotestsrc_init), (gst_videotestsrc_get),
32810         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32811         (gst_videotestsrc_get_property):
32812         * gst/videotestsrc/gstvideotestsrc.h:
32813         * gst/videotestsrc/videotestsrc.c:
32814         * gst/videotestsrc/videotestsrc.h:
32815           cleanup and commenting
32816
32817 2004-07-21  Wim Taymans  <wim@fluendo.com>
32818
32819         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32820         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32821         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32822         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32823         (_find_chain_get_unknown_part), (_find_streams_check),
32824         (gst_ogg_demux_push), (gst_ogg_pad_push):
32825         * ext/theora/theoradec.c: (theora_get_formats),
32826         (theora_dec_src_convert), (theora_dec_sink_convert),
32827         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32828         (theora_dec_chain):
32829         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32830         (vorbis_dec_convert), (vorbis_dec_src_query),
32831         (vorbis_dec_src_event), (vorbis_dec_event):
32832         More seeking fixes, oggdemux now supports seeking to time and
32833         uses the downstream element to convert granulepos to time.
32834         Seeking in theora-only ogg files now works.
32835
32836 2004-07-21  Wim Taymans  <wim@fluendo.com>
32837
32838         * ext/theora/theoradec.c: (gst_theora_dec_init),
32839         (theora_get_formats), (theora_get_event_masks),
32840         (theora_get_query_types), (theora_dec_src_convert),
32841         (theora_dec_sink_convert), (theora_dec_src_query),
32842         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32843         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32844         (vorbis_get_event_masks), (vorbis_get_query_types),
32845         (gst_vorbis_dec_init), (vorbis_dec_convert),
32846         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32847         Added query/convert/formats functions to vorbis and theora decoders
32848         so that the outside world can use them too. Fixed seeking on an
32849         ogg/theora/vorbis file by disabling the seeking seeking on the
32850         theora srcpad.
32851
32852 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32853
32854         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32855         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32856         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32857         images creation for both elements. We don't create the image on caps
32858         nego or renego, we just destroy the internal one if present if it does
32859         not match the needs. The chain function takes care of creating a new
32860         image when needed.
32861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32862         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32863         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32864         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32865         the image format information. The buffer pool checks for the context
32866         image format and discard images with different formats.
32867         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32868
32869 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32870
32871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32872         (gst_ffmpegcolorspace_chain):
32873           no point in doing any chaining if the pad we want to push from
32874           isn't usable.
32875
32876 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32877
32878         * gst-libs/gst/riff/riff-media.c:
32879         (gst_riff_create_audio_caps_with_data):
32880           Fix double end-to-native symbol conversion (#148021).
32881
32882 2004-07-20  David Schleef  <ds@schleef.org>
32883
32884         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32885         Don't use an Atom that doesn't exist.
32886
32887 2004-07-20  Wim Taymans  <wim@fluendo.com>
32888
32889         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32890         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32891         (gst_multifdsink_client_remove),
32892         (gst_multifdsink_handle_client_write),
32893         (gst_multifdsink_queue_buffer):
32894         * gst/tcp/gstmultifdsink.h:
32895         More multifdsink stats. Avoid deadlock by releasing locks
32896         before sending out a signal.
32897
32898 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32899
32900         * po/LINGUAS:
32901         * po/hu.po:
32902           added Hungarian translation (Laszlo Dvornik)
32903
32904 2004-07-20  Wim Taymans  <wim@fluendo.com>
32905
32906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32907         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32908         (gst_multifdsink_handle_client_write),
32909         (gst_multifdsink_queue_buffer):
32910         * gst/tcp/gsttcp-marshal.list:
32911         Fixed the stupid marshal definition.
32912
32913 2004-07-20  Wim Taymans  <wim@fluendo.com>
32914
32915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32916         (gst_multifdsink_init), (gst_multifdsink_add),
32917         (gst_multifdsink_client_remove),
32918         (gst_multifdsink_handle_client_write),
32919         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32920         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32921         (gst_multifdsink_init_send):
32922         * gst/tcp/gstmultifdsink.h:
32923         Added more stats, added timeout for a client, fixed some typos
32924         and added some comments.
32925
32926 2004-07-20  Wim Taymans  <wim@fluendo.com>
32927
32928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32929         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32930         (gst_multifdsink_client_remove),
32931         (gst_multifdsink_handle_client_write):
32932         * gst/tcp/gstmultifdsink.h:
32933         * gst/tcp/gsttcp-marshal.list:
32934         Added get_stats method that returns a GValueArray of
32935         stats values.
32936
32937 2004-07-19  Benjamin Otte  <otte@gnome.org>
32938
32939         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32940           make sure longname, description and author are valid UTF-8
32941
32942 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32943
32944         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32945         (gst_ximagesink_set_property):
32946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32947         (gst_xvimagesink_set_property):
32948           make sure SYNCHRONOUS is respected after getting the X context
32949
32950 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32951
32952         * gst/matroska/matroska-demux.c:
32953         (gst_matroska_demux_handle_src_event),
32954         (gst_matroska_demux_parse_blockgroup):
32955         * gst/matroska/matroska-ids.h:
32956           add BlockReference tag and ignore it to clear out log.
32957           ignore NAVIGATION events to clear out log.
32958
32959 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32960
32961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32962         (gst_matroska_demux_add_stream):
32963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32964           add debug categories
32965
32966 2004-07-16  Wim Taymans  <wim@fluendo.com>
32967
32968         * ext/libpng/Makefile.am:
32969         * ext/libpng/gstpng.c: (plugin_init):
32970         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32971         (gst_pngdec_get_type), (gst_pngdec_base_init),
32972         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32973         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32974         * ext/libpng/gstpngdec.h:
32975         Added png decoder.
32976
32977 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32978
32979         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32980         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32981         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32982         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32983         (gst_ximagesink_buffer_alloc):
32984         * sys/ximage/ximagesink.h:
32985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32986         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32987         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32988         (gst_xvimagesink_buffer_alloc):
32989         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32990         again. Using internal data pointer of the x(v)image to store image's
32991         data to be coherent with the buffer alloc mechanism. Investigated the
32992         image destruction code to be sure that everything gets freed correctly.
32993
32994 2004-07-16  Wim Taymans  <wim@fluendo.com>
32995
32996         * gst-libs/gst/riff/riff-read.c:
32997         (gst_riff_read_strf_vids_with_data),
32998         (gst_riff_read_strf_auds_with_data):
32999         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33000         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33001         Make sure we don't create 0 sized subbuffers in riff-read.
33002         Signal the no more pads signal after reading the avi header.
33003
33004 2004-07-16  Wim Taymans  <wim@fluendo.com>
33005
33006         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33007         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33008         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33009         (gst_decode_bin_init), (gst_decode_bin_dispose),
33010         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33011         (no_more_pads), (close_link), (type_found),
33012         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33013         (gst_decode_bin_change_state), (plugin_init):
33014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33015         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33016         (gst_play_base_bin_dispose), (queue_overrun),
33017         (gen_preroll_element), (remove_prerolls), (unknown_type),
33018         (no_more_pads), (new_stream), (setup_source),
33019         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33020         (play_base_eos), (gst_play_base_bin_change_state),
33021         (gst_play_base_bin_add_element),
33022         (gst_play_base_bin_remove_element),
33023         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33024         (gst_play_base_bin_unlink_stream),
33025         (gst_play_base_bin_get_streaminfo):
33026         * gst/playback/gstplaybasebin.h:
33027         Better error recovery. Added configurable preroll queue size. Faster
33028         detection of no-more-pads.
33029
33030 2004-07-16  Wim Taymans  <wim@fluendo.com>
33031
33032         * gst-libs/gst/video/video.h:
33033         Added 32 bits RGBA. Not sure if we should use another mime-type
33034         for alpha rgb. Currently the presence of the alpha_mask property
33035         signals an alpha channel.
33036
33037 2004-07-16  Wim Taymans  <wim@fluendo.com>
33038
33039         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33041         FPS seems to be 0.0 to MAX everywhere else.
33042
33043 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33044
33045         * gst-libs/gst/riff/riff-media.c:
33046         (gst_riff_create_video_caps_with_data):
33047           mp42/mp43 (no caps) exist too.
33048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33049           Set pixel_width/height; we've got them in-caps.
33050         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33051         * gst/wavparse/gstwavparse.c: (plugin_init):
33052           Both are valid primary.
33053         * sys/oss/gstossmixer.c:
33054           Remove i18n hack and enable translations.
33055
33056 2004-07-15  Benjamin Otte  <otte@gnome.org>
33057
33058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33059         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33060           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33061
33062 2004-07-15  Benjamin Otte  <otte@gnome.org>
33063
33064         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33065         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33066         (gst_alsa_close_audio):
33067           disable some of the debugging code for now. Writing debugging to a
33068           buffer is broken in current alsalib releases.
33069
33070 2004-07-12  Benjamin Otte  <otte@gnome.org>
33071
33072         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33073           use bufferpools
33074
33075 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33076
33077         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33078         (theora_dec_src_query), (theora_dec_event):
33079         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33080           add debugging categories.  Remove \n's.
33081
33082 2004-07-13  Johan Dahlin  <johan@gnome.org>
33083
33084         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33085         (gst_play_bin_get_property): Impl.
33086
33087 2004-07-13  Wim Taymans  <wim@fluendo.com>
33088
33089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33090         When trying to find the stream length, seek back N pages
33091         instead of just one, where N is the number of streams in
33092         the current chain.
33093
33094 2004-07-13  Wim Taymans  <wim@fluendo.com>
33095
33096         * gst-libs/gst/riff/riff-media.c:
33097         (gst_riff_create_audio_caps_with_data),
33098         (gst_riff_create_audio_caps),
33099         (gst_riff_create_audio_template_caps):
33100         * gst-libs/gst/riff/riff-media.h:
33101         * gst-libs/gst/riff/riff-read.c:
33102         (gst_riff_read_strf_vids_with_data),
33103         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33104         * gst-libs/gst/riff/riff-read.h:
33105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33106         (gst_avi_demux_add_stream):
33107         Set codec_data on caps for avidemuxer.
33108
33109 2004-07-12  David Schleef  <ds@schleef.org>
33110
33111         * configure.ac: Fix test for Objective C
33112
33113 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33114         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33115         (gst_gdk_pixbuf_chain):
33116           Add svg and pcx to template caps, and ensure that getcaps returns a
33117           subset of the template caps.
33118           Copy each row manually for output, as gdkpixbuf may pad the
33119           rowstride to a 32-bit word boundary.
33120
33121 2004-07-12  Wim Taymans  <wim@fluendo.com>
33122
33123         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33124         (gst_riff_create_video_template_caps):
33125         Fix the template caps to include some more media types.
33126
33127 2004-07-12  Wim Taymans  <wim@fluendo.com>
33128
33129         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33130         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33131         (compare_ranks), (print_feature), (gst_decode_bin_init),
33132         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33133         (try_to_link_1), (new_pad), (close_link), (type_found),
33134         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33135         (gst_decode_bin_change_state), (plugin_init):
33136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33137         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33138         (gst_play_base_bin_dispose), (queue_overrun),
33139         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33140         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33141         (gst_play_base_bin_get_property), (play_base_eos),
33142         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33143         (gst_play_base_bin_remove_element),
33144         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33145         (gst_play_base_bin_unlink_stream),
33146         (gst_play_base_bin_get_streaminfo):
33147         * gst/playback/gstplaybasebin.h:
33148         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33149         (gst_play_bin_class_init), (gst_play_bin_init),
33150         (gst_play_bin_dispose), (gst_play_bin_set_property),
33151         (gst_play_bin_get_property), (gen_video_element),
33152         (gen_audio_element), (remove_sinks), (setup_sinks),
33153         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33154         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33155         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33156         (gst_play_bin_query), (plugin_init):
33157         * gst/playback/test4.c: (main):
33158         More fixes on reusing of the element.
33159
33160 2004-07-11  Benjamin Otte  <otte@gnome.org>
33161
33162         * ext/mad/gstmad.c: (normal_seek):
33163           allow seeking for other methods than just SET
33164
33165 2004-07-11  Andy Wingo  <wingo@pobox.com>
33166
33167         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33168         float, "any" caps -> buffer_frames=[0,MAX].
33169
33170         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33171         doesn't intersect our caps with the template any more. Do it
33172         ourselves.
33173         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33174
33175 2004-07-09  Wim Taymans  <wim@fluendo.com>
33176
33177         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33178         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33179         (compare_ranks), (print_feature), (gst_decode_bin_init),
33180         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33181         (try_to_link_1), (new_pad), (close_link), (type_found),
33182         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33183         (gst_decode_bin_change_state), (plugin_init):
33184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33185         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33186         (gst_play_base_bin_dispose), (queue_overrun),
33187         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33188         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33189         (gst_play_base_bin_get_property), (play_base_eos),
33190         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33191         (gst_play_base_bin_remove_element),
33192         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33193         (gst_play_base_bin_unlink_stream),
33194         (gst_play_base_bin_get_streaminfo):
33195         * gst/playback/gstplaybasebin.h:
33196         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33197         (gst_play_bin_class_init), (gst_play_bin_init),
33198         (gst_play_bin_dispose), (gst_play_bin_set_property),
33199         (gst_play_bin_get_property), (gen_video_element),
33200         (gen_audio_element), (remove_sinks), (setup_sinks),
33201         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33202         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33203         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33204         (gst_play_bin_query), (plugin_init):
33205         * gst/playback/test4.c: (main):
33206         Work on object reuse and seeking.
33207
33208 2004-07-09  Wim Taymans  <wim@fluendo.com>
33209
33210         * examples/seeking/seek.c: (iterate):
33211         Don't consume all CPU in the idle loop.
33212
33213 2004-07-09  Wim Taymans  <wim@fluendo.com>
33214
33215         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33216         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33217         Add pad to element *after* setting the pad functions so that
33218         the scheduler can use the correct ones.
33219
33220 2004-07-09  Wim Taymans  <wim@fluendo.com>
33221
33222         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33223         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33224         Sync to keyframe after seek
33225
33226 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33227
33228         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33230         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33231         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33232         * ext/libvisual/visual.c: (gst_visual_change_state):
33233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33234         * ext/theora/theoradec.c: (theora_dec_change_state):
33235         * ext/theora/theoraenc.c: (theora_enc_change_state):
33236         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33237         * gst-libs/gst/navigation/navigation.c:
33238         * gst/adder/gstadder.c: (gst_adder_change_state):
33239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33240         (gst_audio_convert_get_buffer):
33241         * gst/multipart/multipartdemux.c:
33242         (gst_multipart_demux_change_state):
33243         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33245         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33246         * gst/videoscale/gstvideoscale.c:
33247         (gst_videoscale_handle_src_event):
33248         * gst/volume/gstvolume.c: (volume_chain_int16):
33249           don't assert in state change, this should be done by the base
33250           GstElement class.
33251           various debugging fixes.
33252
33253 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33254
33255         * configure.ac:
33256         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33257         (gst_play_dispose), (gst_play_set_location),
33258         (gst_play_set_data_src), (gst_play_set_video_sink),
33259         (gst_play_set_audio_sink), (gst_play_set_visualization),
33260         (gst_play_connect_visualization), (gst_play_get_sink_element),
33261         (gst_play_get_all_by_interface):
33262         * gst-libs/gst/play/play.h:
33263           add new method to get elements implementing an interface.
33264           add various error logging
33265
33266 2004-07-08  Wim Taymans  <wim@fluendo.com>
33267
33268         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33269         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33270         (make_playerbin_pipeline), (query_durations_elems),
33271         (query_durations_pads), (query_positions_elems),
33272         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33273         (main):
33274         Added playbin seeking example.
33275
33276 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33277
33278         * gst-libs/gst/play/play.c: (gst_play_set_location),
33279         (gst_play_set_data_src), (gst_play_set_video_sink),
33280         (gst_play_set_audio_sink), (gst_play_set_visualization),
33281         (gst_play_connect_visualization), (gst_play_get_framerate):
33282           use a macro to look up elements from hash table
33283
33284 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33285
33286         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33287         (gst_play_get_length_callback), (gst_play_set_location),
33288         (gst_play_seek_to_time), (gst_play_set_data_src),
33289         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33290         (gst_play_set_visualization), (gst_play_connect_visualization),
33291         (gst_play_get_sink_element):
33292         - add debugging info
33293         - fix looking up sink elements by iterating over complete caps
33294         - put everything except for source and autoplugger in a complete bin
33295
33296 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33297
33298         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33299         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33300         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33301         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33302         * ext/alsa/gstalsasink.h:
33303         - add debugging info
33304         - clean up schizophrenia of data/buffer/event
33305         - fix double event unref error
33306
33307 2004-07-08  Wim Taymans  <wim@fluendo.com>
33308
33309         * gst/playback/Makefile.am:
33310         Add headers to noinst
33311
33312 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33313
33314         * tools/gst-launch-ext-m.m:
33315         * tools/gst-launch-ext.1.in:
33316           convert to the third millenium
33317
33318 2004-07-07  David Schleef  <ds@schleef.org>
33319
33320         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33321
33322 2004-07-07  Wim Taymans  <wim@fluendo.com>
33323
33324         * gst/playback/Makefile.am:
33325         * gst/playback/README:
33326         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33327         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33328         (compare_ranks), (print_feature), (gst_decode_bin_init),
33329         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33330         (try_to_link_1), (new_pad), (close_link), (type_found),
33331         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33332         (plugin_init):
33333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33334         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33335         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33336         (gen_preroll_element), (no_more_pads), (new_stream),
33337         (setup_source), (gst_play_base_bin_set_property),
33338         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33339         (gst_play_base_bin_add_element),
33340         (gst_play_base_bin_remove_element),
33341         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33342         (gst_play_base_bin_unlink_stream),
33343         (gst_play_base_bin_get_streaminfo):
33344         * gst/playback/gstplaybasebin.h:
33345         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33346         (gst_play_bin_class_init), (gst_play_bin_init),
33347         (gst_play_bin_dispose), (gst_play_bin_set_property),
33348         (gst_play_bin_get_property), (gen_video_element),
33349         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33350         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33351         (gst_play_bin_get_formats), (gst_play_bin_convert),
33352         (gst_play_bin_get_query_types), (gst_play_bin_query),
33353         (plugin_init):
33354         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33355         (gst_stream_info_get_type), (gst_stream_info_class_init),
33356         (gst_stream_info_init), (gst_stream_info_new),
33357         (gst_stream_info_dispose), (gst_stream_info_set_property),
33358         (gst_stream_info_get_property):
33359         * gst/playback/gststreaminfo.h:
33360         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33361         (main):
33362         * gst/playback/test2.c: (main):
33363         * gst/playback/test3.c: (update_scale), (main):
33364         More playbin fixes. Added README. Do better element filtering.
33365         Added base class to preroll media. Added test apps.
33366
33367 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33368
33369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33370         * ext/mpeg2dec/gstmpeg2dec.h:
33371           various debugging improvements.  Reset stream to next picture
33372           instead of sequence header, otherwise seeks cannot work.
33373
33374 2004-07-07  Wim Taymans  <wim@fluendo.com>
33375
33376         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33377         (gst_video_box_class_init), (gst_video_box_set_property),
33378         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33379         Use pad_alloc where possible.
33380
33381 2004-07-07  Wim Taymans  <wim@fluendo.com>
33382
33383         * sys/oss/gstosselement.c: (gst_osselement_reset),
33384         (gst_osselement_parse_caps):
33385         * sys/oss/gstosselement.h:
33386         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33387         Fix offset on osssrc.
33388
33389 2004-07-07  Wim Taymans  <wim@fluendo.com>
33390
33391         * ext/theora/theora.c: (plugin_init):
33392         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33393         (theora_dec_src_query), (theora_dec_chain):
33394         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33395         (theora_enc_sink_link), (theora_buffer_from_packet),
33396         (theora_push_packet), (theora_enc_chain):
33397         Fix theora granulepos calculation.
33398         Fix overflow in duration/position calculation.
33399         Bump rank to PRIMARY for theoradec.
33400         Use granulepos of last packet to calculate position.
33401         Set keyframe flag on buffers when needed.
33402
33403 2004-07-06  David Schleef  <ds@schleef.org>
33404
33405         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33406         serious?  (Fixed, obviously.)
33407
33408 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33409
33410         * po/LINGUAS:
33411         * po/cs.po:
33412           added Czech translation (Miloslav Trmac)
33413
33414 2004-07-05  Wim Taymans  <wim@fluendo.com>
33415
33416         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33417         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33418         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33419         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33420         (close_link), (type_found), (gst_decode_bin_set_property),
33421         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33422         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33423         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33424         (gst_decode_bin_query), (plugin_init):
33425         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33426         (gst_play_bin_class_init), (gst_play_bin_init),
33427         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33428         (get_video_element), (new_pad), (setup_source),
33429         (gst_play_bin_set_property), (gst_play_bin_get_property),
33430         (gst_play_bin_change_state), (gst_play_bin_add_element),
33431         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33432         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33433         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33434         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33435         * gst/playback/test.c: (main):
33436         More fixes, cleaned up playbin, make it use decodebin. Added
33437         threaded property to playbin.
33438
33439 2004-07-05  Wim Taymans  <wim@fluendo.com>
33440
33441         * configure.ac:
33442         * gst/playback/Makefile.am:
33443         * gst/playback/decodetest.c: (main):
33444         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33445         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33446         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33447         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33448         (close_link), (type_found), (gst_decode_bin_set_property),
33449         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33450         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33451         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33452         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33453         (plugin_init):
33454         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33455         (gst_play_bin_class_init), (gst_play_bin_init),
33456         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33457         (collect_sink_pads), (find_compatibles), (close_pad_link),
33458         (try_to_link_1), (new_pad), (close_link), (type_found),
33459         (setup_source), (gst_play_bin_set_property),
33460         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33461         (compare_ranks), (gst_play_bin_collect_factories),
33462         (gst_play_bin_change_state), (gst_play_bin_add_element),
33463         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33464         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33465         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33466         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33467         * gst/playback/test.c: (main):
33468         Added some playback helper elements and some test apps, very alpha
33469         still.
33470
33471 2004-07-04  Benjamin Otte  <otte@gnome.org>
33472
33473         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33474           only restart audio when we indeed have an xrun to fix repeated
33475           xruns. Fix suggested by Giuliano Pochini.
33476
33477 2004-07-03  David Schleef  <ds@schleef.org>
33478
33479         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33480         call to gst_debug_log() if debugging is disabled (bug #145118)
33481
33482 2004-07-03  Benjamin Otte  <otte@gnome.org>
33483
33484         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33485           use our own functions for restarting the alsa device.
33486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33487           I should apply patches myself - use MIN for the third argument, not
33488           the second, this fixes seeking
33489
33490 2004-07-02  David Schleef  <ds@schleef.org>
33491
33492         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33493         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33494         do with the logic.
33495
33496 2004-07-02  David Schleef  <ds@schleef.org>
33497
33498         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33499         output buffers.  Fix logic mistake.  (bug #144866)
33500
33501 2004-07-02  David Schleef  <ds@schleef.org>
33502
33503         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33504         on X.  (bug #144753)
33505
33506 2004-07-02  David Schleef  <ds@schleef.org>
33507
33508         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33509         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33510         (bug #144624)
33511         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33512         (gst_osselement_rate_probe_check): Add another workaround for
33513         buggy drivers (bug #145336)
33514
33515 2004-07-02  David Schleef  <ds@schleef.org>
33516
33517         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33518         Most systems don't have MSG_NOSIGNAL.
33519
33520 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33521
33522         * Makefile.am:
33523         * gst-libs/gst/colorbalance/Makefile.am:
33524         * gst-libs/gst/mixer/Makefile.am:
33525         * gst-libs/gst/play/Makefile.am:
33526         * gst-libs/gst/tuner/Makefile.am:
33527           (hopefully) fix both install and dist and make error message useful.
33528           needs testing across automakes.
33529
33530 2004-07-02  Benjamin Otte  <otte@gnome.org>
33531
33532         * ext/ogg/gstogg.c: (plugin_init):
33533           we require bytestream now
33534         * ext/ogg/gstoggdemux.c:
33535           huge diff to implement chain setup in a fast and generic way. This
33536           improves tag reading and startup of huge files (read: Theora videos)
33537           quite a bit. It probably contains bugs, too, so please test.
33538           Seeking is not improved to the fast method.
33539
33540 2004-06-29  Wim Taymans  <wim@fluendo.com>
33541
33542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33543         * ext/ogg/gstoggmux.c:
33544         Fix memleak in oggdemux when running unconnected pads.
33545         doc update in mux, start working on keyframe mode.
33546
33547 2004-06-29  Benjamin Otte  <otte@gnome.org>
33548
33549         * sys/oss/gstosssink.c:
33550         * sys/oss/gstosssrc.c:
33551           advertise correct template caps - we indeed do non-native endianness
33552           and 8bit audio has no endianness
33553         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33555           avoid (wrong) duplications in getcaps function and return
33556           template caps
33557
33558 2004-06-29  Wim Taymans  <wim@fluendo.com>
33559
33560         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33561         (gst_multifdsink_class_init), (gst_multifdsink_add),
33562         (gst_multifdsink_remove), (gst_multifdsink_clear),
33563         (gst_multifdsink_client_remove),
33564         (gst_multifdsink_handle_client_read),
33565         (gst_multifdsink_client_queue_data),
33566         (gst_multifdsink_client_queue_caps),
33567         (gst_multifdsink_client_queue_buffer),
33568         (gst_multifdsink_handle_client_write),
33569         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33570         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33571         (gst_multifdsink_init_send), (gst_multifdsink_close):
33572         Fix wrong GList iteration that could crash the server when
33573         more then 2 clients disconnect at the same time. Read all the
33574         pending commands in one batch to recover from command storms under
33575         very heavy load.
33576
33577 2004-06-28  Wim Taymans  <wim@fluendo.com>
33578
33579         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33580         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33581         (gst_videomixer_pad_set_property),
33582         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33583         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33584         (gst_videomixer_class_init), (gst_videomixer_init),
33585         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33586         (pad_zorder_compare), (gst_videomixer_sort_pads),
33587         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33588         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33589         (gst_videomixer_update_queues), (gst_videomixer_loop),
33590         (plugin_init):
33591         Avoid divide by zero, choose masterpad as the pad with the highest
33592         framerate.
33593
33594 2004-06-27  Julien Moutte  <julien@moutte.net>
33595
33596         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33597         (gst_ximagesink_xwindow_new):
33598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33599         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33600         function directly. We might want to call it from somewhere else one day.
33601
33602 2004-06-27  Julien Moutte  <julien@moutte.net>
33603
33604         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33605         (gst_ximagesink_xwindow_new):
33606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33607         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33608         window decorations.
33609
33610 2004-06-27  Wim Taymans  <wim@fluendo.com>
33611
33612         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33613         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33614         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33615         (gst_dvdec_set_property), (gst_dvdec_get_property):
33616         * ext/dv/gstdvdec.h:
33617         Implement drop_factor property to lower the framerate with
33618         a factor.
33619
33620 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33621
33622         * gst-libs/gst/colorbalance/Makefile.am:
33623         * gst-libs/gst/mixer/Makefile.am:
33624         * gst-libs/gst/play/Makefile.am:
33625         * gst-libs/gst/tuner/Makefile.am:
33626           unbreak Company's fix that didn't install the -enum.h files
33627
33628 2004-06-27  Wim Taymans  <wim@fluendo.com>
33629
33630         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33631         (gst_dvdec_change_state):
33632         * ext/dv/gstdvdec.h:
33633         Fix timestamp, duration and offset of the buffers.
33634
33635 2004-06-27  Wim Taymans  <wim@fluendo.com>
33636
33637         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33638         (gst_multifdsink_class_init), (gst_multifdsink_add),
33639         (gst_multifdsink_remove), (gst_multifdsink_clear),
33640         (gst_multifdsink_client_remove),
33641         (gst_multifdsink_handle_client_read),
33642         (gst_multifdsink_client_queue_data),
33643         (gst_multifdsink_client_queue_caps),
33644         (gst_multifdsink_client_queue_buffer),
33645         (gst_multifdsink_handle_client_write),
33646         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33647         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33648         (gst_multifdsink_init_send), (gst_multifdsink_close):
33649         * gst/tcp/gstmultifdsink.h:
33650         * gst/tcp/gsttcpserversink.c:
33651         (gst_tcpserversink_handle_server_read),
33652         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33653         More multifdsink fixes, more recovery policy fixes.
33654         Removed stupid g_print
33655
33656 2004-06-26  Wim Taymans  <wim@fluendo.com>
33657
33658         * gst/tcp/Makefile.am:
33659         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33660         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33661         (gst_multifdsink_class_init), (gst_multifdsink_init),
33662         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33663         (gst_multifdsink_handle_client_read),
33664         (gst_multifdsink_client_queue_data),
33665         (gst_multifdsink_client_queue_caps),
33666         (gst_multifdsink_client_queue_buffer),
33667         (gst_multifdsink_handle_client_write),
33668         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33669         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33670         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33671         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33672         (gst_multifdsink_close), (gst_multifdsink_change_state):
33673         * gst/tcp/gstmultifdsink.h:
33674         * gst/tcp/gsttcpplugin.c: (plugin_init):
33675         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33676         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33677         (gst_tcpserversink_handle_server_read),
33678         (gst_tcpserversink_handle_select),
33679         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33680         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33681         * gst/tcp/gsttcpserversink.h:
33682         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33683         one of the locks, added recovery policy to multifdsink.
33684
33685 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33686
33687         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33688           fix decision for when getting frames with same timestamp
33689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33690         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33691         (gst_v4lsrc_get_property):
33692         * sys/v4l/gstv4lsrc.h:
33693           add latency offset property
33694
33695 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33696
33697         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33698         (plugin_init):
33699           fix debugging. add category.
33700
33701 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33702
33703         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33704           fix wrong offsets
33705
33706 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33707
33708         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33709         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33710         (gst_alsa_src_change_state):
33711           return a time that is in sync with the element's processing
33712
33713 2004-06-25  Wim Taymans  <wim@fluendo.com>
33714
33715         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33716         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33717         (gst_tcpserversink_client_remove),
33718         (gst_tcpserversink_handle_client_read),
33719         (gst_tcpserversink_client_queue_data),
33720         (gst_tcpserversink_client_queue_caps),
33721         (gst_tcpserversink_client_queue_buffer),
33722         (gst_tcpserversink_handle_client_write),
33723         (gst_tcpserversink_queue_buffer),
33724         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33725         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33726         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33727         (gst_tcpserversink_close):
33728         * gst/tcp/gsttcpserversink.h:
33729         Serversink rewrite. Really do non blocking writes to clients and
33730         maintain an internal queue to handle slower clients while not
33731         disturbing fast clients.
33732
33733 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33734
33735         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33736           better debug, don't override OFFSET and OFFSET_END
33737
33738 2004-06-25  Iain <iain@prettypeople.org>
33739
33740         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33741         name=source for the wavparse pipeline.
33742
33743 2004-06-24  Johan Dahlin  <johan@gnome.org>
33744
33745         * ext/theora/theoraenc.c (theora_enc_chain): Call
33746         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33747         streamheader caps are set correctly.
33748
33749 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33752         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33753           respect minimum bitrate; same could be done for max bitrate
33754
33755 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33756
33757         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33758         (gst_vorbisenc_setup):
33759           fix sample rate range
33760
33761 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33762
33763         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33764         (gst_oggvorbisenc_setup):
33765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33766         (gst_vorbisenc_setup):
33767           resolve ambiguities in code and description
33768
33769 2004-06-24  Wim Taymans  <wim@fluendo.com>
33770
33771         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33772         * ext/alsa/gstalsa.h:
33773         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33774         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33775         Use alsa trigger_tstamp to get the timestamp of the first
33776         sample in the buffer for more precise sync. Some cleanups.
33777
33778 2004-06-24  Wim Taymans  <wim@fluendo.com>
33779
33780         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33781         (gst_audiorate_init), (gst_audiorate_chain),
33782         (gst_audiorate_set_property), (gst_audiorate_get_property):
33783         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33784         (gst_videorate_chain):
33785         Added some logging, fixed an overflow bug in videorate.
33786
33787 2004-06-24  Benjamin Otte  <otte@gnome.org>
33788
33789         * ext/kio/Makefile.am:
33790           fix for builddir != srcdir and distcheck
33791
33792 2004-06-24  Benjamin Otte  <otte@gnome.org>
33793
33794         * gst-libs/gst/colorbalance/Makefile.am:
33795         * gst-libs/gst/mixer/Makefile.am:
33796         * gst-libs/gst/play/Makefile.am:
33797         * gst-libs/gst/tuner/Makefile.am:
33798         * gst/tcp/Makefile.am:
33799         * sys/dxr3/Makefile.am:
33800           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33801           tarball.
33802           Also add all *.list files that were missing.
33803         * Makefile.am:
33804           add a distcheck hook to ensure the above doesn't happen again.
33805
33806 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33807
33808         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33809
33810 2004-06-23  Colin Walters  <walters@redhat.com>
33811
33812         * m4/Makefile.am: Distribute gst-fionread.m4.
33813
33814 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33815
33816         * configure.ac: back to dev
33817
33818 2004-06-23  Wim Taymans  <wim@fluendo.com>
33819
33820         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33821         (gst_alsa_xrun_recovery):
33822         * ext/alsa/gstalsa.h:
33823         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33824         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33826         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33827         (gst_alsa_src_loop):
33828         Add clock to alsasrc. Take new capture timestamp when
33829         restarting after an overrun. Split up some functions between
33830         alsasrc and alsasink.
33831
33832 === release 0.8.2 ===
33833
33834 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33837         (gst_alsa_change_state), (gst_alsa_update_avail),
33838         (gst_alsa_xrun_recovery):
33839         * ext/alsa/gstalsa.h:
33840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33841           merge back changes from release
33842
33843 2004-06-23  Wim Taymans  <wim@fluendo.com>
33844
33845         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33846         (gst_audiorate_init), (gst_audiorate_chain),
33847         (gst_audiorate_set_property), (gst_audiorate_get_property):
33848         Implement sample dropping and notify
33849
33850 2004-06-22  Wim Taymans  <wim@fluendo.com>
33851
33852         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33853         (theora_enc_sink_link), (theora_buffer_from_packet),
33854         (theora_push_packet), (theora_enc_chain):
33855         Some cleanups, make sure the timestamps are correct.
33856
33857 2004-06-22  Wim Taymans  <wim@fluendo.com>
33858
33859         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33860         (gst_alsa_change_state), (gst_alsa_update_avail),
33861         (gst_alsa_xrun_recovery):
33862         * ext/alsa/gstalsa.h:
33863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33864         Cleanups, take queued samples into account when reporting
33865         the time.
33866
33867 2004-06-22  Wim Taymans  <wim@fluendo.com>
33868
33869         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33870         (gst_videorate_init):
33871         Initialize the property as well.
33872
33873 2004-06-22  Wim Taymans  <wim@fluendo.com>
33874
33875         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33876         (gst_videorate_init), (gst_videorate_chain),
33877         (gst_videorate_set_property), (gst_videorate_get_property):
33878         Add property to make videorate silent.
33879         Add property to prefer new frames over old ones.
33880
33881 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33882
33883         * sys/osxvideo/Makefile.am:
33884         Workaround so that the osxvideo .so file gets linked with the
33885         Cocoa, OpenGL and QuickTime frameworks
33886
33887 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33888
33889         * sys/osxaudio/Makefile.am:
33890         Workaround so that the osxaudio .so file gets linked with the
33891         CoreAudio framework
33892
33893 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33894
33895         * configure.ac:
33896         Whoops, my fault...fixed build issues
33897
33898 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33899
33900         * configure.ac:
33901         Add objective-c support if running in Darwin/Mac OS X
33902         * sys/Makefile.am:
33903         * sys/osxvideo:
33904         * sys/osxvideo/Makefile.am:
33905         * sys/osxvideo/osxvideosink.h:
33906         * sys/osxvideo/osxvideosink.m:
33907         * sys/osxvideo/cocoawindow.h:
33908         * sys/osxvideo/cocoawindow.m:
33909         Add osxvideosink, a cocoa-based osx video sink
33910
33911
33912 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33913         * ext/dvdnav/gst-dvd:
33914         Grab the gconf key from the right spot
33915         * gst/debug/gstnavseek.c: (gst_navseek_init),
33916         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33917         (gst_navseek_chain):
33918         * gst/debug/gstnavseek.h:
33919           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33920           and loop parameters of a segment seek.
33921         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33922         (gst_videotestsrc_get_event_masks),
33923         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33924         * gst/videotestsrc/gstvideotestsrc.h:
33925           Add seeking support to videotestsrc
33926           Initialise the timestamp_offset variable.
33927
33928 2004-06-18  Wim Taymans  <wim@fluendo.com>
33929
33930         * ext/sidplay/gstsiddec.cc:
33931         Fix negotiation and set correct end offset.
33932
33933 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33934
33935         * configure.ac: branch and prerelease
33936
33937 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33938
33939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33940         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33941         (gst_tcpclientsrc_init_receive):
33942         * gst/tcp/gsttcpclientsrc.h:
33943           read caps when connecting to server for GDP so we set them correctly
33944
33945 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33946
33947         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33948           notify drops and duplicates
33949         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33950           no good reason to limit ourselves to 100x100
33951
33952 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33953
33954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33955         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33956         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33957         (gst_v4lsrc_get_property):
33958         * sys/v4l/gstv4lsrc.h:
33959         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33960         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33961         (gst_v4l_set_audio):
33962         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33963         (gst_v4lsrc_try_capture):
33964         * sys/v4l/v4lsrc_calls.h:
33965           change try_palette to more general try_capture
33966           add autoprobe option so we can turn off autoprobing
33967           various fixes
33968
33969 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33970
33971         * configure.ac:
33972           add videorate
33973         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33974         (gst_ximagesink_class_init):
33975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33976         (gst_xvimagesink_class_init):
33977           run them as finalize, not dispose, since dispose can be invoked
33978           multiple times
33979
33980 2004-06-17  Wim Taymans  <wim@fluendo.com>
33981
33982         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33983         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33984         * ext/alsa/gstalsa.h:
33985         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33986         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33987         (gst_alsa_src_change_state):
33988         * ext/alsa/gstalsasrc.h:
33989         Make the xrun code timestamp and offset the buffers correctly.
33990         moved the clock to the base class, use alsa methods to get time.
33991         Do correct timestamping on outgoing buffers.
33992
33993 2004-06-17  Wim Taymans  <wim@fluendo.com>
33994
33995         * gst/audiorate/Makefile.am:
33996         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33997         (gst_audiorate_base_init), (gst_audiorate_class_init),
33998         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33999         (gst_audiorate_set_property), (gst_audiorate_get_property),
34000         (gst_audiorate_change_state), (plugin_init):
34001         Added an audiorate converter that fills in gaps.
34002
34003 2004-06-17  Johan Dahlin  <johan@gnome.org>
34004
34005         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34006
34007 2004-06-16  Wim Taymans  <wim@fluendo.com>
34008
34009         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34011         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34012         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34013         (gst_v4lsrc_get_property):
34014         * sys/v4l/gstv4lsrc.h:
34015         Added a copy mode to v4lsrc where it will output a copied version
34016         of its internal hardware buffer.
34017         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34018         can't | them.
34019
34020 2004-06-16  Wim Taymans  <wim@fluendo.com>
34021
34022         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34023         Timestamp fixes.
34024
34025 2004-06-16  Wim Taymans  <wim@fluendo.com>
34026
34027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34028         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34029         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34030         (gst_v4lsrc_get_property):
34031         * sys/v4l/gstv4lsrc.h:
34032         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34033         Added a sync mode enum property to control v4lsrc timestamp method
34034         Removed the use-fixed-fps property and moved functionality in
34035         the enum.
34036         Don't error on an error value from v4l-conf, it might not always
34037         be a real error.
34038
34039 2004-06-16  Wim Taymans  <wim@fluendo.com>
34040
34041         * gst/videorate/Makefile.am:
34042         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34043         (gst_videorate_base_init), (gst_videorate_class_init),
34044         (gst_videorate_getcaps), (gst_videorate_link),
34045         (gst_videorate_init), (gst_videorate_chain),
34046         (gst_videorate_set_property), (gst_videorate_get_property),
34047         (gst_videorate_change_state), (plugin_init):
34048         Added a video timestamp corrector.
34049
34050 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34051
34052         fixed a potential leak with previous commit
34053
34054         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34055
34056 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34057
34058         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34059         Added missing refcount, fixes bug #144425
34060         Cheers Tim for finding the bug
34061
34062 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34063
34064         * sys/v4l/gstv4l.c: (plugin_init):
34065         * sys/v4l/gstv4lcolorbalance.c:
34066         * sys/v4l/gstv4lcolorbalance.h:
34067         * sys/v4l/gstv4lelement.c:
34068         * sys/v4l/gstv4lelement.h:
34069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34070         * sys/v4l/gstv4lmjpegsink.h:
34071         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34072         * sys/v4l/gstv4lmjpegsrc.h:
34073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34074         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34075         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34076         * sys/v4l/gstv4lsrc.h:
34077         * sys/v4l/gstv4ltuner.c:
34078         * sys/v4l/gstv4ltuner.h:
34079         * sys/v4l/gstv4lxoverlay.c:
34080         * sys/v4l/gstv4lxoverlay.h:
34081         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34082         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34083         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34084         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34085         (gst_v4l_set_audio):
34086         * sys/v4l/v4l_calls.h:
34087         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34088         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34089         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34090         (gst_v4lmjpegsink_playback_init),
34091         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34092         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34093         (gst_v4lmjpegsink_playback_stop),
34094         (gst_v4lmjpegsink_playback_deinit):
34095         * sys/v4l/v4lmjpegsink_calls.h:
34096         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34097         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34098         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34099         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34100         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34101         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34102         * sys/v4l/v4lmjpegsrc_calls.h:
34103         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34104         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34105         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34106         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34107         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34108         (gst_v4lsrc_try_palette):
34109         * sys/v4l/v4lsrc_calls.h:
34110           bunch of paranoia cleanups
34111
34112 2004-06-14  David Schleef  <ds@schleef.org>
34113
34114         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34115         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34116         Send discont events and change timestamps appropriately when
34117         we get a seek event.  (bug #144240)
34118         * ext/cdparanoia/gstcdparanoia.h:
34119
34120 2004-06-14  Benjamin Otte  <otte@gnome.org>
34121
34122         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34123           snd_pcm_hw_params_set_rate  since the latter fails for no good
34124           reason on some setups.
34125
34126 2004-06-14  David Schleef  <ds@schleef.org>
34127
34128         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34129         standard.  Thank you for playing.
34130
34131 2004-06-14  Wim Taymans  <wim@fluendo.com>
34132
34133         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34134         Patch 1.3 broke the ordering of the colorspace info and
34135         made the plugin basically work by coincidence, reordered
34136         the info.
34137
34138 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34139
34140         * ext/lame/gstlame.c:
34141         * ext/mad/gstmad.c:
34142           sync caps.  Make sure mad can only output a list of rates, not
34143           a full range.  In the future, have three caps lists for each of the
34144           mpeg versions.  Change mpegversion to a double as well.
34145
34146 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34147
34148         * gst/volume/.cvsignore:
34149         * gst/volume/Makefile.am:
34150         * gst/volume/demo.c: (value_changed_callback), (idler),
34151         (setup_gui), (main):
34152           added small demo app
34153
34154 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34155         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34156         * ext/esd/esdsink.h:
34157         Close the esd connection on pause, because esd will just wait -
34158         blocking all other esd clients indefinitely.
34159
34160 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34161
34162         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34163           previous commit with GST_DEBUG
34164
34165 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34166
34167         * configure.ac:
34168           add a header check for a dvdread header in dvdnav.  Fixes #133002
34169
34170 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34171
34172         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34173         * gst/tcp/gsttcpclientsink.h:
34174         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34175         * gst/tcp/gsttcpclientsrc.h:
34176         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34177         (gst_tcpserversink_handle_server_read),
34178         (gst_tcpserversink_init_send):
34179         * gst/tcp/gsttcpserversink.h:
34180         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34181         * gst/tcp/gsttcpserversrc.h:
34182         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34183         version of IP)
34184
34185 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34186
34187         * configure.ac:
34188         Added ogg library so that OSX detects libtheora properly
34189
34190 2004-06-11  Wim Taymans  <wim@fluendo.com>
34191
34192         * ext/theora/theoradec.c: (theora_dec_chain),
34193         (theora_dec_change_state):
34194         Don't try to decode frames before we received a keyframe.
34195
34196 2004-06-11  Wim Taymans  <wim@fluendo.com>
34197
34198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34199         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34200         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34201         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34202         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34203         Added property to set the maximum delay of a page.
34204
34205 2004-06-10  Wim Taymans  <wim@fluendo.com>
34206
34207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34208         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34209         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34210         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34211         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34212         Added max-delay property to control the maximum amount
34213         of data to put in one page.
34214
34215 2004-06-10  Wim Taymans  <wim@fluendo.com>
34216
34217         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34218         (gst_theora_enc_init), (theora_enc_sink_link),
34219         (theora_buffer_from_packet), (theora_enc_set_property),
34220         (theora_enc_get_property):
34221         Set duration on encoded buffer, added some more properties
34222
34223 2004-06-10  Wim Taymans  <wim@fluendo.com>
34224
34225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34226         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34227         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34228         * ext/theora/theoraenc.c: (theora_enc_chain):
34229         Fix refcounting bugs
34230
34231 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34232
34233         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34234         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34235         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34236         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34237         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34238         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34239         (gst_asf_demux_change_state):
34240         * gst/asfdemux/gstasfdemux.h:
34241           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34242           feels like. I think we should set a new requirement for demuxers
34243           from now on to implement sane loop functions, data loops, query
34244           and seek functions before first commit into CVS. And this commit
34245           fixes all of the above.
34246
34247 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34248
34249         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34250           vorbis comments are properly encoded in UTF-8 before adding them
34251           to a GstTagList
34252
34253 2004-06-09  Benjamin Otte  <otte@gnome.org>
34254
34255         * ext/alsa/gstalsa.c: (add_channels):
34256           handle min <= max correctly
34257         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34258         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34259           add fixation functions so we fixate correctly. No preferring of alaw
34260           anymore because it's the first structure.
34261         * ext/alsa/gstalsa.h:
34262         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34263         (gst_alsa_hw_params_dump):
34264           add functions to ease debugging in alsalib
34265         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34266         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34267         (gst_alsa_start_audio):
34268           only specify hw params if we really setup a format (fixes #134007 -
34269           or at least works around it)
34270
34271 2004-06-09  Wim Taymans  <wim@fluendo.com>
34272
34273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34274         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34275         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34276         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34277         (gst_ogg_mux_loop):
34278         Use stream caps to setup the initial pages in the ogg stream.
34279         Correctly set the streamheader caps on the srcpad.
34280
34281 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34282
34283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34284         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34285         (gst_v4lsrc_getcaps):
34286         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34287         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34288           add querying of fps lists for webcams.  Negotiating to a framerate
34289           now works.
34290
34291 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34292
34293         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34294         (theora_push_buffer), (theora_push_packet),
34295         (theora_set_header_on_caps), (theora_enc_chain):
34296           mark buffers and put on streamheader, raw theora streaming
34297           now works too, whee
34298
34299 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34300
34301         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34302         (gst_tcp_gdp_read_caps):
34303           do a looping read for caps and GDP headers too
34304
34305 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34306
34307         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34308         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34309           return EOS instead of NULL in _get
34310
34311 2004-06-08  Wim Taymans  <wim@fluendo.com>
34312
34313         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34314         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34315         (gst_tcp_gdp_write_caps):
34316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34317         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34318         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34319         Memory leak fixes
34320
34321 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34322
34323         * ext/vorbis/Makefile.am:
34324         * ext/vorbis/vorbis.c: (plugin_init):
34325         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34326         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34327         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34328         (vorbis_parse_change_state):
34329         * ext/vorbis/vorbisparse.h:
34330           adding a vorbisparse element that marks the buffers, streaming
34331           raw vorbis using GDP now works, whee
34332
34333 2004-06-08  Wim Taymans  <wim@fluendo.com>
34334
34335         * ext/jpeg/Makefile.am:
34336         * ext/jpeg/README:
34337         * ext/jpeg/gstjpeg.c: (plugin_init):
34338         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34339         (gst_smokedec_base_init), (gst_smokedec_class_init),
34340         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34341         * ext/jpeg/gstsmokedec.h:
34342         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34343         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34344         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34345         (gst_smokeenc_resync), (gst_smokeenc_chain),
34346         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34347         * ext/jpeg/gstsmokeenc.h:
34348         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34349         (smokecodec_flush_destination), (smokecodec_term_destination),
34350         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34351         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34352         (smokecodec_term_source), (smokecodec_encode_new),
34353         (smokecodec_decode_new), (smokecodec_info_free),
34354         (smokecodec_set_quality), (smokecodec_get_quality),
34355         (smokecodec_set_threshold), (smokecodec_get_threshold),
34356         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34357         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34358         (smokecodec_parse_header), (smokecodec_decode):
34359         * ext/jpeg/smokecodec.h:
34360         Added a new simple jpeg based codec
34361
34362 2004-06-08  Wim Taymans  <wim@fluendo.com>
34363
34364         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34365         (gst_multipart_mux_loop):
34366         Fix memory leak
34367
34368 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34369
34370         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34371         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34372         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34373         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34374         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34375         * gst/tcp/gsttcpserversink.h:
34376           take streamheader into account
34377
34378 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34379
34380         * gst/level/Makefile.am:
34381         * gst/level/gstlevel.c: (gst_level_class_init):
34382           clean up marshal generation
34383
34384 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34385
34386         * gst/tcp/Makefile.am:
34387         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34388         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34389         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34390         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34391         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34392         (gst_tcpclientsrc_get_property):
34393         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34394         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34395         (gst_tcpserversink_handle_client_read),
34396         (gst_tcpserversink_handle_client_write),
34397         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34398         * gst/tcp/gsttcpserversink.h:
34399           add signals client-added and client-removed
34400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34401         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34402         (gst_tcpserversrc_get_property):
34403         uniformized, change default protocol to NONE
34404         * gst/tcp/gsttcp-marshal.list: added
34405 2004-06-07  Benjamin Otte  <otte@gnome.org>
34406
34407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34408           handle discont events if they happen before caps nego
34409
34410 2004-06-07  Wim Taymans  <wim@fluendo.com>
34411
34412         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34413         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34414         (gst_multipart_demux_plugin_init):
34415         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34416         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34417         (gst_multipart_mux_change_state):
34418         Small updates, fix a memleak
34419
34420 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34421
34422         * configure.ac: OSS portability
34423         * ext/arts/gst_arts.c: idem
34424         * sys/oss/gstosselement.c: idem
34425         * sys/oss/gstossmixer.c: idem
34426         * sys/oss/gstosssink.c: idem
34427         * sys/oss/gstosssrc.c: idem
34428         * sys/oss/oss_probe.c: idem
34429           - check for soundcard.h in different places for some BSD
34430
34431 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34432
34433         * AUTHORS:
34434         Add me to the authors file
34435         * configure.ac:
34436         Increase the libdv requirement to >= version 0.100
34437         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34438         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34439         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34440         * ext/dv/gstdvdec.h:
34441         Add support for the new_media flag when sending DISCONT events
34442         Make the querying work when video pad is not linked
34443
34444 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34445
34446         reviewed by Benjamin Otte  <otte@gnome.org>
34447
34448         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34449           create a NULL-initialized array of pads, so we don't think they
34450           exist already. (fixes #143130)
34451
34452 2004-06-07  Benjamin Otte  <otte@gnome.org>
34453
34454         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34455         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34456         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34457           don't use // coments
34458
34459 2004-06-07  Benjamin Otte  <otte@gnome.org>
34460
34461         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34462           cast to GstClockTime to get higher granularity
34463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34464           use gst_element_set_time_delay to get the exact time
34465         * ext/mad/gstmad.c: (gst_mad_chain):
34466           use the negotiated rate instead of the current frame's rate which
34467           might be wrong because of bit errors. This avoids emitting totally
34468           bogus timestamps and screwing sync.
34469         (fixes #143454)
34470
34471 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34472
34473         reviewed by Benjamin Otte  <otte@gnome.org>
34474
34475         * gst/adder/gstadder.c: (gst_adder_loop):
34476           properly error out when no negotiation has happened yet. (fixes
34477           #143032)
34478
34479 2004-06-06  Benjamin Otte  <otte@gnome.org>
34480
34481         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34482           forward correctly transformed offset in discont events. Based on
34483           patch by Arwed v. Merkatz. (fixes #142851)
34484
34485 2004-06-06  David Schleef  <ds@schleef.org>
34486
34487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34488         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34489         problems on several systems.
34490
34491 2004-06-06  Benjamin Otte  <otte@gnome.org>
34492
34493         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34494           use explicit caps on the srcpad
34495         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34496           properly error out if caps couldn't be set (fixes #142764)
34497
34498 2004-06-06  Benjamin Otte  <otte@gnome.org>
34499
34500         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34501         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34502         (gst_alsa_start_audio):
34503           - don't call set_periods_integer anymore, it breaks the
34504           configuration randomly
34505           - call snd_pcm_hw_params_set_access directly instead of using masks
34506           - don't fail if the sw_params can't be set, just use the default
34507           params and hope it works. Alsalib has weird issues when you touch
34508           sw_params and does no proper error reporting about what failed.
34509         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34510         (gst_alsa_close_audio):
34511           make our alsa debugging go via gst debugging and not conditionally
34512           defined
34513         * ext/alsa/gstalsa.h:
34514           add ALSA_DEBUG_FLUSH macro
34515         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34516         (plugin_init):
34517           wrap alsa errors to be printed via the gst debugging system and not
34518           spammed to stderr
34519
34520 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34521
34522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34523         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34524         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34525         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34526         (qtdemux_parse_trak):
34527         * gst/qtdemux/qtdemux.h:
34528           Bitch. Also known as seeking, querying & co.
34529         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34530         (gst_osssink_change_state):
34531         * sys/oss/gstosssink.h:
34532           Resyncing is for weenies, this hack is no longer needed and was
34533           broken anyway (since it - unintendedly - always leaves resync to
34534           TRUE).
34535
34536 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34537
34538         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34539         * gst/tcp/gsttcpclientsrc.h: idem
34540           - define MSG_NOSIGNAL if not done
34541           - include unistd.h for off_t
34542           (fixes #143749)
34543
34544 2004-06-05  Benjamin Otte  <otte@gnome.org>
34545
34546         * configure.ac:
34547         * ext/kio/Makefile.am:
34548           check for qt's moc preprocessor explicitly and use it
34549
34550 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34551
34552         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34553           don't get a signal for EPIPE on socket writes
34554           (somebody check if this works on other platforms)
34555
34556 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34557
34558         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34559         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34560           check error condition on available samples correctly
34561
34562 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34563
34564         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34565           avoid a segfault
34566         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34567         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34568         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34569         (gst_tcpserversrc_gdp_read_header):
34570          use ssize_t over size_t since the former is signed and thus the
34571          check for error codes can work
34572
34573 2004-06-02  Wim Taymans  <wim@fluendo.com>
34574
34575         reviewed by: Johan
34576
34577         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34578         (gst_multipart_mux_loop):
34579         Oops
34580
34581 2004-06-02  Wim Taymans  <wim@fluendo.com>
34582
34583         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34584         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34585         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34586         (gst_multipart_mux_change_state):
34587         Added configurable boundary specifier, added the value as a
34588         caps field as well.
34589
34590 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34591
34592         * gst/tcp/gsttcp.c:
34593         * gst/tcp/gsttcpclientsrc.c:
34594         * gst/tcp/gsttcpclientsrc.h:
34595         * gst/tcp/gsttcpserversrc.c:
34596           - portability fix, to compile on OSX
34597             (fixes #143146)
34598
34599         * sys/osxaudio/gstosxaudioelement.c:
34600         * sys/osxaudio/gstosxaudiosink.c:
34601         * sys/osxaudio/gstosxaudiosrc.c:
34602           - compilation warnings on OSX
34603             (fixes #143153)
34604
34605 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34606
34607         * ext/vorbis/vorbisdec.c : sign warning fixes
34608
34609         * gst-libs/gst/mixer/mixertrack.c :
34610           do no use defines which are glib 2.4 specific
34611
34612 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34613
34614         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34615           buffer since libflac doesn't expect it (reports a sync error when
34616           it encounters that)
34617
34618
34619 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34620
34621         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34622         * gst-libs/gst/mixer/mixertrack.c:
34623         (gst_mixer_track_get_property), (get_mixer_track_init),
34624         (get_mixer_track_get_property): Added property accessors
34625         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34626         * gst-libs/gst/mixer/mixeroptions.c:
34627         (gst_mixer_options_get_values): Added
34628         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34629         * gst-libs/gst/mixer/mixer.c: Fixed comment
34630
34631
34632 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34633
34634         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34635           improve error messages on open
34636
34637
34638 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34639
34640         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34641           check if v4l-conf is in path
34642
34643 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34644
34645         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34646           change assert to a more readable error message
34647
34648 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34649
34650         * gst-libs/gst/tuner/tunerchannel.h:
34651           - add a freq_multiplicator field to make the conversion
34652             between internal frequency unit and Hz
34653         * sys/v4l/gstv4lelement.c:
34654         * sys/v4l2/gstv4l2element.c:
34655           - change default video device to /dev/video0
34656         * sys/v4l/v4l_calls.c:
34657         * sys/v4l2/v4l2_calls.c:
34658           - we only expose frequency to the user in Hz instead of
34659             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34660
34661 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34662         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34663           Initialise b_o_s and e_o_s variables
34664         * gst-libs/gst/riff/riff-media.c:
34665         (gst_riff_create_video_caps_with_data):
34666           Add some unusual fourcc's from mplayer avi's
34667         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34668           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34669           autoplugging.
34670
34671 2004-05-28  Wim Taymans  <wim@fluendo.com>
34672
34673         * configure.ac:
34674         * gst/alpha/Makefile.am:
34675         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34676         (gst_alpha_get_type), (gst_alpha_base_init),
34677         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34678         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34679         (gst_alpha_chroma_key), (gst_alpha_chain),
34680         (gst_alpha_change_state), (plugin_init):
34681         A plugin to add an alpha channel to I420 video. Can optionally do
34682         chroma keying.
34683         * gst/multipart/Makefile.am:
34684         * gst/multipart/multipart.c: (plugin_init):
34685         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34686         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34687         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34688         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34689         (gst_multipart_demux_change_state),
34690         (gst_multipart_demux_plugin_init):
34691         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34692         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34693         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34694         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34695         (gst_multipart_mux_pad_unlink),
34696         (gst_multipart_mux_request_new_pad),
34697         (gst_multipart_mux_handle_src_event),
34698         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34699         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34700         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34701         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34702         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34703         send multipart jpeg images to a browser.
34704         * gst/videobox/Makefile.am:
34705         * gst/videobox/README:
34706         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34707         (gst_video_box_get_type), (gst_video_box_base_init),
34708         (gst_video_box_class_init), (gst_video_box_init),
34709         (gst_video_box_set_property), (gst_video_box_get_property),
34710         (gst_video_box_sink_link), (gst_video_box_i420),
34711         (gst_video_box_ayuv), (gst_video_box_chain),
34712         (gst_video_box_change_state), (plugin_init):
34713         Crops or adds borders around an image. can do alpha channel
34714         borders as well.
34715         * gst/videomixer/Makefile.am:
34716         * gst/videomixer/README:
34717         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34718         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34719         (gst_videomixer_pad_get_sink_event_masks),
34720         (gst_videomixer_pad_get_property),
34721         (gst_videomixer_pad_set_property),
34722         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34723         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34724         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34725         (gst_videomixer_base_init), (gst_videomixer_class_init),
34726         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34727         (gst_videomixer_handle_src_event),
34728         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34729         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34730         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34731         (gst_videomixer_loop), (gst_videomixer_get_property),
34732         (gst_videomixer_set_property), (gst_videomixer_change_state),
34733         (plugin_init):
34734         Generic video mixer plugin, can handle multiple inputs all with
34735         different framerates and video sizes. Is fully alpha channel
34736         aware.
34737
34738 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34739
34740         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34741           Select first track as master track. Not sure how else to handle
34742           that...
34743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34744           Discard discont events. Should fix #142962.
34745
34746 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34747
34748         * ext/alsa/Makefile.am:
34749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34750         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34751         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34752         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34753         (gst_alsa_mixer_get_option):
34754         * ext/alsa/gstalsamixer.h:
34755         * ext/alsa/gstalsamixeroptions.c:
34756         (gst_alsa_mixer_options_get_type),
34757         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34758         (gst_alsa_mixer_options_new):
34759         * ext/alsa/gstalsamixeroptions.h:
34760         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34761         * ext/alsa/gstalsamixertrack.h:
34762           Add enumerations (as GstMixerOptions). Make correct distinction
34763           between input/output tracks. Add capture/playback private flag.
34764           Use flag to decide on whether to set capture or playback volumes
34765           or switches. Use playback and record switches.
34766         * gst-libs/gst/mixer/Makefile.am:
34767         * gst-libs/gst/mixer/mixer-marshal.list:
34768         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34769         (gst_mixer_set_option), (gst_mixer_get_option),
34770         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34771         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34772         * gst-libs/gst/mixer/mixer.h:
34773         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34774         (gst_mixer_options_class_init), (gst_mixer_options_init),
34775         (gst_mixer_options_dispose):
34776         * gst-libs/gst/mixer/mixeroptions.h:
34777           Add GstMixerOptions.
34778         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34779           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34780           broken device detection on computers with multiple OSS sound
34781           cards.
34782
34783 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34784
34785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34786           fixate nicely even when the peer is not negotiating
34787
34788 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34789
34790         * gst/audioconvert/gstaudioconvert.c:
34791         (gst_audio_convert_parse_caps):
34792           make sure we don't allow depth > width
34793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34794           fixate endianness to G_BYTE_ORDER as default
34795         * gst/audioscale/gstaudioscale.c:
34796           we don't handle another endianness as host-endianness
34797
34798 2004-05-25  David Schleef  <ds@schleef.org>
34799
34800         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34801
34802 2004-05-24  Benjamin Otte  <otte@gnome.org>
34803
34804         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34805         (gst_oggvorbisenc_setup):
34806           properly fail when we can't setup the vorbis encoder due to
34807           unsupported settings
34808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34809         (gst_vorbisenc_setup):
34810           same
34811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34812           fix case where warnings occured when one pad was unlinked while the
34813           other's link function was called
34814
34815 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34816
34817         * gst/tcp/Makefile.am:
34818           use GST_ENABLE_NEW
34819
34820 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34821
34822         * gst-libs/gst/resample/private.h:
34823           don't use optimizations that are #if 0'ed
34824
34825 2004-05-24  Wim Taymans  <wim@fluendo.com>
34826
34827         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34828         Fix potential division by zero error and hopefully get
34829         the position query right to get correct timestamps on avi
34830         audio.
34831
34832 2004-05-24  Wim Taymans  <wim@fluendo.com>
34833
34834         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34835         (gst_videoscale_scale_nearest_str2),
34836         (gst_videoscale_scale_nearest_str4),
34837         (gst_videoscale_scale_nearest_32bit),
34838         (gst_videoscale_scale_nearest_24bit),
34839         (gst_videoscale_scale_nearest_16bit):
34840         Fix the scaling algorithm and avoid a buffer overflow.
34841         removed the while loop in the scaling function as it
34842         was used for point sampling only.
34843
34844 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34845
34846         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34847         (gst_id3_tag_class_init), (gst_id3_tag_init),
34848         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34849         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34850         (gst_id3_tag_send_tag_event):
34851           lots of fixes to make id3mux work and id3demux work correctly
34852
34853 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34854
34855         * ext/Makefile.am:
34856           add rules to build shout2send (was removed by accident
34857           when this module was no more marked experimental/broken)
34858
34859 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34860
34861         * ext/shout2/gstshout2.c:
34862         * ext/shout2/gstshout2.h:
34863           adding a "connection problem" signal to shout2send
34864           (fixes #142954)
34865
34866 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34867
34868         * ext/kio/kioreceiver.cpp:
34869         * ext/kio/kioreceiver.h:
34870           fix sign comparison issues
34871
34872 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34873
34874         * gst/cdxaparse/gstcdxaparse.c:
34875         * gst/cdxaparse/gstcdxaparse.h:
34876           some renaming
34877           add some checks/sanity
34878           prepare for seek addition
34879
34880         * sys/sunaudio/gstsunaudio.c:
34881           remove exported dupe init function
34882
34883 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34884
34885         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34886         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34887           Fix format conversion and position querying.
34888         * gst/debug/progressreport.c: (gst_progressreport_report):
34889           Don't output a bogus total value that we didn't query.
34890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34891           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34892           only a blank window after xine has been used.
34893
34894 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34895
34896         * m4/as-arts.m4:
34897           sync with upstream version to fix test on FC2
34898           readd with -ko to preserve Id header
34899
34900 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34901
34902         * configure.ac:
34903           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34904         * gst/tcp/gsttcpclientsrc.c: idem
34905         * gst/tcp/gsttcpserversink.c: idem
34906         * gst/tcp/gsttcpserversrc.c: idem
34907         * m4/gst-fionread.m4: idem
34908
34909         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34910
34911         * configure.ac: enable speex plugin for speex 1.1.5+
34912         * ext/speex/gstspeexenc.c: fix cast warning
34913
34914         * ext/esd/README: fix typo
34915
34916 2004-05-20  David Schleef  <ds@schleef.org>
34917
34918         * configure.ac: Minor cosmetic change to convince the buildbot to
34919         reautogen.
34920         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34921         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34922         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34923         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34924         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34925         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34926         More hacking.  Plays audio now.
34927
34928 2004-05-20  David Schleef  <ds@schleef.org>
34929
34930         * configure.ac:
34931         * sys/Makefile.am:
34932
34933 2004-05-20  David Schleef  <ds@schleef.org>
34934
34935         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34936         * sys/osxaudio/gstosxaudio.c:
34937         * sys/osxaudio/gstosxaudioelement.c:
34938         * sys/osxaudio/gstosxaudioelement.h:
34939         * sys/osxaudio/gstosxaudiosink.c:
34940         * sys/osxaudio/gstosxaudiosink.h:
34941         * sys/osxaudio/gstosxaudiosrc.c:
34942         * sys/osxaudio/gstosxaudiosrc.h:
34943
34944 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34945
34946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34947         (gst_vorbisenc_chain):
34948           put the codec headers on the caps as streamheader as well as
34949           pushing them out
34950
34951 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34952
34953         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34954         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34955         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34956         split up push_packet into two functions
34957
34958 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34959
34960         * gst/tcp/.cvsignore:
34961           ignore enums
34962         * gst/tcp/Makefile.am:
34963         * gst/tcp/README:
34964         * gst/tcp/gsttcp.c:
34965         * gst/tcp/gsttcp.h:
34966         * gst/tcp/gsttcpclientsink.c:
34967         * gst/tcp/gsttcpclientsink.h:
34968         * gst/tcp/gsttcpclientsrc.c:
34969         * gst/tcp/gsttcpclientsrc.h:
34970         * gst/tcp/gsttcpplugin.c:
34971         * gst/tcp/gsttcpserversink.c:
34972         * gst/tcp/gsttcpserversink.h:
34973         * gst/tcp/gsttcpserversrc.c:
34974         * gst/tcp/gsttcpserversrc.h:
34975           add new tcp elements
34976
34977 2004-05-19  Wim Taymans  <wim@fluendo.com>
34978
34979         * gst/law/mulaw-conversion.c: (mulaw_encode):
34980         Fix overflow bug in ulaw encoding.
34981
34982 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34983
34984         * ext/mad/gstmad.c: (gst_mad_handle_event):
34985           don't unref the event twice
34986
34987 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34988
34989         * configure.ac:
34990           remove -Wno-sign-compare
34991
34992 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34993
34994         * configure.ac:
34995           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34996           if you want to work against glib 2.2 and 2.4
34997
34998 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34999
35000         * gst/tcp/Makefile.am:
35001         * gst/tcp/gsttcp.c:
35002         * gst/tcp/gsttcp.h:
35003         * gst/tcp/gsttcpsink.h:
35004         * gst/tcp/gsttcpsrc.h:
35005           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35006
35007 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35008
35009         * gst/debug/tests.c: (md5_get_value):
35010           fix segfault on gst-inspect
35011
35012 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35013
35014         * gst/debug/testplugin.c:
35015         * gst/debug/tests.c:
35016         * gst/debug/tests.h:
35017           add new extensible and configurable testing element. Current tests
35018           include buffer count, stream length, timestamp/duration matching and
35019           md5.
35020         * gst/debug/Makefile.am:
35021         * gst/debug/gstdebug.c: (plugin_init):
35022           add infrastructure for new element
35023
35024 2004-05-19  Johan Dahlin  <johan@gnome.org>
35025
35026         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35027         ending of the array. Fixes gst-inspect segfault on ppc.
35028
35029 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35030
35031         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35032
35033         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35034
35035 2004-05-18  David Schleef  <ds@schleef.org>
35036
35037         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35038         warnings (bugs, actually) noticed by gcc but not forte.
35039
35040 2004-05-18  David Schleef  <ds@schleef.org>
35041
35042         * sys/sunaudio/Makefile.am:
35043         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35044
35045 2004-05-18  David Schleef  <ds@schleef.org>
35046
35047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35048         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35049         to allow qtdemux to use non-seekable streams. (bug #142272)
35050
35051 2004-05-18  David Schleef  <ds@schleef.org>
35052
35053         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35054         (gst_resample_sinc_ft_float): Remove use of static temporary
35055         buffer.  This code was obviously not supposed to last long, but
35056         it's stuck in our ABI, so it required a little hack to make it
35057         ABI-compatible.  Fixes #142585.
35058         * gst-libs/gst/resample/resample.h: same.
35059
35060 2004-05-18  David Schleef  <ds@schleef.org>
35061
35062         * configure.ac: Add sunaudio
35063         * examples/Makefile.am: make gstplay depend on gconf
35064         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35065         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35066         (convert_table_lookup), (img_convert): remove c99-isms
35067         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35068           unsigned, to fix a warning on Solaris
35069         * gst/mpeg1sys/systems.c: bcopy->memcpy
35070         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35071         * sys/Makefile.am: Add sunaudio
35072
35073 2004-05-18  Wim Taymans  <wim@fluendo.com>
35074
35075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35076         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35077         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35078         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35079         (gst_ogg_mux_loop):
35080         Fix an ugly memleak where the muxer didn't flush enough ogg
35081         pages. This also resulted in badly muxed ogg files.
35082
35083 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35084
35085         * gst/asfdemux/asfheaders.c :
35086         * gst/asfdemux/asfheaders.h :
35087         * gst/asfdemux/gstasfdemux.c :
35088           - fix ASF_OBJ_PADDING guid
35089           - add 3 new object guids (language list, metadata,
35090             extended stream properties)
35091           - add a function to parse extended header objects
35092
35093 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35094
35095         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35096           remove leftover debugging g_print
35097
35098 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35099
35100         * ext/mad/gstmad.c: (gst_mad_handle_event):
35101           Fix for when the first format in a discont event is not a
35102           byte-based one. Should fix #137710.
35103
35104 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35105
35106         * m4/a52.m4 : fix compilation with -Wall -Werror
35107         * m4/libfame.m4 : idem
35108         * m4/libmikmod.m4 : idem
35109
35110 2004-05-17  Benjamin Otte  <otte@gnome.org>
35111
35112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35113           signal the new tags before giving up the reference
35114
35115 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35116
35117         * ext/shout2/gstshout2.c:
35118           use application/ogg instead of application/x-ogg (patch by Patrick
35119           Guimond, fixes #142432)
35120         * sys/oss/gstosselement.c: (gst_osselement_reset),
35121         (gst_osselement_sync_parms):
35122           don't set fragment size unless specified (fixes #142493)
35123
35124 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35125
35126         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35127           fixes #142664
35128
35129 2004-05-17  Benjamin Otte  <otte@gnome.org>
35130
35131         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35132           compute offsets correctly for internal buffers so timestamps are set
35133           correctly when we can't seek. Also handle cases where there are no
35134           offsets. (based on a patch by David Moore, fixes #142507)
35135
35136 2004-05-17  Benjamin Otte  <otte@gnome.org>
35137
35138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35139           use correct variable when determining amount of data to skip so we
35140           don't skip into the void and segfault
35141
35142 2004-05-16  Benjamin Otte  <otte@gnome.org>
35143
35144         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35145           Hi, I'm a memleak
35146
35147 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35148
35149         * gst/asfdemux/gstasfdemux.c:
35150           - fix a mem leak and always propagate tags
35151           - add WMV3 to known video codecs (but no decoder yet)
35152           - replace "surplus data" at end of audio header for what
35153             it is : codec specific data
35154           - fix a typo
35155
35156 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35157
35158         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35159
35160         * gst-libs/gst/audio/audioclock.c:
35161           Fix wrong return type (#142205).
35162
35163 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35164
35165         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35166           Ignore CRCs by default (fixes #142566).
35167
35168 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35169
35170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35171         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35172         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35173         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35174         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35175         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35176           Fix for cases where we fail to attach to a mixer.
35177
35178 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35179
35180         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35181           Don't touch events after not owning them anymore.
35182         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35183         (gst_wavparse_fmt), (gst_wavparse_other),
35184         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35185         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35186         (gst_wavparse_srcpad_event):
35187         * gst/wavparse/gstwavparse.h:
35188           Add seeking, fix querying.
35189
35190 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35191
35192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35193           - process comments even if they don't end with \0\0
35194             g_convert would ignore them if present and works well without them
35195
35196 2004-05-16  Benjamin Otte  <otte@gnome.org>
35197
35198         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35199           simplify caps
35200
35201 2004-05-16  Benjamin Otte  <otte@gnome.org>
35202
35203         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35204           don't write to memory we might not write to - g_convert does that
35205           for us anyway (fixes #142613)
35206         (gst_asf_demux_audio_caps):
35207           comment out gst_util_dump_mem
35208
35209 2004-05-16  Benjamin Otte  <otte@gnome.org>
35210
35211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35212           compute correct expected timestamps after seek (broken since
35213           last commit)
35214         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35215           rename element and debugging category to gdkpixbufscale
35216
35217 2004-05-16  Benjamin Otte  <otte@gnome.org>
35218
35219         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35220           add error checking to snd_pcm_delay and remove duplicate call to
35221           snd_pcm_delay that caused issues (see inline code comments)
35222         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35223           make more readable and fix return value when snd_pcm_delay fails
35224         (fixes #142586)
35225
35226 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35227         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35228         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35229         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35230         (gst_pixbufscale_link), (gst_pixbufscale_init),
35231         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35232         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35233         (gst_pixbufscale_get_property), (pixbufscale_init):
35234         * ext/gdk_pixbuf/pixbufscale.h:
35235         Add these files I forgot earlier
35236
35237 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35238         * ext/gdk_pixbuf/Makefile.am:
35239         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35240         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35241         Add new pixbufscale element to scale RGB video
35242         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35243         and HYPER interpolation correctly.
35244         * ext/theora/theoraenc.c: (theora_enc_chain),
35245         Discard buffer and return if explicit caps could not be set
35246         (theora_enc_get_property):
35247         Make _get return kbps for the bitrate consistent with
35248         the _set function.
35249
35250
35251 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35252
35253         * ext/libvisual/visual.c: (gst_visual_chain):
35254           add missing visual_audio_analyze
35255
35256 2004-05-14  David Schleef  <ds@schleef.org>
35257
35258         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35259         is killed while we're playing.
35260         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35261         gst_element_no_more_pads().
35262
35263 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35264
35265         * gst-libs/gst/riff/riff-read.c :
35266           - fix INFO tag extraction in RIFF/AVI files
35267             because gst_event_unref (event) also freed taglist
35268           - avoid a mem leak
35269
35270 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35271
35272         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35273         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35274
35275         * gst/auparse/gstauparse.c :
35276           - add code (commented for now) to support audio/x-adpcm on src pad
35277             (we have no decoder for those layout yet)
35278
35279         * gst/cdxaparse/gstcdxaparse.c :
35280         * gst/cdxaparse/gstcdxaparse.h :
35281           - partial rewrite using RiffRead (ripped iain's wavparse code)
35282
35283         * gst/rtp/gstrtpL16enc.c : typo
35284         * gst/rtp/gstrtpgsmenc.c : typo
35285
35286 2004-05-13  Benjamin Otte  <otte@gnome.org>
35287
35288         * configure.ac:
35289           check for exact version of libvisual, it's not supposed to be
35290           API/ABI stable yet
35291
35292 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35293
35294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35295           signal no-more-pads
35296
35297 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35298
35299         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35300         Report which format was used for GST_FORMAT_DEFAULT
35301         * gst/debug/Makefile.am:
35302         * gst/debug/gstdebug.c: (plugin_init):
35303         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35304         (gst_progressreport_class_init), (gst_progressreport_init),
35305         (gst_progressreport_report), (gst_progressreport_set_property),
35306         (gst_progressreport_get_property), (gst_progressreport_chain),
35307         (gst_progressreport_plugin_init):
35308         Add progressreport element for testing.
35309
35310 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35313         * sys/v4l/gstv4lsrc.h:
35314         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35315         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35316         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35317         (gst_v4lsrc_grab_frame):
35318           add more debugging
35319           send a discont at start
35320
35321 2004-05-12  Colin Walters  <walters@redhat.com>
35322
35323         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35324         inflooping if we can't find a chunk.  Or in other words, don't blow
35325         chunks if we don't have a chunk to blow.
35326
35327 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35328         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35329         Remove old debug output
35330         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35331         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35332         (gst_dvdec_set_property), (gst_dvdec_get_property):
35333         Change the quality setting to an enum, so it works from gst-launch
35334         Don't renegotiate a non-linked pad. Allows audio only decoding.
35335         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35336         (gst_deinterlace_link), (gst_deinterlace_init):
35337         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35338         (gst_videodrop_link):
35339         Some caps negotiation fixes
35340
35341 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35342
35343         * ext/tarkin/gsttarkin.c :
35344           - Change RANK from NONE to PRIMARY
35345         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35346           - Change RANK from NONE to MARGINAL
35347         * ext/divx/gstdivxenc.c :
35348           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35349
35350 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35351
35352         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35353         (gst_vorbisenc_push_packet):
35354           copy a function that was added between 1.0 and 1.0.1 until we
35355           depend on worthwhile features of post-1.0
35356
35357 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35358
35359         * configure.ac:
35360           enable shout2 by default
35361         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35362         (gst_shout2send_base_init), (gst_shout2send_init),
35363         (gst_shout2send_connect), (gst_shout2send_change_state):
35364         * ext/shout2/gstshout2.h:
35365           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35366           #142262)
35367         * ext/theora/theora.c: (plugin_init):
35368           don't set rank on encoders
35369
35370 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35371
35372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35373           Use codec_data property instead of flag1 and flag2 for wma
35374
35375 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35376
35377         * gst/cdxaparse/gstcdxaparse.c :
35378           - Add mpegversion to CAPS to make it link
35379           - Rank is as GST_RANK_SECONDARY instead of NONE
35380         * gst/auparse/gstauparse.c :
35381           - Document all audio encoding we can encounter from Solaris 9
35382             headers and libsndfile information.
35383           - Increase max. rate from 48000 to 192000 (to match other elements)
35384           - Don't try to play junk data between header and samples
35385
35386 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35387
35388         * ext/libvisual/visual.c: (gst_visual_getcaps):
35389           use the right caps depending on endianness (I hope)
35390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35391           use GST_RANK_NONE for all non-decoding elements or spider gets
35392           mighty confused
35393
35394 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35395
35396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35397           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35398
35399 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35400
35401         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35402         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35403         (gst_switch_loop), (gst_switch_get_type):
35404           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35405           HEADERS. Had to be said.
35406
35407 2004-05-10  David Schleef  <ds@schleef.org>
35408
35409         * configure.ac: Add prototype Dirac support.
35410         * ext/Makefile.am:
35411         * ext/dirac/Makefile.am:
35412         * ext/dirac/gstdirac.cc:
35413         * ext/dirac/gstdiracdec.cc:
35414
35415 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35416
35417         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35418         (gst_auparse_init), (gst_auparse_chain),
35419         (gst_auparse_change_state):
35420           Hack around spider. Remove me some day please.
35421
35422 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35423
35424         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35425           Fix for some uninitialized variables in previous patch, also
35426           makes it work. Fixes #142286 while we're at it.
35427
35428 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35429
35430         * gst/auparse/gstauparse.c:
35431                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35432                 only unsupported formats are ADPCM/CCITT G.72x
35433                 reviewed by Ronald
35434         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35435
35436 2004-05-10  Wim Taymans  <wim@fluendo.com>
35437
35438         * ext/vorbis/Makefile.am:
35439         * ext/vorbis/README:
35440         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35441         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35442         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35443         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35444         (gst_oggvorbisenc_convert_sink),
35445         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35446         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35447         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35448         (get_constraints_string), (update_start_message),
35449         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35450         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35451         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35452         * ext/vorbis/oggvorbisenc.h:
35453         * ext/vorbis/vorbis.c: (plugin_init):
35454         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35455         (raw_caps_factory), (gst_vorbisenc_class_init),
35456         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35457         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35458         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35459         * ext/vorbis/vorbisenc.h:
35460         Added a raw vorbis encoder to be used with the oggmuxer.
35461         We still need the old encoder for some gnome applications,
35462         read the README to find out how that works.
35463         The raw encoder is called "rawvorbisenc" until 0.9.
35464
35465 2004-05-10  Wim Taymans  <wim@fluendo.com>
35466
35467         * ext/ogg/gstogg.c: (plugin_init):
35468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35469         (gst_ogg_print):
35470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35471         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35472         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35473         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35474         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35475         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35476         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35477         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35478         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35479         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35480         Added an ogg muxer.
35481         Small typo fixes in the demuxer.
35482
35483 2004-05-10  Wim Taymans  <wim@fluendo.com>
35484
35485         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35486         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35487         (theora_enc_change_state), (theora_enc_set_property),
35488         (theora_enc_get_property):
35489         Mark the last packet with an EOS flag which is not really needed
35490         in gstreamer.
35491         Do some better video framerate initialisation.
35492         Update the buffer timestamp.
35493
35494 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35495
35496         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35497         Return the result of the parent state change call
35498
35499 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35500
35501         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35502         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35503         * gst/law/alaw-encode.c : (idem)
35504         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35505         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35506         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35507
35508 2004-05-09  Benjamin Otte  <otte@gnome.org>
35509
35510         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35511           don't use a fixed buffer size when writing variable length data to
35512           it. Fixes memory corruption and makes alsasrc work
35513
35514 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35515
35516         * ext/gnomevfs/gstgnomevfssink.c:
35517         (_gst_boolean_allow_overwrite_accumulator),
35518         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35519           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35520           RUN_LAST, and don't use that to set the accumulator value because
35521           then it's always FALSE.
35522
35523 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35524
35525         * gst-libs/gst/riff/riff-media.c:
35526         (gst_riff_create_video_caps_with_data),
35527         (gst_riff_create_audio_caps),
35528         (gst_riff_create_audio_template_caps):
35529         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35530           Fix for unaligned RIFF files (i.e. where all the chunks together
35531           in a LIST chunk are not of the same size as the size given in
35532           the LIST chunk header). Fixes several odd WAVE files. Also fix
35533           ADPCM (block_align property) in audio, so that wavparse based
35534           on this works now as it used to stand-alone.
35535
35536 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35537
35538         reviewed by Benjamin Otte  <otte@gnome.org>
35539
35540         * ext/a52dec/gsta52dec.c:
35541         * ext/divx/gstdivxdec.c:
35542         * ext/divx/gstdivxenc.c:
35543         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35544         * ext/faac/gstfaac.c: (gst_faac_base_init):
35545         * ext/faad/gstfaad.c: (gst_faad_base_init):
35546         * ext/ivorbis/vorbisfile.c:
35547         * ext/lame/gstlame.c:
35548         * ext/libfame/gstlibfame.c:
35549         * ext/mpeg2enc/gstmpeg2enc.cc:
35550         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35551         * ext/sidplay/gstsiddec.cc:
35552         * ext/speex/gstspeexdec.c:
35553         * ext/speex/gstspeexenc.c:
35554         * ext/xvid/gstxviddec.c:
35555         * ext/xvid/gstxvidenc.c:
35556           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35557           (fixes #142193)
35558
35559 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35560
35561         * ext/alsa/gstalsa.c: (device_list),
35562         (gst_alsa_class_probe_devices):
35563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35564           Fix alsa oddness in mixer after the combination of using mixer
35565           in source/sink elements and using hw:x,y instead of just hw:x.
35566
35567 2004-05-09  Benjamin Otte  <otte@gnome.org>
35568
35569         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35570         (gst_wavparse_create_sourcepad):
35571           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35572           sourcepads
35573
35574 2004-05-09  Benjamin Otte  <otte@gnome.org>
35575
35576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35577           allow discont events before caps nego
35578
35579 2004-05-08  Benjamin Otte  <otte@gnome.org>
35580
35581         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35582           don't leak events
35583
35584 2004-05-08  Benjamin Otte  <otte@gnome.org>
35585
35586         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35587         (gst_level_change_state), (gst_level_init):
35588         * gst/level/gstlevel.h:
35589           figure out if we're initialized directly instead of keeping a
35590           variable that's wrong in 90% of cases
35591           don't initialize pads and then leak them and use a new unitialized
35592           pad. (fixes #142084)
35593           these were bugs so n00bish I didn't find them for an hour :/
35594
35595 2004-05-08 Iain <iain@prettypeople.org>
35596
35597         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35598         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35599         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35600         return the length that was read.
35601         (gst_riff_read_strf_auds): Allow fmt tags as well.
35602
35603 2004-05-07  David Schleef  <ds@schleef.org>
35604
35605         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35606         signed char assumption in faad.h.
35607
35608 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35609
35610         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35611           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35612
35613 2004-05-07  Colin Walters  <walters@redhat.com>
35614
35615         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35616         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35617         function.
35618         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35619         Add dispose function.
35620
35621 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35622         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35623           Fix caps nego and pad templates. RGB mode caps should
35624           work now.
35625         * ext/dvdnav/gst-dvd:
35626           Move mpeg2dec inside the thread because otherwise the
35627           queue rejects cap changes mid-stream
35628         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35629         (gst_mpeg2dec_flush_decoder):
35630           For mpeg2dec > 0.4.0, call the flush function instead of
35631           manually extracting all in-flight frames.
35632         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35633         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35634           Change mime type video/dv go video/x-dv to match the
35635           rest of gst-plugins
35636
35637 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35638
35639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35641         (gst_alsa_sink_class_init):
35642         * ext/alsa/gstalsasink.h:
35643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35644         (gst_alsa_src_class_init):
35645         * ext/alsa/gstalsasrc.h:
35646           Make alsasink/src a subclass of alsamixer so that mixer stuff
35647           shows up in gst-rec. Needs some finetuning.
35648
35649 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35650
35651         * ext/lame/gstlame.c: (gst_lame_chain):
35652           simplify
35653         * ext/mad/gstmad.c: (gst_mad_handle_event):
35654           fix event leak
35655         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35656           be able to detect mp3 files < 4096 bytes
35657
35658 2004-05-06  Wim Taymans  <wim@fluendo.com>
35659
35660         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35661         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35662         (theora_enc_set_property), (theora_enc_get_property):
35663         Also encode the first frame, cleanup some code.
35664
35665 2004-05-06  Wim Taymans  <wim@fluendo.com>
35666
35667         * ext/mpeg2enc/gstmpeg2enc.cc:
35668         Forward events first before deciding that negotiation was
35669         not performed.
35670
35671 2004-05-06  Wim Taymans  <wim@fluendo.com>
35672
35673         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35674         First process the events before deciding that negotiation
35675         was not performed.
35676
35677 2004-05-06  Wim Taymans  <wim@fluendo.com>
35678
35679         * ext/theora/Makefile.am:
35680         * ext/theora/theora.c: (plugin_init):
35681         * ext/theora/theoradec.c: (theora_dec_change_state):
35682         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35683         (gst_theora_enc_class_init), (gst_theora_enc_init),
35684         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35685         (theora_enc_chain), (theora_enc_change_state),
35686         (theora_enc_set_property), (theora_enc_get_property):
35687         Added a theora encoder, grouped the encoder and decoder into the
35688         same plugin.
35689
35690 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35691
35692         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35693         (gst_jpegenc_chain):
35694         fix DURATION on outgoing buffers
35695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35696         debug using time formats
35697         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35699         (gst_xvimagesink_sink_link):
35700         windows with width/height 0 generate X errors, so don't allow them
35701
35702 2004-05-05  Wim Taymans  <wim@fluendo.com>
35703
35704         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35705         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35706         (gst_mpeg2dec_negotiate_format):
35707         * ext/mpeg2dec/gstmpeg2dec.h:
35708           removed the static pad template so that we can add the
35709           more accurate framerate value to the caps.
35710
35711
35712 2004-05-04  Benjamin Otte  <otte@gnome.org>
35713
35714         * configure.ac:
35715           check for kdemacros.h, too (should fix #141821)
35716         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35717           don't crash if no header was sent, but nicely error out (fixes part
35718           of #141554)
35719
35720 2004-05-04  Wim Taymans  <wim@fluendo.com>
35721
35722         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35723         parent dispose function to avoid segfault on destroy.
35724
35725 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35726
35727         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35728         (plugin_init):
35729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35730         (gst_xvimagesink_sink_link):
35731         clean up debugging caps
35732         also recreate xvimage when format has changed
35733
35734 2004-05-04  Benjamin Otte  <otte@gnome.org>
35735
35736         * ext/libvisual/Makefile.am:
35737         * ext/libvisual/visual.c: (gst_visual_class_init),
35738         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35739         (gst_visual_srclink), (gst_visual_chain),
35740         (gst_visual_change_state), (plugin_init):
35741           use a GstAdapter to correctly adapt buffer sizes - allows using a
35742           framerate
35743
35744 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35745
35746         * sys/v4l/gstv4lelement.h:
35747         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35749         (gst_v4lsrc_buffer_free):
35750         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35752         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35753         (gst_v4lsrc_requeue_frame):
35754         move some debugging categories around
35755         query for fps index and set accordingly if found
35756
35757 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35758
35759         * ext/lame/gstlame.c:
35760         correct defaults that lame_init puts out of range
35761
35762 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35765         (gst_divxenc_class_init):
35766         fix range since -1 is the default
35767         * gst/mpeg1sys/gstmpeg1systemencode.c:
35768         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35769         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35770         (gst_rtjpegdec_chain):
35771         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35772         (gst_rtjpegenc_chain):
35773         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35774         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35775         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35776         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35777         * sys/v4l/gstv4lsrc.c:
35778         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35779         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35780         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35782         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35783           remove gst_info calls
35784
35785 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35786
35787         * Makefile.am:
35788         * po/af.po:
35789         * po/az.po:
35790         * po/en_GB.po:
35791         * po/nl.po:
35792         * po/sr.po:
35793         * po/sv.po:
35794           Updated translations
35795
35796 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35797
35798         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35799           refactor/comment code
35800
35801 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35802
35803         * gst/asfdemux/Makefile.am:
35804         * gst/asfdemux/asfheaders.c:
35805         * gst/asfdemux/asfheaders.h:
35806         * gst/asfdemux/gstasf.c: (plugin_init):
35807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35808         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35809         (gst_asf_demux_setup_pad):
35810         * gst/asfdemux/gstasfdemux.h:
35811         * gst/asfdemux/gstasfmux.c:
35812         * gst/asfdemux/gstasfmux.h:
35813           Add tagging support to demuxer, split out registration in its own
35814           file instead of in demux (hacky), and prevent having some tables
35815           in our memory multiple times (in asfheaders.h).
35816
35817 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35818
35819         * gst/matroska/matroska-demux.c:
35820         (gst_matroska_demux_parse_metadata):
35821         * gst/matroska/matroska-ids.h:
35822           Basic tag reading support.
35823
35824 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35825
35826         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35827           Really detect ac-3 audio.
35828         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35829           really detect matroska files (off-by-1).
35830
35831 2004-04-30  David Schleef  <ds@schleef.org>
35832
35833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35834         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35835         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35836         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35837         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35838         hackage -- parse a lot more atoms, extract a few tags.  One might even
35839         mistake this for tag support.  Maybe it is.
35840         * gst/qtdemux/qtdemux.h:
35841
35842 2004-04-30  Colin Walters  <walters@verbum.org>
35843
35844         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35845
35846 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35847
35848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35849         (gst_ffmpegcolorspace_getcaps):
35850           remove broken nego fix
35851
35852 2004-04-30  Benjamin Otte  <otte@gnome.org>
35853
35854         * configure.ac:
35855         * ext/Makefile.am:
35856         * ext/libvisual/Makefile.am:
35857         * ext/libvisual/visual.c:
35858           add initial support for libvisual (http://libvisual.sourceforge.net)
35859           libvisual is still quite alpha, so expect crashes in there :)
35860
35861 2004-04-29  David Schleef  <ds@schleef.org>
35862
35863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35864         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35865         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35866         code; you will no longer respect me.
35867
35868 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35869
35870         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35871         * ext/alsa/gstalsa.h :
35872         change alsa pcm device discovery to find more than 1 device
35873         per card. code review by Ronald.
35874
35875 2004-04-29  David Schleef  <ds@schleef.org>
35876
35877         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35878         Add a check for a driver bug on FreeBSD.  (bug #140565)
35879
35880 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35881
35882         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35883         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35884         (gst_jpegenc_getcaps):
35885           move format setting to inner loop
35886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35887         (gst_ffmpegcolorspace_getcaps):
35888           use GST_PAD_CAPS if available so that we use already negotiated
35889           caps
35890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35891         (qtdemux_parse_moov), (qtdemux_parse):
35892           extra debugging
35893         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35894         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35895           move hardcoded path to DEFINE
35896
35897 2004-04-28  David Schleef  <ds@schleef.org>
35898
35899         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35900         (bug #140064)
35901
35902 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35903
35904         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35905           Don't probe for playback device if we're a source element. Fixes
35906           #139658.
35907
35908 2004-04-29  Benjamin Otte  <otte@gnome.org>
35909
35910         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35911         (gst_id3_tag_chain):
35912           rewrite buffer offset
35913
35914 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35915
35916         * configure.ac:
35917         * ext/Makefile.am:
35918         * ext/dts/Makefile.am:
35919         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35920         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35921         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35922         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35923         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35924         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35925         (plugin_init):
35926         * ext/dts/gstdtsdec.h:
35927           New DTS decoder.
35928         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35929         (gst_faad_srcconnect):
35930           Add ESDS atom handling (.m4a).
35931
35932 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35933
35934         * ext/divx/gstdivxdec.c: (plugin_init):
35935           Remove comment that makes no sense.
35936         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35937           Fix for obvious typo that resulted in warnings during gst-register.
35938         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35939         (gst_xviddec_sink_link):
35940           Fix caps negotiation a bit better.
35941         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35942           We call this 'codec_data', not 'esds'.
35943
35944 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35945
35946         * gst/monoscope/gstmonoscope.c:
35947           make sure we only provide 256x128
35948         * gst/monoscope/monoscope.c: (monoscope_init):
35949           assert size of 256x128
35950
35951 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35952
35953         * Makefile.am:
35954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35955         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35956           fixate to max width and height of device
35957
35958 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35959
35960         * Makefile.am:
35961         * sys/v4l/gstv4l.c:
35962         * sys/v4l/gstv4lsrc.c:
35963         * sys/v4l/v4l_calls.c:
35964         * sys/v4l/v4lsrc_calls.c:
35965           fix for qc-usb driver which fakes having more than one buffer
35966           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35967           buffer_free override
35968           add debugging
35969
35970 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35971
35972         * Makefile.am:
35973         * gst/videotestsrc/gstvideotestsrc.c:
35974         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35975         (gst_videotestsrc_init), (gst_videotestsrc_get),
35976         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35977         * gst/videotestsrc/gstvideotestsrc.h:
35978           add num-buffers property
35979
35980         2004-04-26  Benjamin Otte  <otte@gnome.org>
35981
35982         * ext/mad/gstid3tag.c: (plugin_init):
35983           set id3mux rank to NONE so it doesn't confuse spider
35984           require audio/mpeg,mpegversion=1 in id3mux
35985
35986 2004-04-26  Benjamin Otte  <otte@gnome.org>
35987
35988         * configure.ac:
35989           detect faad correctly as non-working if it's indeed non-working
35990
35991 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35992
35993         * Makefile.am:
35994         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35995         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35996         fix _getcaps so it only negotiates to its supported format
35997
35998 2004-04-25  Benjamin Otte  <otte@gnome.org>
35999
36000         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36001           fix memleak
36002
36003 2004-04-23  Benjamin Otte  <otte@gnome.org>
36004
36005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36006           audio/x-raw-int with height rules! not. Now it's depth.
36007
36008 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36009
36010         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36011         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36012         (gst_wavparse_loop):
36013           Missing variable initialization. Add handling of DVI ADPCM. Fix
36014           mis-parsing of LIST chunks. This works around a bug where we mis-
36015           parse non-aligning LIST chunks (so LIST chunks where the contents
36016           don't align with the actual LIST size). The correct fix is to use
36017           rifflib, I'm not going to fix wavparse - too much work. All this
36018           fixes #104878.
36019
36020 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36021
36022         reviewed by Benjamin Otte  <otte@gnome.org>
36023
36024         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36025           fix shoutcast not working (fixes #140844)
36026
36027 2004-04-22  Benjamin Otte  <otte@gnome.org>
36028
36029         * ext/hermes/gsthermescolorspace.c:
36030         (gst_hermes_colorspace_caps_remove_format_info):
36031         * gst/colorspace/gstcolorspace.c:
36032         (gst_colorspace_caps_remove_format_info):
36033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36034         (gst_ffmpegcolorspace_caps_remove_format_info):
36035           s/gst_caps_simplify/gst_caps_do_simplify/
36036
36037 2004-04-22  Benjamin Otte  <otte@gnome.org>
36038
36039         * gst-libs/gst/riff/riff-media.c:
36040         (gst_riff_create_video_caps_with_data):
36041           mpegversion is an int
36042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36043           don't try to create pad templates with NULL caps, use any caps
36044           instead.
36045
36046 2004-04-20  David Schleef  <ds@schleef.org>
36047
36048         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36049         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36050         (bug #140384)
36051
36052 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36053
36054         reviewed by David Schleef
36055
36056         * ext/mad/gstid3tag.c: Add stdlib.h
36057         * gst/rtp/gstrtpgsmenc.c: same
36058         * gst/tags/gstid3tag.c: same
36059         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36060         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36061         GST_DISABLE_LOADSAVE use.
36062         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36063         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36064         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36065         atol(3)).
36066         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36067         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36068         strtoul(3)).
36069         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36070         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36071         $(ID3_CFLAGS).
36072         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36073         $(LIBFAME_CFLAGS).
36074
36075 2004-04-20  David Schleef  <ds@schleef.org>
36076
36077         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36078         last checkin.  Same idea.
36079
36080 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36081
36082         reviewed by David Schleef
36083
36084         * configure.ac: bump required gstreamer version to 0.8.1.1
36085         because of following changes [--ds]
36086
36087         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36088         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36089         (gst_riff_read_header):  Use GST_READ_UINT*
36090         macros to access possibly unaligned memory.
36091
36092         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36093         (mp3_type_find):  Use GST_READ_UINT*
36094         macros to access possibly unaligned memory.
36095         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36096         (speex_type_find): Likewise
36097
36098         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36099
36100         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36101         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36102         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36103         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36104         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36105         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36106         macros to access possibly unaligned memory.
36107
36108         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36109         Likewise.
36110
36111         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36112         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36113
36114         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36115         Likewise.
36116
36117         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36118         (gst_mpeg2subt_chain_subtitle): Likewise.
36119
36120         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36121         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36122         Likewise.
36123
36124         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36125         Likewise.
36126
36127         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36128         Likewise.
36129
36130         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36131         Likewise.
36132
36133 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36134
36135         * configure.ac:
36136           update required version of GStreamer because of GST_TIME_FORMAT
36137
36138 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36139
36140         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36141           remove leftover g_print
36142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36143           don't try setting only a subset of the caps. We don't want to kill
36144           autoplugging on purpose
36145
36146 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36147
36148         * sys/ximage/ximagesink.c: (plugin_init):
36149         * sys/xvimage/xvimagesink.c: (plugin_init):
36150           add debugging categories
36151
36152 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36153
36154         * po/en_GB.po:
36155         * po/LINGUAS:
36156           Adding en_GB translation (Gareth Owen)
36157
36158 2004-04-20  David Schleef  <ds@schleef.org>
36159
36160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36161         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36162         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36163         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36164         A number of new features and hacks to extract the esds atom and
36165         put it into the caps.  (bug #137724)
36166
36167 2004-04-19  David Schleef  <ds@schleef.org>
36168
36169         * gconf/Makefile.am: Fix for non-GNU make
36170         * gst-libs/gst/Makefile.am: Change directory order to handle
36171         GstPlay linking with gstinterfaces
36172         * gst-libs/gst/audio/make_filter: make use of tr portable
36173         * gst-libs/gst/play/Makefile.am: Add intended \
36174         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36175         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36176         function prototype instead of void *.
36177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36178         macro.
36179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36180         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36181         * gst/videofilter/make_filter: make use of tr portable
36182         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36183
36184 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36185
36186         * po/LINGUAS:
36187         * po/uk.po:
36188           Added Ukrainian translation (Maxim V. Dziumanenko)
36189
36190 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36191
36192         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36193         (gst_gsmdec_link), (gst_gsmdec_chain):
36194           Fix capsnego, simplify chain function slightly.
36195         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36196           Add GSM.
36197
36198 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36199
36200         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36201         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36202         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36203           Hack to make wavparse work with spider (always -> sometimes pad).
36204           Fixes #135862 && #140411.
36205
36206 2004-04-18  Benjamin Otte  <otte@gnome.org>
36207
36208         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36209         (gst_osselement_rate_probe_check),
36210         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36211           get rid of \n in debug output
36212
36213 2004-04-17  Iain <iain@prettypeople.org>
36214
36215         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36216         not just EOS.
36217
36218 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36219
36220         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36221         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36222         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36223         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36224         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36225         (gst_id3_tag_change_state), (plugin_init):
36226           deprecate id3tag element and replace with id3demux/id3mux.
36227           great side effect: this ugly file is now even uglier, yay!
36228         * ext/mad/gstmad.h:
36229           remove non-available function
36230           update for new get_type
36231
36232 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36233
36234         * configure.ac:
36235           require mpeg2dec >= 0.4.0
36236
36237 2004-04-17  Benjamin Otte  <otte@gnome.org>
36238
36239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36240         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36241         (gst_xvimagesink_set_xwindow_id):
36242           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36243           assorted cleanup fixes.
36244
36245 2004-04-16  David Schleef  <ds@schleef.org>
36246
36247         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36248         * sys/xvimage/xvimagesink.h: same
36249
36250 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36251
36252         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36253           Fix GST_ELEMENT_ERROR with (NULL)
36254
36255 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36256
36257         * gst-libs/gst/riff/riff-media.c:
36258         (gst_riff_create_video_caps_with_data):
36259           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36260
36261 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36262
36263         * gst-libs/gst/riff/riff-media.c:
36264         (gst_riff_create_video_caps_with_data),
36265         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36266         (gst_riff_create_video_template_caps),
36267         (gst_riff_create_audio_template_caps):
36268         * gst-libs/gst/riff/riff-media.h:
36269         * gst-libs/gst/riff/riff-read.c:
36270         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36271         * gst-libs/gst/riff/riff-read.h:
36272         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36273           Add MS RLE support. I added some functions to read out strf chunks
36274           into strf chunks and the data behind it. This is usually color
36275           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36276           caps creation. Lastly, add ADPCM (similar to wavparse - which
36277           should eventually be rifflib based).
36278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36279         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36280         * gst/matroska/matroska-demux.h:
36281           Remove placeholders for some prehistoric tagging system. Didn't add
36282           support for any tag system really anyway.
36283         * gst/qtdemux/qtdemux.c:
36284           Add support for audio/x-m4a (MPEG-4) through spider.
36285         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36286         (gst_wavparse_loop):
36287           ADPCM support (#135862). Increase max. buffer size because we
36288           cannot split buffers for ADPCM (screws references) and I've seen
36289           files with 2048 byte chunks. 4096 seems safe for now.
36290
36291 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36292
36293         * configure.ac: bump nano to 1
36294
36295 === release 0.8.1 ===
36296
36297 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36298
36299         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36300
36301 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36302
36303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36304           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36305           Fixes #140058
36306
36307 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36308
36309         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36310           lower rank of dvddemux so that it's not used for mpeg playback.
36311
36312 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36313
36314         * configure.ac:
36315           save libs correctly when checking mad
36316
36317 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36318
36319         * ext/mad/gstid3tag.c: (plugin_init):
36320           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36321
36322 2004-04-13  David Schleef  <ds@schleef.org>
36323
36324         * common/m4/gst-feature.m4: Call -config scripts with
36325         --plugin-libs if it is supported.
36326         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36327         JPEG images are image/jpeg.
36328         * gst/debug/Makefile.am:
36329         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36330         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36331         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36332         (gst_negotiation_plugin_init): Add a property that acts like
36333         filter caps.
36334         * testsuite/gst-lint:  Move license checking to be a standard
36335         test.
36336
36337 2004-04-13  David Schleef  <ds@schleef.org>
36338
36339         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36340         patch from Sebastien Cote (bug #139958)
36341
36342 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36343
36344         * examples/gstplay/Makefile.am:
36345         * examples/gstplay/player.c: (main):
36346           make the commandline player example use gconf settings
36347
36348 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36349
36350         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36351         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36352         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36353           init/end library during state transition, not object
36354           creation/disposal.  get rid of custom dispose handler.
36355
36356
36357 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36358
36359         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36360         be a symlink
36361
36362 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36363
36364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36365           Handle JUNK chunks inside data section. Prevents warnings.
36366
36367 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36368
36369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36370         (gst_riff_create_video_template_caps):
36371           Add MS video v1.
36372         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36373         (gst_avi_demux_stream_data):
36374           Add support for "rec-list" chunks.
36375
36376 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36377
36378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36379           Fix another codecname mismatch.
36380
36381 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36382
36383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36384           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36385           so that MJPEG plays back.
36386
36387 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36388
36389         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36390         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36391         * gst/mpeg1videoparse/gstmp1videoparse.h:
36392           Fix for some slight mis-cuts in buffer parsing, and for some
36393           potential overflows or faults-causers. Adds disconts. Also fixes
36394           #139105 while we're at it.
36395
36396 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36397
36398         * configure.ac:
36399         * sys/v4l2/gstv4l2element.h:
36400           Workaround for missing struct v4l2_buffer declaration in Suse 9
36401           and Mandrake 10 linux/videodev2.h header file (#135919).
36402
36403 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36404
36405         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36406           Bail out if no filename was given.
36407
36408 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36409
36410         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36411         (gst_v4l2_fourcc_from_structure):
36412           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36413           Y41B somewhere).
36414
36415 2004-04-09  Benjamin Otte  <otte@gnome.org>
36416
36417         * ext/gnomevfs/gstgnomevfssink.c:
36418         (_gst_boolean_allow_overwrite_accumulator),
36419         (gst_gnomevfssink_class_init):
36420           fix erase signal - if any handler returns false the file will not be
36421           overwritten. If no handler is connected, the file will not be
36422           overwritten either.
36423           renamed signal to "allow-overwrite"
36424         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36425           free string when adding it to ID3 failed
36426         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36427           unref event when done
36428         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36429           free caps
36430         * gst/typefind/gsttypefindfunctions.c:
36431         (mpeg_video_stream_type_find):
36432           fix invalid read
36433
36434 2004-04-08  David Schleef  <ds@schleef.org>
36435
36436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36437         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36438
36439 2004-04-08  David Schleef  <ds@schleef.org>
36440
36441         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36442         we don't support (bug #139532)
36443
36444 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36445
36446         * ext/mad/gstmad.c: (gst_mad_handle_event),
36447         (gst_mad_check_caps_reset), (gst_mad_chain),
36448         (gst_mad_change_state):
36449           only set explicit caps if they haven't been set before for
36450           this stream.  MPEG-audio sample rate/channels aren't allowed
36451           to change in-stream.
36452           Fixes #139382
36453
36454 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36455
36456         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36457         (_gst_boolean_did_something_accumulator),
36458         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36459         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36460         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36461         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36462         (gst_gnomevfssink_change_state):
36463           Fix erase signal. Don't erase by default. Remove handoff signal.
36464           Remove erase property. Don't segfault. General cleanup.
36465
36466 2004-04-07  Benjamin Otte  <otte@gnome.org>
36467
36468         * gst-libs/gst/gconf/test-gconf.c: (main):
36469           add missing gst_init
36470
36471 2004-04-07  Benjamin Otte  <otte@gnome.org>
36472
36473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36474           free the mutexes, too
36475
36476 2004-04-07  Benjamin Otte  <otte@gnome.org>
36477
36478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36479           actually free the URI string
36480         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36481           compute offset correctly when passing discont events
36482         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36483           don't leak discont events
36484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36485           add some missing breaks so caps aren't copied randomly
36486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36487           if we realloc memory, we better use it
36488
36489 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36490
36491         * ext/mad/gstmad.c: (normal_seek):
36492           fix GST_FORMAT_TIME usage
36493
36494 2004-04-05  David Schleef  <ds@schleef.org>
36495
36496         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36497         a deprecated function (hack!)
36498
36499 2004-04-05  Benjamin Otte  <otte@gnome.org>
36500
36501         * ext/esd/esdmon.c: (gst_esdmon_get):
36502           fix nonterminated vararg and memleak
36503
36504 2004-04-05  Benjamin Otte  <otte@gnome.org>
36505
36506         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36507         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36508         (gst_ladspa_set_property), (gst_ladspa_get_property),
36509         (gst_ladspa_instantiate), (gst_ladspa_activate),
36510         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36511           clean up debugging
36512
36513 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36514
36515         reviewed by Benjamin Otte  <otte@gnome.org>
36516
36517         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36518           check for broken LADSPA parameters (fixes #138635)
36519
36520 2004-04-05  Benjamin Otte  <otte@gnome.org>
36521
36522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36523           advertise buffer-frames correctly on sinkpads
36524
36525 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36526
36527         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36528         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36529         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36530         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36531         (gst_mad_check_caps_reset), (gst_mad_chain):
36532         add more debugging, only reset caps when we're not in error state
36533
36534 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36535
36536         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36537
36538 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36539
36540         reviewed by Benjamin Otte  <otte@gnome.org>
36541
36542         * configure.ac:
36543           fix == in test(1) operator
36544
36545 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36546
36547         reviewed by Benjamin Otte  <otte@gnome.org>
36548
36549         * configure.ac:
36550           fix --export-symblos-regex to a working regex.
36551
36552 2004-04-04  Benjamin Otte  <otte@gnome.org>
36553
36554         * sys/oss/.cvsignore:
36555           add for oss_probe
36556
36557 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36558
36559         reviewed by Benjamin Otte  <otte@gnome.org>
36560
36561         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36562           add missing 'new_media' argument (fixes #138168)
36563         * gst/matroska/matroska-demux.c:
36564         (gst_matroska_demux_handle_seek_event):
36565           add vararg terminator (fixes #138169)
36566
36567 2004-04-02  David Schleef  <ds@schleef.org>
36568
36569         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36570         disted (bug #138914)
36571
36572 2004-04-01  Benjamin Otte  <otte@gnome.org>
36573
36574         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36575         (gst_alsa_close_audio):
36576           handle case better where a soundcard can't pause
36577         * ext/ogg/gstoggdemux.c:
36578           don't crash when we get events but don't have pads yet
36579
36580 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36581
36582         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36583           throw an error if we couldn't probe any caps.
36584
36585 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36586
36587         * ext/dvdnav/gst-dvd:
36588         Add a really simple sample DVD player
36589
36590 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36591
36592         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36593         (gst_a52dec_push), (gst_a52dec_handle_event),
36594         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36595         (gst_a52dec_change_state):
36596         * ext/a52dec/gsta52dec.h:
36597           Use a debug category, Output timestamps correctly
36598           Emit tag info, Handle events, tell liba52dec about cpu
36599           capabilities so it can use MMX etc.
36600         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36601           Fix a crasher accessing invalid memory
36602         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36603         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36604         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36605         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36606         (dvdnavsrc_query):
36607           Some support for byte-format seeking.
36608           Small fixes for still frames and menu button overlays
36609         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36610         (gst_mpeg2dec_alloc_buffer):
36611           Use a debug category. Adjust the report level of several items to
36612           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36613           so it doesn't lose the GstBuffer pointer
36614         * gst/debug/Makefile.am:
36615         * gst/debug/gstdebug.c: (plugin_init):
36616         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36617         (gst_navseek_base_init), (gst_navseek_class_init),
36618         (gst_navseek_init), (gst_navseek_seek),
36619         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36620         (gst_navseek_get_property), (gst_navseek_chain),
36621         (gst_navseek_plugin_init):
36622         * gst/debug/gstnavseek.h:
36623           Add the navseek debug element for seeking back and forth in a
36624           video stream using arrow keys.
36625         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36626         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36627         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36628         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36629         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36630         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36631         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36632         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36633         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36634         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36635         * gst/mpeg2sub/gstmpeg2subt.h:
36636           Pretty much a complete rewrite. Now a loopbased element. May still
36637           require work to properly synchronise subtitle buffers.
36638         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36639         (gst_dvd_demux_send_subbuffer):
36640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36641           Don't attempt to create subbuffers of size 0
36642           Reduce a couple of error outputs to warnings.
36643         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36644         (gst_y4mencode_chain):
36645         Output the y4m frame header correctly.
36646
36647 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36648
36649         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36650           throw errors instead of allowing SIGFPE
36651
36652 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36653
36654         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36655         (gst_gconf_render_bin_from_key):
36656           leak plugging and style fixing
36657
36658 2004-03-31  David Schleef  <ds@schleef.org>
36659
36660         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36661         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36662         (bug #138225)
36663         * gst/debug/Makefile.am:
36664         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36665         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36666         plugin.
36667         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36668         (gst_negotiation_base_init), (gst_negotiation_class_init),
36669         (gst_negotiation_init), (gst_negotiation_getcaps),
36670         (gst_negotiation_pad_link), (gst_negotiation_chain),
36671         (gst_negotiation_set_property), (gst_negotiation_get_property),
36672         (gst_negotiation_plugin_init):  New element to talk about random
36673         negotiation things happening in a pipeline.
36674
36675 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36676
36677         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36678           fix integer addition with help of Stefan Kost
36679
36680 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36681
36682         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36683
36684 2004-03-30  David Schleef  <ds@schleef.org>
36685
36686         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36687         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36688         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36689         (bug #137504)
36690         * ext/mpeg2dec/gstmpeg2dec.h:
36691
36692 2004-03-30  David Schleef  <ds@schleef.org>
36693
36694         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36695
36696 2004-03-30  David Schleef  <ds@schleef.org>
36697
36698         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36699         Michael Petullo) to handle .mov
36700
36701 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36702
36703         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36704         (gst_osselement_rate_check_rate):
36705           probe caps correctly for sound cards that only support one format
36706
36707 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36708
36709         * ext/kio/kiosrc.cpp: (process_events):
36710           update handling event processing if inside KDE - untested
36711
36712 2004-03-29  David Schleef  <ds@schleef.org>
36713
36714         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36715         by 2 to not interfere with other colorspaces.
36716         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36717         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36718         one to not interfere with ffmpeg_colorspace.
36719
36720 2004-03-29  David Schleef  <ds@schleef.org>
36721
36722         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36723         aren't in the caps.
36724         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36725         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36726
36727 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36728
36729         * gst-libs/gst/riff/riff-media.c:
36730           fail on error, don't try to set stuff on NULL caps
36731
36732 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36733
36734         * configure.ac:
36735         * ext/Makefile.am:
36736         * ext/kio/Makefile.am:
36737         * ext/kio/kioreceiver.cpp:
36738         * ext/kio/kioreceiver.h:
36739         * ext/kio/kiosrc.cpp:
36740         * ext/kio/kiosrc.h:
36741           add experimental kiosrc plugin
36742         * ext/alsa/gstalsaplugin.c: (plugin_init):
36743           initialize debugging category only when we're sure registering the
36744           plugins worked.
36745
36746 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36747
36748         * examples/gstplay/player.c: (main):
36749         * gst-libs/gst/play/play.c: (gst_play_class_init),
36750         (gst_play_set_location), (gst_play_set_data_src),
36751         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36752         (gst_play_set_visualization), (gst_play_connect_visualization):
36753           check return values of element_set_state and return FALSE where
36754           failed
36755
36756 2004-03-29  Benjamin Otte  <otte@gnome.org>
36757
36758         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36759           try harder to check if an event is really a discont
36760
36761 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36762
36763         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36764         * po/az.po:
36765
36766 2004-03-28  Benjamin Otte  <otte@gnome.org>
36767
36768         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36769         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36770         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36771           get rid of non-standard "..." ranges in case statements.
36772
36773 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36774
36775         * gst/mpegstream/gstmpegdemux.c:
36776         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36777         specific functionality split to the new dvddemux element.
36778         * gst/mpegstream/gstdvddemux.c:
36779         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36780         streams, derived from mpegdemux.
36781         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36782         up. SCR based timestamp rewriting can be turned off (will probably
36783         completely disappear soon).
36784         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36785         hacking. General cleanup. All printf statements replaced by
36786         debugging messages. Almost complete libdvdnav support.
36787         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36788         by events. New properties for audio and subpicture languages.
36789         (dvdnavsrc_update_highlight): Now uses events.
36790         (dvdnavsrc_user_op): Cleaned up.
36791         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36792         based). Lots of cleanup, and propper support for most libdvdnav
36793         events.
36794         (dvdnavsrc_make_dvd_event): New function.
36795         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36796         (dvdnavsrc_make_clut_change_event): New function.
36797
36798 2004-03-26  Benjamin Otte  <otte@gnome.org>
36799
36800         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36801           fix bug where typefinding would claim it's theora whenever less then
36802           7 bytes of data were available
36803
36804 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36805
36806         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36807         (gst_alawdec_base_init), (gst_alawdec_class_init),
36808         (gst_alawdec_init), (gst_alawdec_chain):
36809         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36810         (gst_alawenc_base_init), (gst_alawenc_class_init),
36811         (gst_alawenc_init), (gst_alawenc_chain):
36812         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36813         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36814         (gst_mulawdec_init), (gst_mulawdec_chain):
36815         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36816         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36817         (gst_mulawenc_init), (gst_mulawenc_chain):
36818           Fix capsnego in all four, remove the unused property functions and
36819           simplify the chain functions slightly. I guess we could use macros
36820           or something similar for those, since the code is so similar, but
36821           I'm currently too lazy...
36822
36823 2004-03-24  David Schleef  <ds@schleef.org>
36824
36825         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36826         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36827         (gst_osselement_get_format_structure),
36828         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36829         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36830         (gst_osselement_rate_int_compare): Add code to handle rate probing
36831         (bug #120883)
36832         * sys/oss/gstosselement.h: same
36833         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36834         Use rate probing provided by osselement.
36835         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36836
36837 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36838
36839         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36840         (gst_xvidenc_get_property):
36841           ulong/int mess-up.
36842
36843 2004-03-24  David Schleef  <ds@schleef.org>
36844
36845         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36846         (gst_speexdec_init):
36847         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36848         (gst_speexenc_init):  Create the pad template correctly (from
36849         the static pad template, not a NULL pointer.)
36850
36851 2004-03-25  Benjamin Otte  <otte@gnome.org>
36852
36853         * gst/debug/Makefile.am:
36854         * gst/debug/breakmydata.c:
36855           add element that quasi-randomly changes bytes in the stream.
36856           Intended use is robustness checking of demuxers and decoders in
36857           media tests.
36858
36859 2004-03-24  Benjamin Otte  <otte@gnome.org>
36860
36861         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36862         (gst_alsa_probe_hw_params):
36863         * ext/alsa/gstalsa.h:
36864           debugging output fixes
36865
36866 2004-03-24  Benjamin Otte  <otte@gnome.org>
36867
36868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36869           don't g_return_if_fail if element is PLAYING, fail silently as every
36870           other element.
36871         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36872           only fix needed for cast lvalue issues in gst-plugins
36873         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36874           add proxy_getcaps
36875
36876 2004-03-24  Benjamin Otte  <otte@gnome.org>
36877
36878         * gst/level/gstlevel.c: (gst_level_init):
36879           add proxying getcaps function, so level doesn't advertise impossible
36880           caps
36881
36882 2004-03-24  David Schleef  <ds@schleef.org>
36883
36884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36885         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36886         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36887         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36888         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36889         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36890         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36891         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36892         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36893         messages.  Divide the chunk size by the compression ratio
36894         (needed for MACE audio)
36895
36896 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36897
36898         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36899           Fix buffer overflow read error.
36900
36901 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36902
36903         * ext/alsa/gstalsa.h:
36904           Remove unused entry.
36905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36906           Add cinepak.
36907         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36908         (gst_videodrop_link), (gst_videodrop_chain):
36909           Fix, sort of. Was horribly broken with new capsnego. Bah...
36910
36911 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36912
36913         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36914         (plugin_init):
36915         Add a monkeysaudio typefind function
36916
36917 2004-03-23  Johan Dahlin  <johan@gnome.org>
36918
36919         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36920         (gst_play_video_fixate): Check so the structure has the field
36921         before trying to fixate them, this makes it possible to have
36922         fakesinks for video and audio output without printing errors on
36923         the output console.
36924
36925 2004-03-22  David Schleef  <ds@schleef.org>
36926
36927         * sys/oss/Makefile.am:
36928         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36929         (check_rate), (add_rate):  Rate probing test app.
36930
36931 2004-03-21  Benjamin Otte  <otte@gnome.org>
36932
36933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36934         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36935           add a fixation function that pretty much does the right thing (fixes
36936           #137556)
36937
36938 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36939
36940         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36941
36942 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36943
36944         reviewed by: Benjamin Otte  <otte@gnome.org>
36945
36946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36947           terminate gst_event_new_discontinuous correctly (fixes parts of
36948           #137711)
36949
36950 2004-03-19  David Schleef  <ds@schleef.org>
36951
36952         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36953         since it doesn't depend on X, and it's part of our ABI.
36954
36955 2004-03-19  Iain <iain@prettypeople.org>
36956
36957         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36958         is_int in the structure, not the local variable.
36959
36960 2004-03-19  David Schleef  <ds@schleef.org>
36961
36962         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36963         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36964         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36965         Improvements in caps negotiation.
36966
36967 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36968
36969         * po/LINGUAS:
36970         * po/af.po:
36971           adding Afrikaans (Petri Jooste)
36972
36973 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36974
36975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36976         (gst_ffmpegcolorspace_chain):
36977         throw error instead of g_critical (#137588)
36978
36979 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36980
36981         * Makefile.am:
36982         * configure.ac:
36983           dist common and m4 correctly
36984         * po/sv.po:
36985
36986 2004-03-17  David Schleef  <ds@schleef.org>
36987
36988         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36989         (bug #137348)
36990
36991 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * po/LINGUAS:
36994         * po/sv.po:
36995           adding Swedish translation (Christian Rose)
36996
36997 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36998
36999         * Makefile.am: use release.mak
37000
37001 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37002
37003         * common/ChangeLog:
37004         * common/gst-autogen.sh:
37005           add some explanation about the version detection
37006         * configure.ac:
37007           fix X check
37008
37009 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37010
37011         * configure.ac: bump nano to 1
37012
37013 === release 0.8.0 ===
37014
37015 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37018
37019 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37020
37021         * configure.ac:
37022           update libtool version
37023         * gst-libs/gst/media-info/Makefile.am:
37024           actually use libtool version
37025
37026 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37027
37028         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37029
37030 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37031
37032         * configure.ac:
37033         * gst-plugins.spec.in:
37034         * pkgconfig/Makefile.am:
37035         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37036         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37037         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37038         * pkgconfig/gstreamer-libs.pc.in:
37039         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37040         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37041         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37042         * pkgconfig/gstreamer-plugins.pc.in:
37043           remove @VERSION@ from some of the pc files since core and plugins
37044           are decoupled.
37045           created gstreamer-plugins.pc as it's a better name, but keeping
37046           -libs around for now to get fixes upstream done first.
37047
37048 2004-03-15  Julien MOUTTE <julien@moutte.net>
37049
37050         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37051         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37052         * gst-libs/gst/play/play.h:
37053
37054 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37055
37056         * *.c, *.cc: don't mix tabs and spaces
37057
37058 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37059
37060         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37061           use the new ffmpegcolorspace
37062         * gst-plugins.spec.in:
37063           package new colorspace and media-info
37064         * configure.ac:
37065         * pkgconfig/Makefile.am:
37066           fix some more disting issues
37067         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37068         * pkgconfig/gstreamer-media-info.pc.in:
37069           generate media-info pc files
37070
37071 2004-03-15  Johan Dahlin  <johan@gnome.org>
37072
37073         * *.h: Revert indenting
37074
37075 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37076
37077         * configure.ac:
37078           adding ffmpegcolorspace element
37079         * gst/ffmpegcolorspace/Makefile.am:
37080         * gst/ffmpegcolorspace/avcodec.h:
37081         * gst/ffmpegcolorspace/common.h:
37082         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37083         * gst/ffmpegcolorspace/dsputil.h:
37084         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37086         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37087         (gst_ffmpeg_caps_to_pix_fmt):
37088         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37090         (gst_ffmpegcolorspace_caps_remove_format_info),
37091         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37092         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37093         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37094         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37095         (gst_ffmpegcolorspace_set_property),
37096         (gst_ffmpegcolorspace_get_property),
37097         (gst_ffmpegcolorspace_register):
37098         * gst/ffmpegcolorspace/imgconvert.c:
37099         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37100         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37101         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37102         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37103         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37104         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37105         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37106         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37107         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37108         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37109         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37110         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37111         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37112         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37113         (img_get_alpha_info), (deinterlace_line),
37114         (deinterlace_line_inplace), (deinterlace_bottom_field),
37115         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37116         * gst/ffmpegcolorspace/imgconvert_template.h:
37117         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37118         * gst/ffmpegcolorspace/mmx.h:
37119         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37120           adding ffmpegcolorspace element supplied by Ronald after cleaning
37121           up and pulling in the right bits of upstream source.
37122           I'm sure a better C/compiler wizard could do some cleaning up (for
37123           example use GLIB's malloc stuff), but as a first pass this
37124           works very well
37125
37126 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37127
37128         * ext/alsa/gstalsa.h:
37129           I assume Ronald forgot to commit the change to have cardname
37130           as a struct member.  Expect some public spanking at the next
37131           opportunity.
37132
37133 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37134
37135         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37136         (gst_alsa_open_audio), (gst_alsa_close_audio):
37137         * ext/alsa/gstalsa.c:
37138           Don't open the device if we're a mixer (= padless).
37139         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37140         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37141         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37142           Open mixer during state change rather than during object
37143           initialization. Also, get a device name. Currently in a somewhat
37144           hackish fashion, but I didn't really find something better.
37145
37146 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37147
37148         * *.c, *.h: run gst-indent
37149
37150 2004-03-14  Benjamin Otte  <otte@gnome.org>
37151
37152         * gst/modplug/gstmodplug.cc:
37153         * gst/modplug/gstmodplug.h:
37154           set correct timestamps on outgoing buffers
37155
37156 2004-03-14  Benjamin Otte  <otte@gnome.org>
37157
37158         * gst/modplug/gstmodplug.cc:
37159           handle events - don't do crap when a discont arrives that's not
37160           necessary
37161           This allows correct loading and playback of mods in Rhythmbox
37162
37163 2004-03-14  Benjamin Otte  <otte@gnome.org>
37164
37165         * configure.ac:
37166         * gst-libs/gst/gconf/Makefile.am:
37167         * pkgconfig/Makefile.am:
37168           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37169           they get rebuilt properly
37170         * configure.ac:
37171           when checking for vorbis, try pkgconfig first.
37172         * gst/modplug/gstmodplug.cc:
37173           add fixate function
37174
37175 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37176
37177         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37178           Fix for obvious mistake, where we first shift the offset and then
37179           read a samplesize element assuming the old offset. Note that this
37180           part still has something weird, i.e. my movies containing those
37181           don't actually play well, but at least there's something that looks
37182           like sound now.
37183
37184 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37185         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37186         (plugin_init):
37187         Add a typefind function for speex format
37188
37189 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37190
37191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37192         (gst_asf_demux_setup_pad):
37193           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37194           instead of 0. Reason is simple: some elements have a fps range
37195           of 1-max instead of 0-max. So now ASF video actually works.
37196
37197 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37198
37199         * po/LINGUAS:
37200         * po/sr.po:
37201           adding serbian as a language
37202
37203 2004-03-13  Benjamin Otte  <otte@gnome.org>
37204
37205         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37206           return taglist correctly from _get function, don't gst_pad_push it.
37207           (fixes #137042)
37208
37209 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37210         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37211
37212 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37213
37214         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37215         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37216         (gst_alsa_mixer_track_new):
37217         * ext/alsa/gstalsamixertrack.h:
37218           Fix ancient leftovers... MixerTrack is a GObject.
37219
37220 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37221
37222         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37223         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37224           Don't block during probing...
37225
37226 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37227
37228         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37229         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37230         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37231         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37232         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37233         (gst_alsa_open_audio), (gst_alsa_close_audio):
37234         * ext/alsa/gstalsa.h:
37235           Add propertyprobe interface implementation, add some device-name
37236           property, all this so that it looks good in gnome-volume-control.
37237
37238 2004-03-12  David Schleef  <ds@schleef.org>
37239
37240         * configure.ac: the Hermes library controls hermescolorspace, not
37241         colorspace.
37242         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37243         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37244         not /* */
37245         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37246         * ext/sdl/sdlvideosink.h: ditto.
37247         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37248
37249 2004-03-12  Benjamin Otte  <otte@gnome.org>
37250
37251         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37252         (gst_x_overlay_got_xwindow_id):
37253         * gst-libs/gst/xoverlay/xoverlay.h:
37254           replace XID with unsigned long to get rid of the xlibs dependency in
37255           XOverlay (fixes #137004)
37256
37257 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37258         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37259         (gst_agingtv_setup):
37260         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37261         (gst_dicetv_base_init), (gst_dicetv_class_init),
37262         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37263         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37264         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37265         (gst_edgetv_setup), (gst_edgetv_rgb32):
37266         * gst/effectv/gsteffectv.c:
37267         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37268         (gst_quarktv_set_property):
37269         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37270         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37271         (gst_revtv_setup), (gst_revtv_rgb32):
37272         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37273         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37274         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37275         (gst_shagadelictv_rgb32):
37276         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37277         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37278         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37279         * gst/effectv/gstwarp.c:
37280         Port everything that can be ported to videofilter and fix up the caps.
37281         Can someone with a big-endian machine please check these?
37282
37283 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37284
37285         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37286         (gst_osssink_chain), (gst_osssink_change_state):
37287           Latest fixes for A/V sync, audio playback and such. This is about
37288           all... MPEG playback issues are mostly related to the async build-
37289           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37290
37291 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37292
37293         patch from: Stephane Loeuillet
37294
37295         * configure.ac:
37296           use pkg-config for some libraries, falling back to the old .m4 way
37297           (fixes #131270)
37298         * m4/libdv.m4:
37299           removed
37300
37301 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37302
37303         * configure.ac:
37304         * tools/Makefile.am:
37305         * tools/Makefile.in:
37306         * tools/gst-launch-ext-m.m:
37307         * tools/gst-launch-ext.1.in:
37308         * tools/gst-visualise-m.m:
37309         * tools/gst-visualise.1:
37310         * tools/gst-visualise.1.in:
37311           reorganizing generation of script tools
37312
37313 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37314
37315         * ext/divx/gstdivxdec.c:
37316           Downgrade priority. We prefer ffdec_mpeg4.
37317         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37318         (gst_faad_chain), (gst_faad_change_state):
37319           Fix capsnego. Doesn't work for some sounds because we don't have
37320           a 5:1 to stereo element.
37321         * ext/xvid/gstxvid.c: (plugin_init):
37322           Add priority.
37323         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37324         (gst_osssink_change_state):
37325           Add discont handling.
37326
37327 2004-03-09  Colin Walters  <walters@verbum.org>
37328
37329         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37330         conversion.
37331
37332 2004-03-09  Benjamin Otte  <otte@gnome.org>
37333
37334         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37335           the signals take 2 arguments
37336
37337 2004-03-09  David Schleef  <ds@schleef.org>
37338
37339         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37340         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37341         * ext/alsa/gstalsa.h:
37342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37343
37344 2004-03-09  Benjamin Otte  <otte@gnome.org>
37345
37346         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37347         (gst_mikmod_change_state):
37348         * ext/mikmod/gstmikmod.h:
37349           make mikmod's loop function not loop infinitely and call
37350           gst_element_yield anymore
37351         * gst/modplug/gstmodplug.cc:
37352           fix pad negotiation (fixes #136590)
37353
37354 2004-03-09  David Schleef  <ds@schleef.org>
37355
37356         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37357         doesn't conflict with the internal colorspace plugin.
37358         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37359         satisfy the crappy-ass shell shipped by a certain vendor.
37360         * gst/videofilter/make_filter: same (bug #135299)
37361
37362 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37363
37364         * configure.ac: bump nano to 1
37365
37366 === release 0.7.6 ===
37367
37368 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37369
37370         * configure.in: releasing 0.7.6, "There"
37371
37372 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37373
37374         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37375         * pkgconfig/gstreamer-play.pc.in:
37376           synchronize the two
37377
37378 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37381         (cdparanoia_open), (cdparanoia_event):
37382           fix/add error handling
37383         * po/POTFILES.in:
37384           add cdparanoia source
37385         * tools/Makefile.am:
37386           make scripts executable
37387
37388 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37389
37390         * configure.ac:
37391         * ext/vorbis/Makefile.am:
37392         * sys/Makefile.am:
37393           remove id3types, vorbisfile and xvideosink from the build (#133783)
37394
37395 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37396
37397         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37398           Fix metadata read crash (#136537).
37399
37400 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37401
37402         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37403         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37404           adding mime types, fixing the one-stop function
37405
37406 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37407
37408         * ext/nas/nassink.c and /ext/nas/nassink.h:
37409         More NAS love from Arwed von Merkatz
37410         So lets all sing 'Can you feel the NAS tonight'
37411
37412 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37413
37414         * tools/gst-launch-ext.in:
37415         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37416
37417 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37418
37419         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37420         (gst_mpeg2dec_init):
37421         remove the user_data pad for now, because it is being used in
37422         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37423         If someone knows how to fix this properly, please do.
37424
37425 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37426
37427         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37428         (gst_osssink_get_time):
37429         add a warning, IMO this won't get triggered anymore, remove later
37430
37431 2004-03-07  David Schleef  <ds@schleef.org>
37432
37433         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37434         format (bug #136470)
37435
37436 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37437
37438         * gst-libs/Makefile.am:
37439         * gst-libs/gst/media-info/Makefile.am:
37440         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37441         (error_callback), (gst_media_info_error_create),
37442         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37443         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37444         * gst-libs/gst/media-info/media-info-priv.h:
37445         * gst-libs/gst/media-info/media-info-test.c: (main):
37446         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37447         (gst_media_info_class_init), (gst_media_info_instance_init),
37448         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37449         (gst_media_info_read_idler), (gst_media_info_read):
37450         * gst-libs/gst/media-info/media-info.h:
37451         fixed, should work now
37452
37453 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37454
37455         * ext/nas/nassink.c:
37456         A bunch of NAS fixes from Arwed von Merkatz
37457
37458 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37459
37460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37461         (qtdemux_parse_trak):
37462           Fix crash (j might be greater than n_samples, in which case we're
37463           writing outside the allocated space for the array) and memleak.
37464
37465 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37466
37467         * sys/oss/gstosssink.c: (gst_osssink_chain):
37468           And another caller that couldn't handle delay < 0 (unsigned
37469           integer overflow). Video now continues playing on an audio
37470           buffer underrun, and the clock continues working. Audio still
37471           stalls.
37472
37473 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37474
37475         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37476         (gst_osssink_get_time):
37477           get_delay() may return values lower than 0. In those cases, we
37478           should not actually cast to *unsigned* int64, that will break
37479           stuff horribly. In my case, it screwed up A/V sync in movies
37480           in totem rather badly.
37481
37482 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37483
37484         * ext/faac/gstfaac.c: (gst_faac_chain):
37485         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37486         * ext/libpng/gstpngenc.c: (user_write_data):
37487         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37488         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37489         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37490         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37491         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37492         of any buffer), should fix some leaks. I hope I didn't unref buffers
37493         that shouldn't be...
37494
37495 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37496
37497         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37498         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37499         (error_callback), (gmi_reset), (gmi_seek_to_track),
37500         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37501         (gmip_find_type_post), (gmip_find_stream_post),
37502         (gmip_find_track_streaminfo_post):
37503         * gst-libs/gst/media-info/media-info-priv.h:
37504         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37505         (info_print), (main):
37506         * gst-libs/gst/media-info/media-info.c:
37507         (gst_media_info_error_create), (gst_media_info_error_element),
37508         (gst_media_info_instance_init), (gst_media_info_get_property),
37509         (gst_media_info_new), (gst_media_info_set_source),
37510         (gst_media_info_read_idler), (gst_media_info_read):
37511         * gst-libs/gst/media-info/media-info.h:
37512           first pass at making this work again.  This seems to work on
37513           tagged ogg/vorbis and mp3 files.
37514
37515 2004-03-06  Benjamin Otte  <otte@gnome.org>
37516
37517         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37518           fix huge leak: gst_buffer_merge doesn't unref the first argument
37519           itself.
37520
37521 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37522
37523         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37524           report layer/mode/emphasis
37525
37526 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37527
37528         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37529
37530 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37531
37532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37533           signal serial
37534
37535 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37536
37537         * ext/vorbis/vorbis.c: (plugin_init):
37538         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37539         (gst_vorbis_dec_init), (vorbis_dec_event):
37540         add debug category
37541         make vorbisdec handle _BYTE and _TIME queries
37542
37543 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37544
37545         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37546           from the xing header
37547
37548 2004-03-06  Benjamin Otte  <otte@gnome.org>
37549
37550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37551         (gst_audio_convert_link), (gst_audio_convert_change_state),
37552         (gst_audio_convert_buffer_from_default_format):
37553           do conversions from/to float correctly, fix some caps nego errors,
37554           export correct supported caps in template and getcaps, use correct
37555           caps in try_set_caps functions
37556
37557 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37558
37559         For some reason, I only committed a ChangeLog entry yesterday and
37560         not the corresponding code...
37561         * ext/mad/gstmad.c: Fix detection of Xing headers
37562         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37563
37564 2004-03-06  Benjamin Otte  <otte@gnome.org>
37565
37566         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37567         (gst_ogg_demux_src_query):
37568           make sure to handle the case where there's no current chain
37569           gracefully.
37570
37571 2004-03-05  David Schleef  <ds@schleef.org>
37572
37573         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37574         Add fixate function. (bug #131128)
37575         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37576         (gst_sdlvideosink_fixate):  Add fixate function.
37577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37578         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37579         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37580         Fix missing break that was causing ulaw to be interpreted as
37581         raw int.
37582
37583 2004-03-05  David Schleef  <ds@schleef.org>
37584
37585         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37586         Fix code that ignores return value of gst_buffer_merge().
37587         (bug #114560)
37588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37589         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37590         * testsuite/gst-lint:  Check for above.
37591
37592 2004-03-05  David Schleef  <ds@schleef.org>
37593
37594         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37595         caps and throw an element error.  (bug #136334)
37596
37597 2004-03-05  David Schleef  <ds@schleef.org>
37598
37599         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37600         (gst_faad_chain): Fix negotiation.
37601         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37602         key and button events.
37603         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37604         dung heap of code.
37605         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37606         depends on gconf
37607         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37608         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37609         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37610         function to encourage better negotiation, particularly between
37611         audioconvert and osssink.
37612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37613         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37614         more important.
37615         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37616         typefinding.
37617         * gst/vbidec/vbiscreen.c:  Add glib header
37618         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37619
37620 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37621
37622         * ext/mad/gstmad.c: Fix detection of Xing headers
37623         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37624
37625 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37626
37627         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37628         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37629           debug updates
37630
37631 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37632
37633         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37634         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37635         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37636         files, and report the parsed length as a GST_TAG_DURATION tag.
37637         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37638
37639 2004-03-05  Benjamin Otte  <otte@gnome.org>
37640
37641         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37642           convert channels correctly. convert correctly to unsigned.
37643
37644 2004-03-05  Julien MOUTTE <julien@moutte.net>
37645
37646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37647         we have a window before clearing it.
37648
37649 2004-03-05  Julien MOUTTE <julien@moutte.net>
37650
37651         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37652         have a window before clearing it.
37653
37654 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37655
37656         * gconf/gstreamer.schemas.in:
37657         * gst-libs/gst/gconf/Makefile.am:
37658           version installation path the same way as for 0.6
37659         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37660         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37661         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37662           remove comment that was fixed
37663
37664 2004-03-05  David Schleef  <ds@schleef.org>
37665
37666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37667         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37668         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37669         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37670         Add prototype code for handling seeking and querying.
37671
37672 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37673
37674         * examples/gstplay/player.c: (main):
37675           Initialize variables to NULL. Prevents a segfault because the
37676           (uninitialized) variable is not NULL, resulting in a crash on
37677           trying to reach error->message.
37678
37679 2004-03-05  Benjamin Otte  <otte@gnome.org>
37680
37681         * gst/audioconvert/gstaudioconvert.c:
37682         (gst_audio_convert_buffer_to_default_format):
37683         make float=>int conversion work correctly even in cornercases.
37684
37685 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37686
37687         * debian/README.Debian:
37688         * debian/build-deps:
37689         * debian/changelog:
37690         * debian/control:
37691         * debian/control.in:
37692         * debian/copyright:
37693         * debian/gstreamer-a52dec.files:
37694         * debian/gstreamer-aa.files:
37695         * debian/gstreamer-alsa.files:
37696         * debian/gstreamer-alsa.manpages:
37697         * debian/gstreamer-arts.files:
37698         * debian/gstreamer-artsd.files:
37699         * debian/gstreamer-audiofile.files:
37700         * debian/gstreamer-avifile.files:
37701         * debian/gstreamer-cdparanoia.files:
37702         * debian/gstreamer-colorspace.files:
37703         * debian/gstreamer-doc.files:
37704         * debian/gstreamer-dv.files:
37705         * debian/gstreamer-dvd.files:
37706         * debian/gstreamer-esd.files:
37707         * debian/gstreamer-festival.files:
37708         * debian/gstreamer-flac.files:
37709         * debian/gstreamer-gconf.conffiles:
37710         * debian/gstreamer-gconf.files:
37711         * debian/gstreamer-gconf.postinst:
37712         * debian/gstreamer-gnomevfs.files:
37713         * debian/gstreamer-gsm.files:
37714         * debian/gstreamer-http.files:
37715         * debian/gstreamer-jack.files:
37716         * debian/gstreamer-jpeg.files:
37717         * debian/gstreamer-mad.files:
37718         * debian/gstreamer-mikmod.files:
37719         * debian/gstreamer-misc.files:
37720         * debian/gstreamer-mpeg2dec.files:
37721         * debian/gstreamer-oss.files:
37722         * debian/gstreamer-plugin-apps.files:
37723         * debian/gstreamer-plugin-apps.manpages:
37724         * debian/gstreamer-plugin-libs-dev.files:
37725         * debian/gstreamer-plugin-libs.files:
37726         * debian/gstreamer-plugin-template.postinst:
37727         * debian/gstreamer-plugin-template.postrm:
37728         * debian/gstreamer-sdl.files:
37729         * debian/gstreamer-sid.files:
37730         * debian/gstreamer-vorbis.files:
37731         * debian/gstreamer-x.files:
37732         * debian/mk.control:
37733         * debian/rules:
37734         Debian package info not maintained here.
37735
37736 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37737
37738         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37739         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37740         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37741         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37742         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37743         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37744         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37745         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37746         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37747         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37748         * gst-libs/gst/colorbalance/colorbalance.c:
37749         (gst_color_balance_class_init):
37750         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37751         (gst_color_balance_channel_class_init):
37752         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37753         * gst-libs/gst/play/play.c: (gst_play_class_init):
37754         * gst-libs/gst/propertyprobe/propertyprobe.c:
37755         (gst_property_probe_iface_init):
37756         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37757         * gst-libs/gst/tuner/tunerchannel.c:
37758         (gst_tuner_channel_class_init):
37759         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37760         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37761         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37762         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37763         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37764         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37767         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37768           fix signals to use - instead of _
37769         * ext/libcaca/gstcacasink.h:
37770         * ext/sdl/sdlvideosink.h:
37771           fix header rename
37772
37773 2004-03-04  David Schleef  <ds@schleef.org>
37774
37775         * testsuite/gst-lint:  Add a check for bad signal names.
37776
37777 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37778
37779         reviewed by David Schleef
37780
37781         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37782         modified the alpha channel and caused a warning. (bug #136192)
37783
37784 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37785
37786         * gst-plugins.spec.in:
37787         Change names of plugins to actually be correct. Try to keep things
37788         alphabetical to avoid getting beat up by Thomas
37789
37790 2004-03-03  Julien MOUTTE <julien@moutte.net>
37791
37792         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37793         Using ximagesink as a default if no gconf key found. We should
37794         probably consider using alsasink instead of osssink for the audio
37795         part.
37796
37797 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37798
37799         * configure.ac:
37800           fix --with-plugins, don't think it ever worked before
37801         * gst-plugins.spec.in:
37802           even more updates
37803
37804 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37805
37806         * ext/sdl/sdlvideosink.h:
37807         * sys/ximage/ximagesink.h:
37808         * sys/xvideo/xvideosink.h:
37809         * sys/xvimage/xvimagesink.h:
37810           Fix for move of gstvideosink.h -> videosink.h.
37811
37812 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37813
37814         * gst-libs/gst/xwindowlistener/Makefile.am:
37815           this is a plugin library, not a library
37816
37817 2004-03-01  David Schleef  <ds@schleef.org>
37818
37819         * AUTHORS:  Added some names.  Add yourself if you're still
37820         missing.
37821
37822 2004-03-01  David Schleef  <ds@schleef.org>
37823
37824         * MAINTAINERS: Add
37825
37826 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37827
37828         * gst-plugins.spec.in: clean up spec file
37829
37830 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37831
37832         * gst-libs/gst/video/Makefile.am:
37833         * gst-libs/gst/video/gstvideosink.c:
37834         * gst-libs/gst/video/gstvideosink.h:
37835           rename gstvideosink.h to videosink.h to match other headers
37836         * gst/mixmatrix/Makefile.am:
37837           fix plugin filename
37838         * gst/tags/Makefile.am: fix plugin filename
37839
37840 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37841
37842         * gst/tags/Makefile.am: fix plugin filename
37843
37844 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37845
37846         * examples/gstplay/player.c: (got_time_tick), (main):
37847           add error handler
37848           display time_tick more readably
37849         * gst/mixmatrix/Makefile.am:
37850           fix plugin file name
37851
37852 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37853
37854         * sys/oss/gstosselement.c: (gst_osselement_probe),
37855         (device_combination_append), (gst_osselement_class_probe_devices):
37856         * sys/oss/gstosselement.h:
37857           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37858           on my system using alsa oss emulation, fixes bug #135597
37859
37860 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37861
37862         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37863         (gst_videodrop_chain), (gst_videodrop_change_state):
37864         * gst/videodrop/gstvideodrop.h:
37865           Work based on timestamp of input data, not based on the expected
37866           framerate from the input. The consequence is that this element now
37867           not only scales framerates, but also functions as a framerate
37868           corrector or framerate stabilizer/constantizer.
37869
37870 2004-02-27  David Schleef  <ds@schleef.org>
37871
37872         patches from jmmv@menta.net (Julio M. Merino Vidal)
37873
37874         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37875         GST_ELEMENT_ERROR call (bug #135634)
37876         * gst/interleave/interleave.c: (interleave_buffered_loop),
37877         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37878         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37879         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37880         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37881         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37882         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37883         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37884         Fix GST_ELEMENT_ERROR call.
37885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37886         GST_ELEMENT_ERROR call.
37887
37888 2004-02-27  Benjamin Otte  <otte@gnome.org>
37889
37890         * gst-libs/gst/audio/audio.h:
37891           add macro to make sure header isn't included twice
37892         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37893           don't use gst_buffer_free
37894         * gst/playondemand/filter.func:
37895           don't use gst_data_free. Free data only once.
37896
37897 2004-02-26  David Schleef  <ds@schleef.org>
37898
37899         * gst-libs/gst/colorbalance/Makefile.am:
37900         * gst-libs/gst/mixer/Makefile.am:
37901         * gst-libs/gst/tuner/Makefile.am:
37902         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37903         should not be disted, -marshal.h files should not be installed,
37904         and -enum.h files _should_ be installed.  Fix to make this the
37905         case.
37906
37907 === release 0.7.5 ===
37908
37909 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37910
37911         * configure.ac: release 0.7.5, "Under The Sea"
37912
37913 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37914
37915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37916         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37917         * gst/videoscale/gstvideoscale.c:
37918         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37919           assorted debug/warning fixes
37920
37921 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37922
37923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37924         (gst_videoscale_init), (gst_videoscale_chain),
37925         (gst_videoscale_set_property), (plugin_init):
37926         * gst/videoscale/gstvideoscale.h:
37927         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37928         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37929         (gst_videoscale_planar400), (gst_videoscale_packed422),
37930         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37931         (gst_videoscale_24bit), (gst_videoscale_16bit),
37932         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37933         (gst_videoscale_scale_plane_slow),
37934         (gst_videoscale_scale_point_sample),
37935         (gst_videoscale_scale_nearest),
37936         (gst_videoscale_scale_nearest_str2),
37937         (gst_videoscale_scale_nearest_str4),
37938         (gst_videoscale_scale_nearest_32bit),
37939         (gst_videoscale_scale_nearest_24bit),
37940         (gst_videoscale_scale_nearest_16bit):
37941         add debugging category and use it properly
37942         fix use of GST_PTR_FORMAT
37943
37944 2004-02-25  Andy Wingo  <wingo@pobox.com>
37945
37946         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37947         push only when channel->buffer is NULL. Prevents segfaults doing
37948         the state change after a nonlocal exit, like a scheme exception.
37949
37950         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37951         Handle the case where the intersected caps is empty.
37952
37953 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37954
37955         * gst/law/mulaw-decode.c: (mulawdec_link):
37956         * gst/law/mulaw.c: (plugin_init):
37957           fix mulawdec so it actually works again
37958
37959 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37960
37961         reviewed by: David Schleef  <ds@schleef.org>
37962
37963         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37964         (gst_gamma_init), (gst_gamma_set_property),
37965         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37966         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37967         for RGB, with separate r g and b correction factors. (#131167)
37968
37969 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37970
37971         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37972           only signal tags for bitrate if they're > 0 (#134894)
37973
37974 2004-02-24  David Schleef  <ds@schleef.org>
37975
37976         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37977         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37978         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37979         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37980         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37981         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37982         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37983         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37984         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37985         category.  Attempt to fix timestamp calculation.
37986
37987 2004-02-24  Johan Dahlin  <johan@gnome.org>
37988
37989         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37990
37991 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37992
37993         * configure.ac:
37994         * gconf/Makefile.am:
37995         * gconf/gstreamer.schemas:
37996         * gst-libs/gst/gconf/Makefile.am:
37997         * gst-libs/gst/gconf/gconf.c:
37998           version gconf schemas and install locations
37999
38000 2004-02-23  Benjamin Otte  <otte@gnome.org>
38001
38002         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38003         (gst_xine_input_subclass_init):
38004           call parent dispose.
38005           change pad template for CD reader correctly
38006         * ext/xine/Makefile.am:
38007         * ext/xine/gstxine.h:
38008         * ext/xine/xine.c: (plugin_init):
38009         * ext/xine/xineaudiosink.c:
38010           wrap audio sinks, too
38011         * gst-libs/gst/resample/private.h:
38012         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38013         (gst_resample_reinit), (gst_resample_scale),
38014         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38015         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38016         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38017         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38018         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38019         * gst-libs/gst/resample/resample.h:
38020         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38021         (gst_audioscale_class_init), (gst_audioscale_link),
38022         (gst_audioscale_get_buffer), (gst_audioscale_init),
38023         (gst_audioscale_chain), (gst_audioscale_set_property),
38024         (gst_audioscale_get_property):
38025         * gst/audioscale/gstaudioscale.h:
38026           s/resample_*/gst_resample_*/i to not clobber namespaces
38027
38028 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38029
38030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38031         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38032         (gst_riff_create_video_template_caps),
38033         (gst_riff_create_audio_template_caps),
38034         (gst_riff_create_iavs_template_caps):
38035         * gst-libs/gst/riff/riff-media.h:
38036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38037         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38038         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38039         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38041         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38042         (gst_matroska_demux_plugin_init): First batch implementing audio and
38043         video codec tags in demuxers.
38044
38045 2004-02-22  Benjamin Otte  <otte@gnome.org>
38046
38047         * ext/xine/Makefile.am:
38048         * ext/xine/gstxine.h:
38049         * ext/xine/xine.c: (plugin_init):
38050         * ext/xine/xineinput.c:
38051           add input plugin wrapper. Playback from files, http, mms and cdda
38052           works.
38053         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38054           remove leftover G_GNUC_UNUSED
38055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38056         (gst_asf_demux_identify_guid):
38057           improve debugging output
38058
38059 2004-02-22  Benjamin Otte  <otte@gnome.org>
38060
38061         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38062
38063         * autogen.sh:
38064           replace test -e with test -x for mkinstalldirs to be more portable.
38065           (fixes #134816)
38066
38067 2004-02-22  Benjamin Otte  <otte@gnome.org>
38068
38069         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38070
38071         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38072           set rank to PRIMARY
38073         * gst/volume/gstvolume.c: (plugin_init):
38074           set rank to NONE
38075         fixes #134960
38076
38077 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38078
38079         reviewed by Benjamin Otte  <otte@gnome.org>
38080
38081         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38082           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38083
38084 2004-02-22  Benjamin Otte  <otte@gnome.org>
38085
38086         * configure.ac:
38087           export [_]*{gst,Gst,GST}.* symbols from plugins
38088
38089 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38090
38091         reviewed by: Benjamin Otte  <otte@gnome.org>
38092
38093         * ext/lame/gstlame.c: (add_one_tag):
38094         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38096         (gst_vorbisenc_metadata_set1):
38097         * gst/tags/gstid3tag.c:
38098         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38099           apply fixes from bugs #135042 (lame can't write tags) and #133817
38100           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38101
38102 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38103
38104         * configure.ac: Export only gst_plugin_desc from plugins.
38105          Note that this change only makes any effect with Linux using libtool
38106          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38107          fine. And don't try to have several versions of libtool in different
38108          directories.
38109
38110 2004-02-20  Andy Wingo  <wingo@pobox.com>
38111
38112         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38113         interleave respectively.
38114
38115         * gst/interleave/deinterleave.c: New plugin: deinterleave
38116         (replaces on oneton).
38117         * gst/interleave/interleave.c: New plugin: interleave.
38118         * gst/interleave/plugin.h: Support file.
38119         * gst/interleave/plugin.c: Support file.
38120
38121         * configure.ac: Remove intfloat and oneton, add interleave.
38122
38123         * ext/sndfile/gstsf.c: Handle events better.
38124
38125         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38126         and float2int operation. int2float has scheduling problems as
38127         noted in in2float_chain.
38128
38129 2004-02-20  Benjamin Otte  <otte@gnome.org>
38130
38131         * ext/xine/Makefile.am:
38132         * ext/xine/gstxine.h:
38133         * ext/xine/xine.c:
38134         * ext/xine/xineaudiodec.c:
38135         * ext/xine/xinecaps.c:
38136           add first version of xine plugin wrapper. Currently only wraps the
38137           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38138         * configure.ac:
38139         * ext/Makefile.am:
38140           add xine plugin wrapper, disabled by default. Use --enable-xine to
38141           build. Note that it'll segfault on gst-register if you don't remove
38142           the goom and tvtime post plugins from xine.
38143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38144         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38145           add extradata parsing for QDM2.
38146           change around debugging prints.
38147
38148 2004-02-19  Benjamin Otte  <otte@gnome.org>
38149
38150         * ext/lame/gstlame.c: (gst_lame_chain):
38151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38152           use gst_tag_list_insert when you want to insert tags
38153
38154 2004-02-18  David Schleef  <ds@schleef.org>
38155
38156         * configure.ac:  Move massink to gst-rotten
38157         * ext/Makefile.am:
38158         * ext/mas/Makefile.am:
38159         * ext/mas/massink.c:
38160         * ext/mas/massink.h:
38161
38162 2004-02-18  David Schleef  <ds@schleef.org>
38163
38164         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38165         typefinding, since it seems to be worse than nothing.
38166         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38167         atom to recognize .mp4 and .m4a files as video/quicktime.
38168
38169 2004-02-18  David Schleef  <ds@schleef.org>
38170
38171         * gst/sine/demo-dparams.c: (quit_live),
38172         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38173         Use double dparams, not float.
38174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38175         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38176         sync'd elements don't really work correctly.
38177         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38178         (volume_update_volume), (volume_get_property):  Change dparam
38179         to double.
38180
38181 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38182
38183         * sys/ximage/ximagesink.c:
38184         (gst_ximagesink_xwindow_update_geometry),
38185         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38186         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38187         (gst_ximagesink_init): Rework the way software video scaling works. So
38188         now we check on each chain call if the video frames are feeling the
38189         window. If not we try to renegotiate caps. On failure we memorize that
38190         and we won't try again for that PLAYING sessions.
38191         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38192         failure.
38193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38194         synchronous flag.
38195
38196 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38197
38198         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38199           break up _link so we can give a better debug message for errors
38200
38201 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38202
38203         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38204           set up debug category
38205
38206 2004-02-18  Julien MOUTTE <julien@moutte.net>
38207
38208         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38209         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38210         the way renegotiation work. The event handling function is not taking
38211         care of external windows and renegotiate method check for pad flags
38212         NEGOTIATING. Should fix : #133209
38213
38214 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38215
38216         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38217         pad is negotiating before trying renegotiation.
38218
38219 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38220
38221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38222           pass on all possible mime types as typefind hints
38223
38224 2004-02-17  Julien MOUTTE <julien@moutte.net>
38225
38226         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38228         possible SHM leak if we crash. All other apps using XShm are doing
38229         that.
38230
38231 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38232
38233         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38234         (gst_ximagesink_expose): Renegotiate size on expose.
38235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38236         size on expose.
38237
38238 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38239
38240         * testsuite/alsa/sinesrc.c:
38241           cosmetic fix to fix compile issue with gcc 2.95.4
38242
38243 2004-02-16  Julien MOUTTE <julien@moutte.net>
38244
38245         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38246         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38247         failed opening the audio device.
38248         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38249         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38250         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38251         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38252         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38253         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38254         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38255         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38256         Removing some useless g_return_if_fail like wingo suggested.
38257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38258         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38259         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38260         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38261         (gst_xvimagesink_update_colorbalance),
38262         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38263         (gst_xvimagesink_xcontext_clear),
38264         (gst_xvimagesink_get_fourcc_from_caps),
38265         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38266         (gst_xvimagesink_set_xwindow_id),
38267         (gst_xvimagesink_colorbalance_list_channels),
38268         (gst_xvimagesink_colorbalance_set_value),
38269         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38270         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38271
38272 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38273
38274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38275           throw error when not negotiated instead of asserting
38276
38277 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38278
38279         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38280         correct data refcounting.
38281
38282 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38283
38284         * gst/switch/gstswitch.c: (gst_switch_change_state),
38285         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38286         change, mostly the EOS flag.
38287
38288 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38289
38290         * examples/gstplay/player.c: (got_eos), (main): Adding some
38291         output for debugging.
38292         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38293         timeouts if we go to any state different from PLAYING.
38294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38295         more EOS bugs in riff lib.
38296
38297 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38298
38299         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38300         visualization until i find a way to fix switch correctly.
38301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38302         EOS arrives.
38303         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38304         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38305         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38306         Reworked switch to get a more correct behaviour with events and refing
38307         of data stored in sinkpads.
38308         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38309         we don't pull from a pad in EOS.
38310
38311 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38312
38313         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38314           remove v1 tag even if we can't read it (makes sure we don't detect
38315           it again)
38316
38317 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38318
38319         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38320         (gst_alsa_xrun_recovery):
38321         * ext/alsa/gstalsa.h:
38322           try xrun recovery when wait failed. Make xrun recovery function
38323           return TRUE/FALSE to indicate success. (might fix #134354)
38324
38325 2004-02-13  David Schleef  <ds@schleef.org>
38326
38327         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38328         (dynparm_value_changed), (main): Convert from float to double.
38329         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38330
38331 2004-02-13  David Schleef  <ds@schleef.org>
38332
38333         * gst/silence/gstsilence.c: (gst_silence_class_init),
38334         (gst_silence_set_clock), (gst_silence_get),
38335         (gst_silence_set_property), (gst_silence_get_property):
38336         * gst/silence/gstsilence.h: Add sync property.
38337         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38338         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38339         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38340         * gst/sine/gstsinesrc.h: Add sync property.
38341
38342 2004-02-13  David Schleef  <ds@schleef.org>
38343
38344         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38345         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38346
38347 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38348
38349         * configure.ac:
38350         * ext/Makefile.am:
38351         * gst-libs/ext/Makefile.am:
38352           move ffmpeg plugin to gst-ffmpeg module
38353
38354 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * configure.ac: use GST_ARCH to detect architecture
38357
38358 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38359
38360         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38361
38362 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38363
38364         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38365           classify LADSPA plugins based on number of src/sink pads
38366           (#133663, Stefan Kost)
38367         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38368           fix dparams registration
38369           (#133528, Stefan Kost)
38370         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38371           fix use of isprint and use g_ascii_isprint instead
38372           (#133316, Stefan Kost)
38373
38374 2004-02-11  David Schleef  <ds@schleef.org>
38375
38376         Convert a few inner loops to use liboil.  This is currently
38377         optional, and is only enabled if liboil is present (duh!).
38378         * configure.ac: Check for liboil-0.1
38379         * gst/intfloat/Makefile.am:
38380         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38381         (gst_int2float_chain_gint16):
38382         * gst/videofilter/Makefile.am:
38383         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38384         (tablelookup_u8), (gst_videobalance_planar411):
38385         * gst/videotestsrc/Makefile.am:
38386         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38387         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38388         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38389         (paint_hline_RGB565), (paint_hline_xRGB1555):
38390
38391 2004-02-11  David Schleef  <ds@schleef.org>
38392
38393         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38394         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38395         (gst_colorspace_getcaps), (gst_colorspace_link),
38396         (gst_colorspace_base_init), (gst_colorspace_init),
38397         (gst_colorspace_chain), (gst_colorspace_change_state),
38398         (plugin_init): Merge Ronald's patch (bug #117897) and update
38399         for new caps and negotiation.  Seems to work, although it
38400         shows off bugs in lcs.
38401
38402 2004-02-11  David Schleef  <ds@schleef.org>
38403
38404         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38405         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38406
38407 2004-02-11  David Schleef  <ds@schleef.org>
38408
38409         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38410         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38411         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38412         Add server and port properties
38413
38414 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38415
38416         * m4/a52.m4:
38417         * m4/aalib.m4:
38418         * m4/as-ffmpeg.m4:
38419         * m4/as-liblame.m4:
38420         * m4/as-slurp-ffmpeg.m4:
38421         * m4/check-libheader.m4:
38422         * m4/esd.m4:
38423         * m4/freetype2.m4:
38424         * m4/gconf-2.m4:
38425         * m4/glib.m4:
38426         * m4/gst-alsa.m4:
38427         * m4/gst-artsc.m4:
38428         * m4/gst-ivorbis.m4:
38429         * m4/gst-matroska.m4:
38430         * m4/gst-sdl.m4:
38431         * m4/gst-shout2.m4:
38432         * m4/gst-sid.m4:
38433         * m4/gtk.m4:
38434         * m4/libdv.m4:
38435         * m4/libfame.m4:
38436         * m4/libmikmod.m4:
38437         * m4/ogg.m4:
38438         * m4/vorbis.m4:
38439           fix underquotedness of macros (#133800)
38440         * m4/as-avifile.m4:
38441         * m4/xmms.m4:
38442           removed because no longer used
38443
38444 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38445
38446         * configure.ac:
38447           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38448           by autopoint (fixes #132996)
38449
38450 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38451
38452         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38453         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38454         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38455         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38456           fix memleaks
38457
38458 2004-02-11  David Schleef  <ds@schleef.org>
38459
38460         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38461         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38462         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38463         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38465         (gst_jpegenc_class_init), (gst_jpegenc_init),
38466         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38467         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38468         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38469         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38470
38471 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38472
38473         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38474         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38475         * ext/mikmod/gstmikmod.h:
38476           fix caps negotiation in mikmod
38477         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38478           output debug information
38479
38480 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38481
38482         * gst-libs/gst/colorbalance/Makefile.am:
38483         * gst-libs/gst/navigation/Makefile.am:
38484         * gst-libs/gst/xoverlay/Makefile.am:
38485           remove unused GST_OPT_CFLAGS from Makefiles
38486           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38487
38488 2004-02-07  David Schleef  <ds@schleef.org>
38489
38490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38491         push events to pads that haven't been created (#133508)
38492
38493 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38494
38495         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38496         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38497         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38498         (gst_dvdec_loop), (gst_dvdec_change_state):
38499         Second attempt at committing a working dvdec element.
38500
38501 2004-02-06  David Schleef  <ds@schleef.org>
38502
38503         Build fixes for OS X: (see #129600)
38504         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38505         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38506         (gst_riff_read_strf_iavs):
38507         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38508         (gst_avi_demux_stream_odml):
38509         * gst/playondemand/Makefile.am:
38510         * gst/rtp/rtp-packet.c:
38511
38512 2004-02-05  David Schleef  <ds@schleef.org>
38513
38514         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38515         last change, because it Just Doesn't Compile.
38516
38517 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38518
38519         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38520           skip undecodable id3v2 tag instead of keeping it
38521
38522 2004-02-05  David Schleef  <ds@schleef.org>
38523
38524         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38525         Unref leaked buffer.  (Noticed by Ronald)
38526
38527 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38528
38529         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38530         Sync requires with other checks.  >= vs =.
38531
38532 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38533
38534         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38535         (gst_dvdec_video_link), (gst_dvdec_loop):
38536         * ext/dv/gstdvdec.h:
38537           rework the caps negotiation so that dvdec works again instead
38538           of just segfaulting.
38539
38540 === release 0.7.4 ===
38541
38542 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38543
38544         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38545         * configure.ac: changed for release
38546
38547 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38548
38549         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38550         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38551         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38552         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38553           reworked patch by David Lehn to fix libdir and includedir for
38554           uninstalled libraries
38555           removed play and gconf from gstreamer-libs since they have their
38556           own pkgconfig files
38557
38558 2004-02-04  David Schleef  <ds@schleef.org>
38559
38560         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38561         memleak.
38562
38563 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38564
38565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38566           use correct GST_TAG_ENCODER tag
38567
38568 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38569
38570         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38571           be sure to stop the clock when going to paused
38572         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38573           reset number of transmitted when going to ready.
38574         fixes #132935
38575
38576 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38577
38578         reviewed by Benjamin Otte
38579
38580         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38581           extract track count (fixes #133410)
38582
38583 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38584
38585         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38586           that should be !=, not == (fixes #132519)
38587
38588 2004-02-04  David Schleef  <ds@schleef.org>
38589
38590         Make sure set_explicit_caps() is called before adding pad.
38591         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38592         * gst/id3/gstid3types.c: (gst_id3types_loop):
38593         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38594         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38595
38596 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38597
38598         * configure.ac:
38599           bump nano to 2, first prerelease
38600           put back AM_PROG_LIBTOOL
38601
38602 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38603
38604         * testsuite/alsa/Makefile.am:
38605           these are user test apps, not automatic testsuite tests
38606
38607 2004-02-04  David Schleef  <ds@schleef.org>
38608
38609         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38610         * gst/mpeg1videoparse/gstmp1videoparse.c:
38611         (mp1videoparse_parse_seq):
38612         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38614         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38615         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38616         (gst_xvideosink_getcaps):
38617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38618         * testsuite/gst-lint: more tests
38619
38620 2004-02-04  David Schleef  <ds@schleef.org>
38621
38622         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38623         with the code that they would expand to.
38624         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38625         (gst_flacdec_get_src_query_types),
38626         (gst_flacdec_get_src_event_masks):
38627         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38628         (gst_gnomevfssrc_get_query_types),
38629         (gst_gnomevfssrc_get_event_mask):
38630
38631 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38632
38633         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38634         (gst_sinesrc_dispose):
38635           fix memleak by properly disposing sinesrc
38636
38637 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38638
38639         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38640         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38641         an overlay to redraw the image because it has been exposed.
38642         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38643         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38644         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38645         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38646         interface
38647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38648         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38649         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38650         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38651         interface
38652
38653 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38654
38655         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38656           more memleak fixage
38657
38658 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38659
38660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38661         * gst/typefind/gsttypefindfunctions.c:
38662           fix memleaks shown by gst-typefind
38663
38664 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38665
38666         * common/glib-gen.mak:
38667           add hack rule to touch .Plo files
38668         * gst-libs/gst/colorbalance/Makefile.am:
38669         * gst-libs/gst/mixer/Makefile.am:
38670         * gst-libs/gst/play/Makefile.am:
38671         * gst-libs/gst/tuner/Makefile.am:
38672           remove glib_root variable
38673
38674 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38675
38676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38677           set explicit caps before adding the element, so the autopluggers can
38678           plug correctly.
38679         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38680         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38681         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38682         (dv_type_find):
38683           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38684           argument.
38685
38686 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38687
38688         * gst-libs/gst/colorbalance/Makefile.am:
38689         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38690         * gst-libs/gst/colorbalance/colorbalance.c:
38691         * gst-libs/gst/colorbalance/colorbalance.h:
38692         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38693         * gst-libs/gst/mixer/Makefile.am:
38694         * gst-libs/gst/mixer/mixer-marshal.list:
38695         * gst-libs/gst/mixer/mixer.c:
38696         * gst-libs/gst/mixer/mixer.h:
38697         * gst-libs/gst/mixer/mixermarshal.list:
38698         * gst-libs/gst/play/Makefile.am:
38699         * gst-libs/gst/play/play.h:
38700         * gst-libs/gst/tuner/Makefile.am:
38701         * gst-libs/gst/tuner/tuner-marshal.list:
38702         * gst-libs/gst/tuner/tuner.c:
38703         * gst-libs/gst/tuner/tuner.h:
38704         * gst-libs/gst/tuner/tunermarshal.list:
38705           use new glib-gen.mak snippet to clean up Makefile.am
38706           fix various bugs in Makefile.am's
38707
38708 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38709
38710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38711           handle chain parsing correctly in the multichain case
38712         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38713         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38714         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38715         (theora_dec_chain):
38716           handle events and queries correctly
38717
38718 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38719
38720         * .cvsignore:
38721         Ignore generated file _stdint.h.
38722
38723 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38724
38725         * gst-libs/gst/colorbalance/Makefile.am:
38726         * gst-libs/gst/colorbalance/colorbalance.h:
38727         * gst-libs/gst/mixer/Makefile.am:
38728         * gst-libs/gst/mixer/mixer.h:
38729         * gst-libs/gst/play/Makefile.am:
38730         * gst-libs/gst/play/play.h:
38731         * gst-libs/gst/tuner/Makefile.am:
38732         * gst-libs/gst/tuner/tuner.h:
38733         Generate enum type code with glib-mkenums.
38734         * gst-libs/gst/colorbalance/.cvsignore:
38735         * gst-libs/gst/mixer/.cvsignore:
38736         * gst-libs/gst/play/.cvsignore:
38737         * gst-libs/gst/tuner/.cvsignore:
38738         Ignore generated files.
38739
38740 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38741
38742         * gst-libs/gst/audio/.cvsignore:
38743         Ignore generated file.
38744         * gst-libs/gst/audio/Makefile.am:
38745         Do not install example filter.
38746
38747 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38748
38749         * examples/switch/.cvsignore:
38750         Ignore generated file.
38751
38752 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38753
38754         * common/m4/ax_create_stdint_h.m4:
38755         * configure.ac:
38756           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38757           _stdint.h.
38758         * Makefile.am:
38759           remove generated _stdint.h in DISTCLEANFILES
38760         * ext/a52dec/gsta52dec.c:
38761           include _stdint.h for a52dec. (should fix #133064)
38762
38763 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38764
38765         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38766         (gst_tag_to_vorbis_comments):
38767         Add replaygain support to vorbistag
38768
38769 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38770         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38771         (gst_ffmpeg_caps_to_extradata):
38772           Fix SVQ3 caps flag properties
38773           Use glib macro for bytes swap
38774
38775 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38776
38777         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38778         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38779         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38780         * ext/sndfile/gstsf.c: (plugin_init):
38781         * gst/avi/gstavi.c: (plugin_init):
38782         * sys/dxr3/dxr3init.c: (plugin_init):
38783         * sys/oss/gstossaudio.c: (plugin_init):
38784         * sys/v4l/gstv4l.c: (plugin_init):
38785         * sys/v4l2/gstv4l2.c: (plugin_init):
38786           remove textdomain calls
38787         * po/nl.po:
38788           update Dutch translation
38789
38790 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38791
38792         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38793         (gst_play_set_audio_sink): Moving volume in the audio thread for
38794         instantaneous volume change. Maybe i will add another volume in front
38795         of visualization later, not sure yet though.
38796
38797 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38798
38799         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38800         (gst_ximagesink_handle_xevents): Better X events handling, only take
38801         the latest events for configure and motion.
38802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38803
38804 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38805
38806         reviewed by: David Schleef  <ds@schleef.org>
38807
38808         Fix memory leaks:
38809         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38810         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38811
38812 2004-02-02  David Schleef  <ds@schleef.org>
38813
38814         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38815         of lines.
38816         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38817         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38818         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38819         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38820         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38821         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38822         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38823         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38824         (gst_float2_2_int_link):
38825         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38826         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38827         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38828         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38829         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38830         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38831         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38832         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38833         * testsuite/gst-lint: Add tests for bzero and ;;
38834
38835 2004-02-02  David Schleef  <ds@schleef.org>
38836
38837         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38838
38839 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * ext/aalib/gstaasink.c: (gst_aasink_open):
38842         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38843         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38844         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38845         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38846         (gst_afsink_close_file):
38847         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38848         (gst_afsrc_close_file):
38849         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38850         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38851         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38852         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38853         * ext/esd/esdmon.c: (gst_esdmon_get):
38854         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38855         * ext/faac/gstfaac.c: (gst_faac_chain):
38856         * ext/faad/gstfaad.c: (gst_faad_chain):
38857         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38858         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38859         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38860         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38861         (gst_flacdec_loop):
38862         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38863         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38864         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38865         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38866         (gst_gnomevfssink_close_file):
38867         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38868         (gst_gnomevfssrc_open_file):
38869         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38870         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38871         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38872         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38873         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38874         * ext/mad/gstmad.c: (gst_mad_chain):
38875         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38876         * ext/mpeg2dec/gstmpeg2dec.c:
38877         * ext/mpeg2enc/gstmpeg2enc.cc:
38878         * ext/mplex/gstmplex.cc:
38879         * ext/mplex/gstmplexibitstream.cc:
38880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38881         (gst_ogg_demux_push):
38882         * ext/raw1394/gstdv1394src.c:
38883         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38884         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38885         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38886         (gst_sf_loop):
38887         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38888         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38889         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38890         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38892         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38893         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38894         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38895         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38896         (gst_riff_read_element_data), (gst_riff_read_seek),
38897         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38898         * gst/adder/gstadder.c: (gst_adder_loop):
38899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38900         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38902         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38903         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38904         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38905         * gst/goom/gstgoom.c: (gst_goom_chain):
38906         * gst/id3/gstid3types.c: (gst_id3types_loop):
38907         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38908         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38909         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38910         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38911         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38912         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38913         (gst_ebml_read_float), (gst_ebml_read_header):
38914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38915         (gst_matroska_demux_parse_blockgroup):
38916         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38917         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38918         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38919         * gst/silence/gstsilence.c: (gst_silence_get):
38920         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38921         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38922         * gst/speed/gstspeed.c: (speed_loop):
38923         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38924         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38925         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38926         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38927         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38928         (gst_wavparse_loop):
38929         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38930         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38931         (dxr3audiosink_close):
38932         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38933         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38934         (dxr3videosink_close), (dxr3videosink_write_data):
38935         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38936         * sys/oss/gstosssink.c: (gst_osssink_chain):
38937         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38938         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38941         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38942         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38943         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38944         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38945         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38946         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38947         (gst_v4l_set_audio):
38948         * sys/v4l/v4l_calls.h:
38949         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38950         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38951         (gst_v4lmjpegsink_playback_init),
38952         (gst_v4lmjpegsink_playback_start):
38953         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38954         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38955         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38956         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38957         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38958         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38959         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38961         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38962         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38963         (gst_v4l2_get_output), (gst_v4l2_set_output),
38964         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38965         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38966         (gst_v4l2_set_attribute):
38967         * sys/v4l2/v4l2_calls.h:
38968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38969         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38970         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38971         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38972         (gst_v4l2src_capture_stop):
38973         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38974         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38975         (gst_ximagesink_chain):
38976         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38977         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38978         (gst_xvideosink_xwindow_new):
38979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38980         (gst_xvimagesink_chain):
38981
38982 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38983
38984         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38985         (gst_volume_get_volume), (volume_class_init), (volume_init),
38986         (volume_chain_int16), (volume_update_volume):
38987         * gst/volume/gstvolume.h:
38988           make code more readable by removing magic numbers
38989           make mixer interface export 0-100 range
38990           make it internally map to 0.0-1.0 range so users don't distort
38991           output by putting the sliders at full volume
38992
38993 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38994
38995         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38996         (gst_play_state_change), (gst_play_seek_to_time):
38997         block the tick callback for 0.5 secs after doing a seek
38998
38999 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39000
39001         * gst-libs/gst/play/play.c: (gst_play_new):
39002           check for GError
39003
39004 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39005
39006         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39007         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39008         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39009         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39011         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39012
39013 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39014
39015         * configure.ac:
39016         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39017           check for a function added in vorbis 1.1
39018
39019 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39020
39021         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39022         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39023           really start/stop clock only on PLAYING <=> PAUSED
39024         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39025           remove \n from debugging lines
39026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39027           make it work when seeking does not
39028         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39029           reset on DISCONT
39030
39031 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39032
39033         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39034           start clock on PAUSED=>PLAYING, not later
39035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39036           extract correct time for different discont formats
39037         (gst_alsa_sink_get_time):
39038           don't segfault when no format is negotiated yet, just return 0
39039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39040         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39041         (gst_ogg_pad_push):
39042           handle flush and discont events correctly
39043         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39044           handle discont events correctly
39045
39046 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39047
39048         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39049         (gst_play_error_create), (gst_play_error_plugin),
39050         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39051         * gst-libs/gst/play/play.h:
39052           add error handling during creation
39053         * examples/gstplay/player.c: (main):
39054           use new gst_play_new
39055
39056
39057 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39058
39059         * ext/theora/theoradec.c: (theora_dec_chain):
39060           make comments work
39061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39062         (vorbis_dec_src_event), (vorbis_dec_chain):
39063           add encoder tag, fix tag reading to be more error tolerant, change
39064           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39065           gst_pad_event_default.
39066         * gst/tags/gstvorbistag.c:
39067         (gst_tag_list_from_vorbiscomment_buffer):
39068           undefine function specific define at end of function
39069
39070 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39071
39072         * ext/flac/gstflac.c: (plugin_init):
39073         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39074         * ext/flac/gstflacdec.h:
39075         * ext/flac/gstflacenc.h:
39076           Fix typos
39077
39078 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39079
39080         * examples/gstplay/player.c: s/gstplay.h/play.h/
39081
39082 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39083
39084         * gst-libs/gst/play/Makefile.am:
39085         * gst-libs/gst/play/gstplay.c:
39086         * gst-libs/gst/play/gstplay.h:
39087         * gst-libs/gst/play/play.c:
39088           more surgery, operation complete
39089
39090 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39091
39092         * gst-libs/gst/play/play.old.c:
39093         * gst-libs/gst/play/play.old.h:
39094           after CVS surgery by moving, remove
39095         * gst-libs/gst/play/playpipelines.c:
39096           remove
39097
39098         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39099           add negotiation error
39100
39101 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39102
39103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39104         (gst_ogg_demux_push):
39105           add some seeking debug info
39106           send a flush when seeking
39107
39108 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39109
39110         * configure.ac:
39111           use AC_C_INLINE
39112         * configure.ac:
39113         * ext/Makefile.am:
39114         * ext/theora/Makefile.am:
39115         * ext/theora/theoradec.c:
39116           add theora video decoder. Does just do simple decoding for now and
39117           has been tested against Theora cvs only. It only works when theora
39118           is compiled with --enable-static.
39119         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39120           always reset packetno on DISCONT
39121
39122 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39123
39124         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39125           Fix audio.
39126
39127 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39128
39129         * gst/mpegaudioparse/gstmpegaudioparse.c:
39130         (mp3_type_frame_length_from_header):
39131           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39132
39133 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39134
39135         * ext/esd/esdsink.c: (gst_esdsink_init):
39136           Since we have static pad template caps, we don't need to negotiate;
39137           either the core errors out or we know the format.
39138
39139 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39140
39141         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39142         (gst_riff_read_seek):
39143         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39144         (gst_ebml_read_seek):
39145           Fix event handling.
39146
39147 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39148
39149         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39150           removee video/x-theora from vp3 decoder, it doesn't handle raw
39151           theora streams
39152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39153           fix bug with finalizing element that never went to PAUSED
39154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39155           length and position queries were swapped
39156         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39157         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39158         (vorbis_dec_src_event):
39159           implement querying time and bytes
39160
39161 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39162
39163         * just about every source file:
39164           gst_element_error -> GST_ELEMENT_ERROR
39165
39166 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39167
39168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39169         emiting FLUSH and even before DISCONT.
39170         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39171         get the best instant seeking as possible yay!
39172
39173 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39174
39175         * gst/mpeg1videoparse/gstmp1videoparse.c:
39176         (gst_mp1videoparse_real_chain):
39177           Committed wrong version last week... Grr... Didn't notice until now.
39178
39179 2004-01-29  Julien MOUTTE <julien@moutte.net>
39180
39181         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39183         have_xwindow_id signal in xwindow_create.
39184
39185 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39186
39187         * ext/ogg/gstoggdemux.c:
39188           lots of changes - mainly support for chained bitstreams, seeking,
39189           querying and bugfixes of course
39190         * ext/vorbis/Makefile.am:
39191         * ext/vorbis/vorbisdec.c:
39192         * ext/vorbis/vorbisdec.h:
39193           add vorbisdec raw vorbis decoder
39194         * ext/vorbis/vorbis.c: (plugin_init):
39195           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39196         * gst/intfloat/Makefile.am:
39197         * gst/intfloat/float22int.c:
39198         * gst/intfloat/float22int.h:
39199         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39200           add float2intnew plugin. It converts multichannel interleaved float to
39201           multichannel interleaved int. The name should probably be changed.
39202         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39203         (plugin_init):
39204           add typefinding for raw theora video so oggdemux can detect it.
39205
39206 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39207
39208         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39209         sink element first.
39210         * gst/videoscale/gstvideoscale.c:
39211         (gst_videoscale_handle_src_event): Fixing src event handler.
39212
39213 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39214
39215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39216         (gst_v4lsrc_open), (gst_v4lsrc_close),
39217         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39218         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39219         * sys/v4l/gstv4lsrc.h:
39220         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39221         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39222           Implement resizing... Hack. But that's why v4l is b0rked...
39223
39224 2004-01-28  Julien MOUTTE <julien@moutte.net>
39225
39226         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39227         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39228         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39229         (gst_ximagesink_xwindow_destroy):
39230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39231         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39232         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39233         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39234         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39235         correctly cleaning the image created to check xshm calls on succes,
39236         added a lot of XSync calls in X11 functions, and fixed a segfault when
39237         no image format was defined before negotiation happened.
39238
39239 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39240
39241         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39242           use gst_element_get_time to get correct time
39243
39244 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39245
39246         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39247         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39248         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39250         (gst_xvimagesink_check_xshm_calls),
39251         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39252         X plugins are now able to detect that XShm calls will fail even if the
39253         server claims that it has XShm support (remote displays most of the
39254         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39255         so that we use non XShm functions. This feature is almost useless for
39256         xvimagesink as Xv is not supported on remote displays anyway, but
39257         it might happen than even on the local display XShm calls fail.
39258
39259 2004-01-27  David Schleef  <ds@schleef.org>
39260
39261         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39262         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39263         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39264         changed esdsink to only use 44100,16,2, since esd sucks at rate
39265         conversion and esdsink has had difficulty negotiating.
39266
39267 2004-01-27  Julien MOUTTE <julien@moutte.net>
39268
39269         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39270         (gst_play_seek_to_time): Fixing the way to get current position.
39271
39272 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39273
39274         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39275           use gst_element_get_time to get correct time
39276
39277 2004-01-27  Julien MOUTTE <julien@moutte.net>
39278
39279         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39280         fix ever... Inverting 2 lines of code make spider autoplug correctly
39281         tagged mp3 !
39282
39283 2004-01-27  David Schleef  <ds@schleef.org>
39284
39285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39286         Use gst_pad_try_set_caps_nonfixed().
39287
39288 2004-01-27  David Schleef  <ds@schleef.org>
39289
39290         * gst/ac3parse/gstac3parse.c: update to checklist 5
39291         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39292         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39293         * gst/audioscale/gstaudioscale.c: same
39294         * gst/auparse/gstauparse.c: same
39295         * gst/avi/gstavidemux.c: same
39296
39297 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39298
39299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39300           stop processing after EOS
39301
39302 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39303
39304         * gst/asfdemux/asfheaders.h:
39305         * gst/asfdemux/gstasfdemux.c:
39306         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39307         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39308         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39309           lot's of fixes to make data extraction simpler and get the code
39310           architecture and compiler independant. Add debugging category
39311         * gst/goom/gstgoom.c: (gst_goom_change_state):
39312           reset channel count on PAUSED=>READY, not READY=>PAUSED
39313
39314 2004-01-26  Colin Walters  <walters@verbum.org>
39315
39316         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39317         code to pull a bigger buffer in iradio mode.  This as a side effect
39318         makes typefinding work.
39319
39320 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39321
39322         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39323         Fix SVQ3 decoding on PPC
39324
39325 2004-01-26  Julien MOUTTE <julien@moutte.net>
39326
39327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39328         that one managed to stay there... Fixed.
39329
39330 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39331
39332         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39333         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39334         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39335         (qtdemux_video_caps):
39336         * gst/qtdemux/qtdemux.h:
39337         Add SVQ3 specific flags to qtdemux and ffmpeg
39338
39339 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39340
39341         * gst-libs/gst/audio/audio.h:
39342           remove buffer-frames from audio caps
39343         * gst/audioconvert/gstaudioconvert.c:
39344           fix plugin to really work.
39345
39346 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39347
39348         * gst-libs/gst/mixer/mixer.c:
39349         * gst-libs/gst/propertyprobe/propertyprobe.c:
39350         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39351         (gst_tuner_find_channel_by_name):
39352         * gst-libs/gst/tuner/tuner.h:
39353           Add gtk-doc style comments. Also fix a function name.
39354
39355 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39356
39357         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39358         (gst_divxdec_negotiate):
39359           Fix for new capsnego - also fixes gst-player with divxdec.
39360
39361 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39362
39363         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39364         (gst_play_identity_handoff), (gst_play_set_location),
39365         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39366         try in visualization implementation. Still have an issue with switch
39367         blocking when pulling from video_queue and only audio comes out of
39368         spider.
39369         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39370         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39371         release method. And check if the pad is usable before pulling.
39372
39373 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39374
39375         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39376         (gst_videobalance_init),
39377         (gst_videobalance_colorbalance_list_channels),
39378         (gst_videobalance_colorbalance_set_value),
39379         (gst_videobalance_colorbalance_get_value),
39380         (gst_videobalance_update_properties),
39381         (gst_videobalance_update_tables_planar411),
39382         (gst_videobalance_planar411):
39383         * gst/videofilter/gstvideobalance.h:
39384           Implement lookup-tables. +/- 10x faster.
39385
39386 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39387
39388         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39389         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39390           The index reading was broken. The rest worked fine, but the whole
39391           goal of my rewrite was to make avidemux readable, and this was
39392           not at all readable. Please use typed variables.
39393
39394 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39395
39396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39397           Additional pad usability check.
39398         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39399         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39400         (gst_mp1videoparse_real_chain):
39401           Fix MPEG video stream parsing. The original plugin had several
39402           issues, including not timestamping streams where the source was
39403           not timestamped (this happens with PTS values in mpeg system
39404           streams, but MPEG video is also a valid stream on its own so
39405           that needs timestamps too). We use the display time code for that
39406           for now. Also, if one incoming buffer contains multiple valid
39407           frames, we push them all on correctly now, including proper EOS
39408           handling. Lastly, several potential segfaults were fixed, and we
39409           properly sync on new sequence/gop headers to include them in next,
39410           not previous frames (since they're header for the next frame, not
39411           the previous). Also see #119206.
39412         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39413         (bpf_from_header):
39414           Move caps setting so we only do it after finding several valid
39415           MPEG-1 fraes sequentially, not right after the first one (which
39416           might be coincidental).
39417         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39418         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39419         (plugin_init):
39420           Add unsynced MPEG video stream typefinding, and change some
39421           probability values so we detect streams rightly. The idea is as
39422           follows: I can have an unsynced system stream which contains
39423           video. In the current code, I would randomly get a type for either
39424           system or video stream type found, because the probabilities are
39425           being calculated rather randomly. I now use fixed values, so we
39426           always prefer system stream if that was found (and that is how it
39427           should be). If no system stream was found, we can still identity                the stream as video-only.
39428
39429 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39430
39431         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39432         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39433           don't write to buffer. Extract data without the need of
39434           __attribute__ ((packed))
39435
39436 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39437
39438         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39439         (mpeg1_sys_type_find):
39440           Fix MPEG-1 stream typefinding.
39441
39442 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39443
39444         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39445           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39446
39447 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39448
39449         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39450         * ext/esd/gstesd.c: (plugin_init):
39451           private debugging, better error reporting
39452
39453 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39454
39455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39456         (gst_riff_read_init), (gst_riff_read_change_state):
39457         * gst-libs/gst/riff/riff-read.h:
39458           Remove stuff fromold metadata system.
39459
39460 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * ext/ogg/gstoggdemux.c:
39463           Fix wrong file comment.
39464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39465         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39466           Add metadata reading properly.
39467
39468 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39469
39470         * ext/Makefile.am:
39471           Fix nas DIST_SUBDIRS
39472           Uraeus:
39473           Fix bug where make distcheck doesn't get run on adding stuff to
39474           the build.
39475
39476 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39477
39478         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39479         * ext/divx/gstdivxdec.h:
39480           Fix divx3 ("msmpeg4") playback using divxdec.
39481
39482 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39483
39484         * gst/typefind/gsttypefindfunctions.c:
39485         (mp3_type_frame_length_from_header): fix bug in length computation
39486         (mp3_type_find): improve debugging output
39487
39488 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39489
39490         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39491         (gst_play_set_location), (gst_play_seek_to_time),
39492         (gst_play_set_audio_sink), (gst_play_set_visualization),
39493         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39494         the pipeline from scratch. Visualization is back and switch went out as
39495         i realized it was not possible to use the way i wanted.
39496         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39497         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39498         clearing in state change from READY to NULL. So that one can clean the
39499         X ressources keeping the element.
39500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39501         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39502         (gst_xvimagesink_colorbalance_set_value),
39503         (gst_xvimagesink_colorbalance_get_value),
39504         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39505         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39506         change from READY to NULL and fixed some stupid bugs in colorbalance
39507         get/set values. Also added the following feature : when nobody tries to
39508         set some values to the colorbalance levels before the xcontext is
39509         grabbed, then when creating channels list from Xv attributes we set the
39510         internal values to the Xv defaults. This way we handle buggy Xv drivers
39511         that set default hue values far from the middle of the range (Thanks
39512         to Jon Trowbridge for pointing that issue).
39513         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39514         colorbalance levels have been set before xcontext is grabbed.
39515
39516 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39517
39518         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39519           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39520           it might block operations (which is bad for a mixer).
39521
39522 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39523
39524         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39525         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39526         (gmip_find_type_pre):
39527         * gst-libs/gst/media-info/media-info-priv.h:
39528         * gst-libs/gst/media-info/media-info.c:
39529         (gst_media_info_instance_init), (gst_media_info_read_idler):
39530         add fakesink to get caps on decoder src pad again
39531         fix callback prototype to match new have_type signal signature
39532
39533 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39534
39535         * gst/adder/gstadder.c: (gst_adder_link):
39536           fix non-compile and cut-n-paste code
39537
39538 2004-01-21  David Schleef  <ds@schleef.org>
39539
39540         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39541         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39542         (gst_swfdec_init), (gst_swfdec_change_state):
39543         * ext/swfdec/gstswfdec.h:
39544         Fix negotiation.
39545         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39546         (gst_adder_request_new_pad): Fix negotiation.
39547         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39548         Add a fixate function.
39549         * gst/intfloat/gstfloat2int.c:
39550         * gst/intfloat/gstfloat2int.h:
39551         * gst/intfloat/gstint2float.c:
39552         * gst/intfloat/gstint2float.h:
39553         Completely rewrite the negotiation.  Doesn't quite work yet,
39554         due to some buffer-frames problem.
39555
39556 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39557
39558         * ext/gnomevfs/gstgnomevfssrc.c:
39559         * sys/v4l2/v4l2_calls.h:
39560           fix includes for distcheck
39561
39562 2004-01-21  Christian Schaller <uraeus@gnome.org>
39563
39564         * ext/nas/
39565         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39566         based on earlier patch from Laurent Vivier
39567
39568 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39569
39570         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39571         Fix wma caps property
39572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39573         Fix typo (flags1 and flags2)
39574
39575 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39576
39577         * gst-libs/gst/media-info/media-info-priv.c:
39578         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39579         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39580         (gmip_find_stream), (gmip_find_track_metadata),
39581         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39582         (gmip_find_track_format):
39583         * gst-libs/gst/media-info/media-info-priv.h:
39584         * gst-libs/gst/media-info/media-info-test.c: (main):
39585         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39586         (gst_media_info_read_idler), (gst_media_info_read):
39587         * gst-libs/gst/media-info/media-info.h:
39588           register debugging category and use it for debugging
39589
39590 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39591
39592         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39593         (gst_vorbisfile_new_link):
39594           signal streaminfo through tags
39595
39596 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39597
39598         * ext/mplex/gstmplex.cc:
39599         * ext/mplex/gstmplexibitstream.cc:
39600           g++ doesn't like NULL in our i18n/error macros, should be
39601           either (NULL) or ("").
39602
39603 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39604
39605         * sys/dxr3/dxr3audiosink.c:
39606         * sys/dxr3/dxr3init.c:
39607         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39608         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39609           Fix more error error error errors (missing includes here).
39610
39611 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39612
39613         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39614           fix thomas' error errors.
39615
39616 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39617
39618         * ext/mpeg2enc/gstmpeg2enc.cc:
39619           fix error errors.
39620
39621 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39622
39623         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39624         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39625           Fix for new error system.
39626
39627 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39628
39629         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39630           fix for new error reporting
39631
39632 2004-01-20  David Schleef  <ds@schleef.org>
39633
39634         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39635         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39636         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39637         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39638         and neither is 100+, most likely.
39639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39640         (gst_xvimagesink_getcaps): same
39641
39642 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39643
39644         * configure.ac:
39645           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39646           clashes with ffmpeg.
39647
39648 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39649
39650         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39651         (gst_switch_init): Fixed switch element : proxying link and setting
39652         caps from src to sink on request.
39653
39654 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39655
39656         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39657         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39658         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39659         fix element_error
39660
39661 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39662
39663         * sys/v4l/v4l_calls.h:
39664         * sys/v4l2/v4l2_calls.h:
39665           element_error fixes
39666
39667 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39668
39669         * gst-libs/gst/gst-i18n-plugin.h:
39670           add locale.h
39671           remove config.h inclusion
39672
39673 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39674
39675         * autogen.sh:
39676           adding autopoint invocation
39677         * Makefile.am:
39678         * configure.ac:
39679         * gst-libs/gst/gettext.h:
39680           adding gettext bits
39681         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39682         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39683         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39684         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39685         (gst_gnomevfssink_close_file):
39686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39687         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39688         * gst-libs/gst/gst-i18n-plugin.h:
39689         * gst/avi/gstavi.c: (plugin_init):
39690         * sys/dxr3/dxr3init.c: (plugin_init):
39691         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39692         * sys/oss/gstossaudio.c: (plugin_init):
39693         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39694         * sys/v4l/gstv4l.c: (plugin_init):
39695         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39696         * sys/v4l2/gstv4l2.c: (plugin_init):
39697         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39698         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39699         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39700         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39701         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39702         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39703           make sure locale and translation domain are set
39704           fix translated strings
39705         * po/.cvsignore:
39706         * po/LINGUAS:
39707         * po/Makevars:
39708         * po/POTFILES.in:
39709         * po/nl.po:
39710           put translation files into place
39711         * sys/xvideo/imagetest.c: (main):
39712         * ext/dv/demo-play.c: (main):
39713           fix unnecessary translations
39714
39715 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39716
39717         * ext/sndfile/gstsf.c:
39718         * gst/avi/gstavimux.c:
39719         * ext/audiofile/gstafsink.c:
39720         * ext/audiofile/gstafsrc.c:
39721         * ext/gnomevfs/gstgnomevfssink.c:
39722         * ext/gnomevfs/gstgnomevfssrc.c:
39723         * sys/oss/gstosselement.c:
39724         * sys/v4l/v4l_calls.h:
39725           fix i18n include
39726
39727 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39728
39729         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39730         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39731         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39732         (gst_v4l2_get_output), (gst_v4l2_set_output),
39733         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39734         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39735         (gst_v4l2_set_attribute):
39736         update to new error handling
39737
39738 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39739
39740         * ext/sidplay/gstsiddec.cc:
39741         * gst/modplug/gstmodplug.cc:
39742           parenthese NULL because C++ seems angry about it
39743
39744 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39745
39746         * gst-libs/gst/gst-i18n-plugin.h:
39747           add skeleton i18n stuff, but needs to be further implemented
39748
39749 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39750
39751         * examples/gstplay/player.c: (main):
39752         * ext/aalib/gstaasink.c: (gst_aasink_open):
39753         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39755         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39756         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39757         (gst_afsink_close_file):
39758         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39759         (gst_afsrc_close_file):
39760         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39761         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39762         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39763         * ext/esd/esdmon.c: (gst_esdmon_get):
39764         * ext/esd/esdsink.c: (gst_esdsink_chain):
39765         * ext/faac/gstfaac.c: (gst_faac_chain):
39766         * ext/faad/gstfaad.c: (gst_faad_chain):
39767         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39768         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39769         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39770         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39771         (gst_flacdec_loop):
39772         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39773         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39775         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39776         (gst_gnomevfssink_close_file):
39777         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39778         (gst_gnomevfssrc_open_file):
39779         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39780         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39781         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39782         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39783         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39784         * ext/mad/gstmad.c: (gst_mad_chain):
39785         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39786         * ext/mpeg2dec/gstmpeg2dec.c:
39787         * ext/mpeg2enc/gstmpeg2enc.cc:
39788         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39789         * ext/mplex/gstmplex.cc:
39790         * ext/mplex/gstmplexibitstream.cc:
39791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39792         (gst_ogg_demux_push), (gst_ogg_pad_push):
39793         * ext/raw1394/gstdv1394src.c:
39794         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39795         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39796         * ext/sidplay/gstsiddec.cc:
39797         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39798         (gst_sf_loop):
39799         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39800         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39801         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39803         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39804         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39805         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39806         * gst-libs/gst/Makefile.am:
39807         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39808         (gst_riff_read_element_data), (gst_riff_read_seek),
39809         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39810         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39812         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39813         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39814         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39815         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39816         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39817         * gst/goom/gstgoom.c: (gst_goom_chain):
39818         * gst/id3/gstid3types.c: (gst_id3types_loop):
39819         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39820         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39821         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39822         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39823         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39824         (gst_ebml_read_float), (gst_ebml_read_header):
39825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39826         (gst_matroska_demux_parse_blockgroup):
39827         * gst/modplug/gstmodplug.cc:
39828         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39830         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39831         * gst/silence/gstsilence.c: (gst_silence_get):
39832         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39833         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39834         * gst/speed/gstspeed.c: (speed_loop):
39835         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39837         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39838         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39839         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39840         (gst_wavparse_loop):
39841         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39842         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39843         (dxr3audiosink_close):
39844         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39845         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39846         (dxr3videosink_close), (dxr3videosink_write_data):
39847         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39848         * sys/oss/gstosselement.h:
39849         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39850         (gst_osssink_chain):
39851         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39852         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39855         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39856         (gst_v4l_enable_overlay):
39857         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39858         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39859         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39860         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39861         (gst_v4l_set_audio):
39862         * sys/v4l/v4l_calls.h:
39863         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39864         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39865         (gst_v4lmjpegsink_playback_init),
39866         (gst_v4lmjpegsink_playback_start):
39867         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39868         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39869         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39870         (gst_v4lmjpegsrc_requeue_frame):
39871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39872         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39873         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39876         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39877         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39878         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39879         (gst_v4l2src_capture_stop):
39880         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39881         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39882         (gst_ximagesink_chain):
39883         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39884         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39885         (gst_xvideosink_xwindow_new):
39886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39887         (gst_xvimagesink_chain):
39888         use new error signal, function and categories
39889
39890 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39891
39892         * configure.ac:
39893         * ext/Makefile.am:
39894         * ext/musicbrainz/gsttrm.c:
39895         * ext/musicbrainz/gsttrm.h:
39896         * ext/musicbrainz/Makefile.am:
39897         Add a trm plugin
39898
39899 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39900
39901         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39902         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39903         synchronous property for debugging.
39904         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39906         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39907         smaller block, fixing indent.
39908
39909 2004-01-16  David Schleef  <ds@schleef.org>
39910
39911         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39912         property affects the video stream.
39913         * sys/xvimage/xvimagesink.c:
39914         * sys/xvimage/xvimagesink.h:
39915         Add synchronous property for debugging.  Should probably be
39916         disabled in non-CVS builds.  Make sure that the Xv attribute
39917         exists before we set it (crash!).  Fix a silly float bug that
39918         caused colorbalance to just not work.
39919
39920 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39921
39922         * tools/gst-launch-ext.in - update for new plugins
39923
39924 2004-01-16  David Schleef  <ds@schleef.org>
39925
39926         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39927         already-freed caps.
39928
39929 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39930
39931         * Update spec for new colorspace plugin and libcaca plugin
39932         * Fix compilation of libcaca plugin (clock -> id)
39933
39934 2004-01-16  Julien MOUTTE <julien@moutte.net>
39935
39936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39937         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39938         (gst_xvimagesink_set_xwindow_id),
39939         (gst_xvimagesink_colorbalance_set_value),
39940         (gst_xvimagesink_colorbalance_get_value),
39941         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39942         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39943         correct colorbalance properties. They can now be set when the element
39944         is still in NULL state. The values will be committed to the Xv Port
39945         when xcontext is initialized.
39946         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39947         brightness int values in the GstXvImagesink structure.
39948
39949 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39950
39951         * gst-libs/gst/Makefile.am:
39952           restructure so having local patches works easier.
39953
39954 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39955
39956         * ext/mpeg2enc/Makefile.am:
39957         * ext/mpeg2enc/gstmpeg2enc.cc:
39958         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39959           Bugfix with respect to EOS handling.
39960
39961 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39962
39963         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39964           Link with right caps (else, it segfaults).
39965         * ext/mplex/gstmplexjob.cc:
39966           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39967
39968 2004-01-15  David Schleef  <ds@schleef.org>
39969
39970         * gst-libs/gst/audio/Makefile.am:
39971         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39972         from the template.
39973         * gst-libs/gst/audio/gstaudiofilter.c:
39974         * gst-libs/gst/audio/gstaudiofilter.h:
39975         Add bytes_per_sample and size and n_samples calculation.
39976         * gst-libs/gst/audio/gstaudiofilterexample.c:
39977         Remove, now autogenerated.
39978         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39979         Moved from gstaudiofilterexample, object name changed, code added
39980         so that it actually works.
39981         * gst-libs/gst/audio/make_filter:
39982         Script to build an audiofilter subclass from the template.
39983         * gst/colorspace/Makefile.am:
39984         * gst/colorspace/yuv2yuv.c:
39985         Remove file, since it's GPL, and we don't use it.
39986
39987 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39988
39989         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39991         them use the buffer free function to test how the buffer was allocated.
39992
39993 2004-01-15  David Schleef  <ds@schleef.org>
39994
39995         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39996         that handles osssink fallback.
39997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39998         (gst_audio_convert_getcaps):
39999         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40000         Add audio/x-qdm2 for QDM2 audio.
40001         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40002         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40004         Decrease minimum size to 16x16.
40005         * gst/wavparse/gstwavparse.c:
40006         Convert disabled pad template caps to new caps.
40007         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40009         (gst_xvimagesink_chain): Throw element error when display cannot
40010         be opened.  Increase minimum framerate to 1.0.  Check the data
40011         free function on a buffer to make sure it is the type we expect
40012         before manipulating it.
40013
40014 2004-01-15  Julien MOUTTE <julien@moutte.net>
40015
40016         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40017         (gst_videobalance_colorbalance_set_value): Implement passthru if
40018         settings are in the middle.
40019         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40020
40021 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40022
40023         * gst/videofilter/Makefile.am:
40024         * gst/volume/Makefile.am:
40025           Since we use videofilter symbols, link to it.
40026
40027 2004-01-15  Julien MOUTTE <julien@moutte.net>
40028
40029         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40030         mixer interface type to HARDWARE.
40031         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40032         type to SOFTWARE.
40033         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40034         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40035         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40036         (gst_volume_interface_init), (gst_volume_list_tracks),
40037         (gst_volume_set_volume), (gst_volume_get_volume),
40038         (gst_volume_set_mute), (gst_volume_mixer_init),
40039         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40040         (volume_init): Implementing mixer interface.
40041         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40042         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40043         (gst_osselement_change_state): Removing some trailing commas in
40044         structures.
40045         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40046         interface type to HARDWARE.
40047         * sys/v4l/gstv4lcolorbalance.c:
40048         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40049         type to HARDWARE.
40050         * sys/v4l2/gstv4l2colorbalance.c:
40051         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40052         interface type to HARDWARE.
40053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40054         same code than ximagesink for event handling.
40055
40056 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40057
40058         * ext/snapshot/Makefile.am:
40059         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40060         (gst_snapshot_chain):
40061         * ext/snapshot/gstsnapshot.h:
40062           This has to be a joke... Snapshot should be connected to a tee,
40063           colorspace element before it and EOS after that, where the other
40064           src of the tee receives normal data.
40065           The current way is *wrong*.
40066
40067 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40068
40069         * ext/hermes/gsthermescolorspace.c:
40070           Fix another compile error. Same as below.
40071
40072 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40073
40074         * gst/colorspace/gstcolorspace.c:
40075         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40076         (gst_colorspace_i420_to_yv12):
40077           Fix compiling... Didn't test if it actually works.
40078
40079 2004-01-15  David Schleef  <ds@schleef.org>
40080
40081         * configure.ac:
40082         * gst/colorspace/Makefile.am:
40083         * gst/colorspace/gstcolorspace.c:
40084         * gst/colorspace/gstcolorspace.h:
40085         * gst/colorspace/yuv2rgb.c:
40086         * gst/colorspace/yuv2rgb.h:
40087         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40088         code and GPL code.  Fix for new caps negotiation.  Rewrite
40089         much of the format handling code, and some of the conversion
40090         code.  Basically, rewrote almost everything.  This element
40091         handles I420, YV12 to RGB conversions.
40092         * ext/hermes/Makefile.am:
40093         * ext/hermes/gsthermescolorspace.c:
40094         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40095         Remove non-Hermes related code.  This element handles lots of
40096         RGB to RGB conversions, but no YUV.
40097         * ext/hermes/gstcolorspace.c:
40098         * ext/hermes/gstcolorspace.h:
40099         * ext/hermes/rgb2yuv.c:
40100         * ext/hermes/yuv2rgb.c:
40101         * ext/hermes/yuv2rgb.h:
40102         * ext/hermes/yuv2rgb_mmx16.s:
40103         * ext/hermes/yuv2yuv.c:
40104         * ext/hermes/yuv2yuv.h:
40105         Remove old code.
40106
40107 2004-01-14  Colin Walters  <walters@verbum.org>
40108
40109         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40110         they've already been.
40111
40112 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40113
40114         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40115           assume tag mode when pad is not connected
40116
40117 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40118
40119         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40120           Don't update the time of the clock
40121         (gst_alsa_sink_loop):
40122           sync to the clock given to alsasink, not the own clock
40123         * sys/oss/gstosssink.c: (gst_osssink_chain):
40124           sync to the clock
40125         (gst_osssink_change_state):
40126           activate the clock
40127         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40129           remove bogus code that made DISCONT events unhandled
40130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40131           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40132           #131502)
40133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40134         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40135         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40136           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40137           2nd warning in bug #131502)
40138
40139 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40140
40141         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40142         (gst_videobalance_colorbalance_set_value),
40143         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40144         for colorbalance interface implementation.
40145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40146         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40147         (gst_ximagesink_dispose), (gst_ximagesink_init),
40148         (gst_ximagesink_class_init): Adding DISPLAY property.
40149         * sys/ximage/ximagesink.h: Adding display_name to store display.
40150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40151         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40152         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40153         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40154         properties (they still need polishing though for gst-launch use : no
40155         xcontext yet, i ll do that tomorrow).
40156         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40157
40158 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40159
40160         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40161         (gst_play_set_location), (gst_play_set_visualization): Preparing
40162         switch integration, adding videobalance in the pipeline.
40163
40164 2004-01-14  Julien MOUTTE <julien@moutte.net>
40165
40166         * gst-libs/gst/colorbalance/colorbalance.c:
40167         (gst_color_balance_class_init): Adding a default type.
40168         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40169         the type.
40170         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40171         (gst_videobalance_dispose), (gst_videobalance_class_init),
40172         (gst_videobalance_init), (gst_videobalance_interface_supported),
40173         (gst_videobalance_interface_init),
40174         (gst_videobalance_colorbalance_list_channels),
40175         (gst_videobalance_colorbalance_set_value),
40176         (gst_videobalance_colorbalance_get_value),
40177         (gst_videobalance_colorbalance_init): Implementing colorbalance
40178         interface.
40179         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40180         list.
40181         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40182         bug which was triggering a BadAccess X error when setting an overlay
40183         before pad was really negotiated.
40184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40185         Using the colorbalance type macro.
40186
40187 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40188
40189         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40190         (gst_flacenc_chain):
40191           handle tags correctly
40192         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40193           extract ID3v1 tags correctly
40194
40195 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40196
40197         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40198         (plugin_init):
40199           Improve matroska typefinding for odd-typed headers...
40200
40201 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40202
40203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40204           Fix for using incremental number on padnames.
40205
40206 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40207
40208         * ext/divx/gstdivxdec.c:
40209         * ext/divx/gstdivxenc.c:
40210           Set category to divx4linux instead of divx (too generic).
40211         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40212         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40213         (gst_wavparse_loop), (gst_wavparse_change_state):
40214         * gst/wavparse/gstwavparse.h:
40215           fix parsing of WAV files with non-standard fmt-tag size and fix
40216           skipping of unrecognized chunks... Someone please fix this thing
40217           to use rifflib so all this is automated.
40218         * sys/v4l/Makefile.am:
40219         * sys/v4l2/Makefile.am:
40220           Add X_CFLAGS because we depend on X (for overlay).
40221
40222 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40223
40224         * ext/mpeg2dec/gstmpeg2dec.c:
40225           Don't issue a timestamp unless we tagged the frame
40226           with a PTS.
40227
40228 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40229
40230         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40231           Query the audio element to get the time, not the clock. We're
40232           interested in the element's time here.
40233
40234 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40235
40236         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40238         * ext/esd/esdsink.c: (gst_esdsink_chain):
40239         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40240         * ext/mas/massink.c: (gst_massink_chain):
40241         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40242         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40243         (gst_matroska_demux_parse_metadata):
40244         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40245         (gst_mpeg_parse_release_locks):
40246         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40247         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40248         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40249         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40250         (gst_osssink_change_state):
40251         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40252         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40253         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40254         (gst_xvideosink_release_locks):
40255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40256           use element time.
40257         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40258         (gst_alsa_clock_stop):
40259         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40260         (gst_audio_clock_get_internal_time):
40261           simplify for use with new clocking code.
40262         * testsuite/alsa/Makefile.am:
40263         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40264           fix testsuite for new caps system
40265
40266 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40267
40268         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40269         * ext/flac/gstflacenc.c: (add_one_tag):
40270           length is already host endian, no need to convert. Fixes playback of
40271           tagged files on PPC. (bug #128384)
40272
40273 2004-01-13  Julien MOUTTE <julien@moutte.net>
40274
40275         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40276         colorbalance interface stating if it is hardware based or software
40277         based.
40278         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40279         Removing a trailing comma.
40280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40281         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40282         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40283         the documentation seems to be wrong on the -1000 to 1000 interval.
40284
40285 2004-01-12  David Schleef  <ds@schleef.org>
40286
40287         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40288         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40289         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40290         Fix negotiation.  Add a bufferalloc function for the sink pad,
40291         and generally clean up some of the code.
40292
40293 2004-01-12  Julien MOUTTE <julien@moutte.net>
40294
40295         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40296         (gst_color_balance_channel_dispose): Adding safety check in dispose
40297         method.
40298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40299         (gst_xvimagesink_xcontext_clear),
40300         (gst_xvimagesink_interface_supported),
40301         (gst_xvimagesink_colorbalance_list_channels),
40302         (gst_xvimagesink_colorbalance_set_value),
40303         (gst_xvimagesink_colorbalance_get_value),
40304         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40305         Adding colorbalance interface support to set XV parameters such as
40306         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40307         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40308         interface.
40309
40310 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40311
40312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40313         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40314         (gst_audio_convert_init), (gst_audio_convert_set_property),
40315         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40316         (gst_audio_convert_link),
40317         (gst_audio_convert_buffer_to_default_format),
40318         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40319           - implement _getcaps and use it
40320           - improve linking
40321           - remove float caps since no float conversion is actually done
40322           - remove properties and arguments that were to be used for rate
40323             conversion
40324
40325 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40326
40327         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40328         (gst_audio_structure_set_int):
40329         * gst-libs/gst/audio/audio.h:
40330           add helper functions for _getcaps matching the standard audio
40331           templates
40332
40333 2004-01-12  David Schleef  <ds@schleef.org>
40334
40335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40336         Test that pad is negotiated before getting its caps.
40337
40338 2004-01-12  Julien MOUTTE <julien@moutte.net>
40339
40340         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40341         analyzing the pads of an element the bin is mostly in READY state so
40342         no caps were negotiated. This helper function needs to work with
40343         _get_caps directly then. I was not freeing them though, added that to
40344         fix the mem leak.
40345
40346 2004-01-12  Julien MOUTTE <julien@moutte.net>
40347
40348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40350         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40351         than the free_func.
40352
40353 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40354
40355         * sys/oss/gstossaudio.c: (plugin_init):
40356         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40357         * sys/oss/gstosselement.h:
40358           make an oss debugging category
40359           make failure more descriptive
40360
40361 2004-01-11  David Schleef  <ds@schleef.org>
40362
40363         * ext/ffmpeg/gstffmpeg.c:
40364         * ext/ffmpeg/gstffmpegcodecmap.c:
40365         * ext/ffmpeg/gstffmpegdec.c:
40366         * ext/ffmpeg/gstffmpegenc.c:
40367         * ext/ffmpeg/gstffmpegprotocol.c:
40368         * ext/gdk_pixbuf/gstgdkanimation.c:
40369         * ext/jpeg/gstjpeg.c:
40370         * ext/libpng/gstpng.c:
40371         * ext/mpeg2dec/perftest.c:
40372         * ext/speex/gstspeex.c:
40373         * gst-libs/gst/resample/dtos.c:
40374         * gst/intfloat/gstintfloatconvert.c:
40375         * gst/oneton/gstoneton.c:
40376         * gst/rtjpeg/RTjpeg.c:
40377         * gst/rtp/gstrtp.c:
40378         * sys/dxr3/dxr3init.c:
40379         * sys/glsink/gstgl_nvimage.c:
40380         * sys/glsink/gstgl_pdrimage.c:
40381         * sys/glsink/gstglsink.c:
40382         * testsuite/gst-lint:
40383         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40384
40385 2004-01-11  David Schleef  <ds@schleef.org>
40386
40387         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40388         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40389         * ext/gdk_pixbuf/gstgdkanimation.c:
40390         (gst_gdk_animation_iter_create_pixbuf):
40391         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40392         (gst_gdk_pixbuf_chain):
40393         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40394         * ext/jack/gstjack.c: (gst_jack_change_state):
40395         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40396         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40397         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40398         * gst/videofilter/gstvideofilter.c:
40399         (gst_videofilter_set_output_size):
40400         Remove all usage of gst_pad_get_caps(), and replace it with
40401         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40402
40403 2004-01-11  David Schleef  <ds@schleef.org>
40404
40405         * configure.ac:
40406         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40407         * ext/divx/gstdivxdec.c:
40408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40409         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40410         handle images that span multiple buffers.  Now work with both
40411         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40412         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40413         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40414         video/video.h changes
40415         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40416         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40417         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40418         of GstData free function.
40419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40420         same.
40421
40422 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40423
40424         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40425         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40426         (gst_v4l2element_get_property):
40427         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40428           add norm, channel and frequency properties.
40429         * sys/v4l2/gstv4l2tuner.c:
40430           fixes for tuner interface changes
40431         * sys/v4l2/gstv4l2element.h:
40432         * sys/v4l2/gstv4l2src.c:
40433         * sys/v4l2/gstv4l2src.h:
40434         * sys/v4l2/v4l2src_calls.c:
40435         * sys/v4l2/v4l2src_calls.h:
40436           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40437
40438 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40439
40440         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40441         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40442         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40443         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40444         * gst-libs/gst/tuner/tuner.h:
40445           GObjects aren't const.
40446           Add find_by_name functions.
40447           Add checks to _changed functions.
40448         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40449         (gst_v4l_tuner_get_norm):
40450           Fixes for above.
40451
40452 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40453
40454         * gst-libs/gst/video/video.h:
40455           Fix caps template names to be understandable.
40456           Prefix everything with GST_VIDEO.
40457         * ext/aalib/gstaasink.c:
40458         * ext/divx/gstdivxdec.c:
40459         * ext/divx/gstdivxenc.c:
40460         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40461         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40462         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40463         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40464         * ext/libcaca/gstcacasink.c:
40465         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40466         * ext/snapshot/gstsnapshot.c:
40467         * ext/swfdec/gstswfdec.c:
40468         * ext/xvid/gstxviddec.c:
40469         * ext/xvid/gstxvidenc.c:
40470         * gst/chart/gstchart.c:
40471         * gst/deinterlace/gstdeinterlace.c:
40472         * gst/effectv/gsteffectv.c:
40473         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40474         * gst/goom/gstgoom.c:
40475         * gst/median/gstmedian.c:
40476         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40477         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40478         * gst/overlay/gstoverlay.c:
40479         * gst/smooth/gstsmooth.c:
40480         * gst/smpte/gstsmpte.c:
40481         * gst/synaesthesia/gstsynaesthesia.c:
40482         * gst/videocrop/gstvideocrop.c:
40483         * gst/videodrop/gstvideodrop.c:
40484         * gst/y4m/gsty4mencode.c:
40485         * sys/qcam/gstqcamsrc.c:
40486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40487           Make them work with new video.h file.
40488         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40489         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40491         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40492           Make it work with new buffer allocation system.
40493
40494 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40495
40496         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40497         pad_alloc_buffer implementation to use ->srcpad
40498         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40499         pad_alloc_buffer implementation to use ->srcpad
40500         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40501         pad_alloc_buffer implementation to use ->srcpad
40502         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40503         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40504         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40505         a reference to everything we need.
40506         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40508         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40509         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40510         a reference to everything we need.
40511         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40512
40513 2004-01-11  David Schleef  <ds@schleef.org>
40514
40515         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40516         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40517         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40518         structure members.
40519         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40520         value during a resize/renegotiation.
40521         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40522         gst_pad_alloc_buffer();
40523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40524         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40525         structure members.
40526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40527         Fix for rename of buffer private structure members.
40528         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40529         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40530         Fix for rename of buffer private structure members.
40531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40532         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40533         Fix for rename of buffer private structure members.
40534
40535 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40536
40537         reviewed by: David Schleef <ds@schleef.org>
40538
40539         * gst/videofilter/Makefile.am:
40540         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40541         from the patch by ds to fit in with recent make_filter changes.
40542
40543 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40544
40545         * configure.ac: Adding examples/switch/Makefile
40546         * examples/Makefile.am: Adding examples/switch
40547         * examples/switch/Makefile.am: Adding switcher example.
40548         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40549         (switch_timer), (main): Adding an example demonstrating switch usage
40550         with 2 videotestsrc showing different patterns.
40551         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40552         (gst_switch_init): Fixing switch with the new caps system.
40553
40554 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40555
40556         * gst-libs/gst/video/video.h:
40557           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40558           They should probably be like
40559           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40560
40561 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40562
40563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40564         (qtdemux_parse_trak):
40565           fix audio chunk size/timestamp calculation
40566
40567 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40568
40569         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40570           fix SVQ3 caps
40571
40572 2004-01-11  Steve Baker  <steve@stevebaker.org>
40573
40574         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40575         (gst_agingtv_base_init), (gst_agingtv_class_init),
40576         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40577         (gst_agingtv_set_property), (gst_agingtv_get_property):
40578         Port agingTV to videofilter
40579
40580 2004-01-09  Julien MOUTTE <julien@moutte.net>
40581
40582         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40583         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40584
40585 2004-01-09  Julien MOUTTE <julien@moutte.net>
40586
40587         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40588         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40589         * gst-libs/gst/xoverlay/xoverlay.c:
40590         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40592         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40593         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40594         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40595         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40596         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40597         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40598         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40599         interface implementation to handle xid being 0 and fix some bugs
40600         triggered by Benjamin's testcase.
40601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40602         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40603         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40604         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40605         interface implementation to handle xid being 0 and fix some bugs
40606         triggered by Benjamin's testcase.
40607
40608 2004-01-09  David Schleef  <ds@schleef.org>
40609
40610         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40611         mouse pointer events.  It works.
40612
40613 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40614
40615         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40616           Use explicit caps - fix capsnego.
40617         * ext/xvid/gstxviddec.c:
40618         * ext/xvid/gstxvidenc.c:
40619           Remove macro-inside-macro which caused compile errors.
40620         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40621           Error out if it's not a RIFF file. Else we error out without
40622           gst_element_error() which is not good...
40623
40624 2004-01-08  David Schleef  <ds@schleef.org>
40625
40626         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40627         Fix pad_link function to handle formats that ffmpeg returns
40628         as multiple caps structures.
40629         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40630         Only complain if source buffer is _smaller_ than expected.
40631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40632         (gst_videoscale_handle_src_event): Resize navigation events
40633         when passing them upstream.
40634         * gst/videotestsrc/gstvideotestsrc.c:
40635         * gst/videotestsrc/gstvideotestsrc.h:
40636         * gst/videotestsrc/videotestsrc.c:
40637         * gst/videotestsrc/videotestsrc.h:
40638         Rewrite many of the buffer painting functions to handle odd
40639         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40640         been verified to work with my video card.
40641         * testsuite/gst-lint:  Add check for elements calling
40642         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40643
40644 2004-01-08  David Schleef  <ds@schleef.org>
40645
40646         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40647         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40648
40649 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40650
40651         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40652         configure event is not emiting the desired size signal. That fixes
40653         aspect ratio issues with gst-player.
40654
40655 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40656
40657         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40658           Fix capsnego.
40659
40660 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40661
40662         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40663         public method to fire size signal.
40664
40665 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40666
40667         * examples/gstplay/Makefile.am: Adding the interface library.
40668         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40669         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40670         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40671         GST_IS_X_OVERLAY before signal connect.
40672         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40673         Removing the have_video_size signal.
40674         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40675         and associated public method.
40676         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40677         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40678         signal.
40679         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40680         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40681         signal.
40682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40683         Using XOverlay public method to fire size signal.
40684
40685 2004-01-07  David Schleef  <ds@schleef.org>
40686
40687         * gst/videofilter/Makefile.am:
40688         * gst/videofilter/gstvideotemplate.c:
40689         * gst/videofilter/make_filter:
40690         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40691         Convert make_filter to /bin/sh script.
40692
40693 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40694
40695         * gst/modplug/gstmodplug.cc: fix element description
40696
40697 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40698
40699         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40700         (got_video_size): Adding some new lines in g_print calls.
40701         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40702         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40703         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40704         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40705         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40706         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40707         Complete code review, reverting some stuff i disagree with, adding
40708         some fixes : time synchronization on invalid timestamps, renegotiation
40709         of private window.
40710         * sys/ximage/ximagesink.h:
40711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40712         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40713         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40714         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40715         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40716         (gst_xvimagesink_buffer_new),
40717         (gst_xvimagesink_navigation_send_event),
40718         (gst_xvimagesink_set_xwindow_id),
40719         (gst_xvimagesink_get_desired_size),
40720         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40721         stuff i disagree with, adding some fixes : Renegotiation of private
40722         window, implementing get_desired_size.
40723
40724 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40725
40726         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40727         (gst_afsink_handle_event):
40728         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40729         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40730         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40731         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40732         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40733           Fix for instantiate-test (see core). Also remove dead code from
40734           jpegenc (which still needs fixing, but that's lower on my TODO
40735           list...).
40736         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40737           Never return NULL as caps.
40738
40739 2004-01-07  David Schleef  <ds@schleef.org>
40740
40741         * configure.ac:
40742         * ext/Makefile.am:
40743         * ext/librfb/Makefile.am:
40744         * ext/librfb/gstrfbsrc.c:
40745         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40746         is the protocol used by VNC.
40747
40748 2004-01-07  David Schleef  <ds@schleef.org>
40749
40750         * gst/videofilter/gstvideotemplate.c:
40751         * gst/videofilter/gstvideotemplate.h:
40752         * gst/videofilter/make_filter:
40753         Merge videotemplate header into source file.
40754         * gst/effectv/Makefile.am:
40755         * gst/effectv/gsteffectv.c: (plugin_init):
40756         * gst/effectv/gstwarp.c:
40757         Make warpTV a subclass of videofilter.
40758
40759 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40760
40761         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40762           Add guard against invalid utf-8 conversions in mad. Just in case.
40763
40764 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40765
40766         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40767           Fix for bug shown by poisoning
40768
40769 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40770
40771         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40772         (gst_v4lmjpegsrc_buffer_free):
40773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40774         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40775         (gst_v4lsrc_buffer_free):
40776           Fix for removed bufferpools.
40777
40778 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40779
40780         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40781         Fix caps negotiation.
40782
40783         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40784         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40785         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40786         (dvdnavsrc_event):
40787         * ext/mpeg2dec/gstmpeg2dec.c:
40788         * gst-libs/gst/navigation/navigation.c:
40789         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40790         * gst-libs/gst/navigation/navigation.h:
40791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40792         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40794         Super-simple first version of mouse and keyboard events. Clicking
40795         on a DVD menu now works, although it may not take you where you
40796         expected.
40797
40798         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40799         * gst/videotestsrc/gstvideotestsrc.c:
40800         (gst_videotestsrc_src_fixate):
40801         These fixate functions were broken - they never actually
40802         fixated :)
40803
40804 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40805
40806         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40807         (gst_icecastsend_init):
40808           fix for new caps system.
40809         * gst-libs/gst/mixer/mixertrack.h:
40810         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40811           Add 'master track' flag (for tools like ACME that only want to
40812           change the main volume).
40813
40814 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40815
40816         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40817         (gst_xvid_csp_to_caps):
40818         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40819         * ext/xvid/gstxvidenc.c:
40820         ifdef out ARGB type when it isn't available
40821         in xvidcore 1.0.0beta2
40822
40823 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40824
40825         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40826           When we have received a new SCR right in the first buffer after
40827           a seek (so in the same cycle that handles the discont), we should
40828           handle the buffer instead of unreffing it, else we lose data.
40829
40830 2004-01-06  Iain <iain@prettypeople.org>
40831
40832         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40833           buffer-frames caps too.
40834
40835         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40836           caps that we need, don't destroy them all and rebuild them. And when
40837           creating src pads, use the src pad template rather than the sink...
40838
40839 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40840
40841         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40842           Add pad to element *after* setting functions such as event handler.
40843           Without this, the scheduler (opt) will link pads, set the event
40844           handler from the default event function (dispatcher in gstpad.c)
40845           and *after* that, we will set our own event function, which will
40846           thus never be used (and thus mpegdemux doesn't handle events).
40847
40848 2004-01-04  David Schleef  <ds@schleef.org>
40849
40850         Fix the fixate functions to handle new prototype:
40851         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40852         * gst/videotestsrc/gstvideotestsrc.c:
40853         (gst_videotestsrc_src_fixate):
40854         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40855         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40857
40858 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40859
40860         * sys/ximage/ximagesink.h:
40861         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40862         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40863         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40864         (gst_ximagesink_xoverlay_init):
40865           assorted fixes to make (re)embedding work
40866         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40867         (gst_ximagesink_get_desired_size):
40868           implement desired size additions to XOverlay
40869
40870 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40871
40872         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40873         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40874         (gst_x_overlay_got_desired_size):
40875         * gst-libs/gst/xoverlay/xoverlay.h:
40876           Add optional "desired size" signal and querying.
40877
40878 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40879
40880         * gst/matroska/matroska-demux.c:
40881         (gst_matroska_demux_parse_blockgroup):
40882           Fix EBML-laced block parsing. Diffs are relative to previous
40883           lace, not the first lace. Thanks to Mosu from the Matroska
40884           team for detecting this.
40885         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40886         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40887         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40888         (gst_wavparse_change_state):
40889         * gst/wavparse/gstwavparse.h:
40890           Quickfix for capsnego.
40891
40892 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40893
40894         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40895           Fix indenting, fix pad creation.
40896
40897 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40898
40899         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40900         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40901         (gst_xviddec_sink_link):
40902           Implement src_getcaps() so proper size caps is negotiated.
40903
40904 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40905
40906         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40907           Finish flac decoder on EOS. See #116178.
40908
40909 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40910
40911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40912         (gst_matroska_demux_add_stream):
40913         * gst/matroska/matroska-ids.h:
40914           Add getcaps() function to fix capsnego...
40915
40916 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40917
40918         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40919         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40920         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40921           Fix more integer overflows. Again, see #126967.
40922
40923 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40924
40925         * ext/mpeg2dec/gstmpeg2dec.c:
40926           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40927           #130416.
40928
40929 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40930
40931         * configure.ac:
40932         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40933         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40934         * ext/xvid/gstxvid.h:
40935         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40936         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40937         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40938         (gst_xviddec_change_state):
40939         * ext/xvid/gstxviddec.h:
40940         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40941         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40942         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40943         (gst_xvidenc_link), (gst_xvidenc_set_property),
40944         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40945         * ext/xvid/gstxvidenc.h:
40946           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40947
40948 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40949
40950         * gst/rtp/rtp-packet.c:
40951           Add sys/types.h include, since OS X doesn't define in_addr_t
40952           in netinet/in.h, like it does on Linux (see #129600).
40953
40954 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40955
40956         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40957
40958         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40959           Correct logic of dispose function (see #129306).
40960
40961 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40962
40963         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40964         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40965         (gst_mpeg_parse_init):
40966         * gst/mpegstream/gstmpegparse.h:
40967           Remove clock (which was never provided, i.e. dead code), and
40968           also fix integer overflows at high PTS values (see #126967).
40969
40970 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * ext/flac/gstflacdec.c:
40973         * ext/libpng/gstpngenc.h:
40974         * ext/mikmod/gstmikmod.h:
40975           OS X fixes (see #126628).
40976
40977 2004-01-02  David Schleef  <ds@schleef.org>
40978
40979         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40980         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40981         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40982         (gst_mpeg_parse_class_init): Move pad template registration
40983         to class_init, since the derived class (mpegdemux) doesn't
40984         want them.
40985
40986 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40987
40988         * sys/ximage/Makefile.am:
40989         * sys/xvideo/Makefile.am:
40990         * sys/xvimage/Makefile.am:
40991           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40992           after installation (see #127664).
40993
40994 2004-01-02  David Schleef  <ds@schleef.org>
40995
40996         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40997         (gst_ffmpegenc_connect):  Negotiation fixes.
40998         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40999         Remove inappropriate gst_caps_free().
41000         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41001         Reenable Ronald's internal resize code, since the core handles
41002         it correctly now.
41003
41004 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41005
41006         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41009           Fix pad template stuff.
41010
41011 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41012
41013         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41014         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41015           fix signed integer reading/writing.
41016
41017 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41018
41019         * ext/alsa/README:
41020           Remove outdated document
41021
41022 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41023
41024         * gst/cutter/gstcutter.c: (gst_cutter_init):
41025           src pad was being created twice - oops.
41026
41027 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41028
41029         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41030           Comment out internal resize. It doesn't handle the resulting
41031           XEvent internally, does another try_set_caps() which leads to
41032           a really nice loop.
41033           Real fix will come when Julien and Dave are awake. ;).
41034
41035 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41036
41037         * ext/mpeg2enc/gstmpeg2enc.cc:
41038           fix const/nonconst compile issue.
41039
41040 2004-01-02  David Schleef  <ds@schleef.org>
41041
41042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41043         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41044         Add fixate function and a check for bad formats.
41045
41046 2004-01-01  David Schleef  <ds@schleef.org>
41047
41048         Negotiation fixes:
41049         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41050         (gst_audiofilter_init):
41051         * gst/debug/efence.c: (gst_efence_init):
41052         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41053         (gst_deinterlace_init):
41054         * gst/volume/gstvolume.c: (volume_connect):
41055
41056 2004-01-01  David Schleef  <ds@schleef.org>
41057
41058         Convert elements to use gst_pad_use_explicit_caps() where
41059         appropriate:
41060         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41061         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41062         (gst_afparse_open_file):
41063         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41064         (gst_afsrc_open_file):
41065         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41066         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41067         (gst_ffmpegdec_chain):
41068         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41069         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41071         (gst_gdk_pixbuf_chain):
41072         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41073         (gst_jpegdec_chain):
41074         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41075         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41076         (gst_mikmod_negotiate):
41077         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41078         (gst_mpeg2dec_negotiate_format):
41079         * ext/mpeg2enc/gstmpeg2enc.cc:
41080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41081         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41082         (gst_speexdec_sinkconnect):
41083         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41084         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41085         (gst_vorbisfile_new_link):
41086         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41087         (gst_ac3parse_chain):
41088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41089         (gst_asf_demux_setup_pad):
41090         * gst/auparse/gstauparse.c: (gst_auparse_init),
41091         (gst_auparse_chain):
41092         * gst/id3/gstid3types.c: (gst_id3types_loop):
41093         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41094         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41095         (mp1videoparse_parse_seq):
41096         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41097         (bpf_from_header):
41098         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41099         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41100         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41101         (gst_mpeg_parse_send_data):
41102         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41103         (gst_qtdemux_add_stream):
41104         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41105         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41106         (gst_wavparse_parse_fmt):
41107
41108 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41109
41110         * configure.ac:
41111           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41112           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41113           it therefore uses the wrong include paths. Too bad... Note
41114           that 1.6.1.93 is not release yet. ;).
41115           Also add a check for mplex, which is now using the lib'ified
41116           mplex from mjpegtools, too.
41117         * ext/ffmpeg/gstffmpegcodecmap.c:
41118           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41119           issues. I don't think ffmpeg handles 3ivx correctly, so this
41120           probably won't work. But it won't hurt either.
41121         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41122         (gst_ffmpegdec_chain):
41123         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41124         (gst_ffmpegenc_chain_audio):
41125           Fix memleak in audio encoding. Close codec if open fails, this
41126           calls the cleanup routines so we can re-use the context.
41127         * ext/mpeg2enc/gstmpeg2enc.cc:
41128           Fix pad template names/types, fix memory issue with getcaps().
41129         * ext/mpeg2enc/gstmpeg2encoder.cc:
41130         * ext/mpeg2enc/gstmpeg2encoder.hh:
41131           Fix compile issue with new caps system (const thingy).
41132         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41133         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41134           We read a first frame right on initing, so that we have a caps
41135           when we init the output. This caps is cached in padprivate and
41136           read as first frame.
41137         * ext/mplex/Makefile.am:
41138         * ext/mplex/gstmplex.cc:
41139         * ext/mplex/gstmplex.h:
41140         * ext/mplex/gstmplex.hh:
41141         * ext/mplex/gstmplexibitstream.cc:
41142         * ext/mplex/gstmplexibitstream.hh:
41143         * ext/mplex/gstmplexjob.cc:
41144         * ext/mplex/gstmplexjob.hh:
41145         * ext/mplex/gstmplexoutputstream.cc:
41146         * ext/mplex/gstmplexoutputstream.hh:
41147           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41148           had issues, didn't do capsnego, supported only a subset of the
41149           mplex features and required a mplex fork in our local CVS. Plus
41150           that it worked agaist a very old mplex version. Rewriting was
41151           faster than updating it.
41152         * gst-libs/ext/Makefile.am:
41153         * gst-libs/ext/mplex/INSTRUCT:
41154         * gst-libs/ext/mplex/Makefile.am:
41155         * gst-libs/ext/mplex/README:
41156         * gst-libs/ext/mplex/TODO:
41157         * gst-libs/ext/mplex/ac3strm_in.cc:
41158         * gst-libs/ext/mplex/audiostrm.hh:
41159         * gst-libs/ext/mplex/audiostrm_out.cc:
41160         * gst-libs/ext/mplex/aunit.hh:
41161         * gst-libs/ext/mplex/bits.cc:
41162         * gst-libs/ext/mplex/bits.hh:
41163         * gst-libs/ext/mplex/buffer.cc:
41164         * gst-libs/ext/mplex/buffer.hh:
41165         * gst-libs/ext/mplex/fastintfns.h:
41166         * gst-libs/ext/mplex/format_codes.h:
41167         * gst-libs/ext/mplex/inputstrm.cc:
41168         * gst-libs/ext/mplex/inputstrm.hh:
41169         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41170         * gst-libs/ext/mplex/mjpeg_logging.cc:
41171         * gst-libs/ext/mplex/mjpeg_logging.h:
41172         * gst-libs/ext/mplex/mjpeg_types.h:
41173         * gst-libs/ext/mplex/mpastrm_in.cc:
41174         * gst-libs/ext/mplex/mpegconsts.cc:
41175         * gst-libs/ext/mplex/mpegconsts.h:
41176         * gst-libs/ext/mplex/mplexconsts.hh:
41177         * gst-libs/ext/mplex/multplex.cc:
41178         * gst-libs/ext/mplex/outputstream.hh:
41179         * gst-libs/ext/mplex/padstrm.cc:
41180         * gst-libs/ext/mplex/padstrm.hh:
41181         * gst-libs/ext/mplex/stillsstream.cc:
41182         * gst-libs/ext/mplex/stillsstream.hh:
41183         * gst-libs/ext/mplex/systems.cc:
41184         * gst-libs/ext/mplex/systems.hh:
41185         * gst-libs/ext/mplex/vector.cc:
41186         * gst-libs/ext/mplex/vector.hh:
41187         * gst-libs/ext/mplex/videostrm.hh:
41188         * gst-libs/ext/mplex/videostrm_in.cc:
41189         * gst-libs/ext/mplex/videostrm_out.cc:
41190         * gst-libs/ext/mplex/yuv4mpeg.cc:
41191         * gst-libs/ext/mplex/yuv4mpeg.h:
41192         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41193         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41194           We don't fork mjpegtools' mplex in our CVS anymore.
41195         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41196         (gst_avi_demux_add_stream):
41197         * gst/avi/gstavidemux.h:
41198           Add getcaps() function for proper caps nego. This makes some
41199           parts of AVI playback/reading work.
41200         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41201           Resize window on new capsnego. This is probably wrong, but
41202           I'm still committing it because with current capsnego, the
41203           first successfull capsnego is auto-fixated, therefore rounded
41204           down to the lowest values in the caps. this results in a 16x16
41205           XWindow that is not reized when real capsnego finishes.
41206           Dave, I see more cases of this, do you know a proper solution?
41207         * tools/gst-launch-ext.in:
41208           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41209
41210 2003-12-31  David Schleef  <ds@schleef.org>
41211
41212         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41213         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41214           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41215
41216 2003-12-30  David Schleef  <ds@schleef.org>
41217
41218         * ext/ffmpeg/gstffmpegcolorspace.c:
41219         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41220         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41221         (gst_ffmpegcsp_chain): Negotiation fixes
41222         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41224         (gst_audio_convert_link), (gst_audio_convert_channels):
41225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41226         (gst_audioscale_link), (gst_audioscale_get_buffer),
41227         (gst_audioscale_chain): Negotiation fixes
41228         * gst/audioscale/gstaudioscale.h:
41229         * gst/videofilter/gstvideofilter.c:
41230         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41231         (gst_videofilter_link), (gst_videofilter_init),
41232         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41233         (gst_videofilter_find_format_by_structure):
41234         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41236         (gst_videoscale_link):
41237         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41238         (videoscale_find_by_structure), (gst_videoscale_setup):
41239         * gst/videoscale/videoscale.h: Negotiation fixes
41240         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41241         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41242         function, restrict resizing to a multiple of 4 (hack until
41243         everyone supports odd sizes correctly).
41244
41245 2003-12-29  Colin Walters  <walters@verbum.org>
41246
41247         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41248         signed.
41249
41250 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41251
41252         * ext/sndfile/gstsf.c: (gst_sf_loop):
41253           Fix warning about discarding const qualifier
41254
41255 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41256
41257         * gst/cutter/gstcutter.c:
41258         * gst/videoscale/gstvideoscale.c:
41259         * gst/volenv/gstvolenv.c:
41260         * gst-libs/gst/audio/audio.c:
41261         * gst-libs/gst/video/video.c:
41262           Fix warnings
41263
41264 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41265
41266         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41267           Don't send ALSA debugging to stderr.
41268         * ext/alsa/gstalsa.h:
41269           Use GST_WARNING instead of g_warning when ALSA functions fail.
41270
41271 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41272
41273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41274           Free XVAdapterInfo correctly.
41275
41276 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41277
41278         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41279         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41280           Make id3tag use correct caps nego.
41281
41282 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41283
41284         * ext/ivorbis/vorbis.c:
41285         * ext/ivorbis/vorbisenc.h:
41286         * ext/ivorbis/vorbisfile.c:
41287           Modify so that it uses the new caps things
41288
41289 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41290
41291         * testsuite/spider/spider1.c: (main):
41292         * testsuite/spider/spider2.c: (main):
41293         * testsuite/spider/spider3.c: (main):
41294           Make tests compile again. They probably don't work.
41295
41296 2003-12-24  Colin Walters  <walters@verbum.org>
41297
41298         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41299         we can't fixate the caps anymore.
41300
41301 2003-12-23  David Schleef  <ds@schleef.org>
41302
41303         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41304         * sys/oss/gstosssink.c: (gst_osssink_init),
41305         (gst_osssink_sink_fixate): Add fixate function.
41306
41307 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41308
41309         * ext/ffmpeg/gstffmpegcodecmap.c:
41310         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41311         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41312         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41313         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41314         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41315         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41316         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41317           fix typo in RGB masks, and move back to "old" colorspace
41318           capsnego code until whoever wrote this new crap has actually
41319           tested it so that it works.
41320           And yes, this works, keep it that way please.
41321
41322 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41323
41324         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41325         (gst_divxdec_init), (gst_divxdec_negotiate):
41326         * ext/divx/gstdivxdec.h:
41327         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41328         (gst_divxenc_init):
41329         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41330         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41331         * ext/mpeg2enc/gstmpeg2enc.cc:
41332         * ext/mpeg2enc/gstmpeg2encoder.cc:
41333         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41334         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41335         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41336         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41337         (dxr3spusink_init):
41338         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41339         (dxr3videosink_init):
41340           Fix caps breakage after Dave's caps branch merge.
41341
41342 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41343
41344         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41345           Fix for 24bpp display.
41346
41347 2003-12-23  Colin Walters  <walters@verbum.org>
41348
41349         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41350         a GnomeVFSHandle directly.
41351
41352 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41353
41354         * gst/volume/Makefile.am:
41355         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41356         (volume_base_init), (volume_init):
41357           Reenable volume element and fix to work with new caps stuff.
41358           Rhythmbox needs this.
41359
41360 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41361
41362         * gst/qtdemux/qtdemux.c: (plugin_init):
41363           qtdemux requires bytestream
41364
41365 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41366
41367         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41368           Fix remaining caps handling errors due to CAPS merge.
41369
41370 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41371
41372         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41373         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41374         (gst_faad_srcconnect):
41375           Port to new caps system.
41376
41377 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41378
41379         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41380         (got_video_size), (main): using g_print instead of g_message.
41381         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41382         signal which was not emitted because of "switch" element added to the
41383         bin but not connected. (Removing from the bin temporarily)
41384
41385 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41386
41387         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41388         find X development files. I don't understand the previous tests and
41389         they fail on my debian/ppc unstable. This one works.
41390         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41391         exiting.
41392         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41393         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41394         (gst_play_set_visualization): Add some safety checks in set_ methods
41395         and state_change. This was throwing some ugly CRITICAL messages when
41396         pipeline was getting disposed and casts were failing.
41397
41398 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41399
41400         * configure.ac:
41401           Improve mpeg2enc detection. This is for distributions that do
41402           ship mjpegtools, but without mpeg2enc. Also does object check
41403           for might there ever be ABI incompatibility.
41404         * ext/mpeg2enc/gstmpeg2enc.cc:
41405           Add Andrew as second maintainer (he's helping me), and also add
41406           an error if no caps was set. This happens if I pull before capsnego
41407           and that's something I should solve sometime else.
41408         * gst/matroska/matroska-demux.c:
41409         (gst_matroska_demux_parse_blockgroup):
41410           Fix time parsing.
41411         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41412         (gst_matroska_mux_track_header):
41413           Add caps to templates.
41414         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41415           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41416         * gst/mpegstream/gstmpegdemux.c:
41417           Remove layer since it causes warnings about unfixed caps.
41418         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41419           Fix obvious typo (we error out if caps were set, we should of
41420           course error out if *no* caps were set).
41421         * sys/oss/gstosselement.c: (gst_osselement_convert):
41422           Fix format conversion, we confused bits/bytes.
41423         * sys/oss/gstosselement.h:
41424           Improve documentation for 'bps'.
41425         * sys/v4l/TODO:
41426           Remove stuff about plugins that need removing - this was done
41427           ages ago.
41428         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41429         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41431         (gst_v4lsrc_src_query):
41432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41433         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41434           Add get_query_types(), get_formats() and query() functions.
41435
41436 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41437
41438         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41439           * moved CVS to freedesktop.org