gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to strict...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst/subparse/samiparse.c: (sami_context_push_state),
4         (sami_context_pop_state), (start_sami_element), (end_sami_element):
5         Some versions of libxml seem to be very picky as to strict formatting
6         of the input and never 'close' the final </body> tag.
7         In order to fix that bad behaviour, we trigger the flushing of
8         remaining data on both </body> and </sami>.
9         Fixes #557365
10
11 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         Patch by: Guillaume Emont <guillaume at fluendo dot com>
14
15         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16         Add typefinders for MS Word files and OS X .DS_Store files to
17         prevent them to be recognized as MPEG files. Fixes bug #564098.
18
19 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         * gst/playback/gstplaysink.c: (gen_audio_chain),
22         (gst_play_sink_reconfigure):
23         Add some more debug info.
24         Fix linking of just an encoded sink.
25         Handle failure to create a sink chain more gracefully than crashing.
26
27 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
28
29         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
30         Pushing 10 buffers is enough to run the test.
31
32 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
33
34         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
35         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
36         (main):
37         Hook up the SKIP seek flag.
38
39 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         * gst/playback/gstplaybin2.c: (pad_added_cb):
42         Error out with a missing-plugin error when the input-selector was not
43         found.
44
45         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
46         Indentation.
47
48 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
49
50         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
51         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
52         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
53         (gst_play_sink_send_event), (gst_play_sink_change_state):
54         Use G_DEFINE_TYPE.
55         Try to set the selected sink to READY before using it. This will allow
56         for detection of incompatible formats sooner.
57         Don't cause a fatal error when conversion elements are missing but post
58         a missing-element message and a warning instead because things might
59         still link and run fine.
60         Simplyfy the construction of audio and video sink chains.
61
62 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
65         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
66         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
67         init from glib.
68
69 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
70
71         Patch by: Luis Menina <liberforce at freeside dot fr>
72
73         * gst-libs/gst/floatcast/floatcast.h:
74         * gst/typefind/gsttypefindfunctions.c:
75         Include glib.h instead of a specific GLib header. Including single
76         GLib headers is deprecated. Fixes bug #563904.
77
78 2008-12-09  Julien Moutte  <julien@fluendo.com>
79
80         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
81         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
82
83 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
84
85         * gst-libs/gst/riff/riff-read.c:
86           Fix handling of odd chunks in riff metadata.
87
88 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         * gst/volume/gstvolume.c: (gst_volume_class_init),
91         (volume_before_transform), (volume_transform_ip):
92         Use new basetransform vmethod to reconfigure the dynamic properties and
93         any pending volume/mute changes. Fixes #563508.
94
95 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * configure.ac:
98         First check for "theoraenc theoradec" and if that failed check
99         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
100         deprecate the latter. Also linking on Windows fails with just "theora"
101         and the version check would fail for the release candidates.
102         Fixes bug #563718.
103
104 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
105
106         * gst/playback/gstdecodebin.c:
107         * gst/playback/gstdecodebin2.c:
108           Add basic docs to decodebin and link to decodebin from decodebin2.
109           
110 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         Patch by: Olivier Crete  <tester at tester ca>
113
114         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
115         * gst-libs/gst/rtp/gstrtcpbuffer.h:
116         Implement gst_rtcp_packet_remove(). Fixes #563174.
117
118         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
119         Add unit test for some RTCP functions.
120
121 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
122
123         * configure.ac:
124         Apparently AC_CONFIG_MACRO_DIR breaks when using more
125         than one macro directory, reverting last change.
126
127 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
128
129         * configure.ac:
130         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
131         our M4 macros.
132
133 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
134
135         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
137         Clear all flags on buffers returned from the image pool.
138         Fixes #563143
139
140 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         Patch by: Cygwin Ports maintainer
143                   <yselkowitz at users dot sourceforge dot net>
144
145         * autogen.sh:
146         * configure.ac:
147         Require gettext 0.17 because older versions don't mix with libtool
148         2.2. At build time an older gettext version will still work.
149         Fixes bug #556091.
150
151 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
152
153         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
154
155 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
156
157         * docs/plugins/gst-plugins-base-plugins.args:
158         * docs/plugins/gst-plugins-base-plugins.hierarchy:
159         * docs/plugins/gst-plugins-base-plugins.interfaces:
160         * docs/plugins/gst-plugins-base-plugins.prerequisites:
161         * docs/plugins/inspect/plugin-videorate.xml:
162         * gst/speexresample/gstspeexresample.c:
163         Update documentation of speexresample for the new element name.
164
165 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
166
167         * gst/speexresample/README:
168         Update README with the latest diff between the Speex resampler
169         and our copy.
170
171 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
172
173         * gst/speexresample/gstspeexresample.c: (plugin_init):
174         Update the debug category from speex_resample to audioresample.
175
176 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
177
178         * gst/audioresample/Makefile.am:
179         * gst/audioresample/buffer.c:
180         * gst/audioresample/buffer.h:
181         * gst/audioresample/debug.c:
182         * gst/audioresample/debug.h:
183         * gst/audioresample/functable.c:
184         * gst/audioresample/functable.h:
185         * gst/audioresample/gstaudioresample.c:
186         * gst/audioresample/gstaudioresample.h:
187         * gst/audioresample/resample.c:
188         * gst/audioresample/resample.h:
189         * gst/audioresample/resample_chunk.c:
190         * gst/audioresample/resample_functable.c:
191         * gst/audioresample/resample_ref.c:
192         * tests/check/elements/audioresample.c:
193         Remove audioresample files.
194
195 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
196
197         * docs/plugins/inspect/plugin-audioresample.xml:
198         Regenerated for library filename change.
199
200 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
201
202         * configure.ac:
203         * docs/plugins/Makefile.am:
204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
205         * docs/plugins/gst-plugins-base-plugins.args:
206         * docs/plugins/gst-plugins-base-plugins.hierarchy:
207         * docs/plugins/gst-plugins-base-plugins.interfaces:
208         * docs/plugins/gst-plugins-base-plugins.prerequisites:
209         * docs/plugins/inspect/plugin-adder.xml:
210         * docs/plugins/inspect/plugin-alsa.xml:
211         * docs/plugins/inspect/plugin-audioconvert.xml:
212         * docs/plugins/inspect/plugin-audiorate.xml:
213         * docs/plugins/inspect/plugin-audioresample.xml:
214         * docs/plugins/inspect/plugin-audiotestsrc.xml:
215         * docs/plugins/inspect/plugin-cdparanoia.xml:
216         * docs/plugins/inspect/plugin-decodebin.xml:
217         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
218         * docs/plugins/inspect/plugin-gdp.xml:
219         * docs/plugins/inspect/plugin-gio.xml:
220         * docs/plugins/inspect/plugin-gnomevfs.xml:
221         * docs/plugins/inspect/plugin-libvisual.xml:
222         * docs/plugins/inspect/plugin-ogg.xml:
223         * docs/plugins/inspect/plugin-pango.xml:
224         * docs/plugins/inspect/plugin-playback.xml:
225         * docs/plugins/inspect/plugin-queue2.xml:
226         * docs/plugins/inspect/plugin-subparse.xml:
227         * docs/plugins/inspect/plugin-tcp.xml:
228         * docs/plugins/inspect/plugin-theora.xml:
229         * docs/plugins/inspect/plugin-typefindfunctions.xml:
230         * docs/plugins/inspect/plugin-uridecodebin.xml:
231         * docs/plugins/inspect/plugin-video4linux.xml:
232         * docs/plugins/inspect/plugin-videorate.xml:
233         * docs/plugins/inspect/plugin-videoscale.xml:
234         * docs/plugins/inspect/plugin-videotestsrc.xml:
235         * docs/plugins/inspect/plugin-volume.xml:
236         * docs/plugins/inspect/plugin-vorbis.xml:
237         * docs/plugins/inspect/plugin-ximagesink.xml:
238         * docs/plugins/inspect/plugin-xvimagesink.xml:
239         * gst/speexresample/gstspeexresample.c: (plugin_init):
240         * gst/speexresample/Makefile.am:
241         * tests/check/Makefile.am:
242         * tests/check/elements/speexresample.c: (setup_speexresample),
243         (GST_START_TEST), (test_pipeline):
244         Rename the moved speexresample to audioresample, integrate into the
245         build system and remove the old audioresample from the build system.
246         Fixes bug #558124, #385061, #346218, #116051.
247
248 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst-libs/gst/audio/gstbaseaudiosrc.c:
251         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
252         Avoid nasty int overflows after about 12 hours and 25 minutes when these
253         code paths are triggered. 
254         A free beer to Håvard Graff for finding this!
255
256 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
257
258         Patch by: 이문형 <iwings at gmail dot com>
259
260         * gst-libs/gst/rtsp/gstrtspconnection.c:
261         (gst_rtsp_connection_connect):
262         A successful gst_poll_wait() doesn't always mean successful connect() on
263         Windows.  We should check errors by calling gst_poll_fd_has_error().
264         See #561924.
265
266 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
267
268         * gst-libs/gst/rtp/gstrtcpbuffer.c:
269         Fix typo in the docs.
270
271 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
272
273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
274         If no stream was found before receiving EOS, post an error message.
275         Fixes #561924.
276
277 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * ext/theora/gsttheoraenc.h:
280         * ext/theora/theoraenc.c: (gst_theora_enc_init),
281         (theora_buffer_from_packet), (theora_push_packet),
282         (theora_enc_sink_event), (theora_enc_is_discontinuous),
283         (theora_enc_chain):
284         Parse segment events.
285         Pass incomming buffer timestamps to outgoing buffers.
286         Use the running_time to construct the granulepos.
287         Fixes #562163.
288
289 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
290
291         * gst/playback/gstplaybin2.c: (activate_group):
292         Fix buffer-duration property.
293
294 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
295
296         * gst-libs/gst/audio/gstbaseaudiosink.c:
297         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
298         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
299         (gst_base_audio_sink_change_state):
300         Really fix audiosink drain handling by keeping track of the running_time
301         of the last sample.
302
303 2008-11-24  Michael Smith <msmith@songbirdnest.com>
304
305         * gst/playback/gstplaybin2.c:
306           Add notification of current stream. Add ability to configure buffer
307           sizes.
308         * gst/playback/gsturidecodebin.c:
309           Add ability to configure buffer sizes for streaming mode.
310           Bug #561734.
311
312 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
313
314         * gst-libs/gst/audio/gstbaseaudiosink.c:
315           Time is already in running_time. Remove base_time handling. Fixes
316           audiosinks not draining and thus chopping some audio in the end.
317
318 2008-11-24  David Schleef  <ds@schleef.org>
319
320         * ext/ogg/gstoggmux.c:
321         * ext/ogg/gstoggmux.h:
322           If we're muxing a dirac stream, flush the page after every picture.
323
324 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
325
326         * gst-libs/gst/audio/gstbaseaudiosink.c:
327           Add one log message to check for audio_drained. Sync one log message
328           with the condition. Send EOS after draining audio in pull mode.
329
330 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
331
332         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
334         Use gst_buffer_try_new_and_alloc() and fail properly if the
335         allocation failed. This prevents abort() if downstream elements
336         request an insane amount of memory.
337
338 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         * gst/volume/gstvolume.c: (volume_choose_func),
341         (volume_update_volume), (gst_volume_set_volume),
342         (gst_volume_get_volume), (gst_volume_set_mute),
343         (gst_volume_class_init), (gst_volume_init),
344         (volume_process_double), (volume_process_float),
345         (volume_process_int32), (volume_process_int32_clamp),
346         (volume_process_int24), (volume_process_int24_clamp),
347         (volume_process_int16), (volume_process_int16_clamp),
348         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
349         (volume_transform_ip), (volume_set_property),
350         (volume_get_property):
351         * gst/volume/gstvolume.h:
352         Cleanup volume, define and use default values.
353         Recalculate new volume and mute setup before processing. Fixes #561789.
354
355         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
356         Add controller unit test. Patch by: Jonathan Matthew
357         Fix bogus test that messed with basetransform's internal state.
358
359 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * gst/videorate/gstvideorate.c:
362         Add jpeg and png image media types to the caps. Fixes #561436.
363
364 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/playback/gstplaysink.c: (gen_audio_chain):
367         Don't post an error when we can't configure the volume but post a
368         warning instead. Fixes #561780.
369
370 2008-11-21  David Schleef  <ds@schleef.org>
371
372         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
373
374         * gst/videotestsrc/gstvideotestsrc.c:
375         * gst/videotestsrc/gstvideotestsrc.h:
376         * gst/videotestsrc/videotestsrc.c:
377         * gst/videotestsrc/videotestsrc.h:
378           Add a zone plate pattern generator based on BBC R&D Report
379           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
380           kx2=20 ky2=20 kt=1'.
381
382 2008-11-20  Michael Smith <msmith@songbirdnest.com>
383
384         * gst/playback/gstdecodebin2.c:
385           Fix random fat-fingering making this not compile.
386
387 2008-11-20  Michael Smith <msmith@songbirdnest.com>
388
389         * gst/playback/gstdecodebin2.c:
390           If the top-level type of the stream is plain text, don't try to decode
391           it, matching behaviour of decodebin.
392         * gst/playback/gstplaysink.c:
393           If we fail to generate a text chain (e.g. due to missing optional
394           plugins), don't crash.
395
396 2008-11-20  Michael Smith <msmith@songbirdnest.com>
397
398         * gst-libs/gst/rtsp/gstrtspdefs.c:
399           Fix win32 build. Oops.
400
401 2008-11-20  Michael Smith <msmith@songbirdnest.com>
402
403         * gst-libs/gst/rtsp/gstrtspdefs.c:
404           Use WSAGetLastError() rather than errno/h_errno on win32.
405
406 2008-11-20  Michael Smith <msmith@songbirdnest.com>
407
408         * gst-libs/gst/riff/riff-media.c:
409           Support WMA Lossless properly.
410
411 2008-11-18  David Schleef  <ds@schleef.org>
412
413         * gst/videotestsrc/gstvideotestsrc.c:
414         * gst/videotestsrc/gstvideotestsrc.h:
415         * gst/videotestsrc/videotestsrc.c:
416         * gst/videotestsrc/videotestsrc.h:
417           Add "colorspec" property, specifying whether to generate BT.601
418           or BT.709 video.  This only affects YCbCr values, not RGB, since
419           if you're generating a 709 test pattern, presumably you want
420           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
421           uses 75% colors instead of 100%, since this is often more useful
422           for testing (and also follows the SMPTE EG-1 guideline).
423
424 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
425
426         * gst/playback/gstdecodebin.c:
427         Add a "sink-caps" property to decodebin like it's done for decodebin2.
428         Fixes #560380.
429
430 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
431
432         * gst/audioresample/gstaudioresample.c:
433         Guard against a NULL dereference I somehow encountered -
434         with a FLUSH_STOP arriving either before basetransform _start(),
435         or after _stop().
436
437         * gst/typefind/gsttypefindfunctions.c:
438         Make sure we never jump backwards when typefinding corrupt mov files.
439
440 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
441
442         * gst-libs/gst/interfaces/propertyprobe.c:
443         Fix random type causing a docs warning.
444
445 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
446
447         * sys/v4l/gstv4l.c:
448           Give it a minimal rank for autovideosrc.
449
450 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
451
452         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
453         (plugin_init):
454         Improve typefinding of ISO JPEG2000 mime types.
455
456 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
459         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
460         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
461         * sys/xvimage/xvimagesink.h:
462         Avoid typechecking when we do trivial casts.
463         Move error handling out of the main program flow.
464         Sneak in the display-region caps property, not completely correct yet.
465         Cache the width/height in buffer_alloc instead of parsing it from the
466         caps all the time.
467
468 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         * gst/playback/gstplaybin2.c: (deactivate_group):
471         don't try to unlink the selector sinkpad when we don't have it yet. This
472         can happen if an error occured before the group was complete.
473
474 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
475
476         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
477         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
478         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
479         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
480         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
481         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
482         (gst_rtp_buffer_get_extension_data),
483         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
484         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
485         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
486         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
487         (gst_rtp_buffer_get_payload_type),
488         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
489         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
490         (gst_rtp_buffer_set_timestamp),
491         (gst_rtp_buffer_get_payload_subbuffer),
492         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
493         Avoid expensive type checks we already did as part of the 
494         _validate() function that should be called first.
495
496 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
499         (gst_base_rtp_depayload_push_full),
500         (gst_base_rtp_depayload_set_gst_timestamp):
501         Fix some cases where a newsegment event was not sent.
502
503 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * gst/playback/gstplaybin2.c: (activate_group):
506         Catch state change errors and stop from the uridecodebin elements
507         instead of trying to continue in vain.
508
509 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst-libs/gst/audio/gstbaseaudiosink.c:
512         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
513         (gst_base_audio_sink_callback):
514         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
515         for the latency to expire, fixes #559567.
516
517 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
518
519         * gst/adder/gstadder.c:
520           Change author string after seeing output of gst-inspector.
521
522 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
525         Don't try to do crazy things when we only have a text pad without a
526         video pad. Fixes #559478.
527
528 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
529
530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
531         Fix case where we don't have a range for the rates or channels as is the
532         case with truespeech.
533
534 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
535
536         * gst/volume/gstvolume.c: (volume_update_real_volume),
537         (gst_volume_set_volume), (gst_volume_get_volume),
538         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
539         (volume_transform_ip), (volume_update_mute),
540         (volume_update_volume), (volume_get_property):
541         * gst/volume/gstvolume.h:
542         Keep negotiated state in a separate variable.
543         Protect the volume and mute properties with the object lock.
544         Protect modifying the transform with the transform lock.
545
546 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
549         (gst_ffmpeg_pixfmt_to_caps):
550         Only convert caps to string when debug is enabled.
551
552 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
553
554         * ext/theora/gsttheoradec.h:
555         * ext/theora/theoradec.c: (gst_theora_dec_init),
556         (gst_theora_dec_reset), (theora_dec_src_event),
557         (theora_dec_sink_event), (theora_handle_type_packet):
558         Copy seqnum.
559         Keep events in a pending list, like vorbisdec, instead of trying
560         to construct a segment event ourselves.
561
562         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
563         (vorbis_dec_src_event), (vorbis_dec_sink_event):
564         * ext/vorbis/vorbisdec.h:
565         Copy seqnum.
566
567 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
568
569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
570         (gst_ogg_demux_deactivate_current_chain),
571         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
572         (gst_ogg_demux_loop):
573         * ext/ogg/gstoggdemux.h:
574         Copy seqnums around to track playback segments and messages.
575
576 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
577
578         Based on patch by: Matthias Kretz <kretz at kde dot org>
579
580         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
581         (gst_alsasink_prepare), (gst_alsasink_unprepare),
582         (gst_alsasink_write):
583         Make all access non-blocking so that we can better handle unplugging
584         of usb devices. Fixes #559111
585
586 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         Patch by: Damien Lespiau  <damien.lespiau gmail com>
589
590         * gst-libs/gst/rtsp/gstrtspconnection.c:
591         (gst_rtsp_connection_write):
592         Make the next call to poll not depend on previous calls to poll with or
593         without reading from the active descriptor. Fixes #544293.
594
595 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
596
597         Patch by: Nick Haddad <nick at haddads dot net>
598
599         * gst-libs/gst/riff/riff-ids.h:
600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
601         Add support for other fourcc codes that are commonly used for
602         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
603         Fixes #558553.
604
605 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
606
607         * gst/audioresample/gstaudioresample.c:
608           Return the result of parent_class->event().
609
610 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
611
612         * gst/audioresample/gstaudioresample.c:
613         (gst_audioresample_class_init), (audioresample_fixate_caps):
614         Fixate the rate to the nearest supported rate instead of
615         the first one. Fixes bug #549510.
616
617 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         * win32/common/libgstaudio.def:
620         Add new symbols.
621
622 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
623
624         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
625         Attempt to make obfuscated code clearer.
626
627 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         * docs/libs/gst-plugins-base-libs-sections.txt:
630         * gst-libs/gst/floatcast/floatcast.h:
631         Move float endianness conversion macros to core. Second part of
632         bug ##555196.
633
634 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
635
636         * sys/ximage/ximagesink.h:
637         * sys/xvimage/xvimagesink.h:
638           Don't mark as gtk-doc docs as they aren't public.
639
640 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
641
642         * sys/xvimage/xvimagesink.c:
643         * sys/xvimage/xvimagesink.h:
644         * tests/icles/Makefile.am:
645         * tests/icles/test-colorkey.c:
646           Allow setting colorkey if possible. Implement property probe interface
647           for optional X features (autopaint-colorkey, double-buffer and
648           colorkey). Fixes #554533
649
650 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
651
652         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
653         Remove useless buffer size assignment. It already has this value.
654
655 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * gst-libs/gst/audio/gstaudiosink.c:
658         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
659         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
660         (gst_audioringbuffer_stop):
661         Implement a separate activate functions to start monitoring the segments
662         or, in pull mode, pulling in data.
663
664         * gst-libs/gst/audio/gstbaseaudiosink.c:
665         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
666         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
667         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
668         (gst_base_audio_sink_activate_pull),
669         (gst_base_audio_sink_async_play),
670         (gst_base_audio_sink_change_state):
671         Implement pad and element convert query function.
672         Activate the ringbuffer.
673         Use the segment last_stop value as the offset to pull.
674         Use new basesink _do_preroll() method to preroll in the pulling thread.
675         Take appropriate locking in the pulling thread.
676
677         * gst-libs/gst/audio/gstringbuffer.h:
678         Update some docs.
679
680 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
681
682         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
683         Improve MXF typefinding a bit by searching for a header partition
684         pack instead of just a general partition pack and checking more
685         bytes for valid values.
686
687 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * tests/icles/.cvsignore:
690         update ignore file.
691
692         * tests/icles/Makefile.am:
693         * tests/icles/test-box.c: (make_pipeline), (main):
694         Add another interactive command line experimentation suite for
695         dynamically boxing/cropping/saling an input video.
696
697 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
698
699         * docs/libs/gst-plugins-base-libs-sections.txt:
700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
701         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
702         * gst-libs/gst/audio/gstringbuffer.h:
703         Add methods to more accuratly control the pulling thread of a
704         ringbuffer.
705         Add format conversion helper code to the ringbuffer.
706         API: GstRingBuffer:gst_ring_buffer_activate()
707         API: GstRingBuffer:gst_ring_buffer_is_active()
708         API: GstRingBuffer:gst_ring_buffer_convert()
709
710 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
713         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
714         (gst_audioringbuffer_stop):
715         Signal thread startup earlier so that we can immediatly go into pull
716         mode when we have to and block on preroll.
717
718 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst-libs/gst/audio/gstringbuffer.c:
721         (gst_ring_buffer_prepare_read):
722         In pull mode we want the callback to prepull a buffer we can preroll on
723         even when we are not yet playing.
724
725 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
726
727         * ext/alsa/Makefile.am:
728         * ext/cdparanoia/Makefile.am:
729         * ext/gio/Makefile.am:
730         * ext/gnomevfs/Makefile.am:
731         * ext/libvisual/Makefile.am:
732         * ext/ogg/Makefile.am:
733         * ext/pango/Makefile.am:
734         * ext/theora/Makefile.am:
735         * ext/vorbis/Makefile.am:
736         * gst/adder/Makefile.am:
737         * gst/audioconvert/Makefile.am:
738         * gst/audiorate/Makefile.am:
739         * gst/audioresample/Makefile.am:
740         * gst/audiotestsrc/Makefile.am:
741         * gst/ffmpegcolorspace/Makefile.am:
742         * gst/gdp/Makefile.am:
743         * gst/playback/Makefile.am:
744         * gst/subparse/Makefile.am:
745         * gst/tcp/Makefile.am:
746         * gst/typefind/Makefile.am:
747         * gst/videorate/Makefile.am:
748         * gst/videoscale/Makefile.am:
749         * gst/videotestsrc/Makefile.am:
750         * gst/volume/Makefile.am:
751         * sys/v4l/Makefile.am:
752         * sys/ximage/Makefile.am:
753         * sys/xvimage/Makefile.am:
754           Don't install static libs for plugins. Fixes #550851 for base.
755
756 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
759         Set the default blocksize to -1 because we will then use the configured
760         samplesperbuffer to create our output buffer.
761
762 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
763
764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
765         (gst_riff_create_video_template_caps):
766         Add mappping for the KMVC (Karl Morton's Video) Codec.
767
768 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
769
770         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
771         Don't forget to advance the offset of what we're matching against, else
772         we end up in a forever loop.
773
774 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
775
776         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
777         Improve typefinding a bit. If we don't have a Unicode charset
778         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
779
780 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
781
782         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
783         Fix build on macosx.
784
785 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         Based on patch by: Robin Stocker <robin at nibor dot org>
788
789         * ext/theora/gsttheoradec.h:
790         * ext/theora/theoradec.c: (gst_theora_dec_init),
791         (theora_dec_setcaps), (theora_handle_type_packet),
792         (theora_dec_decode_buffer), (theora_dec_change_state):
793         Parse input caps and make the PAR override the encoded PAR when
794         specified by a container. Fixes #555699.
795
796 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
799         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
800         (gst_base_rtp_depayload_set_gst_timestamp),
801         (gst_base_rtp_depayload_change_state):
802         * gst-libs/gst/rtp/gstbasertpdepayload.h:
803         Add some more G_LIKELY
804         Fail when the setcaps function was not called.
805
806         * gst-libs/gst/rtp/gstbasertppayload.c:
807         (gst_basertppayload_set_outcaps):
808         Propagate return value of setcaps.
809
810 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
811
812         * gst/subparse/Makefile.am:
813         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
814         (gst_sub_parse_class_init), (gst_sub_parse_init),
815         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
816         (get_next_line), (gst_sub_parse_data_format_autodetect),
817         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
818         (gst_subparse_type_find):
819         * gst/subparse/gstsubparse.h:
820         Add support for UTF16/UTF32 subtitles as long as the first bytes of
821         the first buffer contain the BOM. This also adds support for other
822         encodings that allow NUL bytes via the encoding property.
823         Fixes bugs #552237 and #456788.
824
825 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
826
827         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
828         Don't drop the last byte of image tags if they're not an URI list.
829         Fixes bug #556066.
830
831 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
832
833         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
834         For looking at the 4th byte we have to get 4 bytes of course
835         and not 3.
836
837 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
838
839         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
840         Improve FLAC-without-headers typefinding by looking at most of the
841         frame header and checking if invalid values are used. Should prevent
842         quite some false positives compared to the old version which only
843         check if the first 14 bits are set.
844
845 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
846
847         * sys/xvimage/xvimagesink.c:
848           Don't assert on caps==NULL.
849
850 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
851
852         * gst/subparse/gstsubparse.c:
853         (gst_sub_parse_data_format_autodetect), (handle_buffer),
854         (gst_sub_parse_change_state):
855         * gst/subparse/gstsubparse.h:
856         * tests/check/elements/subparse.c: (GST_START_TEST):
857         Add support for subtitle files with UTF-8 BOM at the beginning
858         by simple stripping it from the first line before passing it
859         to any parsing code. Fixes bug #555257 and playback of files
860         created by Gnome Subtitles.
861
862 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst/audiotestsrc/gstaudiotestsrc.c:
865         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
866         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
867         (gst_audio_test_src_start), (gst_audio_test_src_stop),
868         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
869         (gst_audio_test_src_create):
870         * gst/audiotestsrc/gstaudiotestsrc.h:
871         Define the default property values in the usual place.
872         Implement start/stop to reset values correctly.
873         Calculate the sample size only once when we negotiate.
874         Rename some values to make more sense.
875         Keep track of our byte range.
876         Add support for pull based scheduling. Disabled for now until we have
877         the whole stack working.
878         Set the BUFFER_OFFSET correctly.
879
880 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
881
882         Based on a patch by: xavierb at gmail dot com
883
884         * gst/subparse/gstsubparse.c:
885         (gst_sub_parse_data_format_autodetect):
886         * tests/check/elements/subparse.c: (GST_START_TEST):
887         Make the detection of the used subtitle a bit less strict
888         for srt subtitles. Fixes bug #555607.
889
890 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
891
892         * ext/vorbis/vorbisenc.c:
893         (gst_vorbis_enc_buffer_check_discontinuous):
894         Fix discontinuity detection which was broken by last commit.
895
896 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
897
898         * configure.ac::
899           Require core CVS for ghostpad API additions used by decodebin2.
900
901 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
902
903         * gst-libs/gst/audio/gstbaseaudiosrc.c:
904         (gst_base_audio_src_create):
905         Fix debug statements (space between '%' and actual format).
906
907 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
910         Remove bogus assert, the decodepad could have been created inside an
911         already existing group.
912
913 2008-10-08  Andy Wingo  <wingo@pobox.com>
914
915         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
916         target instead of setting it.
917         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
918         API for a decode pad. The bugfix is that we set the group in
919         activate(), not when the pad was created because it might be NULL
920         then.
921         (gst_decode_group_control_source_pad, gst_decode_group_expose):
922         Update to use the API.
923
924 2008-10-08  Andy Wingo  <wingo@pobox.com>
925
926         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
927         be a subclass of GstGhostPad.
928         (analyze_new_pad): So, when emitting the signals that determine
929         how we do autoplugging, already create the ghost pad and use it as
930         the pad in the signal arguments. This allows applications to make
931         a connection between the pad passed in e.g. autoplug-continue, and
932         the pad passed in new-decoded-pad.
933         (connect_pad, expose_pad): Update to receive the ghosted decode
934         pad in the args, retargetting it as necessary if we have to plug
935         the target pad through a multiqueue.
936         (gst_decode_group_control_source_pad): Adapt to receive an
937         already-ghosted pad that just needs activation, blocking, and
938         drain notification.
939         (sort_end_pads): Adapt for decode pads actually being pads.
940         (gst_decode_group_expose): Adapt for decode pads actually being
941         pads. Rewrite the decode pad names so they appear in order. Adds a
942         new error case if we couldn't set the name.
943         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
944         logic.
945         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
946         New API for the decode pad, needed because we shouldn't do these
947         things inside gst_decode_pad_new(), but after.
948         (gst_decode_pad_new): Change to actually make the real pad, and
949         delay the blocking/drainage bits.
950
951 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
952
953         Patch by: Daniel Drake <dsd at laptop dot org>
954
955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
956         Unref all buffers when clearing collectpads. Fixes bug #546955.
957
958 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
959
960         Based on a patch by: Klaas <klaas at rivercrew dot net>
961
962         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
963         (gst_vorbis_enc_buffer_check_discontinuous),
964         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
965         * ext/vorbis/vorbisenc.h:
966         Keep track of the upstream segments and use the running time on that
967         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
968
969 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
970
971         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
972         Prevent overflows with big buffer when calculating the size of
973         the intermediate buffer by using gst_util_uint64_scale() instead of
974         plain arithmetics. Fixes bug #552801.
975
976 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
977
978         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
979
980         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
981         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
982         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
983         (gst_clock_overlay_get_property):
984         * ext/pango/gstclockoverlay.h:
985         API: Add ability to specify format for date/time display by
986         adding a "time-format" property.
987         Fixes bug #554879.
988
989 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
990
991         Patch by: Jan Gerber <j at oil21 dot org>
992
993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
994         (gst_riff_create_video_template_caps):
995         Add FFV1 fourcc to support playback of FFMPEG lossless video
996         in AVI. Fixes bug #555319.
997
998 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
999
1000         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1001
1002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1003         (gst_base_audio_src_create):
1004         Implement skew clock slaving. Fixes #552559.
1005
1006 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1007
1008         * gst-libs/gst/audio/multichannel.c:
1009         * gst-libs/gst/audio/testchannels.c:
1010         Fix include of config.h
1011
1012 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1015
1016         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1017         (print_media), (gst_sdp_message_dump):
1018         Fix parsing of the c= field containing multicast addresses.
1019         Fixes #552199.
1020         Add the connection info to the session or streams.
1021         Fix parsing of the bandwidth.
1022         Add debugging for the connections and bandwidths for a media.
1023         Add debugging for the bandwidth of the session. 
1024
1025 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1026
1027         * gst-libs/gst/rtp/gstbasertppayload.c:
1028         (gst_basertppayload_change_state):
1029         Configure the next seqnum and timestamp in the state change so that they
1030         can be queried soon after.
1031
1032 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1035         (gst_base_rtp_depayload_chain):
1036         Improve debugging of the rtptime.
1037
1038 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1039
1040         * configure.ac:
1041         Back to development -> 0.10.21.1
1042
1043 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1044
1045         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1046         (plugin_init):
1047         Add typefinding for FLAC without headers in the beginning.
1048         This is already handled by flacdec and friends.
1049
1050 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1053         (plugin_init):
1054         Add typefinder for MXF.
1055
1056 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1057
1058         * tests/icles/Makefile.am:
1059         Only build test-colorkey if GTK+ is available.
1060
1061 === release 0.10.21 ===
1062
1063 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1064
1065         * configure.ac:
1066           releasing 0.10.21, "We Could Be Wrong"
1067
1068 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1069
1070         * configure.ac:
1071         0.10.20.4 pre-release
1072
1073 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1076
1077         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1078         Set the BOS flag on the BOS packet. Fixes #553244.
1079
1080 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1081
1082         * gst-libs/gst/rtsp/gstrtspmessage.c:
1083         (gst_rtsp_message_parse_request),
1084         (gst_rtsp_message_parse_response):
1085         Fix the g_return_val_if_fail() statements.
1086
1087 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1088
1089         * gst-libs/gst/tag/gsttagdemux.c:
1090           Fail to activate if there's insufficient data in the file to be usable,
1091           preventing an assertion fail later. Fixes #552960
1092
1093 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1094
1095         * gst-libs/gst/pbutils/descriptions.c:
1096         * gst/typefind/gsttypefindfunctions.c:
1097           Recognise Kate subtitle streams (#550582).
1098
1099 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1100
1101         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1102           Remove trailing comma from enum list, which causes problems
1103           with -pendantic (#550729).
1104
1105 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1106
1107         * configure.ac:
1108         0.10.20.2 pre-release
1109
1110         * po/LINGUAS:
1111         * po/id.po:
1112         * po/pt_BR.po:
1113
1114         New translations.
1115
1116 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1117
1118         * gst-libs/gst/interfaces/propertyprobe.c:
1119           (gst_property_probe_get_properties),
1120           (gst_property_probe_get_property),
1121           (gst_property_probe_probe_property),
1122           (gst_property_probe_probe_property_name),
1123           (gst_property_probe_needs_probe),
1124           (gst_property_probe_needs_probe_name),
1125           (gst_property_probe_get_values),
1126           (gst_property_probe_get_values_name),
1127           (gst_property_probe_probe_and_get_values),
1128           (gst_property_probe_probe_and_get_values_name):
1129           More sanity checks for our second-favourite interface.
1130
1131 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1132
1133         * gst-libs/gst/interfaces/propertyprobe.c:
1134           Check for NULL pointer, in the hope that this fixes #532864.
1135
1136 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1137
1138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1139           No really, the next release is 0.10.21 (fix Since: tags in docs).
1140
1141 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1142
1143         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1144         Disable a code path that is now called but causes a deadlock for some
1145         reason and is unneeded.
1146
1147 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * sys/xvimage/xvimagesink.c:
1150         * sys/xvimage/xvimagesink.h:
1151           Add a "draw-border" property that can be set to false to disable
1152           drawing borders.
1153           
1154         * tests/icles/test-colorkey.c:
1155         * tests/icles/Makefile.am:
1156           Add new test application for the colorkey handling.
1157
1158 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1159
1160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1161         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1162         This will also be fixed for upcoming gst-ffmpeg release so that once
1163         this release of -base is out, it will work with the latest gst-ffmpeg
1164         release.
1165
1166 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1167
1168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1169         (gst_riff_create_audio_template_caps):
1170         Add Truespeech mapping for RIFF formats (AVI/WAV).
1171         Fixes #550656
1172
1173 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1174
1175         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1176         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1177         Fixes #550638.
1178
1179 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * configure.ac:
1182         * gst/subparse/Makefile.am:
1183         * gst/subparse/gstsubparse.c:
1184         * gst/subparse/samiparse.c:
1185         * tests/check/elements/subparse.c:
1186           Rework last change, so that we build subparse, but just disable the
1187           sami parse functionality, if we're configured to not use xml. In the
1188           tests only the sami test is disabled now.
1189
1190 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1191
1192         * configure.ac:
1193           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1194           test runs.
1195
1196 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1197
1198         * po/POTFILES.in:
1199           Add some more files with strings for translation.
1200
1201 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1202
1203         * gst-libs/gst/tag/gstvorbistag.c:
1204         * tests/check/libs/tag.c:
1205           Use new geo location tags from core. Fixes #481169
1206
1207 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1208
1209         * tests/check/elements/audioresample.c: (setup_audioresample),
1210         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1211         (test_discont_stream_instance):
1212         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1213         Add debugging for coherence.
1214
1215 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1216
1217         Patch by: Jonathan Matthew  <notverysmart gmail com>
1218
1219         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1220           Add typefinder for PDF documents (which is nice to have, since it's a
1221           common format, but also helps prevent false positives). Fixes #549814.
1222
1223 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1224
1225         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1226         (no_more_pads_cb):
1227         Fix nasty race where multiple decodebins could start pushing data before
1228         we manage to configure the sinks, resulting in not-linked errors in
1229         typical RTSP streaming cases.
1230
1231 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1234         Since we now call stop, we trigger this code path that causes a deadlock
1235         is apparently not needed.
1236
1237 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1240         (gst_ring_buffer_stop):
1241         Also allow the case where the ringbuffer was paused when we try to stop
1242         it so that the basesrc stop function is still called.
1243
1244 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1245
1246         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1247
1248         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1249         Reprobe devices again instead of taking a cached list as new
1250         devices could've been plugged in. Fixes bug #549062.
1251
1252 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         Patch by: Alessandro Dessina <alessandro nnva org>
1255
1256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1257         (gst_ogg_demux_activate_chain):
1258         Don't add pads and activate them for skeleton streams. These are already
1259         handled inside oggdemux. Fixes bug #537599.
1260
1261 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1262
1263         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1264         Reset variable so that query and convert fail after going back to
1265         READY. Fixes #548898.
1266
1267 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1270         If a buffer arrives with a timestamp before the timestamp+duration
1271         of the previous buffer clip it instead of dropping it completely.
1272         Slight improvement for the unfixable bug #548913.
1273
1274 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1275
1276         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1277         Take the current timestamp instead of timestamp+duration for the offset.
1278         This offset will later be used for calculating the timestamp and
1279         otherwise vorbisdec will interpolate timestamps wrong if upstream
1280         only sends timestamps and no granulepos.
1281
1282 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1283
1284         * tests/examples/seek/seek.c:
1285           Don't crash when having no visualisations.
1286
1287 2008-08-16  David Schleef  <ds@schleef.org>
1288
1289         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1290           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1291           Fixes #548065.
1292
1293 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1294
1295         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1296         When cleaning up the caps fields also remove "depth" for the same
1297         reason we remove "width".
1298
1299 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1300
1301         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1302           Add Lead H.264 here as well.
1303
1304 2008-08-14  Julien Moutte  <julien@fluendo.com>
1305
1306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1307         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1308
1309 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1310
1311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1312         (gst_base_audio_src_create):
1313         When not slaved to another clock also subtract the base_time from our
1314         internal clock time to get the running time.
1315
1316 2008-08-12  David Schleef  <ds@schleef.org>
1317
1318         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1319           since it has no basis in libtheora.
1320
1321 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * gst-libs/gst/interfaces/propertyprobe.h:
1324           Remove double "interface" from doc-string.
1325
1326         * gst-libs/gst/interfaces/xoverlay.h:
1327           Document interface.
1328
1329         * gst-libs/gst/riff/riff.c:
1330           Add basic doc blobs.
1331
1332 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1333
1334         * gst-libs/gst/audio/Makefile.am:
1335           Don't try to build that example anymore.
1336
1337 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1338
1339         * gst-libs/gst/audio/.cvsignore:
1340         * gst-libs/gst/audio/Makefile.am:
1341         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1342         * gst-libs/gst/audio/make_filter:
1343           Move audiofiltertemplate to gst-template.
1344
1345 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1346
1347         * docs/libs/gst-plugins-base-libs-sections.txt:
1348         * gst-libs/gst/audio/gstaudiosrc.h:
1349           More docs and shuffling. What can we do with the hundreds of #defines.
1350
1351 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1352
1353         * gst-libs/gst/audio/audio.h:
1354         * gst-libs/gst/audio/gstaudiofilter.h:
1355         * gst-libs/gst/audio/gstringbuffer.h:
1356         * gst-libs/gst/interfaces/propertyprobe.h:
1357         * gst-libs/gst/tag/gsttagdemux.h:
1358           Reducing number of dundocumented symbols.
1359
1360 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1361
1362         * gst-libs/gst/audio/audio.c:
1363           Fix doc comment syntax.
1364
1365         * gst-libs/gst/interfaces/propertyprobe.c:
1366           Add more doc-comments and a FIXME: for the signal.    
1367
1368 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1369
1370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1371         (gst_ogg_mux_request_new_pad):
1372         * ext/ogg/gstoggmux.h:
1373         Don't pretend to support NEWSEGMENT events, instead override the
1374         GstCollectPads event function to return FALSE on NEWSEGMENT events
1375         and do the normal work for other events.
1376
1377         This prevents elements like flacenc to seek to the start and rewrite
1378         some data which then results in a broken Ogg packet.
1379
1380 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1381
1382         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1383
1384         * ext/alsa/gstalsaplugin.c: (plugin_init):
1385         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1386         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1388         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1389         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1390         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1391         * gst/playback/gstdecodebin.c: (plugin_init):
1392         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1393         * gst/playback/gstplayback.c: (plugin_init):
1394         * gst/playback/gstqueue2.c: (plugin_init):
1395         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1396         * sys/v4l/gstv4l.c: (plugin_init):
1397         Make sure gettext returns translations in UTF-8 encoding rather
1398         than in the current locale encoding (#546822).
1399
1400 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1401
1402         * gst-libs/gst/pbutils/descriptions.c:
1403           Add audio/x-qdm for qtdemux.
1404
1405 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * ext/vorbis/vorbisdec.c:
1408           Do not leak old taglist.
1409
1410 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * tests/icles/test-scale.c:
1413           Include <stdlib.h> for atoi().
1414
1415 2008-08-04  Andy Wingo  <wingo@pobox.com>
1416
1417         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1418         documentation fix.
1419
1420 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1421
1422         * gst/adder/gstadder.c:
1423           Cleanup lots of empty lines that came from gst-indent going havoc
1424           before I added the INDENT_ON/OFF marker some time agao.
1425
1426 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * configure.ac:
1429         * gst-libs/gst/riff/riff-read.c:
1430           Bump requirement to latest core and use new tag for riff formats.
1431           Needed for #520694.
1432
1433 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1434
1435         * tests/examples/dynamic/Makefile.am:
1436         * tests/examples/dynamic/codec-select.c: (make_encoder),
1437         (make_pipeline), (do_switch), (my_bus_callback), (main):
1438         Add example app that dynamically switches between 3 'encoders'.
1439
1440 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1441
1442         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1443         Add some more comments.
1444
1445 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1446
1447         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1448         (gst_video_test_src_create):
1449         Discard buffers of the wrong size after renegotiation, this is perfectly
1450         possible with things like capsfilter that could suggest caps changes
1451         upstream without knowing the size of the buffer.
1452
1453 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * tests/icles/.cvsignore:
1456         * tests/icles/Makefile.am:
1457         * tests/icles/test-scale.c: (make_pipeline), (main):
1458         Add dynamic rescaling tests for the new basetransform.
1459
1460 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1461
1462         * gst/audioconvert/Makefile.am:
1463           Dist recently-added gstfastrandom.h.
1464
1465 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1466
1467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1468         Fix a "may be used uninitialized in this function" which weirdly only
1469         appears on macosx (?).
1470
1471 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1472
1473         * gst-libs/gst/riff/riff-ids.h:
1474           Adding acid chunk for tempo and loop information.
1475
1476 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * sys/xvimage/Makefile.am:
1479           floor() needs linking to $(LIBM).
1480
1481 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1482
1483         * ext/gnomevfs/gstgnomevfssrc.c:
1484           Aggregate short reads and add some comments and debug logging.
1485           Fixes #537380
1486
1487 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1488
1489         * gst/playback/gstplaybasebin.c:
1490           Fix property doc markup (its not a signal).
1491
1492         * sys/xvimage/xvimagesink.c:
1493           Add since tag for new proeprties (also add sice tags fro the last two
1494           other additions).
1495
1496 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1497
1498         * sys/xvimage/xvimagesink.c:
1499         * sys/xvimage/xvimagesink.h:
1500           Add autofill/colorkey properties. Fixes #538656.
1501
1502 2008-07-28  David Schleef  <ds@schleef.org>
1503
1504         * sys/xvimage/xvimagesink.c:
1505           Fix rounding errors when converting colorbalance values
1506           between hardware and object property ranges.  Partial
1507           fix for #537889, however, there still seems to be a small
1508           drift problem that could be totem's fault.
1509
1510 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1511
1512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1514         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1515         This fixes a critical warning.
1516
1517 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1518
1519         * ext/ogg/gstoggmux.c:
1520         Allow muxing of CELT into Ogg streams.
1521
1522 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1523
1524         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1525         (plugin_init):
1526         Add simple typefinder for the CELT codec (www.celt-codec.org).
1527
1528 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1529
1530         Patch by: Jan Gerber <j at oil21 dot org>
1531
1532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1533         Fix calculation of the start time from skeleton streams.
1534         Fixes bug #530068.
1535
1536 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * tests/examples/seek/seek.c:
1539           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1540
1541 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1542
1543         * gst/audioconvert/audioconvert.h:
1544         * gst/audioconvert/gstaudioquantize.c:
1545         (gst_audio_quantize_setup_dither),
1546         (gst_audio_quantize_free_dither):
1547         * gst/audioconvert/gstfastrandom.h:
1548         Implement a linear congruential generator as pseudo random number
1549         generator for the dither noise. This is about 2 times faster than
1550         using GLib's mersenne twister. Also this uses only integer math for
1551         generating integers while GLib internally uses floating point math.
1552
1553 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1554
1555         * configure.ac:
1556           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1557
1558 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1559
1560         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1561
1562         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1563           Use GST_STR_NULL to avoid crashes with libcs that don't
1564           like NULL strings in printf args (such as the win32 one).
1565           Fixes #544306.
1566
1567 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1568
1569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1570         Oops - set the size of the image used for probing back to 1x1, for
1571         consistency with ximagesink
1572
1573 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1574
1575         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1576         (gst_ximagesink_ximage_new):
1577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1578         (gst_xvimagesink_xvimage_new):
1579
1580         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1581         X server to attach to a shared memory segment after we've deleted it,
1582         with the result that MIT-SHM is disabled. Instead, remove it only after 
1583         X succeeds in attaching too.
1584
1585 2008-07-16  David Schleef  <ds@schleef.org>
1586
1587         * gst/audiotestsrc/gstaudiotestsrc.c:
1588         * gst/audiotestsrc/gstaudiotestsrc.h:
1589           Add 'ticks', a 1/30 second sine wave pulse every second.
1590
1591 2008-07-15  David Schleef  <ds@schleef.org>
1592
1593         * gst-libs/gst/video/video.c: Revert ABI change.
1594
1595 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1598         Make it impossible to have NULL caps at the point where we set
1599         framerate and other things. Also don't return immediately for "3ivd"
1600         video and let framerate, etc be set. Might fix bug #542508.
1601
1602 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1603
1604         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1605         Video format can also be conveniently determined from (many)
1606         non-fixed caps.
1607
1608 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1609
1610         * gst/playback/gstplaybasebin.c:
1611         * gst/playback/gstplaybasebin.h:
1612         * gst/playback/gstplaybin.c:
1613         * gst/playback/gststreamselector.c:
1614         First stab at integrating DVD subpicture overlay into
1615         playbin. Successfully plugs and plays, but the queues need
1616         shrinking - 3 seconds of video is too much buffering.
1617
1618 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1619
1620         * gst/audioconvert/gstaudioconvert.c:
1621           Remove now obsolete note in the docs.
1622
1623 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1626         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1628         * docs/plugins/gst-plugins-base-plugins.args:
1629         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1630         * docs/plugins/gst-plugins-base-plugins.interfaces:
1631         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1632         * docs/plugins/gst-plugins-base-plugins.signals:
1633         * docs/plugins/inspect/plugin-adder.xml:
1634         * docs/plugins/inspect/plugin-alsa.xml:
1635         * docs/plugins/inspect/plugin-audioconvert.xml:
1636         * docs/plugins/inspect/plugin-audiorate.xml:
1637         * docs/plugins/inspect/plugin-audioresample.xml:
1638         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1639         * docs/plugins/inspect/plugin-cdparanoia.xml:
1640         * docs/plugins/inspect/plugin-decodebin.xml:
1641         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1642         * docs/plugins/inspect/plugin-gdp.xml:
1643         * docs/plugins/inspect/plugin-gnomevfs.xml:
1644         * docs/plugins/inspect/plugin-libvisual.xml:
1645         * docs/plugins/inspect/plugin-ogg.xml:
1646         * docs/plugins/inspect/plugin-pango.xml:
1647         * docs/plugins/inspect/plugin-playback.xml:
1648         * docs/plugins/inspect/plugin-queue2.xml:
1649         * docs/plugins/inspect/plugin-subparse.xml:
1650         * docs/plugins/inspect/plugin-tcp.xml:
1651         * docs/plugins/inspect/plugin-theora.xml:
1652         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1653         * docs/plugins/inspect/plugin-uridecodebin.xml:
1654         * docs/plugins/inspect/plugin-video4linux.xml:
1655         * docs/plugins/inspect/plugin-videorate.xml:
1656         * docs/plugins/inspect/plugin-videoscale.xml:
1657         * docs/plugins/inspect/plugin-videotestsrc.xml:
1658         * docs/plugins/inspect/plugin-volume.xml:
1659         * docs/plugins/inspect/plugin-vorbis.xml:
1660         * docs/plugins/inspect/plugin-ximagesink.xml:
1661         * docs/plugins/inspect/plugin-xvimagesink.xml:
1662         * ext/alsa/gstalsamixer.c:
1663         * ext/alsa/gstalsasink.c:
1664         * ext/alsa/gstalsasrc.c:
1665         * ext/gio/gstgiosink.c:
1666         * ext/gio/gstgiosrc.c:
1667         * ext/gio/gstgiostreamsink.c:
1668         * ext/gio/gstgiostreamsrc.c:
1669         * ext/gnomevfs/gstgnomevfssink.c:
1670         * ext/gnomevfs/gstgnomevfssrc.c:
1671         * ext/ogg/gstoggdemux.c:
1672         * ext/ogg/gstoggmux.c:
1673         * ext/pango/gstclockoverlay.c:
1674         * ext/pango/gsttextoverlay.c:
1675         * ext/pango/gsttextrender.c:
1676         * ext/pango/gsttimeoverlay.c:
1677         * ext/theora/theoradec.c:
1678         * ext/theora/theoraenc.c:
1679         * ext/theora/theoraparse.c:
1680         * ext/vorbis/vorbisdec.c:
1681         * ext/vorbis/vorbisenc.c:
1682         * ext/vorbis/vorbisparse.c:
1683         * ext/vorbis/vorbistag.c:
1684         * gst/adder/gstadder.c:
1685         * gst/audioconvert/gstaudioconvert.c:
1686         * gst/audioresample/gstaudioresample.c:
1687         * gst/audiotestsrc/gstaudiotestsrc.c:
1688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1689         * gst/gdp/gstgdpdepay.c:
1690         * gst/gdp/gstgdppay.c:
1691         * gst/playback/gstdecodebin2.c:
1692         * gst/playback/gstplaybin.c:
1693         * gst/playback/gstplaybin2.c:
1694         * gst/playback/gstqueue2.c:
1695         * gst/playback/gsturidecodebin.c:
1696         * gst/tcp/gstmultifdsink.c:
1697         * gst/tcp/gsttcpserversink.c:
1698         * gst/videorate/gstvideorate.c:
1699         * gst/videoscale/gstvideoscale.c:
1700         * gst/videotestsrc/gstvideotestsrc.c:
1701         * gst/volume/gstvolume.c:
1702         * sys/ximage/ximagesink.c:
1703         * sys/xvimage/xvimagesink.c:
1704           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1705           titles. Drop mentining that all our example pipelines are "simple"
1706           pipelines.
1707
1708 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1709
1710         * tests/examples/seek/Makefile.am:
1711         Fix out of tree build by adding all required CFLAGS.
1712
1713 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1714
1715         * gst/playback/gstdecodebin.c: (add_raw_queue):
1716         And ref the pad before returning it again when linking to the queue
1717         failed. Otherwise we will unref the pad twice later and things break.
1718
1719 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1720
1721         * gst/playback/gstdecodebin.c: (add_raw_queue):
1722         If linking the raw pad with a queue fails, try it without a queue
1723         instead of failing completely. This should never happen.
1724
1725 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1726
1727         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1728
1729         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1730         Add a queue after a demuxer if the demuxer outputs raw data. This was
1731         done before only for non-raw data but is required in this case too.
1732         Fixes bug #540215.
1733
1734         decodebin2 doesn't have this issue because all streams of a group
1735         go through multiqueue.
1736
1737 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1740
1741         * gst-libs/gst/sdp/gstsdpmessage.c:
1742         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1743         that getaddrinfo() can be used. Fixes #541358.
1744
1745 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1746
1747         * gst/videotestsrc/gstvideotestsrc.c:
1748         (gst_video_test_src_class_init), (gst_video_test_src_init),
1749         (gst_video_test_src_set_property),
1750         (gst_video_test_src_get_property), (gst_video_test_src_create):
1751         * gst/videotestsrc/gstvideotestsrc.h:
1752         Cleanups, use default property values as defines.
1753         Add property to enable/disable peer buffer allocation.
1754
1755 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1756
1757         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1758         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1759         Enable unit tests on PPC again as the bugs are now fixed.
1760
1761 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * gst-libs/gst/riff/riff-ids.h:
1764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1765         (gst_riff_create_audio_template_caps):
1766         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1767         Fixes bug #540351.
1768
1769 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1770
1771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1772         (gst_ffmpeg_pixfmt_to_caps):
1773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1774         (gst_ffmpegcsp_get_unit_size):
1775         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1776         it on other formats. Also adjust the unit size only for that format
1777         to not include the palette. Fixes bug #540497.
1778
1779 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * gst/adder/gstadder.c:
1782           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1783
1784 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1785
1786         * ChangeLog:
1787           ChangeLog surgery.
1788   
1789         * tests/examples/seek/seek.c:
1790           Move variable into ifdef too.
1791         
1792
1793 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1794
1795         * tests/examples/seek/seek.c:
1796           Include config.h and check if we have X. Remove XInitThread(), don't
1797           think its needed. Fixes: #540334.
1798
1799 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1800
1801         Patch by: Sam Morris <sam at robots dot org to uk>
1802
1803         * gst-libs/gst/interfaces/mixertrack.c:
1804         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1805         (gst_mixer_track_set_property):
1806         API: Add "index" property to GstMixerTrack to differantiate between
1807         multiple mixer tracks with the same label.
1808
1809         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1810         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1811         Set the "index" property of GstMixerTrack to the index given by ALSA.
1812         Fixes bug #528299.
1813
1814 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1815
1816         * tests/examples/seek/Makefile.am:
1817         * tests/examples/seek/seek.c:
1818           Remove libgstvideo usage. Use gtk_get_option_group instead of
1819           gtk_init().
1820
1821 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1822
1823         * tests/check/Makefile.am:
1824           Name the test registry format neutral.
1825
1826 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1827
1828         * gst/playback/gstqueue2.c:
1829           Do not double notify. Remove the unsued return value.
1830
1831 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * ext/alsa/gstalsamixer.c:
1834           Also consider "speaker" as a name for master volume. If that doesn't
1835           help look for the first non-mono volume control that also has a
1836           playback switch.
1837
1838 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1839
1840         * ChangeLog:
1841           Forgot to save the ChangeLog :/
1842
1843 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * tests/examples/seek/Makefile.am:
1846         * tests/examples/seek/seek.c:
1847           Embedd the xwindow. Allow to play multiple files.
1848
1849 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1850
1851         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1852         (gst_ximagesink_setcaps):
1853         * sys/ximage/ximagesink.h:
1854         When the caps change, make sure to re-draw borders in
1855         force-aspect-ratio=true mode.
1856         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1857         Don't clear the border_draw flag until we actually draw the border.
1858         * tests/check/Makefile.am:
1859         Ignore alsasink/src during the states test too, so it doesn't fail
1860         when running without access to the sound device.
1861
1862 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * tests/examples/seek/seek.c:
1865           Fix crasher when playing a parse-launch line the 2nd time.
1866
1867 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1868
1869         * tests/check/pipelines/oggmux.c:
1870           Properly ifdef tests to fix compilation.
1871
1872 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1873
1874         * gst/playback/gstplay-marshal.list:
1875         * gst/playback/gstplaybin2.c:
1876           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1877           playbin2. This allows the user to get to the selector's sinkpads, and
1878           thus inspect a range of things - caps, tags, etc. 
1879
1880 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1881
1882         * gst/playback/gstplaybin2.c:
1883           Use a different constant for the convert-frame signal id.
1884           Fixes #537009.
1885
1886 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1887
1888         * gst/playback/gstplaybin2.c:
1889         * gst/playback/gstplaysink.c:
1890           Fix a whole bunch of typos in comments and log statements. 
1891
1892 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1893
1894         * sys/xvimage/xvimagesink.c:
1895           Don't set colour balance values on the Xv port if the user hasn't
1896           changed them (via properties or the interface). Avoids accumulating
1897           rounding errors for the common case.
1898           Partial fix for bug #537889.
1899
1900 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1901
1902         * gst/playback/gstdecodebin2.c:
1903           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1904           pads are drained.
1905
1906 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1907
1908         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1909         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1910         Report the encoder latency. Fixes #538232.
1911
1912 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1913
1914         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1915         (notify_source), (activate_group):
1916         Implement the source property, emit notify when it changes in the
1917         underlying uridecodebin.
1918
1919 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1920
1921         * tests/examples/seek/seek.c: (stop_cb):
1922         Free and clear the seek element list so that we don't use invalid
1923         references when seeking after recreating a gst-launch line.
1924
1925 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1926
1927         * gst-libs/gst/audio/gstbaseaudiosink.c:
1928         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1929         (gst_base_audio_sink_render):
1930         Report latency even if we are not live instead of hiding it.
1931         Take ts-offset and render-delay of the basesink into account when
1932         scheduling samples.
1933         Rework the clipping code so that we can take the various offsets into
1934         account and still do correct clipping.
1935
1936 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1937
1938         * configure.ac:
1939         Bump verion back to devel -> 0.10.20.1
1940
1941 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1942
1943         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1944         Don't increase the size of non-string image buffers by one as this
1945         might in theory confuse decoders. Still increase it by one for string
1946         image buffers to append '\0'.
1947
1948 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1951         
1952         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1953         Fix a buffer memleak and remove a confusing and wrong debug output.
1954         Fixes bug #538663.
1955
1956 === release 0.10.20 ===
1957
1958 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1959
1960         * configure.ac:
1961           releasing 0.10.20, "Here I Go Again"
1962
1963 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1964
1965         * configure.ac:
1966         0.10.19.3 pre-release
1967
1968 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1969
1970         * gst-libs/gst/rtsp/gstrtspconnection.c:
1971         Fix build on win32.
1972         Patch By: David Schleef <ds@schleef.org>
1973         Fixes: #536874
1974
1975 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1976
1977         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1978         (gst_gio_base_src_create):
1979         * ext/gio/gstgiobasesrc.h:
1980         Try to read the requested number of bytes, even if the first
1981         read returns less than requested, until nothing is read anymore
1982         or we have the requested amount of bytes. This fixes playback of
1983         files via Samba as Samba only allows to read 64k at once.
1984
1985         Implement a caching algorithm that makes sure that we read at
1986         least 4k of data every time. Some elements will try to read a few
1987         bytes, then seek, read again a few bytes and so on and this is
1988         painfully slow as every operation has to go over DBus if GVfs is
1989         used as backend.
1990
1991         Fixes bug #536849 and #536848.
1992
1993         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1994         (gst_gio_src_check_get_range):
1995         Override check_get_range() to blacklist http/https URIs
1996         and whitelist file URIs. More to be added on demand.
1997
1998 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1999
2000         * configure.ac:
2001         0.10.19.2 pre-release
2002
2003 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2004
2005         * win32/common/libgstrtsp.def:
2006         * win32/common/libgsttag.def:
2007         Add new API functions to the dll exports
2008
2009 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2010
2011         * gst/playback/gstplaybasebin.c:
2012           Disconnect signals from decodebins we created before we remove it
2013           from playbin, to avoid crashes if the decodebin is eventually
2014           disposed after the playbin itself (possible if the app takes a
2015           reference on the decodebin).
2016           Fixes #536521.
2017
2018 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2019
2020         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2021           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2022           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2023           (h264_video_type_find), (mpeg_video_stream_type_find),
2024           (dv_type_find), (mmsh_type_find):
2025           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2026           copy caps for no good reason (this may be desirable to make it easier
2027           to detect leaks, but then it should probably be done for all caps
2028           in the typefinder somewhere).
2029
2030 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2031
2032         * tests/check/Makefile.am:
2033         Do not try to run the check tests for subparse unless it has been
2034         built.
2035
2036 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2037
2038         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2039         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2040         Do not try to run a test which requires vorbisenc unless we have
2041         actually built it.
2042
2043 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2044
2045         * gst-libs/gst/rtsp/gstrtspconnection.c:
2046         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2047         (gst_rtsp_connection_clear_auth_params),
2048         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2049         * gst-libs/gst/rtsp/gstrtspconnection.h:
2050         Add a couple of missing argument guards.
2051         Add a way of setting the DSCP for an RTSP connection.
2052         Add an accessor method for the ip member of GstRTSPConnection as all
2053         members are supposed to be private.
2054
2055 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2056
2057         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2058         Fixed accidental use of IPv4 options for all IPv6 addresses.
2059
2060 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2061
2062         * gst-libs/gst/interfaces/mixertrack.h:
2063           Document mixer track flags.
2064
2065 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2066
2067         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2068
2069         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2070         Don't set caps on the buffers that contain a copy of the buffer
2071         including the caps of them resulting in an always increasing refcount
2072         of the caps and insanely large caps. Instead include a buffer without
2073         caps in the new caps. Fixes bug #536475.
2074
2075 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2078         Transform a given PAR to a range on the struct with the generic
2079         height/width instead of the struct with the possibly restricted
2080         height/width.
2081
2082 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2083
2084         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2085         Prefer the given format if it contains something stricter than [1,MAX]
2086         for height or width and only put a structure that requires rescaling
2087         as second. This makes it possible to use videoscale in pipelines where
2088         the source can actually produce the wanted height/width but usually
2089         selects a different one from the requested.
2090
2091 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2092
2093         Based on patch by: John Millikin <jmillikin gmail com>
2094
2095         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2096           (gst_vorbis_tag_add_coverart):
2097           Retrieve COVERART tags from vorbis comments (#512333)
2098
2099 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2100
2101         * gst-libs/gst/tag/tag.h:
2102         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2103           Don't forget to add new enum value here too (should probably use
2104           glib-mkenums here...).
2105
2106 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2107
2108         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2109         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2110         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2111           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2112           (gst_tag_image_data_to_image_buffer):
2113           Add two utility functions to avoid code duplication (#512333):
2114           API: add gst_tag_image_data_to_image_buffer()
2115           API: add gst_tag_list_add_id3_image()
2116           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2117
2118 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2119
2120         * win32/common/libgstaudio.def:
2121         Add gst_audio_check_channel_positions() to the exported symbols.
2122
2123 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2124
2125         * docs/libs/gst-plugins-base-libs-sections.txt:
2126         * gst-libs/gst/audio/multichannel.c:
2127         (gst_audio_check_channel_positions):
2128         * gst-libs/gst/audio/multichannel.h:
2129         API: Make gst_audio_check_channel_positions() public.
2130
2131         * tests/check/libs/audio.c: (GST_START_TEST):
2132         Add some simple checks for gst_audio_check_channel_positions().
2133
2134 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2135
2136         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2137           minrange and maxrange are scaled according to the frequency
2138           multiplier.
2139
2140 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2141
2142         * ext/pango/Makefile.am:
2143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2144           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2145           Use gstvideo functions to calculate strides and plane offsets. Fixes
2146           rendering issue ('ghost' images of the text on the chroma planes)
2147           with widths or heights that are not multiples of 8 (#506659 and
2148           probably also #485729).
2149
2150         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2151           (main):
2152           Test with odd height/width too.
2153
2154 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2155
2156         * gst/adder/gstadder.c: (gst_adder_query_duration),
2157         (gst_adder_query_latency):
2158         When using gst_element_iterate_pads() one has to unref every pad
2159         after usage.
2160
2161 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2162
2163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2164         (gst_base_audio_src_class_init):
2165         Add a gtk-doc chunk for the new properties to have a Since: indication.
2166
2167 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2168
2169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2170         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2171         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2172         (gst_base_audio_src_change_state):
2173         Provide readable actual-buffer-time and actual-latency-time properties
2174         that reflect the configured ringbuffer values. Fixes #524724.
2175         API: GstBaseAudioSrc:actual-buffer-time
2176         API: GstBaseAudioSrc:actual-latency-time
2177
2178 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2179
2180         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2181         (gst_basertppayload_change_state):
2182         Simply converting the running time into an RTP timestamp by scaling it
2183         based on the clock-rate is good enough for making an RTP timestamp. This
2184         has the added benefit that we can later on expose a property with the
2185         RTP timestamp of running time 0, as is needed for RTSP servers to
2186         generate the response of the PLAY request.
2187
2188 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2189
2190         * gst/audioconvert/gstaudioconvert.c:
2191         (structure_has_fixed_channel_positions),
2192         (gst_audio_convert_transform_caps):
2193         Allow up to 11 positioned channels now that audioconvert can handle
2194         this but add no default positions for > 8 channels.
2195         
2196         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2197         Add some unit tests for the above change: Test conversion of
2198         11 positioned channels to stereo and the other way around, test
2199         conversion of 15 unpositioned channels in different ways.
2200
2201 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2202
2203         * win32/common/libgstaudio.def:
2204         Add gst_audio_clock_reset to the list of exported symbols.
2205
2206 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2207
2208         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2209         Remove wrong_channels_identification_header unit test as we now
2210         support 7 (and more channels).
2211
2212 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * gst/audioconvert/gstchannelmix.c:
2215         (gst_channel_mix_fill_one_other):
2216         If mixing left or right to center (or the other way around) only take
2217         the complete value if we don't already have the original position in
2218         the source.
2219
2220 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2221
2222         * gst-libs/gst/audio/multichannel.c:
2223         (gst_audio_check_channel_positions),
2224         (gst_audio_set_structure_channel_positions_list),
2225         (gst_audio_fixate_channel_positions):
2226         Allow rear center together with rear left/right and other previously
2227         conflicting channel positions. The reason why they weren't allowed
2228         was the channel mixing implementation in audioconvert.
2229         Also take this into account when fixing channel layouts.
2230
2231         Allow setting channel positions for 1/2 channels when using
2232         gst_audio_set_structure_channel_position().
2233
2234         * gst/audioconvert/gstchannelmix.c:
2235         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2236         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2237         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2238         Major rewrite of the channel mixing.
2239
2240         We now allow previously conflicting channel positions to appear
2241         together (rear center and rear left/right for example).
2242         Fixes bug #533817.
2243
2244         Rework the way channels are mixed together to take more possible
2245         channel positions into account, properly mix from/to side channels
2246         and don't assume that either center, left&right or nothing of a
2247         specific position is available anymore.
2248
2249         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2250         Adjust unit tests with non-standard 1/2 channel layouts to the more
2251         correct new behaviour.
2252
2253         Add a unit test for 5.1->Stereo downmixing.
2254
2255 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2256
2257         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2258         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2259         Add sane defaults for the 7 and 8 channel layouts as those are
2260         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2261         more than 8 channels instead of erroring out. Fixes bug #535356.
2262
2263 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2264
2265         * docs/plugins/Makefile.am:
2266         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2267         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2268         * ext/theora/theoraparse.c:
2269         Add theoraparse to the docs and fix some docs.
2270
2271 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * gst-libs/gst/cdda/gstcddabasesrc.c:
2274         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2275         Fix EOS condition and track addition check, the track.end sector is
2276         included in the track. Fixes #533265.
2277
2278 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2279
2280         Patch by: Mark Nauwelaerts <manauw at skynet be>
2281
2282         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2283         (gst_video_rate_flush_prev), (gst_video_rate_event),
2284         (gst_video_rate_chain):
2285         * gst/videorate/gstvideorate.h:
2286         React (more) to NEWSEGMENT
2287         Small adjustment in timestamp calculation to prevent mismatches
2288         Fixes #435633.
2289
2290 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2291
2292         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2293           Initialise error to NULL as we should.
2294
2295 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2296
2297         * gst/adder/gstadder.c: (gst_adder_query_duration),
2298         (gst_adder_query_latency), (gst_adder_query):
2299         Implement latency query.
2300
2301 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2302
2303         * gst/adder/gstadder.c: (gst_adder_query_duration):
2304         Correctly resync the iterator if gst_iterator_next() returns
2305         GST_ITERATOR_RESYNC.
2306
2307 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2308
2309         * win32/vs6/libgstpbutils.dsp:
2310           Add pbutils-enumtypes.c to sources (#518037).
2311
2312 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2313
2314         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2315         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2316         * gst-libs/gst/audio/gstaudioclock.h:
2317         Add method to inform the clock that the time starts from 0 again. We use
2318         this info to calculate a clock offset so that the time we report in
2319         internal_time is monotonically increasing, as required by the clock base
2320         class. Fixes #521761.
2321         API: GstAudioClock::gst_audio_clock_reset()
2322
2323         * gst-libs/gst/audio/gstbaseaudiosink.c:
2324         (gst_base_audio_sink_skew_slaving),
2325         (gst_base_audio_sink_change_state):
2326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2327         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2328         Reset reported time when we (re)create the ringbuffer.
2329
2330 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2331
2332         * ext/alsa/gstalsamixertrack.c:
2333           (gst_alsa_mixer_track_update_alsa_capabilities):
2334           Make sure playback volumes aren't accidentally overwritten by
2335           capture volumes if an alsa mixer track has both playback and
2336           capture capabilities: we create two GstMixerTracks in that
2337           case, so make sure we query only the alsa capabilities that
2338           refer to the type of GstMixerTrack we created from the dual
2339           capability alsa element. Should fix issues with Audigy2 sound
2340           cards (#518082).
2341
2342 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2343
2344         * tests/check/pipelines/oggmux.c: (test_pipeline):
2345           Don't use deprecated function.
2346
2347 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2348
2349         * gst/playback/gstdecodebin2.c:
2350         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2351         Check for NULL cases and log them, creating ghostpads can, for example,
2352         fail when the pad returns wrong caps.
2353
2354         * gst/playback/gstplaybin2.c: (perform_eos):
2355         When pushing out the EOS event, collect the return value and warn when
2356         something failed.
2357
2358 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2361         (gst_riff_create_video_template_caps):
2362         Add support for DVCPRO.
2363
2364 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2365
2366         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2367           Change default scaling method from nearest-neighbour to bilinear.
2368
2369 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2370
2371         * tests/check/libs/video.c:
2372           More checks.
2373
2374 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2375
2376         * gst/subparse/gstsubparse.c: (parser_state_init),
2377           (gst_sub_parse_format_autodetect), (handle_buffer):
2378         * gst/subparse/gstsubparse.h:
2379         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2380           Limit duration to a maximum of five seconds for tmplayer format where
2381           we can guess the duration only from the timestamp of the next line of
2382           text. We don't want to show a text for eternities just because nothing
2383           else is being said for a while.
2384
2385 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2386
2387         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2388         (gst_base_rtp_depayload_chain),
2389         (gst_base_rtp_depayload_handle_sink_event),
2390         (gst_base_rtp_depayload_push_full),
2391         (gst_base_rtp_depayload_change_state):
2392         Check sequence numbers, mark input buffers with a discont flag for the
2393         subclass when we detected a gap, drop duplicate buffers. We do this
2394         because one can use the element without a jitterbuffer in front and we
2395         don't want to feed the subclasses invalid or reordered data.
2396         Do an error when the subclass did not provide a process function instead
2397         of crashing.
2398         Some other small cleanups.
2399
2400 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2401
2402         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2403           May just as well use the precalculated uvstride here.
2404
2405 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2406
2407         * docs/plugins/Makefile.am:
2408         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2409         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2410         * docs/plugins/gst-plugins-base-plugins.args:
2411         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2412         * docs/plugins/gst-plugins-base-plugins.interfaces:
2413         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2414         * docs/plugins/inspect/plugin-adder.xml:
2415         * docs/plugins/inspect/plugin-alsa.xml:
2416         * docs/plugins/inspect/plugin-audioconvert.xml:
2417         * docs/plugins/inspect/plugin-audiorate.xml:
2418         * docs/plugins/inspect/plugin-audioresample.xml:
2419         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2420         * docs/plugins/inspect/plugin-cdparanoia.xml:
2421         * docs/plugins/inspect/plugin-decodebin.xml:
2422         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2423         * docs/plugins/inspect/plugin-gdp.xml:
2424         * docs/plugins/inspect/plugin-gio.xml:
2425         * docs/plugins/inspect/plugin-gnomevfs.xml:
2426         * docs/plugins/inspect/plugin-libvisual.xml:
2427         * docs/plugins/inspect/plugin-ogg.xml:
2428         * docs/plugins/inspect/plugin-pango.xml:
2429         * docs/plugins/inspect/plugin-playback.xml:
2430         * docs/plugins/inspect/plugin-queue2.xml:
2431         * docs/plugins/inspect/plugin-subparse.xml:
2432         * docs/plugins/inspect/plugin-tcp.xml:
2433         * docs/plugins/inspect/plugin-theora.xml:
2434         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2435         * docs/plugins/inspect/plugin-uridecodebin.xml:
2436         * docs/plugins/inspect/plugin-video4linux.xml:
2437         * docs/plugins/inspect/plugin-videorate.xml:
2438         * docs/plugins/inspect/plugin-videoscale.xml:
2439         * docs/plugins/inspect/plugin-videotestsrc.xml:
2440         * docs/plugins/inspect/plugin-volume.xml:
2441         * docs/plugins/inspect/plugin-vorbis.xml:
2442         * docs/plugins/inspect/plugin-ximagesink.xml:
2443         * docs/plugins/inspect/plugin-xvimagesink.xml:
2444         * ext/cdparanoia/gstcdparanoiasrc.c:
2445         * ext/ogg/gstoggdemux.c:
2446         * ext/ogg/gstoggdemux.h:
2447         * ext/ogg/gstoggmux.c:
2448         * ext/ogg/gstoggmux.h:
2449         * gst/audioconvert/audioconvert.c:
2450         * gst/audioconvert/audioconvert.h:
2451         * gst/audioconvert/gstaudioconvert.h:
2452         * gst/gdp/gstgdpdepay.h:
2453         * gst/gdp/gstgdppay.h:
2454         * gst/playback/gstdecodebin.c:
2455         * gst/playback/gstdecodebin2.c:
2456         * gst/playback/gstplaybin.c:
2457         * gst/playback/gstplaybin2.c:
2458         * gst/playback/gsturidecodebin.c:
2459         * gst/tcp/gstmultifdsink.c:
2460         * gst/tcp/gstmultifdsink.h:
2461         * gst/tcp/gsttcp.h:
2462
2463         Add some documentation comments, and some new headers to be scanned.
2464         Rename some internal enum declarations (audioconvert's DitherType and
2465         NoiseShapingType, GstUnitType from the TCP elements) to match the
2466         documented GObject type names so that the docs pick them up.
2467         Name the playbin2 docs markups properly so they get picked up. They'll
2468         need renaming back when/if playbin2 becomes playbin.
2469
2470         100% symbol coverage for the plugin docs, booya.
2471
2472 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2475
2476         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2477         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2478
2479 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2480
2481         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2482
2483         * gst/playback/gstdecodebin.c: (remove_fakesink):
2484         Lock the fakesink before setting the state to NULL and removing it from
2485         the bin so that a concurrent state change cannot interfere. 
2486         Fixes #534331.
2487
2488 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2489
2490         * docs/Makefile.am:
2491         Fix installing plugin documentation when gtk-doc is disabled.
2492
2493 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2494
2495         * gst-libs/gst/rtsp/Makefile.am:
2496         Distribute, don't install md5.h
2497
2498 2008-05-21  Julien Moutte  <julien@fluendo.com>
2499
2500         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2501         instead of SOL_IP, works on more platforms.
2502         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2503         arguments.
2504
2505 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2506
2507         * ext/vorbis/vorbisdec.c:
2508         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2510         Some debug and comment fixes.
2511
2512         * tests/examples/dynamic/addstream.c: (main):
2513         Fix , to ;
2514
2515 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2516
2517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2518         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2519         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2520         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2521         (cleanup_decodebin):
2522         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2523         (connect_element), (gst_decode_group_control_demuxer_pad):
2524         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2525         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2526         (mute_group_type):
2527         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2528         (gst_play_bin_set_property), (handoff), (gen_video_element),
2529         (gen_text_element), (gen_audio_element), (gen_vis_element),
2530         (remove_sinks), (add_sink), (setup_sinks):
2531         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2532         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2533         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2534         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2535         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2536         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2537         (gen_vis_chain), (gst_play_sink_reconfigure),
2538         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2539         (gst_play_sink_request_pad):
2540         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2541         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2542         (cb_newpad):
2543         * gst/playback/test6.c: (new_decoded_pad_cb):
2544         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2545         * tests/check/elements/audiorate.c: (test_injector_chain),
2546         (do_perfect_stream_test):
2547         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2548         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2549         * tests/check/elements/gnomevfssink.c:
2550         * tests/check/elements/textoverlay.c:
2551         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2552         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2553         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2554         * tests/check/pipelines/oggmux.c: (test_pipeline):
2555         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2556         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2557         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2558         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2559         * tests/examples/seek/seek.c: (make_mod_pipeline),
2560         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2561         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2562         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2563         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2564         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2565         (update_fill), (msg_buffering):
2566         Don't use bad gst_element_get_pad().
2567
2568 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2569
2570         * gst-libs/gst/riff/riff-media.c:
2571           Fix wrong method name in docs. Fix calculation of strf fields for
2572           broken mulaw/alaw.
2573   
2574         * gst-libs/gst/riff/riff-read.c:
2575           Whitespace fix and removing double ';'.
2576
2577 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2578
2579         * docs/design/part-playbin2.txt:
2580         Add some leftover doc.
2581
2582 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2583
2584         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2585         Fix copy & paste error in last commit.
2586
2587 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2588
2589         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2590         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2591         other channel positions when source has SIDE channels and dest doesn't
2592         or the other way around.
2593
2594 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2595
2596         Patch by: Henrik Eriksson <henriken at axis dot com>
2597
2598         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2599         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2600         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2601         (gst_multi_fd_sink_get_property):
2602         * gst/tcp/gstmultifdsink.h:
2603         Add support for DSCP QOS. Fixes #469933.
2604
2605 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2606
2607         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2608         Add another test that checks if conversion between standard 1 and 2
2609         channel layouts with and without positions set is working.
2610
2611 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * gst-libs/gst/audio/multichannel.c:
2614         (gst_audio_check_channel_positions):
2615         Allow non-standard 2 channel layouts.
2616         
2617         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2618         Add some tests for converting and remapping non-standard 1 and 2
2619         channel layouts.
2620
2621 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         * gst/audioconvert/gstchannelmix.c:
2624         (gst_channel_mix_fill_normalize):
2625         Prevent division by zero if the channel mix matrix contains only
2626         zeroes.
2627
2628 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2629
2630         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2631
2632         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2633         Close a buffer memory leak. Fixes bug #534071.
2634
2635 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * gst-libs/gst/rtsp/gstrtsptransport.h:
2638         Make the GstRTSPTransport struct members public as there are no
2639         setters/getters and it's supposed to be changed directly.
2640         Fixes bug #533087.
2641
2642 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         * gst/adder/gstadder.c:
2645         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2646         claim this on the pad template caps.
2647
2648 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2649
2650         * gst-libs/gst/audio/gstbaseaudiosink.c:
2651         (gst_base_audio_sink_sync_latency):
2652         We can only use our optimal calibration if we prerolled before the
2653         latency expired.
2654
2655 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2656
2657         * configure.ac:
2658           Require core CVS for GstBaseSrc buffer caps setting magic.
2659
2660 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2661
2662         * gst/audioconvert/gstaudioconvert.c:
2663         (gst_audio_convert_fixate_channels):
2664         Fix logic in last commit.
2665
2666 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         * gst/audioconvert/gstaudioconvert.c:
2669         (gst_audio_convert_fixate_channels):
2670         Passthrough the channel positions if the number of output channels is
2671         the same as the number of input channels, the input had a channel
2672         layout and downstream requests no special one. We did this already for
2673         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2674
2675 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2676
2677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2678         (gst_gnome_vfs_src_finalize),
2679         (gst_gnome_vfs_src_received_headers_callback),
2680         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2681         * ext/gnomevfs/gstgnomevfssrc.h:
2682         Set the ICY caps on the srcpad from where they get picked up by the base
2683         class now and set on the outgoing buffers.
2684
2685         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2686         (gst_base_audio_src_create):
2687         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2688         BaseSrc now sets the caps on outgoing buffers automatically.
2689
2690 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2691
2692         * gst-libs/gst/audio/gstbaseaudiosink.c:
2693         (gst_base_audio_sink_resample_slaving),
2694         (gst_base_audio_sink_skew_slaving),
2695         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2696         (gst_base_audio_sink_async_play),
2697         (gst_base_audio_sink_change_state):
2698         Change the way in which the ringbuffer is started when dealing with a
2699         slaved clock and latency. We now sync to the clock until we reach
2700         upstream latency before starting the ringbuffer. This has the effect
2701         that we can accurately align the master and slave clocks and let the
2702         rate correction code take care of the initial drift or rounding errors
2703         instead of leaving them uncorrected with the old approach.
2704
2705 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2706
2707         * gst/audioconvert/gstaudioconvert.c:
2708         (gst_audio_convert_fixate_channels):
2709         Correctly set the default channel positions when converting to 8
2710         channels.
2711
2712 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2713
2714         * configure.ac:
2715           Error out if we don't have the required version of core.
2716
2717 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2718
2719         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2720           Use data scan helper in aac typefinder and stop scanning
2721           for headers when we've found a type. Also fix potential invalid
2722           memory access when calculating the frame length.
2723
2724 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2725
2726         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2727           (mpeg_sys_is_valid_pack):
2728           Don't modify scan context when we return FALSE in ensure_data, so
2729           it's possible to continue scanning, and we don't end up with a NULL
2730           data pointer and a positive size, which might bite us the next time
2731           we're called. Small constification.
2732
2733 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * gst/adder/gstadder.c:
2736         Adder doesn't support 24 bit samples so don't claim it supports them
2737         in the pad template caps.
2738
2739 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2740
2741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2742         (gst_base_rtp_depayload_chain):
2743         Validate the RTP packet before further processing it. It's just too
2744         dangerous to accept random packets and people are not forced to use a
2745         jitterbuffer or session manager to filter out the bad packets.
2746
2747         * gst-libs/gst/rtp/gstrtpbuffer.c:
2748         (gst_rtp_buffer_set_extension_data),
2749         (gst_rtp_buffer_get_payload_subbuffer):
2750         Small cleanups.
2751         When setting extension data in a buffer that is too small, we fail and
2752         we should not set the extension bit.
2753         Change GST_WARNINGS into g_warning because they really are
2754         programming errors.
2755
2756         * tests/check/libs/rtp.c: (GST_START_TEST):
2757         Catch the g_warnings now in the unit tests and that fact that failing to
2758         set extension data left the extension bit untouched.
2759
2760 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2761
2762         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2763           Revert previous change which made basetransform handle buffer_alloc
2764           and which breaks things badly in the non-passthrough case since it
2765           returned buffers with a different (ie. sometimes smaller) size than
2766           the size requested.
2767
2768 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2769
2770         Patch by: Bernard B <b-gnome at largestprime dot net>
2771
2772         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2773         Fix seqnum compare function for bordercase values and fix the docs
2774         again. Fixes #533075.
2775
2776         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2777         Add a testcase for seqnum compare function.
2778
2779 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         * gst/adder/gstadder.c: (gst_adder_setcaps),
2782         (gst_adder_class_init):
2783         Correctly declare the supported endianness on the pad templates
2784         and check for correct endianness in the set caps function. Adder
2785         only supports native endianness.
2786         Also use gst_element_class_set_details_simple().
2787
2788 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2789
2790         * sys/xvimage/xvimagesink.c:
2791           Better debug logging in port value handling. Merging separate port
2792           value loops into one.
2793
2794 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2795
2796         Patch by: Hannes Bistry <hannesb at gmx dot de>
2797
2798         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2799         * gst/tcp/gsttcpserversink.c:
2800         (gst_tcp_server_sink_handle_server_read),
2801         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2802         Fix regression in clientsrc because we did not add the fd to the poll
2803         set anymore. Fixes #532364.
2804         Do some cleanups here and there.
2805
2806 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2807
2808         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2809         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2810         * gst/playback/gstplay-marshal.list:
2811         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2812         Use correct marshallers. GstCaps are a boxed type and no GObject
2813         subclass.
2814
2815 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2816
2817         * win32/common/libgstrtsp.def:
2818         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2819         symbols.
2820
2821 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2822
2823         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2824
2825         * tests/check/elements/audioresample.c:
2826         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2827         (live_switch_push), (GST_START_TEST):
2828         Add unit test for the latest basetransform negotiation changes.
2829         See bug #526768.
2830
2831 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2832
2833         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2834         Fix nv12<->nv21 conversion if stride is larger than width.
2835
2836 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2837
2838         Patch by: Jan Gerber <j at oil21 dot org>
2839
2840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2841         (gst_ogg_pad_parse_skeleton_fisbone):
2842         * ext/ogg/gstoggdemux.h:
2843         Parse presentation time from skeleton streams and use it as offset
2844         for the timestamps. Fixes bug #530068.
2845
2846 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2847
2848         * gst-libs/gst/audio/gstbaseaudiosink.c:
2849         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2850         Revert previous patch that attempted to more accurately calculate the
2851         initial offset between master and slave clock. The best thing we can do
2852         in general is take the time of both clocks as the diff since we don't
2853         know when the actual preroll happened.
2854
2855 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2856
2857         * gst-libs/gst/pbutils/install-plugins.c:
2858           Fix docs: type and missing word.
2859
2860 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2861
2862         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2863           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2864           for this instead; don't check if we've found enough markers after
2865           each and every step, it's enough to do that only if we've actually
2866           found a new marker.
2867           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2868
2869 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2870
2871         * gst/typefind/gsttypefindfunctions.c:
2872           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2873           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2874           (mpeg_video_stream_type_find):
2875           Move scan helper thingy to the beginning of the file so we can use
2876           it in other typefind functions. Rename it to something more
2877           generic. Also improve handling of things towards the end of the
2878           typefind data: peek as much as we can if we know the size of the
2879           data, rather than just min_size.
2880
2881 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2882
2883         * docs/libs/gst-plugins-base-libs-sections.txt:
2884         * gst-libs/gst/interfaces/colorbalance.c:
2885         * gst-libs/gst/interfaces/colorbalance.h:
2886         * gst-libs/gst/interfaces/colorbalancechannel.c:
2887         * gst-libs/gst/interfaces/colorbalancechannel.h:
2888         * gst-libs/gst/interfaces/tuner.c:
2889         * gst-libs/gst/interfaces/tunerchannel.c:
2890         * gst-libs/gst/interfaces/tunerchannel.h:
2891         * gst-libs/gst/interfaces/tunernorm.c:
2892         * gst-libs/gst/interfaces/tunernorm.h:
2893         * gst-libs/gst/video/video.c:
2894         * gst-libs/gst/video/video.h:
2895         Document the GstTuner and GstColorBalance interfaces, and some
2896         other random API functions that needed it. 70% symbol coverage, woo.
2897
2898 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2899
2900         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2901         Choose to allocate one less segment but require one additional segment
2902         as latency. 
2903
2904         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2905         No need to increment the number of segments in the source.
2906
2907         * gst-libs/gst/audio/gstbaseaudiosink.c:
2908         (gst_base_audio_sink_get_time), (clock_convert_external),
2909         (gst_base_audio_sink_resample_slaving),
2910         (gst_base_audio_sink_skew_slaving),
2911         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2912         (gst_base_audio_sink_async_play):
2913         Remove adding latency when returning the internal time while subtracting
2914         it again when we use the value a little later.
2915         When calculating the end timestamp, we are making a rounding error
2916         with the current algorithm. Ensure that we don't accumulate these
2917         rounding errors when aligning samples by not resampling at all if we
2918         don't need to. Fixes #419351.
2919         Make the initial calibration of the clock slaving a little more
2920         predictable and accurate. Also handle the case where we don't do
2921         clock slaving.
2922
2923 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2924
2925         Based on a patch by:
2926           Björn Benderius <bjoern dot benderius at axis dot com>
2927
2928         * gst/ffmpegcolorspace/avcodec.h:
2929         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2930         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2931         (gst_ffmpegcsp_avpicture_fill):
2932         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2933         * gst/ffmpegcolorspace/imgconvert_template.h:
2934         Add conversions from/to NV12 and NV21 and conversions between those
2935         two formats. Fixes bug #532166.
2936
2937 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2938
2939         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2940         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2941         which happens for example with files smaller than 128kb.
2942
2943 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2944
2945         Patch by: Wouter Cloetens <zombie at e2big dot org>
2946
2947         * gst-libs/gst/rtsp/Makefile.am:
2948         * gst-libs/gst/rtsp/gstrtspconnection.c:
2949         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2950         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2951         (add_auth_header), (gst_rtsp_connection_free),
2952         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2953         (gst_rtsp_connection_set_auth_param),
2954         (gst_rtsp_connection_clear_auth_params):
2955         * gst-libs/gst/rtsp/gstrtspconnection.h:
2956         Add Digest authorization support for RTSP connections. See #532065.
2957
2958         * gst-libs/gst/rtsp/md5.c:
2959         * gst-libs/gst/rtsp/md5.h:
2960         Yeap, another md5 implementation until we can depend on a glib that has
2961         support for it.
2962
2963 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2964
2965         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2966
2967         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2968         Let audioresample use the buffer allocation of basetransform instead
2969         of it's own stuff.
2970
2971         * tests/check/elements/audioresample.c: (alloc_only_48000),
2972         (GST_START_TEST), (audioresample_suite):
2973         Add unit test for the recent basetransform bugfix, where upstream
2974         changes caps to something that can't be passed through anymore.
2975
2976 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2977
2978         * win32/common/config.h.in:
2979           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2980           use the real thing than having "???" unconditionally.
2981
2982 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * gst-libs/gst/audio/gstbaseaudiosink.c:
2985         (gst_base_audio_sink_query):
2986         Report the latency with the new seglatency parameter.
2987
2988         * gst-libs/gst/audio/gstringbuffer.c:
2989         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2990         (gst_ring_buffer_acquire):
2991         * gst-libs/gst/audio/gstringbuffer.h:
2992         Add new field to the ringbufferspec to specify the expected latency
2993         between the underlying device read/write pointer, this is needed
2994         when writing sinks that sit a little closer to the hardware.
2995         Add some more docs for other fields.
2996
2997 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2998
2999         * gst/volume/gstvolume.c: (volume_transform_ip):
3000         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3001         reason instead of crashing later. Might fix bug #509125.
3002
3003 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3004
3005         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3006
3007         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3008         * gst/audioconvert/audioconvert.h:
3009         * gst/audioconvert/gstaudioconvert.c:
3010         (gst_audio_convert_parse_caps),
3011         (structure_has_fixed_channel_positions),
3012         (gst_audio_convert_transform_caps):
3013         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3014         Add support for more than 8 channels and NONE channel layouts. For
3015         more than 8 channels no channel conversion is supported yet, only
3016         format conversions are supported. Fixes bug #398033.
3017
3018         * tests/check/elements/audioconvert.c: (verify_convert),
3019         (GST_START_TEST), (audioconvert_suite):
3020         Add some unit tests by Tim for checking the NONE channel layouts
3021         and more than 8 channels and add some more unit tests for channel
3022         conversions.
3023
3024 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3025
3026         * gst/playback/gstdecodebin2.c: (connect_pad):
3027         When autoplugging fails, set the element back to NULL before
3028         unreffing it.
3029
3030 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3031
3032         * win32/common/libgstaudio.def:
3033         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3034         symbols.
3035
3036 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         * gst/subparse/samiparse.c: (handle_start_sync),
3039         (end_sami_element), (characters_sami):
3040         Remove trailing, leading and double whitespaces.
3041         Correctly timestamp buffers and output the last buffer too.
3042
3043         * tests/check/elements/subparse.c: (GST_START_TEST),
3044         (subparse_suite):
3045         Add a simple unit test for SAMI parsing.
3046
3047 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3050
3051         * gst/subparse/samiparse.c: (handle_start_sync),
3052         (start_sami_element), (end_sami_element), (characters_sami),
3053         (sami_context_reset):
3054         Only output characters inside the "sync" elements. There could be
3055         other elements like "style" that have some content but should
3056         not be printed. Fixes bug #467911.
3057
3058 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3059
3060         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3061         (set_active_source):
3062         * gst/playback/gstplaybasebin.h:
3063         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3064         (playbin_set_audio_mute):
3065         Allow setting -1 as current-audio to mute the current audio stream,
3066         similar to what is done for subtitles. Fixes bug #342294.
3067
3068 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3069
3070         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3071         It's SorensOn and not SorensEn.
3072
3073 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3074
3075         * gst-libs/gst/pbutils/descriptions.c: (formats):
3076           Fix description of video/x-flash-video.
3077
3078 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3079
3080         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3081         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3082         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3083         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3084         Remove some unused code.
3085
3086         * gst/audioconvert/gstaudioquantize.c:
3087         (gst_audio_quantize_free_noise_shaping):
3088         Don't return before freeing the noise shaping history.
3089
3090 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3091
3092         * tests/check/elements/subparse.c: (do_test),
3093           (test_tmplayer_style3b), (subparse_suite):
3094           Add unit test for the tmplayer variant from bug #530962.
3095
3096 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3097
3098         * gst/subparse/gstsubparse.c: (handle_buffer),
3099           (gst_sub_parse_sink_event):
3100         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3101           (tmplayer_parse_line):
3102           Fix parsing of tmplayer subtitle variant where every single line contains
3103           text and there isn't an empty line after each line to determine the
3104           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3105           making sure that we push out the last line of text without a duration if
3106           there's still text left in the buffer at the end.
3107
3108 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3109
3110         * gst/subparse/gstsubparse.c: (feed_textbuf):
3111           Fix detection of discontinuities based on the buffer offset (doesn't work
3112           so well if no buffer offset is set) and also check for the DISCONT buffer
3113           flag. This keeps the parser state from being reset after each buffer in
3114           the unit test.
3115
3116 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3117
3118         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3119           Further fine-tuning: don't absolutely require sequence or GOP headers
3120           (as introduced in the previous commit), but adjust the typefind
3121           probabilities returned accordingly if we don't see them. Also make sure
3122           picture header and first slice are somewhat close to each other (which
3123           is not perfect but still better than requiring a fixed offset or having
3124           no limit at all).
3125
3126 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3127
3128         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3129         (gst_basertppayload_sink_setcaps),
3130         (gst_basertppayload_sink_getcaps):
3131         Rename the setcaps/getcaps function internally to make it clear that
3132         they are called for the sink pad.
3133
3134 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3135
3136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3137         (gst_base_rtp_depayload_class_init),
3138         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3139         (gst_base_rtp_depayload_packet_lost),
3140         (gst_base_rtp_depayload_set_gst_timestamp):
3141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3142         Catch packet-lost events from the jitterbuffer and convert them into a
3143         vmethod call (lost-packet) so that depayloaders can do something smart.
3144         Also add a default packet-lost function that sends out a segment update
3145         to the decoders.
3146
3147 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3148
3149         * gst/playback/test4.c:
3150         * gst/playback/test5.c:
3151         * gst/playback/test6.c:
3152         * gst/playback/test7.c:
3153           Also include config.h when relying on defines from it. Fixes the
3154           build. Its been a please to serve :)
3155
3156 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3157
3158         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3159         (paint_setup_NV21), (paint_hline_NV12_NV21):
3160         Add support for NV12 and NV21 in videotestsrc
3161
3162 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3163
3164         * gst/videoscale/gstvideoscale.c:
3165         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3166         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3167         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3168         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3169         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3170         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3171         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3172         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3173         (vs_image_scale_linear_RGB555):
3174         Support 1x1 images as input and output as for example the BBC HQ new
3175         streams have 1x1 GIFs in the playlists for some reason.
3176
3177 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3178
3179         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3180           (try_to_link_1):
3181           If we can't activate one of the decoders we plugged in (such as,
3182           say, musepackdec) for some reason (it might not support push mode,
3183           for example), remove any pad probes that close_pad_link() might
3184           have set up. This makes sure we later don't try to remove a probe
3185           for a pad that doesn't exist any longer, and avoids nast warnings
3186           and probably other things too.
3187
3188 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3189
3190         * gst/typefind/gsttypefindfunctions.c:
3191           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3192           (plugin_init):
3193           Rework mpeg video stream typefinding a bit more: make sure sequence,
3194           GOP, picture and slice headers appear in the order they should and
3195           that we've in fact at least had one of each; fix picture header
3196           detection; decouple picture and slice header check - don't assume
3197           they're at a fixed offset, there may be extra data in between. Also,
3198           announce varying degrees of probability depending on what we found
3199           exactly (multiple pictures, at least one picture, just sequence and
3200           GOP headers). Finally, in _ensure_data(), take into account that we
3201           might be typefinding smaller amounts of data, such as the first
3202           buffer of a stream, so fall back to the minimum size needed as long
3203           as that's available, instead of erroring out if there's less than
3204           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3205           fuzzed file from #399342 as valid.
3206
3207 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3208
3209         * ext/theora/theoradec.c:
3210           Cool kids don't divide by zero.
3211           Treat PAR of x:0 as 1:1.
3212           Fixes #530719.
3213
3214 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3215
3216         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3217           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3218           (mpeg_video_stream_type_find):
3219           Refactor a bit: use context structure to track parsing offset and
3220           size of available data and make the code a bit clearer. Fixes bad
3221           memory access in #356937.
3222
3223 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3224
3225         * gst/playback/test4.c:
3226         * gst/playback/test5.c:
3227         * gst/playback/test6.c:
3228         * gst/tcp/gstmultifdsink.c:
3229           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3230           is defined.
3231
3232 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3233
3234         * gst-libs/gst/audio/gstbaseaudiosink.h:
3235         Clarify some docs.
3236
3237         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3238         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3239         (gst_base_audio_src_set_slave_method),
3240         (gst_base_audio_src_get_slave_method),
3241         (gst_base_audio_src_set_property),
3242         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3243         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3244         Add property and methods for selecting the clock slave method in the
3245         source, like in the sink.
3246         We only implement "none" and "re-timestamp" for now.
3247         API: gst_base_audio_src_set_slave_method()
3248         API: gst_base_audio_src_get_slave_method()
3249
3250 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3251
3252         * gst-libs/gst/rtp/gstrtpbuffer.c:
3253         Fix the docs about the seqnum compare function, it returns a difference.
3254
3255 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3256
3257         * ext/alsa/gstalsadeviceprobe.c:
3258         (gst_alsa_get_device_list): Don't return before freeing up
3259         the allocated structures.
3260
3261 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3262
3263         * gst/playback/gstplaybin.c:
3264           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3265
3266 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * ext/ogg/gstoggdemux.c:
3269           Revert the event part, that should not go in.
3270
3271 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3272
3273         * ext/ogg/gstoggdemux.c:
3274           Don't leak GstPluginFeatures when filtering.
3275
3276 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3277
3278         * sys/xvimage/xvimagesink.c:
3279           Add some logging for cases when grabbing the xv failed.
3280
3281 2008-04-21  David Schleef  <ds@schleef.org>
3282
3283         * ext/ogg/gstoggmux.c:
3284           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3285           packet.  Should conform to what we currently think is the
3286           final Ogg/Dirac muxing spec.
3287
3288 2008-04-21  David Schleef  <ds@schleef.org>
3289
3290         * sys/xvimage/xvimagesink.c:
3291           Fix typo that causes the overlay keying color to bright green
3292           on a 16-bit display.  Dark grey good.  Bright green bad.
3293
3294 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3295
3296         * ext/gnomevfs/gstgnomevfsuri.c:
3297           Add  FIXME comment about using uri-list for source and sink.
3298
3299 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3300
3301         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3302         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3303         vaargs functions to gint. Otherwise the fractions will get 0 set
3304         instead of the correct value on big endian systems. Fixes bug #529018.
3305
3306 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3307
3308         * ext/gnomevfs/gstgnomevfssink.c:
3309         (gst_gnome_vfs_sink_uri_get_protocols):
3310         * ext/gnomevfs/gstgnomevfssrc.c:
3311         (gst_gnome_vfs_src_uri_get_protocols):
3312         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3313         (gst_gnomevfs_get_supported_uris):
3314         Get the list of supported URI schemes in a threadsafe way and use the
3315         same list for the source and sink.
3316
3317 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3318
3319         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3320         (gst_gio_get_supported_protocols):
3321         Don't generate a new supported protocols list on each call but cache
3322         it. It's supposed to be static anyway, this way we only leak it once
3323         per process.
3324
3325         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3326         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3327         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3328         (gst_gio_sink_start):
3329         * ext/gio/gstgiosink.h:
3330         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3331         (gst_gio_src_class_init), (gst_gio_src_finalize),
3332         (gst_gio_src_set_property), (gst_gio_src_get_property),
3333         (gst_gio_src_start):
3334         * ext/gio/gstgiosrc.h:
3335         API: Add "file" properties where one can set a GFile as
3336         source/destination.
3337
3338         Add locking to the properties and use
3339         gst_element_class_set_details_simple() instead of a static
3340         GstElementDetails struct.
3341
3342 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3343
3344         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3345         (plugin_init):
3346         Add "mpp" and "mp+" as possible extensions for MusePack files.
3347
3348         Add typefinding for MusePack StreamVersion 8 files and include the
3349         stream version in the caps.
3350
3351 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3352
3353         * gst-libs/gst/rtp/gstrtppayloads.c:
3354         (gst_rtp_payload_info_for_name):
3355         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3356
3357 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * configure.ac:
3360           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3361           (NB: this only affects compilation of some of the examples).
3362           Remove some configure.ac cruft that's not needed any longer.
3363
3364 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3365
3366         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3367         Don't validate the payload if there isn't any.
3368         Fixes #525915
3369
3370 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3373         Use g_atomic_int_set() instead of gst_atomic_int_set().
3374
3375 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3376
3377         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3378         Return NULL instead of a gchar * array with one NULL element if we
3379         don't get any supported URI schemes from GIO.
3380
3381 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3382
3383         * gst/audiotestsrc/gstaudiotestsrc.c:
3384           Remove cpp style commented old code.
3385
3386 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3387
3388         * gst/playback/gstdecodebin2.c:
3389           Fix signal docs.
3390
3391 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3394           (gst_text_overlay_init):
3395           Fix textoverlay unit test again by making the supposed default
3396           value for the wait-text property the actual default value.
3397           Also fix Since: tag for new property.
3398
3399 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3400
3401         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3402           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3403           (gst_video_format_get_pixel_stride),
3404           (gst_video_format_get_component_width),
3405           (gst_video_format_get_component_height),
3406           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3407           (gst_video_format_convert):
3408           Add guards to these functions to ensure sane input values.
3409
3410         * tests/check/libs/video.c:
3411           Fix unit test not to create caps with width=0 and height=0.
3412
3413 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3414
3415         * docs/design/draft-keyframe-force.txt:
3416         Fix typo.
3417
3418         * gst/playback/gstqueue2.c: (update_buffering),
3419         (gst_queue_handle_src_query):
3420         Set buffering mode in the messages.
3421         Set buffering percent in the query.
3422
3423         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3424         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3425         Do some more fancy things based on the buffering method in use.
3426
3427 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3428
3429         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3430         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3431         (msg_buffering), (main):
3432         Add basic download reports to seek using the new buffering API.
3433
3434 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         * gst/playback/gstqueue2.c: (update_buffering),
3437         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3438         (gst_queue_src_checkgetrange_function):
3439         Include extra buffering stats in the buffering message.
3440         Implement BUFFERING query.
3441
3442         * gst/playback/gsturidecodebin.c: (do_async_start),
3443         (do_async_done), (type_found), (setup_streaming), (setup_source),
3444         (gst_uri_decode_bin_change_state):
3445         Only add decodebin2 when the type is found in streaming mode.
3446         Make uridecodebin async to PAUSED even when we don't have decodebin2
3447         added yet.
3448
3449 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3450
3451         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3452         Filter cdda from the supported URI schemes. We can't support
3453         musicbrainz tags and everything else one expects from a cdda source
3454         with GIO. Fixes bug #526794.
3455
3456 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3457
3458         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3459         (gst_xvimagesink_buffer_alloc):
3460         Fix calculation of 'expected size' for YV12 buffers.
3461         Be a little more verbose in the debug output for buffer-alloc'ed
3462         buffers which turn out to have the wrong size.
3463
3464 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * NEWS:
3467         * RELEASE:
3468         * gst-plugins-base.doap:
3469           Merge other changes from 0.10.19 release branch.
3470
3471 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * gst-libs/gst/audio/gstbaseaudiosink.c:
3474           (gst_base_audio_sink_class_init):
3475         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3476           (gst_base_audio_src_class_init):
3477         * gst/playback/gstplayback.c: (plugin_init):
3478         * gst/volume/gstvolume.c: (plugin_init):
3479           Work around missing bits of thread-safety on older GLibs some
3480           more to avoid assertions when starting up multiple playbin
3481           objects concurrently (see #512382).
3482
3483 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3486           Remove some more fields.
3487
3488 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3489
3490         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3491
3492         * configure.ac:
3493         Actually build dlls when cross-compiling with mingw32.
3494         Fixes bug #526247.
3495
3496 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3497
3498         * configure.ac:
3499           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3500
3501 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3502
3503         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3504         (msg_buffering), (connect_bus_signals), (main):
3505         Add statusbar.
3506         Add buffering support with feedback in the statusbar.
3507
3508 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * ext/ogg/gstoggmux.c:
3511           Fix sample pipeline description.
3512
3513 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3514
3515         * docs/plugins/Makefile.am:
3516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3517         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3519           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3520
3521         * docs/plugins/gst-plugins-base-plugins.args:
3522         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3523         * docs/plugins/gst-plugins-base-plugins.interfaces:
3524         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3525         * docs/plugins/inspect/plugin-adder.xml:
3526         * docs/plugins/inspect/plugin-alsa.xml:
3527         * docs/plugins/inspect/plugin-audioconvert.xml:
3528         * docs/plugins/inspect/plugin-audiorate.xml:
3529         * docs/plugins/inspect/plugin-audioresample.xml:
3530         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3531         * docs/plugins/inspect/plugin-cdparanoia.xml:
3532         * docs/plugins/inspect/plugin-decodebin.xml:
3533         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3534         * docs/plugins/inspect/plugin-gdp.xml:
3535         * docs/plugins/inspect/plugin-gnomevfs.xml:
3536         * docs/plugins/inspect/plugin-libvisual.xml:
3537         * docs/plugins/inspect/plugin-ogg.xml:
3538         * docs/plugins/inspect/plugin-pango.xml:
3539         * docs/plugins/inspect/plugin-playback.xml:
3540         * docs/plugins/inspect/plugin-queue2.xml:
3541         * docs/plugins/inspect/plugin-subparse.xml:
3542         * docs/plugins/inspect/plugin-tcp.xml:
3543         * docs/plugins/inspect/plugin-theora.xml:
3544         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3545         * docs/plugins/inspect/plugin-uridecodebin.xml:
3546         * docs/plugins/inspect/plugin-video4linux.xml:
3547         * docs/plugins/inspect/plugin-videorate.xml:
3548         * docs/plugins/inspect/plugin-videoscale.xml:
3549         * docs/plugins/inspect/plugin-videotestsrc.xml:
3550         * docs/plugins/inspect/plugin-volume.xml:
3551         * docs/plugins/inspect/plugin-vorbis.xml:
3552         * docs/plugins/inspect/plugin-ximagesink.xml:
3553         * docs/plugins/inspect/plugin-xvimagesink.xml:
3554           Update introspection data.
3555
3556         * ext/ogg/gstoggmux.c:
3557           Document oggmux.
3558
3559         * gst/playback/gstdecodebin2.c:
3560           Don't use gtk-doc style comment start for private stuff, but make it
3561           formatted like this for consistency.
3562
3563 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3564
3565         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3566         (gst_decode_bin_init), (gst_decode_bin_dispose),
3567         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3568         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3569         (analyze_new_pad), (connect_pad), (expose_pad),
3570         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3571         (gst_decode_group_expose), (gst_decode_group_free),
3572         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3573         Remove fakesink hack, we can now implement this more elegantly.
3574         Added property to bypass typefinding.
3575         Removed underrun callback and demuxer pad probe, we now use the srcpad
3576         probe to expose groups.
3577         API::sink-caps property
3578
3579         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3580         Guard against multiple emissions of the no_more_pads signal, which
3581         happens when we are dealing with chained oggs.
3582
3583         * gst/playback/gsturidecodebin.c: (remove_decoders),
3584         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3585         (setup_source):
3586         For streams, use our own typefind element and plug our queue after it.
3587         We will need this to determine the type of buffering to use for the
3588         queue soon.
3589
3590 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3591
3592         * gst-libs/gst/audio/gstbaseaudiosink.c:
3593         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3594         Guard against over and underflows because of clock slaving.
3595         When we are using our own clock, still compensate for any calibrations
3596         that we might have done to our clock.
3597
3598 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3599
3600         * ext/theora/theoradec.c: (theora_handle_type_packet),
3601         (theora_dec_chain):
3602         Don't try to do anything fancy with the return code from pushing an
3603         event, it does not have enough information to turn it into a
3604         GST_FLOW_ERROR.
3605
3606 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3607
3608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3609         (gst_ogg_demux_chain_elem_pad):
3610         Add small debug line.
3611         Pass return code from the internal decoder instead of the too generic
3612         GST_FLOW_ERROR.
3613
3614 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3615
3616         * gst-libs/gst/cdda/Makefile.am:
3617         * gst-libs/gst/cdda/base64.c:
3618         * gst-libs/gst/cdda/base64.h:
3619         * gst-libs/gst/cdda/gstcddabasesrc.c:
3620         (gst_cddabasesrc_calculate_musicbrainz_discid):
3621         Use GLib's base64 implementation instead of our own.
3622
3623 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3624
3625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3626         (gst_ogg_demux_read_chain):
3627         Refix oggdemux, we only have a problem if we failed to find a chain and
3628         we are not EOF.
3629
3630 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3631
3632         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3633
3634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3635         (gst_ogg_demux_read_chain):
3636         When we fail to find a BOS page and we and up with no chain, error out
3637         properly instead of segfaulting. Fixes #525665.
3638
3639 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3642         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3643         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3644         no-more-pads...
3645
3646 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3647
3648         * gst/playback/gstqueue2.c: (update_out_rates),
3649         (gst_queue_open_temp_location_file),
3650         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3651         (gst_queue_handle_src_query), (gst_queue_set_property):
3652         Update the estimated input data when we push out a buffer.
3653         Add some debug info about the temp file.
3654         Only forward src events when we are not using a temp file.
3655         Don't block the duration query, we need to find something better.
3656         Don't leak the temp filename.
3657
3658 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * configure.ac:
3661         Require GLib 2.12 and liboil 0.3.14.
3662
3663         * gst/volume/gstvolume.c: (volume_process_double):
3664         Unconditionally use liboil 0.3.14 function.
3665
3666 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3669         ms-gsm can have arbitrarty sample rates. See #481354.
3670
3671 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3674         MP4S is generic MPEG-4, not a microsoft variant.
3675
3676 2008-03-27  Michael Smith <msmith@fluendo.com>
3677
3678         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3679           Check the body CRC (if set) when depayloading.
3680           Fixes #522401.
3681
3682 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3683
3684         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3685           Fix Since: version for new property.
3686
3687 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst-libs/gst/rtsp/gstrtspconnection.c:
3690         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3691         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3692         Don't error when poll_wait returns EAGAIN.
3693
3694 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3697         The queue is never filled when there are no buffers in the queue at all.
3698         Fixes #523993.
3699
3700 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3703         (init_group), (free_group), (gst_play_bin_init),
3704         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3705         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3706         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3707         (gst_play_bin_set_current_video_stream),
3708         (gst_play_bin_set_current_audio_stream),
3709         (gst_play_bin_set_current_text_stream),
3710         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3711         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3712         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3713         (activate_group), (deactivate_group), (setup_next_source),
3714         (save_current_group), (gst_play_bin_change_state):
3715         Update some docs.
3716         Add new locks and conds to protect pipeline creation and group
3717         switching.
3718         Implement the sub-uri property.
3719         Keep track of pending uridecodebin creation and configure the output
3720         pipeline after all streams are configured.
3721         Propagate subtitle encoding to the uridecodebins.
3722         Implement getting the video/audio/visualisation elements.
3723         Use input-selector for stream switching.
3724         If we are asked to do visualisation, prefer to autoplug raw sinks
3725         instead of sinks that accept encoded data.
3726
3727 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3730         (gst_play_sink_init), (gst_play_sink_dispose),
3731         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3732         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3733         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3734         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3735         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3736         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3737         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3738         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3739         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3740         * gst/playback/gstplaysink.h:
3741         Add methods to get audio/video/vis elements.
3742         Add methods to set the font description for the overlay.
3743         Remove properties, we're using this element with its methods only.
3744         Add support for subtitles.
3745         Rearrange the locking a bit to not use the object lock for protecting
3746         the pipeline construction.
3747         Try to use the volume and mute property on the sink when its available.
3748         Implement the mute option with volume when the sink does not have a mute
3749         property.
3750         Only add volume element when the sink has no volume property.
3751         Only do visualisations with raw audio pads.
3752
3753 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3754
3755         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3756         (gst_text_overlay_init), (gst_text_overlay_set_property),
3757         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3758         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3759         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3760         (gst_text_overlay_change_state):
3761         * ext/pango/gsttextoverlay.h:
3762         Add property to configure waiting for text on the textpad or not, with
3763         the default behaviour being the old one (always wait for text before
3764         rendering the video). This default behaviour is usually not the best one
3765         because the text stream can very sparse and could require queueing a lot
3766         of video.
3767         Fix the flushing and EOS handing so that we don't mix up their meaning.
3768
3769 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst/playback/gsturidecodebin.c:
3772         (gst_uri_decode_bin_autoplug_factories),
3773         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3774         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3775         (gst_uri_decode_bin_set_property),
3776         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3777         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3778         (proxy_autoplug_factories_signal), (make_decoder),
3779         (source_new_pad), (setup_source):
3780         Add a readonly source property and notify.
3781         Add new lock for protecting the construction of the pipeline.
3782         Keep track of the decodebins we plugged.
3783         Correctly proxy the autoplug signal so that it actually continues.
3784         Proxy subtitle-encoding to the decodebins.
3785
3786 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3787
3788         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3789         (text_toggle_cb), (update_streams), (main):
3790         Rearrange some buttons in playbin2 and make some other boxes insensitive
3791         when needed.
3792         Add language codes to subtitle selection boxes when we gind the right
3793         tags for the streams.
3794
3795 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3798         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3799         (gst_decode_bin_set_subs_encoding),
3800         (gst_decode_bin_get_subs_encoding),
3801         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3802         (deactivate_free_recursive):
3803         Protect caps property with the object lock.
3804         Protect encoding property with the object lock.
3805         Keep list of elements we added that have the subtitle-encoding property.
3806         Distribute the subtitle-encoding to all of the elements when it
3807         changes.
3808
3809 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3812         Small debug improvement.
3813
3814         * gst-libs/gst/audio/gstbaseaudiosink.c:
3815         (gst_base_audio_sink_render):
3816         Fix bug in determining the sample start/stop position, we want to base
3817         this decision on the fact that we are going forwards or backwards, not
3818         slower or faster. This fixes some ugly resync warnings when playing at
3819         very slow speeds.
3820
3821 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3822
3823         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3824         Correctly set the supported URI schemes and don't leave
3825         some schemes in the middle or at the start at NULL.
3826
3827 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3828
3829         * tests/check/elements/gdpdepay.c:
3830           Make test compile without unused function/variable warnings on PPC.
3831  
3832 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3833
3834         * configure.ac:
3835         * ext/alsa/gstalsamixerelement.c:
3836         (gst_alsa_mixer_element_class_init):
3837         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3838         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3839         * ext/cdparanoia/gstcdparanoiasrc.c:
3840         (gst_cd_paranoia_src_class_init):
3841         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3842         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3843         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3844         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3845         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3848         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3849         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3850         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3851         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3852         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3853         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3854         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3855         (gst_audio_filter_template_class_init):
3856         * gst-libs/gst/audio/gstbaseaudiosink.c:
3857         (gst_base_audio_sink_class_init):
3858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3859         (gst_base_audio_src_class_init):
3860         * gst-libs/gst/cdda/gstcddabasesrc.c:
3861         (gst_cdda_base_src_class_init):
3862         * gst-libs/gst/interfaces/mixertrack.c:
3863         (gst_mixer_track_class_init):
3864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3865         (gst_base_rtp_depayload_class_init):
3866         * gst-libs/gst/rtp/gstbasertppayload.c:
3867         (gst_basertppayload_class_init):
3868         * gst/audioconvert/gstaudioconvert.c:
3869         (gst_audio_convert_class_init):
3870         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3871         * gst/audioresample/gstaudioresample.c:
3872         (gst_audioresample_class_init):
3873         * gst/audiotestsrc/gstaudiotestsrc.c:
3874         (gst_audio_test_src_class_init):
3875         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3876         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3878         (preroll_unlinked):
3879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3880         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3881         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3882         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3883         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3884         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3885         (gst_stream_selector_class_init):
3886         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3887         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3888         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3889         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3890         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3891         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3892         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3893         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3894         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3895         * gst/videotestsrc/gstvideotestsrc.c:
3896         (gst_video_test_src_class_init):
3897         * gst/volume/gstvolume.c: (gst_volume_class_init):
3898         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3899         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3900         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3902         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3904         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3905         static strings (i.e. all). This gives us less memory usage,
3906         fewer allocations and thus less memory defragmentation. Depend
3907         on core CVS for this. Fixes bug #523806.
3908
3909 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3910
3911         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3912         Filter http and https protocols. GIO/GVfs handles them but it's
3913         impossible to implement iradio/icecast with it. Better use
3914         souphttpsrc or something else for this.
3915
3916         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3917         If getting the file informations by a query fails try it with the
3918         seek-to-end trick too.
3919
3920 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3921
3922         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3923         (gst_volume_base_init), (gst_volume_class_init),
3924         (volume_process_double), (volume_process_float),
3925         (volume_transform_ip), (plugin_init):
3926         memset buffers to zero if we get a GAP buffer. We usually see a
3927         buffer as one unit so let's handle it as one and don't care about
3928         volume changes while processing one buffer.
3929         Also clean up some stuff a bit.
3930
3931 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3932
3933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3934         (gst_audio_convert_create_silence_buffer),
3935         (gst_audio_convert_transform):
3936         Make audioconvert GAP-aware by outputting silence buffers when the
3937         input has the GAP flag set. This is up to 8x faster.
3938         Based on a patch by Stefan Kost. Fixes bug #517813.
3939
3940 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3941
3942         * gst/volume/gstvolume.c: (volume_process_double):
3943         Use oil_scalarmultiply_f64_ns() for double processing when it's
3944         available at compile time.
3945
3946 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * configure.ac:
3949         Fix lrint/lrintf checks to actually work. These functions are
3950         in libm on Linux at least so try to link to it.
3951
3952 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3953
3954         * configure.ac:
3955         Back to development - 0.10.18.1
3956
3957 === release 0.10.18 ===
3958
3959 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3960
3961         * configure.ac:
3962           releasing 0.10.18, "I will follow"
3963
3964 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3965
3966         * configure.ac:
3967         * win32/common/config.h:
3968         0.10.17.4 pre-release
3969
3970 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3971
3972         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3973         Use GST_STR_NULL when trying to print strings that could be NULL because
3974         this might crash on some platforms. See #520808.
3975
3976 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3979
3980         * gst-libs/gst/rtsp/gstrtspconnection.c:
3981         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3982         (read_line), (gst_rtsp_connection_read_internal):
3983         Generic Windows fixes that makes libgstrtsp work on Windows when
3984         coupled with the new GstPoll API. See #520808.
3985
3986 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3987
3988         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3989
3990         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3991           If seeking to a new position succeeds don't simply return from
3992           create() without creating a buffer. Do this only in the case
3993           seeking to the new position fails. Fixes bug #523054.
3994
3995 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3998           (gst_video_format_from_rgba32_masks):
3999           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4000           (#522635).
4001
4002         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4003           Add unit test for the RGB caps parsing and creation, checking for
4004           internal consistency of the new API and consistency of the API with
4005           the old GST_VIDEO_CAPS_* defines.
4006
4007 2008-03-14  David Schleef  <ds@schleef.org>
4008
4009         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4010           because -base is in freeze.
4011
4012 2008-03-14  David Schleef  <ds@schleef.org>
4013
4014         Patch by: William M. Brack
4015
4016         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4017
4018 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4021         (gst_selector_pad_chain):
4022         * gst/playback/gststreamselector.h:
4023         Revert change that caused regression until a real fix is found.
4024         Fixes #522203.
4025
4026 2008-03-12  Michael Smith <msmith@fluendo.com>
4027
4028         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4029         * gst-libs/gst/audio/gstringbuffer.h:
4030           Rename recently added buffer types to make more sense.
4031         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4032         (gst_alsasink_write):
4033           Adapt for above API changes.
4034           Fixes bug #520523.
4035
4036 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4037
4038         * win32/common/libgstnetbuffer.def:
4039         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4040
4041 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4042
4043         * configure.ac:
4044         * win32/common/config.h:
4045         0.10.17.3 pre-release
4046
4047 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4048
4049         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4050         (gst_base_audio_src_create):
4051         Fix duration when no clock was provided. Fixes #520300.
4052
4053 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4054
4055         Patch by: Olivier Crete  <tester at tester ca>
4056
4057         * docs/libs/gst-plugins-base-libs-sections.txt:
4058         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4059         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4060         Add trivial function to compare GstNetAddress. See #520626.
4061         API: GstNetBuffer::gst_netaddress_equal
4062
4063 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4064
4065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4066         Update mode property docs, it's deprecated now.
4067
4068 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4069
4070         * gst-libs/gst/rtsp/gstrtspconnection.c:
4071         (gst_rtsp_connection_create):
4072         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4073         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4074         * gst/tcp/gstmultifdsink.h:
4075         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4076         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4077         Remove GstPollMode from gstpoll constructor.
4078
4079 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4080
4081         * configure.ac:
4082         * win32/common/config.h:
4083         0.10.17.2 pre-release
4084
4085 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4086
4087         * gst/Makefile.am:
4088         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4089         them twice
4090
4091         * win32/common/libgstinterfaces.def:
4092         * win32/common/libgstrtp.def:
4093         Add new API to the defs
4094
4095 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4096
4097         Patch by: Mersad Jelacic  <mersad at axis dot com>
4098
4099         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4100         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4101         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4102         possible to specify the sample size in bits. (#509637)
4103
4104 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * tests/check/libs/mixer.c:
4107           Add a few simple checks for the new message types.
4108
4109 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         * docs/libs/gst-plugins-base-libs-sections.txt:
4112         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4113           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4114           (gst_mixer_message_get_type),
4115           (gst_mixer_message_parse_option_changed),
4116           (gst_mixer_message_parse_options_list_changed):
4117         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4118           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4119           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4120           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4121           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4122           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4123
4124 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4125
4126         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4127           (gst_mixer_options_get_values):
4128         * gst-libs/gst/interfaces/mixeroptions.h:
4129           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4130           (_GstMixerOptions), (_GstMixerOptionsClass):
4131           API: add GstMixerOptions::get_values vfunc (#519906)
4132
4133 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4134
4135         * configure.ac:
4136         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4137         plug-ins are included/excluded. (#498222)
4138
4139 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4142         Add typefinder for IMelody files, using audio/x-imelody.
4143         See bug #519516.
4144
4145 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4148         * ext/alsa/gstalsasink.c: (set_hwparams):
4149         * ext/alsa/gstalsasrc.c: (set_hwparams):
4150         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4151         * ext/ogg/gstoggmux.h:
4152         * ext/ogg/gstogmparse.c:
4153         * gst-libs/gst/audio/audio.c:
4154         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4155         * gst-libs/gst/pbutils/missing-plugins.c:
4156         (gst_missing_uri_sink_message_new),
4157         (gst_missing_element_message_new),
4158         (gst_missing_decoder_message_new),
4159         (gst_missing_encoder_message_new):
4160         * gst-libs/gst/rtp/gstbasertppayload.c:
4161         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4162         (gst_rtcp_packet_bye_get_reason):
4163         * gst/audioconvert/gstaudioconvert.c:
4164         * gst/audioresample/gstaudioresample.c:
4165         * gst/ffmpegcolorspace/imgconvert.c:
4166         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4167         * gst/typefind/gsttypefindfunctions.c:
4168         * gst/videoscale/vs_4tap.c:
4169         * gst/videoscale/vs_4tap.h:
4170         * sys/v4l/gstv4lelement.c:
4171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4172         * sys/v4l/v4l_calls.c:
4173         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4174         (gst_v4lsrc_try_capture):
4175         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4176         (gst_ximagesink_ximage_new):
4177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4178         (gst_xvimagesink_xvimage_new):
4179         * tests/check/elements/audioconvert.c:
4180         * tests/check/elements/audioresample.c:
4181         (fail_unless_perfect_stream):
4182         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4183         * tests/check/elements/decodebin.c:
4184         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4185         (setup_gdpdepay_streamheader):
4186         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4187         (setup_gdppay_streamheader):
4188         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4189         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4190         * tests/check/elements/textoverlay.c:
4191         * tests/check/elements/videorate.c: (setup_videorate):
4192         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4193         * tests/check/elements/volume.c: (setup_volume):
4194         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4195         * tests/check/elements/vorbistag.c:
4196         * tests/check/generic/clock-selection.c:
4197         * tests/check/generic/states.c: (setup), (teardown):
4198         * tests/check/libs/cddabasesrc.c:
4199         * tests/check/libs/video.c:
4200         * tests/check/pipelines/gio.c:
4201         * tests/check/pipelines/oggmux.c:
4202         * tests/check/pipelines/simple-launch-lines.c:
4203         (simple_launch_lines_suite):
4204         * tests/check/pipelines/streamheader.c:
4205         * tests/check/pipelines/theoraenc.c:
4206         * tests/check/pipelines/vorbisdec.c:
4207         * tests/check/pipelines/vorbisenc.c:
4208         * tests/examples/seek/scrubby.c:
4209         * tests/examples/seek/seek.c: (query_positions_elems),
4210         (query_positions_pads):
4211         * tests/icles/stress-xoverlay.c: (myclock):
4212         Correct all relevant warnings found by the sparse semantic code
4213         analyzer. This include marking several symbols static, using
4214         NULL instead of 0 for pointers and using "foo (void)" instead
4215         of "foo ()" for declarations.
4216
4217         * win32/common/libgstrtp.def:
4218         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4219
4220 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         Patch by: José Alburquerque <jaalburqu svn gnome org>
4223
4224         * gst/playback/gstplaybin2.c:
4225           Make the function signature of the _get_*_tags() functions match
4226           the signature of the vfuncs they implement, ie. return a
4227           GstTagList rather than a GstStructure, which is more correct,
4228           even if one is typedef'ed to the other (#518940).
4229
4230 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * gst-libs/gst/rtsp/gstrtspconnection.c:
4233           Don't include unix headers unconditionally (fixes #518037).
4234
4235 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4238           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4239           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4240           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4241           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4242           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4243           (gst_video_format_is_packed), (video_format_is_packed):
4244           Add unit test that makes sure that the strides, offsets and
4245           sizes returned for the various YUV formats by the new video API
4246           match the old reference implementation in videotestsrc.
4247
4248 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4251           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4252           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4253           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4254           (gst_video_format_get_pixel_stride),
4255           (gst_video_format_get_component_width),
4256           (gst_video_format_get_component_height),
4257           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4258         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4259           (GST_VIDEO_FORMAT_Y42B):
4260           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4261
4262 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4263
4264         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4265           YV12 is I420 with swapped components 1 and 2, so the offset of
4266           component 1 for I420 should be the offset for component 2 for YV12
4267           and vice versa.
4268
4269 2008-02-29  Rene Stadler  <mail@renestadler.de>
4270
4271         * sys/v4l/gstv4lelement.c:
4272         Add missing semicolon to fix indentation.
4273
4274 2008-02-29  Julien Moutte  <julien@fluendo.com>
4275
4276         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4277         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4278         if we can do SPDIF output.
4279         * ext/alsa/gstalsa.h:
4280         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4281         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4282         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4284         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4285         to support AC3, EC3 and IEC958 buffers.
4286
4287 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4290           (gst_mixer_message_parse_mute_toggled),
4291           (gst_mixer_message_parse_record_toggled),
4292           (gst_mixer_message_parse_volume_changed),
4293           (gst_mixer_message_parse_option_changed):
4294           De-cruft and fix message type assertions (NULL is not a really
4295           valid mixer message type string).
4296
4297 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4300         When negotiating, actually start from a format that we can support
4301         instead of from the too generic template.
4302
4303 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4304
4305         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4306         Enable vis setting.
4307
4308         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4309         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4310         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4311         (gen_vis_chain):
4312         Implement vis switching while playing.
4313
4314 2008-02-28  David Schleef  <ds@schleef.org>
4315
4316         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4317
4318 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4319
4320         Patch by: Peter Kjellerstedt  <pkj at axis com>
4321
4322         * gst/tcp/Makefile.am:
4323         * gst/tcp/fdsetstress.c:
4324         * gst/tcp/gstfdset.c:
4325         * gst/tcp/gstfdset.h:
4326         Removed fdset and stress test, they are now known as GstPoll in
4327         core. 
4328
4329         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4330         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4331         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4332         (gst_multi_fd_sink_handle_client_write),
4333         (gst_multi_fd_sink_queue_buffer),
4334         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4335         (gst_multi_fd_sink_stop):
4336         * gst/tcp/gstmultifdsink.h:
4337         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4338         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4339         (gst_tcp_gdp_read_caps):
4340         * gst/tcp/gsttcp.h:
4341         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4342         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4343         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4344         * gst/tcp/gsttcpclientsink.h:
4345         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4346         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4347         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4348         * gst/tcp/gsttcpclientsrc.h:
4349         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4350         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4351         * gst/tcp/gsttcpserversink.h:
4352         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4353         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4354         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4355         * gst/tcp/gsttcpserversrc.h:
4356         Port to GstPoll. See #505417.
4357
4358 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         Patch by: Peter Kjellerstedt  <pkj at axis com>
4361
4362         * gst-libs/gst/rtsp/gstrtspconnection.c:
4363         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4364         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4365         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4366         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4367         (gst_rtsp_connection_flush):
4368         * gst-libs/gst/rtsp/gstrtspconnection.h:
4369         Use GstPoll for the rtsp connection. See #505417.
4370
4371 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4372
4373         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4374         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4375         Add combo box for visualisations, populate it with a factory list
4376         of all visualisation plugins, configure vis plugin instance in
4377         playbin2. 
4378
4379 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4380
4381         * tests/check/libs/rtp.c: (GST_START_TEST):
4382         Add check for RTP buffer defaults, padding and marker bit API.
4383
4384 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4385
4386         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4387         Use memcpy() instead of upcasting a byte array to long *. This
4388         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4389         This should be ported to GCheckSum once we can use GLib 2.16.
4390         Partially fixes bug #500833.
4391
4392 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4395           Push tag event after the newsegment event. Log the pointer of
4396           the buffer we're actually going to push rather than the buffer
4397           we're feeding to _make_metadata_writable().
4398
4399 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4400
4401         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4402         Comment smoke typefinder for now. The smokedec plugin needs one
4403         frame per buffer but we have no parser yet, thus it simply crashes
4404         in most situations.
4405
4406 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4407
4408         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4409         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4410
4411 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4412
4413         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4414         (plugin_init):
4415         Add midi typefinder, copied from the timidity plugin.
4416
4417 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4420
4421         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4422         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4423           (subparse_suite):
4424           Forward slashes at the beginning and end of a line also signify
4425           italics (Fixes: #518162).
4426
4427 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4428
4429         * tests/check/gst-plugins-base.supp:
4430         Add a suppression for a cached value in GIO that wasn't moved
4431         while moving gio from -bad to -base.
4432
4433 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4436
4437         * configure.ac:
4438         Don't hardcode -Wall and -Werror for configure checks, this fails
4439         with non-GCC compilers. Fixes bug #517991.
4440
4441 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4442
4443         * gst/audioconvert/gstaudioconvert.c:
4444         * gst/audioconvert/gstaudioquantize.c:
4445         * gst/audioconvert/gstaudioquantize.h:
4446           Make audioconvert gap aware. If noiseshaping is used, wait for
4447           noiseshaping to converge before marking as GAP. Fixes #517813.
4448
4449 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4450
4451         * gst/audiotestsrc/gstaudiotestsrc.c:
4452           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4453
4454 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         * ext/gnomevfs/gstgnomevfssink.c:
4457         (gst_gnome_vfs_sink_handle_event):
4458         Return FALSE when seeking for a new segment fails instead
4459         of silently ignoring the failure and appending every buffer
4460         that comes for the new segment.
4461
4462 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4463
4464         * gst/playback/gstplaysink.c: (find_property),
4465         (gst_play_sink_find_property), (gen_video_chain),
4466         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4467         Recursively search the sink element for a last-frame property so that we
4468         can also find the property in autovideosink and friends that don't
4469         always proxy the internal sink properties.
4470
4471 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4472
4473         * gst-libs/gst/audio/multichannel.c:
4474           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4475           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4476           (gst_audio_set_structure_channel_positions_list),
4477           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4478           (gst_audio_fixate_channel_positions):
4479           Fix confusing terminology in docs and code: structure fields are
4480           'fields' and not 'properties'.
4481
4482 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         * gst-libs/gst/audio/multichannel.c:
4485           (gst_audio_check_channel_positions), (add_list_to_struct):
4486           Give more useful warning messages if one of the channel
4487           layout enums passed to us is invalid and if the "channels"
4488           field in the caps has a GType we don't expect.
4489
4490 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * gst-libs/gst/audio/multichannel.c:
4493           Fix typo in docs blurb.
4494
4495 2008-02-19  Julien Moutte  <julien@fluendo.com>
4496
4497         Patch by: Josep Torra Valles <josep@fluendo.com>
4498
4499         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4500         typefind lookup to fix typefinding on HD clips.
4501
4502 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * gst/playback/gstscreenshot.c:
4505         * gst/playback/gstscreenshot.h:
4506           Fix up copyright (I rewrote the GStreamer-0.10 code for
4507           this from scratch back in the days).
4508
4509 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4510
4511         * gst/playback/Makefile.am:
4512         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4513         (create_element), (gst_play_frame_conv_convert):
4514         * gst/playback/gstscreenshot.h:
4515         Add screenshot conversion code from totem.
4516
4517         * gst/playback/gstplay-marshal.list:
4518         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4519         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4520         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4521         Implement frame property to get a color-unconverted snapshot.
4522         Implement convert-frame action signal to get a converted snapshot image.
4523         Configure connection speed in uridecodebin.
4524         Document some more properties.
4525
4526         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4527         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4528         (gst_play_sink_get_last_frame):
4529         * gst/playback/gstplaysink.h:
4530         Use last-buffer property of the video sink to get a video snapshot.
4531
4532         * tests/examples/seek/seek.c: (shot_cb), (main):
4533         Add snapshot button for playbin2 and use the frame property to save the
4534         frame as a png in the current directory.
4535
4536 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4537
4538         Patch by: Josep Torra Valles <josep at fluendo dot com>
4539
4540         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4541         (plugin_init):
4542         Add typefinding support for h264 elementary streams.
4543         Fixes bug #517420.
4544
4545 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4546
4547         * configure.ac:
4548           Require CVS of core for new API in collectpads.
4549
4550         * gst/adder/gstadder.c:
4551           Use new API to make adder sparse stream aware.
4552
4553 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4556         (no_more_pads_cb):
4557         Get the object data correct so that we can remove our channels
4558         correctly.
4559
4560         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4561         (gen_vis_chain), (gst_play_sink_reconfigure),
4562         (gst_play_sink_request_pad):
4563         Add option to disable async behaviour in the sinks when possible. This
4564         makes it possible to avoid an audio queue when dealing with
4565         visualisations.
4566         Add option to add a queue for the audio path.
4567
4568         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4569         (main):
4570         Disable the vis checkbox to match the defaults of playbin2.
4571         Only get the stream info when we need to.
4572
4573 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4574
4575         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4576         (gst_gio_base_sink_set_stream):
4577         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4578         (gst_gio_base_src_set_stream):
4579         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4580         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4581         Don't use async operations as they require a running main loop.
4582         This makes us block again when closing streams and unable
4583         to mount the enclosing volume of an URI if it isn't yet.
4584
4585 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4588         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4589         (gen_vis_chain), (gst_play_sink_reconfigure),
4590         (gst_play_sink_request_pad):
4591         Move tee in front of the audio and vis pipelines.
4592         Add queue for audio for now.
4593         Add visualisation support.
4594
4595         * tests/examples/seek/seek.c: (main):
4596         Visualisation is by default disabled.
4597
4598 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4599
4600         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4601         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4602         Improve debugging a bit.
4603
4604         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4605         * ext/gio/gstgiosink.h:
4606         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4607         * ext/gio/gstgiosrc.h:
4608         Try to mount the enclosing volume of a GFile if it isn't mounted
4609         yet. This requires us to wait for an async operation to finish, done
4610         with an nested GMainLoop. Authentication is not supported yet, will
4611         come later.
4612
4613 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4614
4615         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4616         (gst_play_bin_set_property), (gst_play_bin_get_property),
4617         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4618         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4619         (gst_play_sink_get_mute), (gen_audio_chain):
4620         * gst/playback/gstplaysink.h:
4621         Add mute property.
4622
4623         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4624         (gst_selector_pad_chain):
4625         * gst/playback/gststreamselector.h:
4626         Make sure we forward the event only once.
4627
4628         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4629         Add and implement the mute button for playbin2.
4630
4631 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4632
4633         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4634
4635         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4636         Add some more debug info.
4637         Make sure we never return a negative delay. Fixes #516246.
4638
4639 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4642           Revert patch that makes the sink hold the object lock when
4643           calling snd_pcm_delay(), since it breaks playback for me.
4644
4645 2008-02-12  Julien Moutte  <julien@fluendo.com>
4646
4647         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4648         some seek flags when changing rate.
4649
4650 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4651
4652         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4653         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4654         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4655         Fix potential leaks.
4656
4657         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4658         Fix leak when there is no function configured.
4659
4660 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4661
4662         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4663         (gst_v4lsrc_buffer_finalize):
4664         Correctly chain up the finalize method.
4665
4666 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4667
4668         * ext/gio/gstgiostreamsink.c:
4669         * ext/gio/gstgiostreamsrc.c:
4670         Add documentation and example code for giostreamsink/giostreamsrc.
4671
4672         * tests/check/pipelines/gio.c: (GST_START_TEST):
4673         Ask the GMemoryOutputStream for the data instead of assuming that
4674         the pointer to the data stayed the same. It could've been realloc'ed.
4675
4676 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4677
4678         * ext/gio/gstgiosink.c:
4679         * ext/gio/gstgiosrc.c:
4680         Make the documentation of giosink/giosrc complete, large parts
4681         are based on the gnomevfssink/gnomevfssrc docs.
4682
4683 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4684
4685         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4686         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4687         * docs/plugins/gst-plugins-base-plugins.args:
4688         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4689         * docs/plugins/gst-plugins-base-plugins.interfaces:
4690         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4691         * docs/plugins/gst-plugins-base-plugins.signals:
4692         * docs/plugins/inspect/plugin-adder.xml:
4693         * docs/plugins/inspect/plugin-audioconvert.xml:
4694         * docs/plugins/inspect/plugin-audiorate.xml:
4695         * docs/plugins/inspect/plugin-audioresample.xml:
4696         * docs/plugins/inspect/plugin-decodebin.xml:
4697         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4698         * docs/plugins/inspect/plugin-gdp.xml:
4699         * docs/plugins/inspect/plugin-gio.xml:
4700         * docs/plugins/inspect/plugin-gnomevfs.xml:
4701         * docs/plugins/inspect/plugin-libvisual.xml:
4702         * docs/plugins/inspect/plugin-ogg.xml:
4703         * docs/plugins/inspect/plugin-pango.xml:
4704         * docs/plugins/inspect/plugin-playback.xml:
4705         * docs/plugins/inspect/plugin-queue2.xml:
4706         * docs/plugins/inspect/plugin-subparse.xml:
4707         * docs/plugins/inspect/plugin-theora.xml:
4708         * docs/plugins/inspect/plugin-uridecodebin.xml:
4709         * docs/plugins/inspect/plugin-videorate.xml:
4710         * docs/plugins/inspect/plugin-videoscale.xml:
4711         * docs/plugins/inspect/plugin-volume.xml:
4712         * docs/plugins/inspect/plugin-vorbis.xml:
4713         Add the GIO documentation again and while at that run make update.
4714
4715 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4716
4717         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4718         * ext/alsa/gstalsasink.c: (set_swparams):
4719         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4720           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4721           against libasound >= 1.0.16, since it's been deprecated in
4722           0.10.16, and alignment is always 1 then, apparently. (#512899)
4723
4724 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst/playback/gstplaybin.c: (gen_audio_element):
4727         * gst/playback/gstplaysink.c: (gen_audio_chain):
4728           Handle case where we can't create the volume element a bit
4729           better (#514307).
4730
4731 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4734         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4735           Add support for https protocol. Fixes #510229.
4736
4737 2008-02-11  Julien Moutte  <julien@fluendo.com>
4738         
4739         Patch by: Alan Peevers <peeves@pacbell.net>
4740
4741         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4742         lock when calling alsa methods.
4743
4744 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * gst/typefind/gsttypefindfunctions.c:
4747           Bump rank of jpeg and png typefinders, which will return maximum
4748           probability in the most common cases (thus short-circuiting more
4749           expensive typefinders like the mp3 one for these two quite common
4750           image types).
4751
4752 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * ext/theora/theoraparse.c:
4755         Fix long description of the theora parser to be more verbose than just
4756         the type name.
4757
4758 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         Patch by: Branko Čibej <brane at xbc dot nu>
4761
4762         * sys/xvimage/xvimagesink.c:
4763         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4764         Fixes bug #515654.
4765
4766 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4767
4768         * gst/playback/gstplaybasebin.c:
4769         Set is_dynamic as True if there are elements with both request
4770         and sometimes src pad templates instead of breaking out when it
4771         finds the first pad template that is a src.
4772
4773 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4774
4775         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4776         (update_streams), (video_combo_cb), (audio_combo_cb),
4777         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4778         Add some stream switching and volume gui for playbin2.
4779
4780 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         * gst/playback/gstplay-marshal.list:
4783         Added marshal for streamselector Tags.
4784
4785         * gst/playback/gstplaybasebin.c: (set_active_source):
4786         Streamselector now selects pads based on the pad object instead of its
4787         name.
4788
4789         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4790         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4791         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4792         (gst_play_bin_get_text_tags),
4793         (gst_play_bin_set_current_video_stream),
4794         (gst_play_bin_set_current_audio_stream),
4795         (gst_play_bin_set_current_text_stream),
4796         (gst_play_bin_set_property), (gst_play_bin_get_property),
4797         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4798         Remove option to mute streams with the current-a/v/t property, we have
4799         this functionality in the flags.
4800         Add signals to notify when the number of A/V/T channels changed.
4801         Add action signals to get tags for the A/V/T streams.
4802         Implement setting the current A/V/T stream.
4803         Rearrange some things to simplify stream selection.
4804         Implement volume.
4805
4806         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4807         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4808         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4809         (activate_vis), (gst_play_sink_reconfigure):
4810         * gst/playback/gstplaysink.h:
4811         Add and implement volume setting methods.
4812
4813         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4814         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4815         (gst_selector_pad_event), (gst_stream_selector_class_init),
4816         (gst_stream_selector_init), (gst_stream_selector_finalize),
4817         (gst_stream_selector_set_property),
4818         (gst_stream_selector_get_property),
4819         (gst_stream_selector_get_linked_pad),
4820         (gst_stream_selector_request_new_pad):
4821         * gst/playback/gststreamselector.h:
4822         Add pad properties for tags and status of pads.
4823         Keep tags on pads.
4824         Make active pad selection based on pad object instead of name.
4825
4826 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4827
4828         * configure.ac:
4829           Revert last change as we now check in gtk-doc.m4 for sed.
4830
4831 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4832
4833         * configure.ac:
4834         Find and subst SED when building the docs.
4835
4836 2008-02-08  Julien Moutte  <julien@fluendo.com>
4837
4838         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4839         (main): Make sure bus signals are reconnected when pressing STOP
4840         and then PLAY again for a parse launch pipeline. Fix a ref leak
4841         on the bus.
4842         * win32/common/config.h: Updated.
4843
4844 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4845
4846         * configure.ac:
4847         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4848         pre-releases or releases.
4849
4850 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4851
4852         * configure.ac:
4853         * ext/gio/Makefile.am:
4854         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4855         reporting
4856
4857 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4858
4859         * docs/plugins/Makefile.am:
4860         Add the headers which need scanning for the GIO plugin. The rest of
4861         the docs still need migrating.
4862
4863 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4864
4865         * ext/Makefile.am:
4866         * tests/check/Makefile.am:
4867         * tests/check/pipelines/.cvsignore:
4868         Add gio in a few more places.
4869
4870 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4871
4872         * configure.ac:
4873         * ext/Makefile.am:
4874         * tests/check/Makefile.am:
4875         Move gio plugin from -bad and mark as experimental.
4876
4877 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4878
4879         * gst-libs/gst/interfaces/mixeroptions.c:
4880         * gst-libs/gst/interfaces/mixertrack.c:
4881         Comment out a couple of other things which break the build when
4882         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4883
4884 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * docs/libs/gst-plugins-base-libs-sections.txt:
4887           Fix pbutils header.
4888
4889 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4890
4891         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4892         Fix compiler warning.
4893
4894 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4895
4896         Patch by: Peter Kjellerstedt  <pkj at axis com>
4897
4898         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4899         Clear the addrinfo struct using memset. Fixes #514937.
4900
4901 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4902
4903         * gst/tcp/gstfdset.h:
4904         Remove unused field to same some memory.
4905
4906         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4907         Mark action signals as such.
4908
4909 2008-02-06  Michael Smith <msmith@fluendo.com>
4910
4911         * ext/theora/theoradec.c: (_theora_granule_frame),
4912         (_inc_granulepos):
4913           Increment granulepos for new-bitstream versions appropriately.
4914           Fixes #514623.
4915
4916 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4917
4918         * tests/examples/seek/seek.c: (do_seek),
4919         (rate_spinbutton_changed_cb), (update_streams), (main):
4920         Remove obsolete stream_time reset after flushing seek, core does that
4921         automatically now.
4922         Improve accuracy of speed spinbutton.
4923         Only do playbin2 stuff when we actually use it.
4924
4925 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * tests/check/Makefile.am:
4928           Revert previous change of the test environment's GST_PLUGIN_PATH.
4929           The problem is not with the plugins, but with element factories
4930           and only occurs if elements are split out from existing plugins
4931           or if plugins change name (see #512740).
4932
4933 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * tests/check/Makefile.am:
4936           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4937           with the core's plugins first and our local build directories last,
4938           since we might be building against an installed core, and that
4939           core's plugin directory may contain older or other versions of
4940           our own -base plugins, but we really do want to test our local
4941           ones (if there are multiple plugins or element factories with the
4942           same name, those inspected last will trump those read in earlier).
4943           Fixes #512740 for the most part.
4944
4945 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         * configure.ac:
4948         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4949         Use gmtime_r if available as gmtime is not MT-safe.
4950         Fixes bug #511810.
4951
4952 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4953
4954         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4955         Cast glong to time_t as time_t might have a different type on
4956         other platforms, like FreeBSD, and we get a compiler warning
4957         otherwise. Fixes bug #511825.
4958
4959 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4960
4961         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4962         (get_group), (get_n_pads), (gst_play_bin_get_property),
4963         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4964         (autoplug_select_cb), (deactivate_group):
4965         Remove stream-info, we going for something easier.
4966         Refactor getting the current group.
4967         Implement getting the number of audio/video/text streams.
4968
4969         * gst/playback/gststreamselector.c:
4970         (gst_stream_selector_class_init), (gst_stream_selector_init),
4971         (gst_stream_selector_get_property),
4972         (gst_stream_selector_request_new_pad),
4973         (gst_stream_selector_release_pad):
4974         * gst/playback/gststreamselector.h:
4975         Add property for number of pads.
4976
4977         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4978         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4979         (text_toggle_cb), (update_streams), (msg_async_done),
4980         (msg_state_changed), (main):
4981         Block slider callback when updating the slider position.
4982         Add gui elements for controlling playbin2.
4983         Add callback for async_done that updates position/duration.
4984
4985 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4986
4987         * docs/plugins/Makefile.am:
4988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4990         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4991         * docs/plugins/gst-plugins-base-plugins.interfaces:
4992         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4993           First round of plugin docs cleansups.
4994
4995         * docs/plugins/inspect/plugin-adder.xml:
4996         * docs/plugins/inspect/plugin-alsa.xml:
4997         * docs/plugins/inspect/plugin-audioconvert.xml:
4998         * docs/plugins/inspect/plugin-audiorate.xml:
4999         * docs/plugins/inspect/plugin-audioresample.xml:
5000         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5001         * docs/plugins/inspect/plugin-cdparanoia.xml:
5002         * docs/plugins/inspect/plugin-decodebin.xml:
5003         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5004         * docs/plugins/inspect/plugin-gdp.xml:
5005         * docs/plugins/inspect/plugin-gnomevfs.xml:
5006         * docs/plugins/inspect/plugin-libvisual.xml:
5007         * docs/plugins/inspect/plugin-ogg.xml:
5008         * docs/plugins/inspect/plugin-pango.xml:
5009         * docs/plugins/inspect/plugin-subparse.xml:
5010         * docs/plugins/inspect/plugin-tcp.xml:
5011         * docs/plugins/inspect/plugin-theora.xml:
5012         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5013         * docs/plugins/inspect/plugin-video4linux.xml:
5014         * docs/plugins/inspect/plugin-videorate.xml:
5015         * docs/plugins/inspect/plugin-videoscale.xml:
5016         * docs/plugins/inspect/plugin-videotestsrc.xml:
5017         * docs/plugins/inspect/plugin-volume.xml:
5018         * docs/plugins/inspect/plugin-vorbis.xml:
5019         * docs/plugins/inspect/plugin-ximagesink.xml:
5020         * docs/plugins/inspect/plugin-xvimagesink.xml:
5021           Regenerate.
5022
5023         * ext/ogg/Makefile.am:
5024         * ext/ogg/gstoggmux.c:
5025         * ext/ogg/gstoggmux.h:
5026           Add header for oggmux. the c-file needs a doc blob still.
5027
5028 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5029
5030         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5031
5032         * gst-libs/gst/rtp/gstrtpbuffer.c:
5033         (gst_rtp_buffer_set_extension_data):
5034         * gst-libs/gst/rtp/gstrtpbuffer.h:
5035         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5036         Add gst_rtp_buffer_set_extension_data() 
5037         Add a unit test for this addition. Fixes #511478.
5038         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5039
5040 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5041
5042         * configure.ac:
5043         Back to CVS
5044
5045 === release 0.10.17 ===
5046
5047 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5048
5049         * configure.ac:
5050           releasing 0.10.17, "Peanut Butter and Jelly"
5051
5052 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5053
5054         * gst-libs/gst/interfaces/mixeroptions.c:
5055         * gst-libs/gst/interfaces/mixertrack.c:
5056         Also remove the conditional registration of the signals
5057         that disappeared with the ABI change in 0.10.14
5058
5059 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5060
5061         * gst-libs/gst/rtsp/gstrtspconnection.c:
5062         Revert patch to gstrtspconnection.c for brown paper bag
5063         release of -base. Re-opens: #511825
5064
5065 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5066
5067         * gst-libs/gst/interfaces/mixeroptions.h:
5068         * gst-libs/gst/interfaces/mixertrack.h:
5069         Change the way these deprecated function pointers are removed
5070         so that the compiled ABI is unconditionally smaller. This 
5071         sets in stone an ABI break that actually occurred when the
5072         things were deprecated in 0.10.14, which seems to be the best
5073         fix as the only known users are oss-mixer and sunaudio-mixer in 
5074         gst-plugins-good.
5075         Fixes: #513018
5076
5077 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * win32/common/libgstpbutils.def:
5080           Export the two new _get_type() functions which are needed
5081           by the python bindings.
5082
5083 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5086         Cast glong to time_t as time_t might have a different type on
5087         other platforms, like FreeBSD, and we get a compiler warning
5088         otherwise. Fixes bug #511825.
5089
5090 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         * gst-libs/gst/audio/gstaudiofilter.c:
5093         (gst_audio_filter_class_init):
5094         Initialize the GstRingerBuffer class to get it's debug category
5095         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5096         category and otherwise we get some g_critical(). Fixes bug #512334.
5097
5098 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5099
5100         * configure.ac:
5101         Back to CVS
5102
5103 === release 0.10.16 ===
5104
5105 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5106
5107         * configure.ac:
5108           releasing 0.10.16, "Scheduled Interruption"
5109
5110 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5111
5112         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5113
5114         * gst-libs/gst/rtp/gstrtpbuffer.c:
5115         (gst_rtp_buffer_get_extension_data):
5116         Fix typos and wrong extension check. Fixes #511274.
5117
5118 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5119
5120         * po/sk.po:
5121         Oops - add new sk.po mentioned in the LINGUAS I just committed
5122
5123 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5124
5125         * po/LINGUAS:
5126         Add ca translation to the disted list.
5127
5128         * win32/vs6/libgstsdp.dsp:
5129         Convert line endings to CRLF
5130
5131 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5132
5133         * win32/MANIFEST:
5134         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5135
5136 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5137
5138         * win32/common/libgstsdp.def:
5139         * win32/common/libgstvideo.def:
5140         Add new API declarations
5141
5142 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5143
5144         * ext/theora/gsttheoradec.h:
5145         * ext/theora/gsttheoraparse.h:
5146         * ext/theora/theoradec.c:
5147         * ext/theora/theoraparse.c:
5148         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5149         and parser by inspecting the bitstream version of the incoming data.
5150
5151 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5152
5153         * configure.ac:
5154         * pkgconfig/Makefile.am:
5155         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5156         * pkgconfig/gstreamer-audio.pc.in:
5157         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5158         * pkgconfig/gstreamer-cdda.pc.in:
5159         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5160         * pkgconfig/gstreamer-fft.pc.in:
5161         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5162         * pkgconfig/gstreamer-floatcast.pc.in:
5163         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5164         * pkgconfig/gstreamer-interfaces.pc.in:
5165         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5166         * pkgconfig/gstreamer-netbuffer.pc.in:
5167         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5168         * pkgconfig/gstreamer-pbutils.pc.in:
5169         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5170         * pkgconfig/gstreamer-riff.pc.in:
5171         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5172         * pkgconfig/gstreamer-rtp.pc.in:
5173         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5174         * pkgconfig/gstreamer-rtsp.pc.in:
5175         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5176         * pkgconfig/gstreamer-sdp.pc.in:
5177         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5178         * pkgconfig/gstreamer-tag.pc.in:
5179         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5180         * pkgconfig/gstreamer-video.pc.in:
5181         Provide one pkg-config file for every gst-plugins-base library.
5182         This makes linking to those libraries much more intuitive and
5183         provides standard pkg-config behaviour for them. Fixes bug #499697.
5184
5185 2008-01-13  David Schleef  <ds@schleef.org>
5186
5187         * gst/videoscale/vs_4tap.c:
5188           Fix valgrind error on 4tap scaling method.
5189
5190 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5191
5192         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5193         Include Winsock2.h for VS6 and use a different way initialize
5194         hints structure so it can build with VS6.
5195         * win32/MANIFEST:
5196         * win32/vs6/libgstsdp.dsp:
5197         * win32/common/libgstsdp.def:
5198         Add new files for libgstsdp.
5199         * win32/vs6/grammar.dsp:
5200         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5201         * win32/vs6/gst_plugins_base.dsw:
5202         * win32/vs6/libgstdecodebin.dsp:
5203         * win32/vs6/libgstdecodebin2.dsp:
5204         * win32/vs6/libgstplaybin.dsp:
5205         * win32/vs6/libgstvolume.dsp:
5206         Add new dependencies to the link list.
5207
5208 2008-01-13  Julien Moutte  <julien@fluendo.com>
5209
5210         * win32/common/config.h:
5211         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5212         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5213         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5214         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5215         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5216         * win32/common/interfaces-enumtypes.c:
5217         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5218         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5219         (gst_mixer_track_flags_get_type),
5220         (gst_tuner_channel_flags_get_type):
5221         * win32/common/multichannel-enumtypes.c:
5222         (gst_audio_channel_position_get_type):
5223         * win32/common/pbutils-enumtypes.c:
5224         (gst_install_plugins_return_get_type):
5225         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5226         in the win32 build directory.
5227
5228 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5229
5230         * tests/check/Makefile.am:
5231         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5232
5233         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5234         * tests/check/elements/playbin.c:
5235         * tests/check/libs/mixer.c: (test_element_interface_supported),
5236         (gst_implements_interface_init):
5237         * tests/check/libs/rtp.c: (GST_START_TEST):
5238         Fix various assignment type mismatches.
5239
5240 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5241
5242         * configure.ac:
5243         * gst-libs/gst/rtsp/Makefile.am:
5244         Add test to see if hstrerror is available or if we need libresolv
5245         (Solaris) for it, then use it in libgstrtsp.
5246
5247 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5248
5249         * gst-libs/gst/tag/Makefile.am:
5250         Fix include path order
5251
5252 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5253
5254         * gst-libs/gst/pbutils/install-plugins.c:
5255         (gst_install_plugins_context_copy),
5256         (gst_install_plugins_context_get_type):
5257         * gst-libs/gst/pbutils/install-plugins.h:
5258         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5259         for bindings.
5260
5261 2008-01-11  Michael Smith <msmith@fluendo.com>
5262
5263         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5264         (_theora_granule_frame), (_theora_granule_start_time),
5265         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5266           Adapt for post-alpha meaning of granulepos, when we
5267           have a newer version of libtheora.
5268         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5269         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5270         (theora_enc_is_discontinuous), (theora_enc_chain):
5271           Likewise.
5272         * tests/check/Makefile.am:
5273           Link libtheora into theoraenc test so we can check which version of
5274           libtheora we're testing against.
5275         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5276         (check_buffer_granulepos),
5277         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5278         (theoraenc_suite):
5279           Adapt tests to check the values that are now defined for theora; make
5280           the tests backwards-adapt the passed values if we're running against an
5281           old libtheora.
5282           Fixes #497964
5283
5284 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5285
5286         * gst-libs/gst/audio/gstbaseaudiosink.c:
5287           (gst_base_audio_sink_class_init):
5288         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5289           (gst_base_audio_src_class_init):
5290           Ref audio clock class from a thread-safe context to make sure
5291           we're not bit by GObjects lack of thread-safety here (#349410),
5292            however unlikely that may be in practice.
5293
5294 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * autogen.sh:
5297           Add -Wno-portability to the automake parameters to stop warnings
5298           about GNU make extensions being used. We require GNU make in almost
5299           every Makefile anyway.
5300           
5301         * configure.ac:
5302           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5303           at the same time is required for per target flags.
5304
5305 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5308           Post an error message if we can't pull as many bytes as we need
5309           for the tag. This makes sure the user gets to see a proper error
5310           message if a file with a partial ID3 tag is fed to decodebin, and
5311           not a 'no ID3 tag demuxer' error, which would be confusing
5312           (see #508138).
5313
5314 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * gst-libs/gst/pbutils/descriptions.c: (formats):
5317           Add description strings for ID3, APE, and ICY tags.
5318
5319 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * gst/playback/gstdecodebin.c: (try_to_link_1):
5322           Make sure we error out correctly if we can't activate one of
5323           the elements we've added.  Fixes #508138.
5324           
5325 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         Patch by: Bastien Nocera <hadess at hadess net>
5328
5329         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5330           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5331           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5332           the volume is the same for all channels. This works around
5333           some problem in alsa that leaves us with inconsistent state
5334           for some reason (#486840).
5335
5336 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         Patch by: Jerone Young <jerone at gmail com>
5339
5340         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5341           If there's no mixer track by the name of 'Master' or 'Front',
5342           check if there's one called 'PCM' before trying the generic
5343           fallback logic (fixes #506928, where we pick 'Mic' as master
5344           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5345
5346 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5347
5348         * gst/playback/gstplay-enum.c:
5349         (register_gst_autoplug_select_result),
5350         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5351         (gst_play_flags_get_type):
5352         * gst/playback/gstplay-enum.h:
5353         Add enums for configuration flags.
5354
5355         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5356         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5357         (gst_play_bin_get_property), (no_more_pads_cb),
5358         (autoplug_select_cb), (gst_play_bin_change_state):
5359         Merge mode with flags.
5360         Add more property getters/setters, defaults and docs.
5361         Add properties to get number of audio/video/text streams.
5362         Create sink object in _init so that we can always rely on it being
5363         there.
5364
5365         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5366         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5367         (activate_vis), (gst_play_sink_reconfigure),
5368         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5369         (gst_play_sink_change_state):
5370         * gst/playback/gstplaysink.h:
5371         Use flags to configure the sink pipelines.
5372         Add tee before audio pipeline so that we can use it for visualisations.
5373         Start working on integrating visualisations.
5374         Remove mode, we can do everything with the flags now.
5375         Add method to configue the sink pipeline.
5376
5377 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5380           (check_buffer_timestamp), (check_buffer_duration):
5381           Turn these functions into macros so we can see right away
5382           where the failure occured.
5383
5384 2008-01-05  Julien Moutte  <julien@fluendo.com>
5385
5386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5387         debugging information to understand how X calculates the stride
5388         for XvImages.
5389
5390 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5391
5392         * gst/volume/Makefile.am:
5393         * gst/volume/gstvolume.c: (volume_choose_func),
5394         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5395         (volume_setup):
5396         * gst/volume/gstvolume.h:
5397         Use GstAudioFilter as base class for the volume element instead of
5398         plain GstBaseTransform.
5399
5400 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5401
5402         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5403         Don't set element details for the abstract GstAudioFilter class.
5404
5405 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5406
5407         * gst-libs/gst/audio/gstaudiofilter.c:
5408         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5409         Implement get_unit_size() vmethod of GstBaseTransform.
5410
5411 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5412
5413         * gst-libs/gst/pbutils/Makefile.am:
5414         * gst-libs/gst/pbutils/pbutils.h:
5415         Use glib-enum generator to have a proper enum GType for
5416         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5417
5418 2007-12-31  David Schleef  <ds@schleef.org>
5419
5420         * tests/check/Makefile.am:
5421         * tests/check/pipelines/theoraenc.c:
5422           Reenable theoraenc test, which fails on the buildbot but
5423           not locally.
5424
5425 2007-12-31  David Schleef  <ds@schleef.org>
5426
5427         * docs/libs/.cvsignore:
5428         * docs/plugins/.cvsignore:
5429           Add *-undeclared.txt to fix buildbot.
5430
5431 2007-12-31  David Schleef  <ds@schleef.org>
5432
5433         * tests/check/Makefile.am:
5434           Second attempt at disabling theoraenc test long enough to
5435           get buildbot to compile -base.
5436
5437 2007-12-31  David Schleef  <ds@schleef.org>
5438
5439         * tests/check/pipelines/theoraenc.c:
5440           Disable theoraenc test long enough to get the buildbot to
5441           compile a recent -base.
5442
5443 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5444
5445         * tests/examples/seek/seek.c: (stop_cb):
5446         Make sure we reset the slider value to 0.0 without racing against a
5447         possible g_idle that sets it to something else.
5448
5449 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5450
5451         * sys/ximage/ximagesink.c:
5452         fix typo
5453
5454 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5455
5456         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5457         * gst-libs/gst/rtsp/gstrtspdefs.h:
5458         Add Location header so that we can start implementing redirects.
5459         See #506025.
5460
5461 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5462
5463         * gst/subparse/gstssaparse.c:
5464         combine if's
5465
5466 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5467
5468         * gst/subparse/gstssaparse.c:
5469         remove duplicate log message
5470
5471 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         * ext/libvisual/visual.c: (gst_visual_chain):
5474         Fix 'xyz may be used uninitialized' compiler warnings caused
5475         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5476         abort() in any case but properly report the error.
5477
5478 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5479
5480         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5481         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5482         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5483         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5484         (autoplug_select_cb), (activate_group), (deactivate_group),
5485         (setup_next_source), (save_current_group),
5486         (gst_play_bin_change_state):
5487         Code cleanups.
5488         Remove next-uri, we can use the uri property just fine.
5489         Fix some crasher.
5490         Unref uridecodebin when switching.
5491         Fix going to READY.
5492
5493         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5494         (gst_play_sink_init), (gst_play_sink_dispose),
5495         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5496         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5497         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5498         (gst_play_sink_set_property), (gst_play_sink_get_property),
5499         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5500         (gen_vis_element), (gst_play_sink_get_mode),
5501         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5502         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5503         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5504         (gst_play_sink_change_state):
5505         * gst/playback/gstplaysink.h:
5506         Add some locking to make things threadsafe.
5507
5508         * gst/playback/test7.c: (about_to_finish_cb):
5509         Fix test.
5510
5511 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5512
5513         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5514           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5515           (gst_video_scale_transform):
5516           Don't claim to be able to handle/transform caps that can't really
5517           be handled by the currently selected scaling method (here: RGB or
5518           packed YUV with 4-tap method). Also add locking to method property.
5519
5520         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5521           (test_basetransform_based):
5522           Some test pipelines for the above (not entirely valgrind clean yet
5523           apparently).
5524
5525 2007-12-21  David Schleef  <ds@schleef.org>
5526
5527         * gst-libs/gst/video/video.c:
5528         * gst-libs/gst/video/video.h:
5529           Add additional RGBA and RGB-24 video formats.
5530
5531 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5534           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5535           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5536         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5537           (cddabasesrc_suite):
5538           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5539           deprecated in the future (see #498924).
5540
5541 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5544           Don't leak event.
5545
5546 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5547
5548         * gst-libs/gst/riff/riff-read.c:
5549         Use GST_ROUND_UP_2 macro
5550
5551 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * gst/playback/.cvsignore:
5554           Ignore more.
5555
5556 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5559         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5560           (set_active_source):
5561         * gst/playback/gstplaybasebin.h:
5562         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5563           (setup_sinks), (playbin_set_subtitles_visible):
5564           Make switching off of subtitles work. To avoid all kind of
5565           problems with unlinking of the subtitle input, we just keep
5566           the subtitle inputs linked as they are and tell textoverlay
5567           not to render them. Fixes #373011.
5568           Other subtitle switching issues (esp. when there are both
5569           external and in-stream subtitles) remain. They'll be solved
5570           in playbin2.
5571
5572 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5573
5574         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5575         Init the pad segment too.
5576
5577 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5578
5579         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5580         (gst_audioringbuffer_open_device),
5581         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5582         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5583         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5584         (gst_audio_sink_create_ringbuffer):
5585         Improve debug output.
5586
5587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5588         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5589         Prevent some functions from doing things and failing when the
5590         ringbuffer is not yet acquired.
5591
5592 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5593
5594         * gst-libs/gst/interfaces/interfaces.h:
5595           Also remove interfaces.h from CVS as it is not needed anymore.
5596
5597 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5598
5599         * gst-libs/gst/interfaces/Makefile.am:
5600           interfaces.h is not used anymore so remove it from the build
5601           process.
5602
5603 2007-12-17  David Schleef  <ds@schleef.org>
5604
5605         * gst/videotestsrc/gstvideotestsrc.c:
5606         * gst/videotestsrc/gstvideotestsrc.h:
5607           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5608           for testing vertical refresh synchronization.
5609
5610 2007-12-17  David Schleef  <ds@schleef.org>
5611
5612         * docs/libs/gst-plugins-base-libs-sections.txt:
5613         * gst-libs/gst/video/video.c:
5614         * gst-libs/gst/video/video.h:
5615           Add new GstVideFormat enum and write a bunch of helper functions
5616           based around it.
5617
5618 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * Makefile.am:
5621           Use new common/win32.mak.
5622
5623 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5624
5625         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5626         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5627         Add debug info.
5628         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5629         the parent state change function, just like the audiosink, because the
5630         parent waits for the element to finish its processing before completing
5631         the state change. This makes going to PAUSED a lot snappier.
5632         When going from READY to PAUSED, don't allow the ringbuffer to start
5633         yet.
5634
5635 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5636
5637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5638         Yet another fix for broken software that produce files with an empty
5639         blockalign field. Instead of completely failing, make a second attempt
5640         at guessing the width/depth by looking at strf->size.
5641
5642 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5645           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5646         * gst-libs/gst/pbutils/install-plugins.c:
5647           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5648         * gst-libs/gst/pbutils/missing-plugins.c:
5649           (gst_missing_plugin_message_get_installer_detail),
5650           (gst_missing_encoder_installer_detail_new):
5651         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5652         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5653           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5654           avoid compiler warnings (#503930).
5655
5656 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5657
5658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5659         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5660         for jpeg video streams.
5661         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5662         for the above modification.
5663
5664 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5667           (gst_x_overlay_handle_events):
5668           More guards (we don't want klass to end up being NULL).
5669
5670 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5671
5672         * configure.ac:
5673         * gst/volume/gstvolume.c: (gst_volume_init):
5674           Use new gst_base_transform_set_gap_aware() function as volume
5675           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5676           for this.
5677
5678 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5679
5680         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5681         Don't go to READY on EOS as this avoids testing of seeking and
5682         restarting after EOS, use the stop button when you want to READY.
5683         Don't try to do a flushing seek in segment-done, it does not make
5684         sense to use this for gapless playback and is not needed.
5685
5686 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5687
5688         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5689         (reset_rate_timer), (update_in_rates), (update_out_rates),
5690         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5691         (gst_queue_chain), (gst_queue_loop):
5692         Use separate timers for input and output rates.
5693         Pause measuring the output rate when we block for more data.
5694         See #503262.
5695
5696 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5697
5698         * gst/playback/gstqueue2.c: (gst_queue_chain):
5699         Pause the timer to measure the input rate when we block because the
5700         queue is filled. See #503262.
5701
5702 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5703
5704         Patch by: Peter Kjellerstedt  <pkj at axis com>
5705
5706         * gst-libs/gst/rtsp/gstrtspconnection.c:
5707         (gst_rtsp_connection_free):
5708         Close control sockets. Fixes #503440.
5709
5710 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5711
5712         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5713         Expose the right pad in the right place with the right element.
5714
5715 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         * gst-libs/gst/pbutils/descriptions.c: (formats):
5718           Add description for 'private' dts caps (who come up with that name?).
5719
5720 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * Makefile.am:
5723           Add check-exports target and run it with 'make check'.
5724
5725         * configure.ac:
5726           Be stricter about what we export in our libraries: change regexp so that
5727           we only export _gst_foo(), but not __gst_foo().
5728
5729         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5730         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5731           Change internal functions to __gst_foo so they dont' get exported.
5732
5733         * win32/common/libgstaudio.def:
5734           Add missing symbols.
5735
5736 2007-12-11  David Schleef  <ds@schleef.org>
5737
5738         * ChangeLog: remove conflict markers
5739
5740 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * ext/gnomevfs/Makefile.am:
5743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5744           Use gst_tag_freeform_string_to_utf8() here, which also takes
5745           into account any character sets specified by the user via
5746           environment variables.
5747
5748 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5749
5750         * gst/audioconvert/Makefile.am:
5751         Also link to libm.
5752
5753 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5754
5755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5756         No need for floating point operations here. avoids having to link
5757         against the math library too.
5758
5759 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         * gst-libs/gst/pbutils/descriptions.c: (formats),
5762           (format_info_get_desc):
5763         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5764           (GST_START_TEST):
5765           Add one or two missing formats.  Generate ADPCM description
5766           dynamically depending on layout/format.
5767
5768 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5769
5770         * configure.ac:
5771           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5772
5773 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5774
5775         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5776
5777         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5778           Some .srt files start with chunk number 0 and not chunk number 1,
5779           recognise and accept those as well (fixes #502497).
5780
5781         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5782           (test_src):
5783           Add unit test for the above.
5784
5785 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5786
5787         * gst/playback/gstplay-enum.c:
5788         (register_gst_autoplug_select_result),
5789         (gst_autoplug_select_result_get_type):
5790         * gst/playback/gstplay-enum.h:
5791         Add missing files.
5792
5793 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5794
5795         * gst/playback/Makefile.am:
5796         Group decodebin2 and uridecodebin into the same plugin so that they
5797         can share the GEnumType.
5798
5799         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5800         (_gst_select_accumulator), (gst_decode_bin_class_init),
5801         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5802         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5803         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5804         Add signal to sort factories instead of the more awkward autoplug-select
5805         signal.
5806         Modify autoplug_select so that we can try, skip or expose the
5807         autopluggin of an element on a pad.
5808
5809         * gst/playback/gstfactorylists.c: (compare_ranks),
5810         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5811         (element_filter), (gst_factory_list_get_elements),
5812         (gst_factory_list_debug), (gst_factory_list_filter):
5813         * gst/playback/gstfactorylists.h:
5814         Simplify the API, allow getting elements based on mask.
5815
5816         * gst/playback/gstplay-marshal.list:
5817         Add some more marshallers.
5818
5819         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5820         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5821         (autoplug_select_cb), (activate_group):
5822         Add support for managing non-raw sinks by providing a custom element and
5823         sink list to decodebin2.
5824         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5825         decodebin2.
5826
5827         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5828         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5829         * gst/playback/gstplaysink.h:
5830         Add support for raw and non-raw sinks. 
5831         Add support to force sinks selected by playbin2.
5832         Don't plug raw converters for non-raw sinks.
5833
5834         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5835         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5836         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5837         (plugin_init):
5838         Use right accumulators.
5839         Proxy new signal.
5840
5841 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5842
5843         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5844         Use runnning time as the base time instead of the timestamp.
5845         Spotted by Saur on IRC.
5846
5847 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5848
5849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5850         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5851
5852 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5853
5854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5855         (gst_ogg_demux_read_chain):
5856         If we find a new serial number but it does not contain a BOS page, make
5857         sure we initialize the chain to NULL because else we will try to scan it
5858         and crash. Fixes #500763
5859
5860 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5861
5862         * gst/playback/Makefile.am:
5863         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5864         (get_feature_array), (decoders_filter), (sinks_filter),
5865         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5866         (gst_factory_list_filter):
5867         * gst/playback/gstfactorylists.h:
5868         Refactor some common code to filter factories and check caps compat.
5869
5870         * gst/playback/gstdecodebin.c:
5871         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5872         (gst_decode_bin_init), (gst_decode_bin_dispose),
5873         (gst_decode_bin_autoplug_continue),
5874         (gst_decode_bin_autoplug_factories),
5875         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5876         (find_compatibles):
5877         * gst/playback/gstplaybin.c:
5878         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5879         (gst_play_bin_init), (gst_play_bin_finalize),
5880         (autoplug_factories_cb), (activate_group):
5881         * gst/playback/gstqueue2.c:
5882         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5883         (proxy_autoplug_continue_signal),
5884         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5885         (proxy_drained_signal):
5886         Add some more debug info and use factor filtering code.
5887
5888 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5889
5890         * gst/audiotestsrc/gstaudiotestsrc.c:
5891         * gst/volume/gstvolume.c:
5892         * gst/volume/gstvolume.h:
5893           Add GAP-flag support.
5894
5895 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5896
5897         * tests/examples/seek/seek.c: (main): Increase the range of the
5898         rate selector as I would like to test QOS behavior at higher
5899         forward and reverse playback speed like say 64x.
5900
5901 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5902
5903         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5904         (audioresample_query), (audioresample_query_type),
5905         (gst_audioresample_set_property):
5906         Implement latency query.
5907
5908 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5909
5910         * gst-libs/gst/audio/gstbaseaudiosink.c:
5911         (gst_base_audio_sink_drain):
5912         Our EOS time contains the base_time, _wait_eos() expects a running_time
5913         so we have to subtract the base_time again before calling the function.
5914         This fixes an EOS regression where the base_time was added twice and EOS
5915         took longer and longer in certain situations.
5916         Fixes #498767.
5917
5918 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5919
5920         * docs/libs/gst-plugins-base-libs-sections.txt:
5921         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5922         (gst_base_audio_sink_set_provide_clock),
5923         (gst_base_audio_sink_get_provide_clock),
5924         (gst_base_audio_sink_set_slave_method),
5925         (gst_base_audio_sink_get_slave_method),
5926         (gst_base_audio_sink_set_property),
5927         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5928         (gst_base_audio_sink_none_slaving),
5929         (gst_base_audio_sink_handle_slaving):
5930         * gst-libs/gst/audio/gstbaseaudiosink.h:
5931         Expose methods for some object properties so that subclasses can more
5932         easily configure them.
5933         Added slave method none, that completely disables slaving to the
5934         internal clock.
5935         API: gst_base_audio_sink_set_provide_clock()
5936         API: gst_base_audio_sink_get_provide_clock()
5937         API: gst_base_audio_sink_set_slave_method()
5938         API: gst_base_audio_sink_get_slave_method()
5939
5940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5941         (gst_base_audio_src_set_provide_clock),
5942         (gst_base_audio_src_get_provide_clock),
5943         (gst_base_audio_src_set_property),
5944         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5945         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5946         Expose methods for some object properties so that subclasses can more
5947         easily configure them.
5948         API: gst_base_audio_src_set_provide_clock()
5949         API: gst_base_audio_src_get_provide_clock()
5950
5951 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5952
5953         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5954
5955         * gst-libs/gst/sdp/gstsdpmessage.c:
5956         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5957
5958 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5959
5960         * tests/check/libs/fft.c: (GST_START_TEST):
5961         Fix scaling to really have dB instead of something else.
5962
5963 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5964
5965         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5966         GTK version, use it.
5967
5968 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5969
5970         * tests/examples/seek/seek.c: (main): Try to support stable version
5971         of GTK.
5972
5973 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5974
5975         * gst/playback/README:
5976         * gst/playback/test7.c:
5977           Fix the build + little README update.
5978
5979 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5980
5981         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5982         Add playbin2 seek pipeline.
5983
5984 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5985
5986         * gst/playback/Makefile.am:
5987         * gst/playback/gstplayback.c: (plugin_init):
5988         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5989         (eos_cb), (about_to_finish_cb), (main):
5990         Add playbin2.
5991         Added gapless playback example.
5992
5993         * gst/playback/gstplaybasebin.c:
5994         * gst/playback/gstplaybasebin.h:
5995         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5996         * gst/playback/gstqueue2.c:
5997         * gst/playback/test.c:
5998         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5999         (pad_removed_cb):
6000         * gst/playback/gststreaminfo.h:
6001         Change email.
6002
6003         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6004         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6005         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6006         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6007         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6008         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6009         (drained_cb), (unlink_group), (activate_group),
6010         (setup_next_source), (gst_play_bin_change_state),
6011         (gst_play_bin2_plugin_init):
6012         Added raw first version of playbin2. Does chained oggs and gapless
6013         playback fine. No support for raw sinks yet. No visualisations or
6014         subtitles yet.
6015
6016         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6017         (gst_play_sink_class_init), (gst_play_sink_init),
6018         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6019         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6020         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6021         (gst_play_sink_set_property), (gst_play_sink_get_property),
6022         (post_missing_element_message), (free_chain), (add_chain),
6023         (activate_chain), (gen_video_chain), (gen_text_element),
6024         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6025         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6026         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6027         (gst_play_sink_send_event), (gst_play_sink_change_state):
6028         * gst/playback/gstplaysink.h:
6029         Added Element that abstracts the sinks and their pipelines for playbin2.
6030
6031 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6032
6033         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6034         (gst_selector_pad_class_init), (gst_selector_pad_init),
6035         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6036         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6037         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6038         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6039         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6040         (gst_stream_selector_init), (gst_stream_selector_set_property),
6041         (gst_stream_selector_get_linked_pad),
6042         (gst_stream_selector_getcaps),
6043         (gst_stream_selector_is_active_sinkpad),
6044         (gst_stream_selector_activate_sinkpad),
6045         (gst_stream_selector_get_linked_pads),
6046         (gst_stream_selector_request_new_pad),
6047         (gst_stream_selector_release_pad):
6048         * gst/playback/gststreamselector.h:
6049         Improve streamselector, make it select and unselect the current pad more
6050         intelligently. 
6051         Subclass GstPad for the sinkpads of the selector.
6052         Handle segments more correctly.
6053         Fix caps negotiation.
6054         Implement release_pad.
6055
6056 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6057
6058         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6059         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6060         (remove_fakesink):
6061         Add drained signal fired when decodebin finishes decoding the data.
6062         Remove deprecated STATE_DIRTY message.
6063
6064         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6065         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6066         (analyse_source), (proxy_drained_signal), (make_decoder),
6067         (source_new_pad), (value_list_append_structure_list),
6068         (handle_redirect_message), (handle_message):
6069         Proxy the new drained signal.
6070         Handle pad removed from decodebin.
6071         Handle redirect messages by sorting multiple redirections based on the
6072         connection speed.
6073
6074 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6075
6076         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6077
6078         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6079         Fix leaking headers. Fixes #496761.
6080
6081 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6082
6083         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6084
6085         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6086         (gst_ximagesink_change_state):
6087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6088         Don't leak the PAR on errors. Fixes #496731.
6089
6090 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6091
6092         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6093           (gst_tag_from_id3_user_tag):
6094           Add mapping for audio cd discid tags, so we can extract
6095           them from tags as well (see #347848). Also compare identifiers
6096           in ID3v2 TXXX frames in a case-insensitive way to increase
6097           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6098
6099 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6100
6101         * gst-plugins-base.doap:
6102         Oops, fix the release name.
6103
6104 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6105
6106         * gst-plugins-base.doap:
6107         Add 0.10.15 release
6108
6109 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6110
6111         * configure.ac:
6112         Back to CVS
6113
6114 === release 0.10.15 ===
6115
6116 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6117
6118         * configure.ac:
6119           releasing 0.10.15, "No need to argue"
6120
6121 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6122
6123         * win32/vs6/libgstfft.dsp:
6124         Convert line endings to DOS.
6125
6126 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6127
6128         * win32/vs6/gst_plugins_base.dsw:
6129         * win32/vs6/libgstfft.dsp:
6130         * win32/MANIFEST:
6131         Add a project file for fft plugin and remove socket
6132         based plugin which don't build from the workspace.
6133         * win32/vs6/libgstaudio.dsp:
6134         * win32/vs6/libgstrtp.dsp:
6135         * win32/vs6/libgsttag.dsp:
6136         Convert line endings back to DOS.
6137         Fixes #496724
6138
6139 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6140
6141         * win32/vs6/libgstinterfaces.dsp:
6142         * win32/vs6/libgstrtsp.dsp:
6143         Convert line endings back to DOS
6144
6145 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6146
6147         * gst-libs/gst/fft/kiss_fft_f32.h:
6148         * gst-libs/gst/fft/kiss_fft_f64.h:
6149         * gst-libs/gst/fft/kiss_fft_s16.h:
6150         * gst-libs/gst/fft/kiss_fft_s32.h:
6151         Don't include malloc.h which doesn't exist on Mac OSX.
6152         Instead, pull in glib.h and use g_malloc/g_free for 
6153         consistency. Fixes: #496548
6154
6155 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6156
6157         * gst/playback/gstdecodebin2.c:
6158           Dont leak ghostpad. Fixes #475451.
6159
6160 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6161
6162         * docs/design/design-decodebin.txt:
6163         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6164         Update some more docs and comments.
6165
6166 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         Patch by: Sebastien Moutte  <sebastien moutte net>
6169
6170         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6171           (gst_rtcp_unix_to_ntp):
6172         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6173           Fix some C99-isms and and a missing function that some versions of
6174           MSVC don't like too much (#494346).
6175
6176         * win32/vs6/gst_plugins_base.dsw:
6177         * win32/vs6/libgstaudio.dsp:
6178         * win32/vs6/libgstrtp.dsp:
6179         * win32/vs6/libgsttag.dsp:
6180           Update vs6 projects files (#494346).
6181
6182 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6185
6186         * win32/common/libgstaudio.def:
6187         * win32/common/libgstcdda.def:
6188         * win32/common/libgstinterfaces.def:
6189         * win32/common/libgstnetbuffer.def:
6190         * win32/common/libgstpbutils.def:
6191         * win32/common/libgstrtp.def:
6192         * win32/common/libgstrtsp.def:
6193         * win32/common/libgsttag.def:
6194         * win32/common/libgstvideo.def:
6195           More missing symbols to export (fixes #493986).
6196
6197 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6198
6199         * docs/libs/gst-plugins-base-libs-sections.txt:
6200         * gst-libs/gst/fft/gstfftf32.c:
6201         * gst-libs/gst/fft/gstfftf32.h:
6202         * gst-libs/gst/fft/gstfftf64.c:
6203         * gst-libs/gst/fft/gstfftf64.h:
6204         * gst-libs/gst/fft/gstffts16.c:
6205         * gst-libs/gst/fft/gstffts16.h:
6206         * gst-libs/gst/fft/gstffts32.c:
6207         * gst-libs/gst/fft/gstffts32.h:
6208         * tests/check/libs/fft.c: (GST_START_TEST):
6209         Remove the magnitude and phase calculation functions as these have
6210         very special use cases and can't even be used for the spectrum
6211         element. Also adjust the docs to mention some properties of the used
6212         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6213
6214 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6217           (finish_source):
6218           Avoid crash when there are external subtitles (fixes #491722).
6219
6220 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6223         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6224           'Could not open resource for writing' is not an acceptable
6225           error message when we can't open the audio device (see #492334),
6226           even less so when we're trying to open it to record something.
6227
6228 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6229
6230         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6231
6232         * win32/common/libgstrtp.def:
6233           Add some more missing symbols (#492813).
6234
6235 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6238
6239         * tests/check/elements/audioconvert.c: (verify_convert):
6240           Add check to make sure that the out caps have a channel layout
6241           set on them where they should have one.
6242
6243 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6246
6247         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6248         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6249           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6250           (#492306).
6251
6252         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6253           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6254           (it disappeared in GLib 2.14.0) (#492306).
6255
6256         * gst-libs/gst/sdp/Makefile.am:
6257         * gst-libs/gst/sdp/gstsdpmessage.c:
6258           Fix includes and LIBS for win32/Mingw (#492306).
6259
6260         * tests/examples/dynamic/addstream.c (pause_play_stream):
6261           Use more portable g_usleep() instead of sleep() (#492306).
6262
6263 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6266
6267         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6268           (gst_ring_buffer_parse_caps):
6269           Return NULL instead of an enum that happens to be 0, fixes warning
6270           on MSVC (#492114).
6271
6272         * gst-libs/gst/audio/gstringbuffer.h:
6273           No trailing commas in enum list (for gcc-2.9x).
6274
6275         * gst/videotestsrc/videotestsrc.c: (random_char):
6276           Make information loss explicit instead of implicitly truncating to
6277           eight bits via the return value.  Fixes runtime error on MSVC when
6278           using the debug CRT (#492114).
6279
6280         * win32/common/config.h.in:
6281           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6282
6283         * win32/common/libgstinterfaces.def:
6284         * win32/common/libgstrtp.def:
6285           Export a few more symbols (#492114).
6286
6287 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6288
6289         * gst-libs/gst/audio/audio.c:
6290         * gst-libs/gst/audio/audio.h:
6291           Readd the deprecation guards, but preserve compilability.
6292
6293 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6296           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6297           Preserve channel layout when fixating the number of channels in the
6298           output caps, or make sure there's a suitable channel position layout
6299           set on the caps if required. Fixes #430677.
6300
6301 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6304           Make sure the pipeline really operates in push mode as it should
6305           in this case.
6306
6307 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         * gst-libs/gst/audio/audio.h:
6310           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6311           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6312           (ie. normal cvs builds) will fail.
6313
6314 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6315
6316         * docs/libs/Makefile.am:
6317         * gst-libs/gst/audio/audio.c:
6318         * gst-libs/gst/audio/audio.h:
6319         * gst-libs/gst/interfaces/mixer.c:
6320           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6321
6322 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6325           (test_channel_layout_value_intersect), (audio_suite):
6326           Add simple unit test to make sure GstValue intersection
6327           of channel layouts works the way I think it does.
6328
6329 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6330
6331         * docs/libs/gst-plugins-base-libs-sections.txt:
6332         * gst-libs/gst/audio/gstaudiofilter.h:
6333         * gst-libs/gst/interfaces/mixer.h:
6334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6335         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6336         * gst-libs/gst/sdp/gstsdpmessage.c:
6337           Fix the docs according to what gtk-doc complained about.
6338
6339 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * tests/icles/stress-playbin.c:
6342           Fix the build.
6343
6344 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6347         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6348           Post nice/more useful error message if we don't have a decoder for
6349           the primary type.
6350
6351 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6352
6353         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6354         Be a bit more useful, unblock the pads after we fired the no-more-pads
6355         signal so that we can use the signal to inspect and connect all pads
6356         without having to keep extra state outside of decodebin.
6357
6358 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6359
6360         * gst/playback/gsturidecodebin.c:
6361         (gst_uri_decode_bin_autoplug_continue),
6362         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6363         Implement default signal handler so that we return TRUE when nothing is
6364         connected.
6365
6366 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6367
6368         * gst-libs/gst/riff/riff-media.c:
6369         (gst_riff_wavext_add_channel_layout),
6370         (gst_riff_wave_add_default_channel_layout),
6371         (gst_riff_wavext_get_default_channel_mask),
6372         (gst_riff_create_audio_caps):
6373         Use the ALSA channel layout as default for wav files without channel
6374         layout information. This fixes playback of chan-id.wav on 5.1 systems
6375         for example. Also refactor the channel layout setting a bit and add
6376         more default channel orders. Fixes #489010.
6377
6378 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6379
6380         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6381           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6382           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6383           instead.
6384
6385 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6386
6387         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6388         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6389         (gst_decode_bin_set_subs_encoding),
6390         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6391         (gst_decode_bin_get_property), (analyze_new_pad):
6392         Move subtitle encoding property to decodebin2 so that it can set the
6393         property value on all elements that it autoplugs and that require it.
6394         Make caps refcounting more consistent in get/set.
6395
6396         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6397         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6398         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6399         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6400         (proxy_autoplug_continue_signal),
6401         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6402         (make_decoder):
6403         Proxy properties and relevant signals from the internal decodebin.
6404         Make properties MT safe.
6405
6406 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6409         * gst-libs/gst/tag/tags.c:
6410           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6411           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6412
6413         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6414           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6415
6416         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6417           (gst_tag_to_vorbis_comments):
6418           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6419           just mapping everything I found in the wild) (#414539).
6420
6421 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6422
6423         Inspired by patch of: René Stadler <mail at renestadler dot de>
6424
6425         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6426         (gst_decode_bin_autoplug_continue),
6427         (gst_decode_bin_autoplug_factories),
6428         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6429         (find_compatibles):
6430         * gst/playback/gstplay-marshal.list:
6431         Remove the autoplug-sort signal and replace it with a binding friendly
6432         autoplug-select signal.
6433         Add an autoplug-factories signal that can be used to generate a list of
6434         factories to try to autoplug.
6435         Add the GstPad to the autoplugging signal args as it might be needed to
6436         make a good factory selection.
6437         Fix up the marshallers for this. Fixes #407282.
6438
6439 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         * gst-libs/gst/tag/gsttagdemux.c:
6442           Don't abort with an assertion if we receive a seek event with
6443           a start type of NONE (see launchpad bug #155878).
6444
6445 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6448         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6449         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6451         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6452         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6453         Make sure that before we clean up the X resources, we shutdown and join
6454         the event thread.
6455         Also make sure the event thread does not shut down immediatly after
6456         startup because the running variable is not yet correctly set.
6457         Fixes #378770. 
6458
6459 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6460
6461         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6462         Make the window for a race in typefind and shutting down smaller until
6463         we figure out the right locking here. Avoids #485753 usually.
6464
6465         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6466         Remove unneeded lock causing a race in typefind and shutting down.
6467         Fixes #485753.
6468
6469         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6470         Also remove sinks when going to NULL because we might not complete the
6471         state change to PAUSED, causing the PAUSED->READY state change not to
6472         happen.
6473
6474 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6475
6476         * gst-libs/gst/audio/gstbaseaudiosink.c:
6477         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6478         Also explicitly release the ringbuffer when going to NULL because it
6479         is required in the setcaps function, before the state change to PAUSED
6480         completes.
6481
6482 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         * tests/icles/.cvsignore:
6485         * tests/icles/Makefile.am:
6486         * tests/icles/stress-playbin.c:
6487           Does what it says on the tin.
6488
6489 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6490
6491         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6492         Fix queue negotiation. See #486758.
6493
6494 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6495
6496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6497         (gst_xvimagesink_xwindow_new),
6498         (gst_xvimagesink_update_colorbalance),
6499         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6500
6501         Fix handling of some of the X atoms. If the last parameter is True,
6502         XInternAtom won't create the atom if it doesn't exist, and therefore
6503         might return None. This causes X errors on Xv implementations that
6504         don't provide the colour balance attributes.
6505
6506 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst-libs/gst/tag/gstvorbistag.c:
6509         * tests/check/libs/tag.c:
6510           Extract vorbis comment LICENSE tags correctly.
6511
6512 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6515
6516         * gst-libs/gst/tag/gstid3tag.c:
6517         * tests/check/libs/tag.c:
6518           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6519
6520 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * gst-libs/gst/tag/gsttagdemux.c:
6523           Don't error out when a buggy downstream element doesn't
6524           handle the newsegment event we send properly (especially
6525           not without posting a meaningful error message on the
6526           bus). See bug #471370 and launchpad bug #136264.
6527
6528 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6529
6530         * gst-libs/gst/audio/gstbaseaudiosink.c:
6531         (gst_base_audio_sink_drain):
6532         Use new basesink method to make our EOS drain interruptable.
6533
6534 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6535
6536         * gst-libs/gst/rtp/gstrtppayloads.c:
6537         Fix silly search-replace oversight.
6538
6539 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6540
6541         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6542
6543         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6544         (gst_basertppayload_set_outcaps):
6545         Fix caps memleak. Fixes #484989.
6546
6547
6548 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6549
6550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6551         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6552         Fix debug output.
6553
6554 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6557         (gst_base_audio_src_create):
6558         Also handle the case where there is no clock set on the audio source,
6559         like in the unit tests.
6560
6561 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6562
6563         * gst-libs/gst/rtp/gstrtppayloads.c:
6564         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6565         to avoid compiler warnings
6566
6567 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         * gst/playback/gstdecodebin.c: (type_found),
6570         (gst_decode_bin_change_state):
6571         * gst/playback/gstdecodebin2.c: (type_found),
6572         (gst_decode_bin_change_state):
6573         Don't disconnect the have_type signal because we never reconnect it
6574         later on. Instead keep a variable to see if we already detected a type.
6575
6576 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6577
6578         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6579         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6580         (type_found):
6581         Unlink the signal handler when we found the type, we're not going to do
6582         anything sensible with more type_found signals anyway.
6583
6584 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst-libs/gst/tag/gsttagdemux.c:
6587           Don't leak caps.
6588
6589 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst-libs/gst/tag/Makefile.am:
6592         * gst-libs/gst/tag/gsttagdemux.c:
6593         * gst-libs/gst/tag/gsttagdemux.h:
6594           API: add GstTagDemux base class for simple tag demuxers.
6595
6596         * docs/libs/gst-plugins-base-libs-docs.sgml:
6597         * docs/libs/gst-plugins-base-libs-sections.txt:
6598           Add GstTagDemux to docs.
6599
6600 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6601
6602         * gst-libs/gst/rtp/gstrtpbuffer.c:
6603         (gst_rtp_buffer_get_payload_subbuffer):
6604         Fix bug introduced with last commit which inverted the logic and
6605         caused all buffers to be dropped. Fixes #483620.
6606         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6607
6608 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6609
6610         * gst-libs/gst/rtp/gstrtpbuffer.c:
6611           Replace g_return_if_val (as it could be disabled), with regular return
6612           and warning.
6613
6614 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6615
6616         * tests/check/pipelines/simple-launch-lines.c:
6617           Print message name and not just number.
6618
6619 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6620
6621         * gst-libs/gst/audio/gstbaseaudiosink.c:
6622         (gst_base_audio_sink_async_play):
6623         When slaved to the clock, don't try to align a sample with the previous
6624         one when going to PLAYING again.
6625
6626 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6627
6628         * tests/examples/snapshot/snapshot.c:
6629           Fix the build.
6630
6631 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6632
6633         * gst-libs/gst/sdp/gstsdpmessage.h:
6634         Add RFC 3556 bandwidth modifiers.
6635
6636 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * docs/libs/gst-plugins-base-libs-docs.sgml:
6639         * docs/libs/gst-plugins-base-libs-sections.txt:
6640         * gst-libs/gst/rtp/gstrtppayloads.c:
6641         Update documentation.
6642
6643 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6644
6645         * gst-libs/gst/rtp/Makefile.am:
6646         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6647         (gst_rtp_payload_info_for_name):
6648         * gst-libs/gst/rtp/gstrtppayloads.h:
6649         Added new file and header to deal with payload info.
6650
6651         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6652         (gst_rtp_buffer_default_clock_rate):
6653         * gst-libs/gst/rtp/gstrtpbuffer.h:
6654         Payload specific stuff is move to new headers.
6655         Implement _default_clock rate using the new payload function.
6656
6657         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6658         (gst_sdp_parse_line):
6659         * gst-libs/gst/sdp/gstsdpmessage.h:
6660         Add some more comments.
6661
6662 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6663
6664         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6665         (sdp_check_header), (sdp_type_find), (plugin_init):
6666         Add typefind function for application/sdp.
6667         Remove some old dirac typefind code that was ifdeffed out.
6668
6669 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6670
6671         * win32/common/libgstaudio.def:
6672         Add new exported functions.
6673         * win32/vs6/grammar.dsp:
6674         Add autogeneration and copy of some autegenerated files from win32/common
6675         for rtsp library.
6676         * win32/vs6/libgstaudioconvert.dsp:
6677         Add gstaudioquantize.c to the build.
6678         * win32/vs6/libgstinterfaces.dsp:
6679         Add videoorientation.c to the build.
6680         * win32/vs6/libgstriff.dsp:
6681         Add libgsttag to the link libraries list.
6682         * win32/vs6/libgstvolume.dsp:
6683         Add liboil to the link.
6684         * win32/vs6/gst_plugins_base.dsw:
6685         * win32/vs6/libgstrtsp.dsp:
6686         * win32/common/libgstrtsp.def:
6687         Add files to build libgstrtsp library.
6688         
6689 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6690
6691         * tests/examples/snapshot/snapshot.c: (main):
6692         Print error when pipeline failed to construct.
6693
6694 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * configure.ac:
6697         * gst-libs/gst/tag/gstid3tag.c:
6698         * gst-libs/gst/tag/gstvorbistag.c:
6699           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6700           and ID3v2 tags.
6701
6702 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6703
6704         * gst-libs/gst/floatcast/floatcast.h:
6705           Don't include config.h in an installed public header, this
6706           might break compilation of applications that don't have such
6707           a header and doesn't necessarily do what it's supposed to do
6708           anyway (ie. check for the lrint/lrintf defines) (#442065).
6709           Add docs for the various macros and document how this header
6710           has to be used (link against libm, etc.); add a few FIXMEs;
6711           include math.h for non-c99 code path.  Based on patch by
6712           Jan Schmidt.
6713           
6714 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6715
6716         * configure.ac:
6717         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6718         of duplicating these macros in configure.ac.
6719
6720 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6721
6722         * po/hu.po:
6723         * po/sv.po:
6724         * po/uk.po:
6725           Updated translations to 0.10.14
6726
6727 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6728
6729         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6730
6731         * po/pl.po:
6732           Added Polish translation.
6733
6734 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6735
6736         translated by: Ilkka Tuohela <hile@iki.fi>
6737
6738         * po/fi.po:
6739           Added Finnish translation.
6740
6741 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6742
6743         translated by: Jorge González González <aloriel@gmail.com>
6744
6745         * po/es.po:
6746           Added Spanish translation.
6747
6748 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6749
6750         translated by: Mogens Jaeger <mogens@jaeger.tf>
6751
6752         * po/da.po:
6753           Added Danish translation.
6754
6755 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         translated by: Funda Wang <fundawang@linux.net.cn>
6758
6759         * po/zh_CN.po:
6760           Added Chinese (simplified) translation.
6761
6762 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6763
6764         translated by: Alexander Shopov <ash@contact.bg>
6765
6766         * po/bg.po:
6767           Added Bulgarian translation.
6768
6769 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6772         Fix compilation wrt printf arguments.
6773
6774 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6775
6776         * configure.ac:
6777         * tests/examples/Makefile.am:
6778         * tests/examples/snapshot/.cvsignore:
6779         * tests/examples/snapshot/Makefile.am:
6780         * tests/examples/snapshot/snapshot.c: (main):
6781         Add simple snapshot example program using appsink.
6782
6783 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6784
6785         * tests/check/generic/states.c:
6786           Improved state change unit test.
6787
6788 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6789
6790         * docs/plugins/.cvsignore:
6791         * tests/check/.cvsignore:
6792           Ignore registries in any format.
6793
6794 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6795
6796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6797         (gst_base_rtp_depayload_chain),
6798         (gst_base_rtp_depayload_set_gst_timestamp):
6799         Only copy timestamp on outgoing packets if the depayloader did not set
6800         one.
6801         Also copy duration on outgoing packets.
6802
6803 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6804
6805         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6806         (gst_basertppayload_set_outcaps):
6807         Fix compilation because of missing %d in printf.
6808         When fixating caps, fixate what we can and throw away all remaining
6809         unfixed caps, subclasses should do something smart if they need to.
6810
6811 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6812
6813         * ext/gnomevfs/gstgnomevfssrc.c:
6814           Improve debug logs a bit and be more verbose if things go wrong.
6815
6816 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6817
6818         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6819         (gst_text_overlay_set_property):
6820         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6821         * gst-libs/gst/audio/gstbaseaudiosink.c:
6822         (gst_base_audio_sink_render):
6823         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6824         (gst_rtcp_unix_to_ntp):
6825         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6826         * gst/playback/gstqueue2.c:
6827         * tests/examples/seek/seek.c: (set_scale):
6828         Fix a bunch of compile warnings shown with Forte.
6829
6830         * gst/audiorate/gstaudiorate.c:
6831         Always pull in config.h before including any system headers.
6832
6833 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6834
6835         * gst/playback/gstqueue2.c: (update_buffering),
6836         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6837         (gst_queue_handle_sink_event), (gst_queue_chain),
6838         (gst_queue_push_one), (gst_queue_sink_activate_push),
6839         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6840         Also fix #476514 for queue2.
6841
6842 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6843
6844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6845         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6846         (gst_base_rtp_depayload_chain),
6847         (gst_base_rtp_depayload_handle_sink_event),
6848         (gst_base_rtp_depayload_push_full),
6849         (gst_base_rtp_depayload_set_gst_timestamp),
6850         (gst_base_rtp_depayload_change_state):
6851         Remove code to deal with RTP to GST time conversion, we now just copy
6852         the GST timestamp we receive to the outgoing buffers.
6853         Handle segment and flushes correctly.
6854
6855         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6856         When we have no valid input timestamp, use the previous rtp timestamp on
6857         the outgoing RTP packet instead of the RTP base time.
6858
6859 2007-09-15  David Schleef  <ds@schleef.org>
6860
6861         * ext/alsa/gstalsa.c:
6862         * ext/alsa/gstalsadeviceprobe.c:
6863         * ext/alsa/gstalsamixer.c:
6864         * ext/alsa/gstalsasink.c:
6865         * ext/alsa/gstalsasrc.c:
6866           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6867
6868 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6869
6870         * gst-libs/gst/rtp/gstbasertppayload.c:
6871         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6872         Add some debug info when negotiating caps.
6873
6874 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6875
6876         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6877         A buffer with an empty payload is also a valid buffer.
6878
6879 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6880
6881         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6882         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6883         (gst_basertppayload_change_state):
6884         Make sure we start our RTP timestamp from the random base RTP
6885         timestamp even if the buffer timestamp starts from some random value.
6886
6887 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6888
6889         * configure.ac:
6890         * tests/examples/Makefile.am:
6891         * tests/examples/dynamic/.cvsignore:
6892         * tests/examples/dynamic/Makefile.am:
6893         * tests/examples/dynamic/addstream.c: (create_stream),
6894         (pause_play_stream), (message_received), (eos_message_received),
6895         (perform_step), (main):
6896         Add simple exmple app to demonstrate starting and pausing live and
6897         non-live bins in a PLAYING pipeline.
6898
6899 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6900
6901         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6902         typefind for QCP files (RFC #3625)
6903
6904 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6905
6906         * gst-libs/gst/audio/gstbaseaudiosink.c:
6907         (gst_base_audio_sink_init):
6908         Disable pull mode scheduling, we're not ready for it yet and it subtly
6909         breaks a lot of things.
6910
6911 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * tests/check/elements/libvisual.c:
6914           Test all libvisual plugins, not just the first one; this reproduces
6915           bug #450336 quite easily.  Looks like a problem with the 'jess'
6916           visualisation.
6917
6918 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * tests/check/Makefile.am:
6921         * tests/check/elements/.cvsignore:
6922         * tests/check/elements/libvisual.c:
6923           Add basic libvisual test case in an attempt to reproduce bug #450336.
6924           Doesn't reproduce that bug, but some other crasher instead (invalid
6925           free), at least with make elements/libvisual.forever and the bumscope
6926           plugin on x86-64/gutsy. Leaving test disabled for now.
6927
6928 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6931
6932         * gst-libs/gst/rtsp/gstrtspconnection.c:
6933         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6934         (read_body), (gst_rtsp_connection_receive):
6935         Make sure we can not cancel in the middle of receiving a message.
6936         Fixes #475731.
6937
6938 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         Patch by: Josep Torra Valles <josep@fluendo.com>
6941
6942         * gst/playback/gstplaybasebin.c:
6943           Increase upper limit for audio queue a bit; fixes preroll problem
6944           with playbin and decodebin2 when playing a quicktime trailer with
6945           multichannel audio via http (#464666).
6946
6947 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6948
6949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6950         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6951         (gst_base_audio_src_provide_clock),
6952         (gst_base_audio_src_set_property),
6953         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6954         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6955         Allow othe clocks than the internal clock to be used for the pipeline.
6956         Add property to disable clock provide.
6957         API: GstBaseAudioSrc::provide-clock
6958
6959 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6960
6961         * gst/playback/gstdecodebin2.c:
6962           Don't leak request pads. Fixes #475395.
6963
6964 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6965
6966         Patch by: René Stadler <mail at renestadler dot de>
6967
6968         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6969         (gst_ximage_buffer_class_init):
6970         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6971         (gst_xvimage_buffer_class_init):
6972         Correctly chain up finalize with the parent class to prevent
6973         memory leaks. Fixes #474880.
6974
6975 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6976
6977         * gst/volume/gstvolume.c: (volume_choose_func):
6978         * tests/check/elements/volume.c: (GST_START_TEST):
6979         Revert the latest change: floating point samples are allowed to
6980         have any value, not only values in the range [-1,1]. Thanks to Andy
6981         Wingo for noticing.
6982         Also fix processing of int32 samples with volumes > 4 by making the
6983         unity value smaller which prevents overflows.
6984
6985 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * gst-libs/gst/rtp/gstrtpbuffer.c:
6988         * tests/check/libs/rtp.c:
6989           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6990
6991 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6994
6995         * gst-libs/gst/rtp/gstrtpbuffer.c:
6996           Fix up GstRTPHeader helper struct so that compilers will not under
6997           any circumstances add padding in between our fields, as currently
6998           happens with MSVC on win32, because that would lead to us sending
6999           out RTP payloads with broken RTP headers (#471194).
7000           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7001           
7002         * tests/check/Makefile.am:
7003         * tests/check/libs/.cvsignore:
7004         * tests/check/libs/rtp.c:
7005           Add some simple unit tests for GstRTPBuffer. Some are disabled
7006           because the code tested still needs fixing (set_csrc() does not work).
7007
7008 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * win32/MANIFEST:
7011         * win32/common/gstrtsp-enumtypes.c:
7012         * win32/common/gstrtsp-enumtypes.h:
7013         * win32/common/interfaces-enumtypes.c:
7014         * win32/common/interfaces-enumtypes.h:
7015         * win32/common/multichannel-enumtypes.c:
7016           Add rtsp enumtypes (#474384) and update others.
7017
7018 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7019
7020         * configure.ac:
7021           Fix configure check for HAVE_LIBXML_HTML.
7022
7023 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7024
7025         * tests/check/libs/.cvsignore:
7026           Ignore more, in case the build bots work again one day.
7027
7028 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7029
7030         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * configure.ac:
7033         * gst-libs/gst/Makefile.am:
7034         * gst-libs/gst/fft/Makefile.am:
7035         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7036         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7037         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7038         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7039         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7040         * gst-libs/gst/fft/gstfft.h:
7041         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7042         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7043         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7044         * gst-libs/gst/fft/gstfftf32.h:
7045         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7046         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7047         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7048         * gst-libs/gst/fft/gstfftf64.h:
7049         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7050         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7051         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7052         * gst-libs/gst/fft/gstffts16.h:
7053         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7054         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7055         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7056         * gst-libs/gst/fft/gstffts32.h:
7057         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7058         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7059         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7060         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7061         * gst-libs/gst/fft/kiss_fft_f32.h:
7062         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7063         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7064         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7065         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7066         * gst-libs/gst/fft/kiss_fft_f64.h:
7067         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7068         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7069         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7070         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7071         * gst-libs/gst/fft/kiss_fft_s16.h:
7072         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7073         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7074         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7075         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7076         * gst-libs/gst/fft/kiss_fft_s32.h:
7077         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7078         (kiss_fftr_f32), (kiss_fftri_f32):
7079         * gst-libs/gst/fft/kiss_fftr_f32.h:
7080         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7081         (kiss_fftr_f64), (kiss_fftri_f64):
7082         * gst-libs/gst/fft/kiss_fftr_f64.h:
7083         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7084         (kiss_fftr_s16), (kiss_fftri_s16):
7085         * gst-libs/gst/fft/kiss_fftr_s16.h:
7086         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7087         (kiss_fftr_s32), (kiss_fftri_s32):
7088         * gst-libs/gst/fft/kiss_fftr_s32.h:
7089         * gst-libs/gst/fft/kiss_version:
7090         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7091         * pkgconfig/gstreamer-plugins-base.pc.in:
7092         Add libgstfft, a FFT library based on Kiss FFT which is
7093         BSD licensed. Supported sample formats are int16, int32,
7094         float and double. For those formats a real FFT and IFFT
7095         can be done, different windowing functions can be applied
7096         and functions for extracting the magnitude and phase exist.
7097         Fixes #468619.
7098
7099         * docs/libs/Makefile.am:
7100         * docs/libs/gst-plugins-base-libs-docs.sgml:
7101         * docs/libs/gst-plugins-base-libs-sections.txt:
7102         Integrate libgstfft into the docs.
7103
7104         * tests/check/Makefile.am:
7105         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7106         Add unit tests for libgstfft, currently only testing the FFT.
7107         Unit tests for IFFT will follow soon.
7108
7109 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7110
7111         Patch by: Peter Kjellerstedt  <pkj at axis com>
7112
7113         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7114         (gst_sdp_message_init), (gst_sdp_message_uninit),
7115         (is_multicast_address), (gst_sdp_message_as_text),
7116         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7117         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7118         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7119         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7120         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7121         (gst_sdp_media_init), (gst_sdp_media_uninit),
7122         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7123         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7124         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7125         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7126         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7127         * gst-libs/gst/sdp/gstsdpmessage.h:
7128         Separate INIT_ARRAY() and related macros into two versions, one for
7129         structures and one for pointers (e.g., INIT_ARRAY() and
7130         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7131         lists of emails and phone numbers.
7132         Add missing const as appropriate.
7133         Change all gint to guint since they all actually represent unsigned
7134         values.
7135         Do not use time as a variable name as it shadows the global time().
7136         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7137         Actually implement gst_sdp_message_add_time().
7138         Make gst_sdp_message_add_time() take repeat times as an argument.
7139         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7140         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7141         misspelled as badwidth).
7142         gst-indented and a little clean up. Fixes #471067.
7143
7144 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7145
7146         * gst/volume/gstvolume.c: (volume_choose_func),
7147         (volume_process_double), (volume_process_double_clamp),
7148         (volume_process_float_clamp):
7149         Correctly clamp float/double samples in the [-1.0,1.0] range to
7150         prevent weird effects.
7151         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7152         Add unit tests for all samples types that had none before.
7153
7154 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7155
7156         * gst-libs/gst/rtp/gstrtpbuffer.c:
7157           Need to include stdlib.h for abs() here too.
7158
7159 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * gst/playback/gststreaminfo.c:
7162           Fix build.
7163
7164 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7165
7166         * gst/playback/gststreaminfo.c:
7167           Clean up some half-disabled code and comment.
7168
7169 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7170
7171         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7172
7173         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7174         (gst_base_rtp_payload_audio_handle_event):
7175         Return FALSE from the event handler to let the parent class handle the
7176         event. Fixes #446766.
7177
7178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7179         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7180         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7181
7182         * gst-libs/gst/rtp/gstbasertppayload.c:
7183         Bump the MTU to 1400.
7184
7185 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7186
7187         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7188         Add an audio/x-nsf typefind function for the nsfdec element.
7189
7190 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7191         * gst/playback/gstplaybasebin.c:
7192         Included "myth://" on stream_uris list for enable buffering to mythtv files
7193
7194 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7195
7196         * docs/libs/gst-plugins-base-libs-sections.txt:
7197         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7198         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7199         (gst_rtcp_unix_to_ntp):
7200         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7201         Fix parsing of RB blocks.
7202         Fix docs.
7203         Added helper functions to convert to/from UNIX and NTP time.
7204         API: gst_rtcp_ntp_to_unix()
7205         API: gst_rtcp_unix_to_ntp()
7206
7207         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7208         (gst_rtp_buffer_get_header_len),
7209         (gst_rtp_buffer_get_extension_data),
7210         (gst_rtp_buffer_get_payload_subbuffer),
7211         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7212         (gst_rtp_buffer_ext_timestamp):
7213         * gst-libs/gst/rtp/gstrtpbuffer.h:
7214         Fix some more docs.
7215         Implement handling of packets with extensions.
7216         Fix padding check in _validate().
7217         Added function to get extension data.
7218         API: gst_rtp_buffer_get_header_len()
7219         API: gst_rtp_buffer_get_extension_data()
7220
7221 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7222
7223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7224         (gst_base_rtp_depayload_class_init),
7225         (gst_base_rtp_depayload_set_gst_timestamp):
7226         Add some more docs for the queue-delay property and fix a typo in a
7227         comment.
7228
7229         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7230         Fix typo.
7231
7232 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7233
7234         * gst-libs/gst/audio/gstbaseaudiosink.c:
7235         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7236         (gst_base_audio_sink_change_state):
7237         When skew slaving, try to hover around the middle of a segment so that
7238         we at most drift by half a segment.
7239         If we are aligning in the oposite direction of the clock skew, we don't
7240         have to resync.
7241
7242 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7243
7244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7245         (gst_base_rtp_depayload_setcaps),
7246         (gst_base_rtp_depayload_set_gst_timestamp):
7247         Be less silly with the segment start, just apply the clock-base to the
7248         timestamp.
7249
7250 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7251
7252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7253         (gst_base_rtp_depayload_class_init),
7254         (gst_base_rtp_depayload_finalize),
7255         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7256         (gst_base_rtp_depayload_handle_sink_event),
7257         (gst_base_rtp_depayload_set_gst_timestamp),
7258         (gst_base_rtp_depayload_change_state):
7259         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7260         Deprecate the queue handling thread thing and remove the code.
7261         Use new method to calculate the extended timestamp.
7262
7263 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7264
7265         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7266         (gst_rtcp_packet_sdes_copy_entry):
7267         Use g_strndup which does exactly what we want.
7268
7269         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7270         (gst_rtp_buffer_ext_timestamp):
7271         * gst-libs/gst/rtp/gstrtpbuffer.h:
7272         Add helper function to compare seqnums.
7273         Add helper function to calculate extended timestamps.
7274         API: gst_rtp_buffer_compare_seqnum()
7275         API: gst_rtp_buffer_ext_timestamp()
7276
7277 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7278
7279         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7280         (gst_rtcp_packet_sdes_get_entry),
7281         (gst_rtcp_packet_sdes_copy_entry):
7282         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7283         Fix and document SDES item data function.
7284         Add new function that makes a proper copy of SDES item data.
7285         API: gst_rtcp_packet_sdes_copy_entry()
7286
7287 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7288
7289         * configure.ac:
7290         * gst/Makefile.am:
7291           The tcp and subparse plugins are under gst, but not totaly free of
7292           dependencies. Handle selection inconfigure.ac, so that they show up
7293           on the final list of what is build and what is not. Maybe they should
7294           better be moved to ext.
7295
7296 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7297
7298         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7299
7300         * configure.ac:
7301         * gst/Makefile.am:
7302           Check if libxml provides HTML parser which subparse needs.
7303           Fixes #451970.
7304
7305 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * ext/alsa/gstalsa.c:
7308           Fix typo and compilation on big endian systems.
7309
7310 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         * gst/subparse/gstssaparse.c:
7313           Convert SSA newline codes into actual newline characters (#470766).
7314
7315 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * docs/libs/gst-plugins-base-libs-sections.txt:
7318         * gst-libs/gst/pbutils/install-plugins.c:
7319         * gst-libs/gst/pbutils/install-plugins.h:
7320         * tests/check/libs/pbutils.c:
7321           API: also add gst_install_plugins_supported() while we're at it
7322           (see #470456).
7323
7324 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         * docs/libs/gst-plugins-base-libs-sections.txt:
7327         * gst-libs/gst/pbutils/missing-plugins.c:
7328         * gst-libs/gst/pbutils/missing-plugins.h:
7329         * tests/check/libs/pbutils.c:
7330           API: add gst_missing_*_installer_detail_new() convenience API so
7331           that applications that know exactly what they're missing can request
7332           installer detail strings for those items directly instead of having
7333           to first create a dummy missing-plugin message and then get the
7334           installer detail string from that.  Fixes #470456.
7335
7336 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7337
7338         * gst/playback/gstdecodebin.c: (close_pad_link):
7339         We need to set up delayed-linking whenever the caps are non-fixed,
7340         not just when there are multiple types - use gst_pad_is_fixed()
7341         to test.
7342
7343 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * gst-libs/gst/pbutils/missing-plugins.c:
7346           (gst_missing_plugin_message_get_installer_detail):
7347           Add missing separator in PID fallback case.
7348
7349 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7350
7351         * ext/alsa/Makefile.am:
7352         There is no GST_PLUGINS_BASE_LIBS defined.
7353         
7354         * ext/alsa/gstalsa.c:
7355         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7356         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7357         Add support for ALSA 24-bit formats.
7358         snd_pcm_delay can return an error code, especially
7359         during XRUNS. In that case, the best we can do is assume
7360         delay = 0.
7361
7362         * gst/audioconvert/Makefile.am:
7363         Add flags from -base before any more-remote dependencies.
7364
7365 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7366
7367         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7368
7369         * gst/volume/gstvolume.c: (volume_choose_func),
7370         (volume_update_real_volume), (gst_volume_set_volume),
7371         (gst_volume_init), (volume_process_int32),
7372         (volume_process_int32_clamp), (volume_process_int24),
7373         (volume_process_int24_clamp), (volume_process_int16),
7374         (volume_process_int16_clamp), (volume_process_int8),
7375         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7376         * gst/volume/gstvolume.h:
7377         Add support for int32, int24 and int8 to the volume element.
7378         Fixes #445529.
7379
7380 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * tests/examples/Makefile.am:
7383           Fix even more.
7384
7385 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7386
7387         * configure.ac:
7388         * docs/libs/Makefile.am:
7389         * docs/libs/gst-plugins-base-libs-docs.sgml:
7390         * docs/libs/gst-plugins-base-libs-sections.txt:
7391         * ext/gnomevfs/gstgnomevfssrc.c:
7392         * ext/gnomevfs/gstgnomevfssrc.h:
7393         * gst-libs/gst/Makefile.am:
7394         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7395         * pkgconfig/gstreamer-plugins-base.pc.in:
7396         * sys/v4l/v4lsrc_calls.c:
7397         * tests/examples/Makefile.am:
7398         * win32/common/config.h:
7399           Revert unwanted commit. many thanks to moap. I want a fix for 
7400           https://thomas.apestaart.org/moap/trac/ticket/239
7401
7402 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * gst/volume/gstvolume.c:
7405           Move passthrough below gst_object_sync_values(). Fixes #442654.
7406
7407 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         * gst-libs/gst/audio/audio.c:
7410         Clarify the docs a little.
7411
7412 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7413
7414         * gst/volume/gstvolume.c:
7415           Enable liboil for float and add more details about problems with
7416           int16.
7417
7418 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7419
7420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7421         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7422
7423 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7424
7425         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7426         When calculating the first timestamp of the buffers, don't go below 0
7427         and clip the samples because the offset was on the eos page.
7428         Fixes #466717.
7429
7430 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7431
7432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7433         (gst_ogg_demux_collect_chain_info):
7434         Also submit the eos page when trying to find the first timestamp.
7435         See #466717.
7436
7437 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7438
7439         * gst-libs/gst/audio/audio.h:
7440         Use gst_util_uint64_scale() instead of doing the math
7441         with double for GST_FRAMES_TO_CLOCK_TIME() and
7442         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7443         prevents rounding errors. Fixes #467667.
7444
7445 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7446
7447         * gst-libs/gst/rtsp/gstrtspconnection.c:
7448         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7449         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7450         * gst-libs/gst/rtsp/gstrtspconnection.h:
7451         Small cleanups.
7452         On shutdown, don't read the control socket yet.
7453         Set timeout value correctly in all cases.
7454         Add function to check if the server accepts reads or writes.
7455         API: gst_rtsp_connection_poll()
7456
7457         * gst-libs/gst/rtsp/gstrtspdefs.h:
7458         Fix compilation with -pedantic.
7459         Add enum for _poll.
7460
7461 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7462
7463         Patch by: Olivier Crete  <tester at tester ca>
7464
7465         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7466         (gst_basertppayload_getcaps):
7467         * gst-libs/gst/rtp/gstbasertppayload.h:
7468         Add getcaps vfunc to basertppayload. See #465146.
7469
7470 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7471
7472         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7473         Only post buffering messages when we are a stream.
7474
7475 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * gst-libs/gst/pbutils/install-plugins.c:
7478         * gst-libs/gst/pbutils/missing-plugins.c:
7479           Small docs fix and addition.
7480
7481 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * tests/icles/.cvsignore:
7484         * tests/icles/Makefile.am:
7485         * tests/icles/test-textoverlay.c:
7486           Add a dumb little test for textoverlay alignments.
7487
7488 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         Patch by: Dan Williams  <dcbw redhat com>
7491
7492         * ext/pango/gsttextoverlay.c:
7493         * ext/pango/gsttextoverlay.h:
7494           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7495           "silent" property so there's a Since tag in the API reference.
7496
7497 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7498
7499         * gst-libs/gst/rtp/gstbasertppayload.c:
7500         (gst_basertppayload_set_outcaps):
7501         * gst-libs/gst/rtp/gstbasertppayload.h:
7502         Improve caps negotiation so that downstream elements can confiure
7503         certain RTP properties by fixing them on the caps. See #465146.
7504         Add docs.
7505
7506 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         * docs/libs/gst-plugins-base-libs-sections.txt:
7509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7510         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7511           Mark as deprecated some macros which were presumably meant to be
7512           private API and accidentally exposed in the public header file.
7513           Also actually _init() lock (only works at the moment because the
7514           struct is zeroed out when created and the initial values in the
7515           mutex struct are zeroes too). (#459585)
7516
7517 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7518
7519         * docs/libs/Makefile.am:
7520           Remove cruft and do some cleanups.
7521
7522         * docs/libs/gst-plugins-base-libs-docs.sgml:
7523           Prepare for comming gtkdoc features (rebase against online docs).
7524
7525 2007-08-10  Michael Smith <msmith@fluendo.com>
7526
7527         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7528           Debug output fixes.
7529         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7530         (GST_START_TEST):
7531           Change the number of buffers used; 500 is too many and leads to
7532           timeouts.
7533
7534 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7535
7536         * gst/playback/gstqueue2.c:
7537         * gst/videorate/gstvideorate.c:
7538           Printf format fixes (#465028).
7539
7540 2007-08-09  Michael Smith <msmith@fluendo.com>
7541
7542         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7543           If we have a large (> 1 second) discontinuity, push a series of
7544           smaller buffers rather than a single very large buffer. Avoids
7545           unreasonably large single buffer allocations when encountering a
7546           large gap.
7547         * tests/check/elements/audiorate.c: (GST_START_TEST),
7548         (audiorate_suite):
7549           Add a test for this.
7550
7551 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7552
7553         * gst/playback/gstplaybasebin.c: (group_commit),
7554         (queue_remove_probe), (queue_threshold_reached):
7555
7556         Patch by: Josep Torra Valles <josep@fluendo.com>
7557         Fixes: #465015
7558         Make sure we remove the check_queues buffer probe from the 
7559         correct queue to avoid racily going back to "buffering 99%" when
7560         buffering is actually complete.
7561
7562         Also, fix the spelling of Josep's surname in the ChangeLog.
7563
7564 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7565
7566         * ext/ogg/gstoggmux.c:
7567           Do not leak oggmux instance.
7568         
7569         * ext/vorbis/vorbisenc.c:
7570           Also log values.
7571
7572 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7573
7574         * po/hu.po:
7575         * po/it.po:
7576         * po/nl.po:
7577         * po/uk.po:
7578         * po/vi.po:
7579           Updated translations.
7580
7581 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7582
7583         patch by: Yang Hong <hongyang@redflag-linux.com>
7584
7585         * ext/pango/gsttextoverlay.c:
7586         * ext/pango/gsttextoverlay.h:
7587           Add 'silent' property to GstTimeOverlay. Fixes #462979
7588
7589 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7590
7591         Patch by: Josep Torra Valles <josep@fluendo.com>
7592
7593         * docs/plugins/gst-plugins-base-plugins.args:
7594         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7595         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7596         (gst_uri_decode_bin_get_property), (gen_source_element):
7597         Add connection-speed property. Fixes #464690.
7598
7599 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7602
7603         * configure.ac:
7604         * gst-libs/gst/rtsp/Makefile.am:
7605         * gst-libs/gst/rtsp/gstrtspconnection.c:
7606         (gst_rtsp_connection_connect):
7607         Fix compilation on windows. Fixes #464320.
7608
7609 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         Patch by: Josep Torra Valles <josep@fluendo.com>
7612
7613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7614         (gst_play_base_bin_init), (queue_threshold_reached),
7615         (gen_source_element), (setup_substreams),
7616         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7617         (gst_play_base_bin_get_streaminfo_value_array):
7618         * gst/playback/gstplaybasebin.h:
7619         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7620         (gst_play_bin_set_property), (gst_play_bin_get_property),
7621         (gst_play_bin_handle_redirect_message):
7622         Move connection-speed property from playbin to playbasebin so that we
7623         can also configure it in source elements that have the connection-speed
7624         property. Fixes #464028.
7625         Add some debug info here and there.
7626
7627 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7628
7629         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7630         Properly respond to conversion queries. Fixes #464079.
7631
7632 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7633
7634         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7635         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7636         (gst_audio_test_src_init_sine_table),
7637         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7638         * gst/audiotestsrc/gstaudiotestsrc.h:
7639         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7640         Also set the default volume to the default value specified in the
7641         GParamSpec.
7642
7643 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7644
7645         Patch by: Jens Granseuer <jensgr at gmx dot net>
7646
7647         * gst/audioconvert/gstaudioquantize.c:
7648         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7649
7650 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7651
7652         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7653         Add rdt manager for rdt transport.
7654         Fix parsing of RDT transport.
7655
7656 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * configure.ac:
7659         Back to CVS
7660
7661 === release 0.10.14 ===
7662
7663 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7664
7665         * configure.ac:
7666           releasing 0.10.14, "Light Years Ahead"
7667
7668 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7669
7670         * tests/check/libs/audio.c: (GST_START_TEST):
7671         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7672
7673 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7674
7675         * gst-libs/gst/audio/audio.c:
7676         When clipping a buffer with no timestamp, assume it is
7677         within the segment without warnings.
7678
7679         Fixes: #460978
7680
7681 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7684         Fire the signal on the object, not the interface.
7685
7686 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7687
7688         * gst-libs/gst/rtsp/.cvsignore:
7689         Ber. Don't include the full path, idiot.
7690
7691 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7692
7693         * gst-libs/gst/rtsp/.cvsignore:
7694         Ignore generated files.
7695
7696 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7697
7698         * gst-libs/gst/interfaces/Makefile.am:
7699         * gst-libs/gst/interfaces/interfaces-marshal.list:
7700         * gst-libs/gst/interfaces/rtspextension.c:
7701         * gst-libs/gst/interfaces/rtspextension.h:
7702         * gst-libs/gst/rtsp/Makefile.am:
7703         * gst-libs/gst/rtsp/gstrtsp.h:
7704         * gst-libs/gst/rtsp/gstrtspextension.c:
7705         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7706         (gst_rtsp_extension_detect_server),
7707         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7708         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7709         (gst_rtsp_extension_configure_stream),
7710         (gst_rtsp_extension_get_transports),
7711         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7712         * gst-libs/gst/rtsp/gstrtspextension.h:
7713         * gst-libs/gst/rtsp/rtsp-marshal.list:
7714         Move the rtspextension.h interface into gstrtspextension.h
7715         as part of libgstrtsp instead of libgstinterfaces, because it's
7716         only for use within plugins, not applications. 
7717         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7718         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7719         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7720         is abstract.
7721
7722 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7723
7724         * gst-libs/gst/interfaces/Makefile.am:
7725         * gst-libs/gst/interfaces/interfaces-marshal.list:
7726         * gst-libs/gst/interfaces/rtspextension.c:
7727         (gst_rtsp_extension_iface_init),
7728         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7729         * gst-libs/gst/interfaces/rtspextension.h:
7730         Fix marshaller for the send signal.
7731         Add URL to stream selection interface method.
7732
7733 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7734
7735         * gst-libs/gst/riff/Makefile.am:
7736         Pull in our dependencies from -base before those from outside.
7737
7738 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7739
7740         * docs/libs/gst-plugins-base-libs-sections.txt:
7741         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7742         * gst-libs/gst/rtsp/gstrtspbase64.h:
7743         API: gst_rtsp_base64_decode_ip()
7744         Added function to decode Base64 in-place.
7745
7746 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7747
7748         * tests/check/libs/.cvsignore:
7749         Ignore the mixer test binary.
7750
7751 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7752
7753         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7754         Gratuitous comment change to trigger a rebuild on the buildbots.
7755
7756 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7757
7758         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7759         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7760         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7761         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7762         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7763         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7764         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7765         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7766         (gst_sdp_media_get_attribute_val):
7767         * gst-libs/gst/sdp/gstsdpmessage.h:
7768         Constify args where we can.
7769
7770 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         * gst-libs/gst/interfaces/Makefile.am:
7773         * gst-libs/gst/interfaces/rtspextension.c:
7774         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7775         (gst_rtsp_extension_detect_server),
7776         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7777         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7778         (gst_rtsp_extension_configure_stream),
7779         (gst_rtsp_extension_get_transports),
7780         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7781         * gst-libs/gst/interfaces/rtspextension.h:
7782         Move interface for RTSP extensions from -good to here.
7783         Added helper methods to invoke interface methods.
7784
7785 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7786
7787         * docs/libs/gst-plugins-base-libs-sections.txt:
7788         * gst-libs/gst/rtsp/gstrtspdefs.h:
7789         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7790         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7791         (gst_rtsp_message_init_response),
7792         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7793         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7794         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7795         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7796         (gst_rtsp_message_get_body), (dump_key_value):
7797         * gst-libs/gst/rtsp/gstrtspmessage.h:
7798         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7799         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7800         (gst_rtsp_range_parse):
7801         * gst-libs/gst/rtsp/gstrtsprange.h:
7802         * gst-libs/gst/rtsp/gstrtsptransport.c:
7803         * gst-libs/gst/rtsp/gstrtspurl.c:
7804         Fix some more RTSP docs.
7805         Add some missing methods for dealing with messages.
7806
7807 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         * docs/libs/gst-plugins-base-libs-docs.sgml:
7810         * docs/libs/gst-plugins-base-libs-sections.txt:
7811         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7812         * gst-libs/gst/rtsp/gstrtspbase64.h:
7813         * gst-libs/gst/rtsp/gstrtspconnection.c:
7814         (gst_rtsp_connection_connect), (add_auth_header),
7815         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7816         (read_body), (gst_rtsp_connection_receive),
7817         (gst_rtsp_connection_next_timeout),
7818         (gst_rtsp_connection_reset_timeout),
7819         (gst_rtsp_connection_set_auth):
7820         * gst-libs/gst/rtsp/gstrtspconnection.h:
7821         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7822         * gst-libs/gst/rtsp/gstrtspdefs.h:
7823         * gst-libs/gst/rtsp/gstrtspmessage.h:
7824         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7825         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7826         (gst_rtsp_range_parse):
7827         * gst-libs/gst/rtsp/gstrtspurl.h:
7828         Added beginnings of RTSP documentation.
7829
7830 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7831
7832         * docs/libs/Makefile.am:
7833         * docs/libs/gst-plugins-base-libs-docs.sgml:
7834         * docs/libs/gst-plugins-base-libs-sections.txt:
7835         * gst-libs/gst/sdp/gstsdp.h:
7836         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7837         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7838         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7839         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7840         (gst_sdp_message_get_attribute_val),
7841         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7842         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7843         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7844         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7845         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7846         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7847         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7848         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7849         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7850         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7851         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7852         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7853         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7854         (gst_sdp_media_get_attribute_val_n),
7855         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7856         (print_media), (gst_sdp_message_dump):
7857         * gst-libs/gst/sdp/gstsdpmessage.h:
7858         Document the SDP library.
7859         Add some of the missing SDPMedia methods.
7860
7861 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7862
7863         * configure.ac:
7864         * gst-libs/gst/Makefile.am:
7865         * gst-libs/gst/rtsp/Makefile.am:
7866         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7867         * gst-libs/gst/rtsp/gstrtspbase64.h:
7868         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7869         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7870         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7871         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7872         (parse_response_status), (parse_request_line), (parse_line),
7873         (gst_rtsp_connection_read), (read_body),
7874         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7875         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7876         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7877         (gst_rtsp_connection_set_auth):
7878         * gst-libs/gst/rtsp/gstrtspconnection.h:
7879         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7880         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7881         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7882         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7883         (gst_rtsp_find_method):
7884         * gst-libs/gst/rtsp/gstrtspdefs.h:
7885         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7886         (gst_rtsp_message_new), (gst_rtsp_message_init),
7887         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7888         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7889         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7890         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7891         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7892         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7893         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7894         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7895         (gst_rtsp_message_dump):
7896         * gst-libs/gst/rtsp/gstrtspmessage.h:
7897         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7898         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7899         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7900         * gst-libs/gst/rtsp/gstrtsprange.h:
7901         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7902         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7903         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7904         (range_as_text), (rtsp_transport_mode_as_text),
7905         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7906         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7907         (gst_rtsp_transport_free):
7908         * gst-libs/gst/rtsp/gstrtsptransport.h:
7909         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7910         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7911         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7912         * gst-libs/gst/rtsp/gstrtspurl.h:
7913         * gst-libs/gst/sdp/Makefile.am:
7914         * gst-libs/gst/sdp/gstsdp.h:
7915         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7916         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7917         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7918         (gst_sdp_attribute_init), (gst_sdp_message_new),
7919         (gst_sdp_message_init), (gst_sdp_message_uninit),
7920         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7921         (gst_sdp_media_uninit), (gst_sdp_media_free),
7922         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7923         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7924         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7925         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7926         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7927         (gst_sdp_message_get_attribute_val),
7928         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7929         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7930         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7931         (gst_sdp_media_get_attribute_val_n),
7932         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7933         (read_string), (read_string_del), (gst_sdp_parse_line),
7934         (gst_sdp_message_parse_buffer), (print_media),
7935         (gst_sdp_message_dump):
7936         * gst-libs/gst/sdp/gstsdpmessage.h:
7937         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7938         Move SDP and RTSP from helper objects in -good to a reusable library.
7939         Use a proper gst_ namespace.
7940
7941 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7942
7943         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7944         (vorbis_dec_flush_decode):
7945         Use the new buffer clipping function from gstaudio here.
7946
7947 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * docs/libs/gst-plugins-base-libs-sections.txt:
7950         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7951         * gst-libs/gst/audio/audio.h:
7952         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7953         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7954         Also add deprecation guards for gst_audio_structure_set_int() to the
7955         header.
7956
7957 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7958
7959         * docs/libs/gst-plugins-base-libs-sections.txt:
7960           Cleanup the docs.
7961
7962 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         Patch by: Dan Williams <dcbw at redhat dot com>
7965
7966         * gst/playback/gstplaybasebin.c:
7967         (gst_play_base_bin_get_streaminfo_value_array):
7968         Don't return NULL when querying the stream info value array but instead
7969         return an empty array. Fixes #459204.
7970
7971 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * gst/playback/gsturidecodebin.c:
7974           Init debug category before using it.
7975
7976 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7977
7978         * gst-libs/gst/interfaces/mixer.h:
7979         Add padding vars in place of the signal pointers
7980         when building with DISABLE_DEPRECATED so that the
7981         interface structure doesn't change size.
7982
7983 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7984
7985         * docs/libs/gst-plugins-base-libs-sections.txt:
7986         * ext/alsa/gstalsamixer.c:
7987         * ext/alsa/gstalsamixer.h:
7988         * ext/alsa/gstalsamixerelement.c:
7989         * ext/alsa/gstalsamixertrack.c:
7990         * gst-libs/gst/interfaces/mixer.c:
7991         * gst-libs/gst/interfaces/mixer.h:
7992         * gst-libs/gst/interfaces/mixeroptions.c:
7993         * gst-libs/gst/interfaces/mixeroptions.h:
7994         * gst-libs/gst/interfaces/mixertrack.c:
7995         * gst-libs/gst/interfaces/mixertrack.h:
7996         * tests/check/Makefile.am:
7997         * tests/check/libs/mixer.c:
7998
7999         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8000         Fixes: #152864 
8001
8002         Add support for notifying mixer changes on the message bus, and
8003         implement it in alsamixer.
8004
8005         API: gst_mixer_get_mixer_flags
8006         API: gst_mixer_message_parse_mute_toggled
8007         API: gst_mixer_message_parse_record_toggled
8008         API: gst_mixer_message_parse_volume_changed
8009         API: gst_mixer_message_parse_option_changed
8010         API: GstMixerMessageType
8011         API: GstMixerFlags
8012
8013 2007-07-20  Michael Smith <msmith@fluendo.com>
8014
8015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8016         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8017           xcontext->im_format is only for testing XShm support (as the header
8018           file comments document). Use xvimage->im_format for everything else.
8019           Avoids spurious warnings on buffer allocation before setcaps.
8020
8021 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8022
8023         * tests/examples/volume/Makefile.am:
8024         * tests/icles/Makefile.am:
8025           We should use $(LIBM).
8026
8027 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8028
8029         * tests/icles/Makefile.am:
8030           This needs -lm.
8031
8032 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8033
8034         * gst-libs/gst/rtp/gstbasertppayload.c:
8035         (gst_basertppayload_class_init), (gst_basertppayload_init),
8036         (gst_basertppayload_set_property),
8037         (gst_basertppayload_get_property):
8038         Don't break ABI, restore previous ranges. Keep the default random
8039         selection of timestamp and seqnum offset but as soon as the app sets a
8040         specific value, use that one.
8041
8042 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8043
8044         Patch by: Bastien Nocera <hadess at hadess dot net>
8045
8046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8047         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8048         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8049         * sys/xvimage/xvimagesink.h:
8050         Add option to turn off double-buffering for debugging purposes.
8051         Fixes #437169.
8052
8053 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8054
8055         Patch by: Jorn Baayen <jorn at openedhand dot com>
8056
8057         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8058         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8059         (gst_ximagesink_init), (gst_ximagesink_class_init):
8060         * sys/ximage/ximagesink.h:
8061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8062         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8063         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8064         * sys/xvimage/xvimagesink.h:
8065         add 'handle-expose' property. Useful for video widgets which may want to
8066         be in control of Expose behaviour. Fixes #380625
8067
8068 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8069
8070         * gst-libs/gst/rtp/gstbasertppayload.c:
8071         (gst_basertppayload_class_init), (gst_basertppayload_init),
8072         (gst_basertppayload_event), (gst_basertppayload_push),
8073         (gst_basertppayload_set_property),
8074         (gst_basertppayload_get_property),
8075         (gst_basertppayload_change_state):
8076         * gst-libs/gst/rtp/gstbasertppayload.h:
8077         Fix ranges of rtp payloader properties so that the full range can be
8078         used in addition to -1 (random).
8079         Fix wrong seqnum reporting in caps.
8080         Fixes #420326.
8081
8082 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8083
8084         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8085         (gst_video_rate_query):
8086         Use boilerplate.
8087         Add latency query, might not be perfect yet but already works a lot
8088         better. Fixes #442557.
8089
8090 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8091
8092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8093         (gst_xvimagesink_setcaps):
8094         * sys/xvimage/xvimagesink.h:
8095         After a caps change, redraw our borders to avoid garbage left there
8096         when the image format changes to a smaller size, like 16:9 -> 4:3
8097         Also, hold the flow_lock a bit longer in the set_caps while we're
8098         fiddling with the xcontext.
8099
8100 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8101
8102         * Makefile.am:
8103         * configure.ac:
8104         * tests/Makefile.am:
8105         Remove bogus check for libcheck, since we check for
8106         gstreamer-check and it pulls in the required info from there, and we
8107         weren't actually _using_ the information for libcheck ourselves
8108         anyway.
8109
8110 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8111
8112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8113         (gst_ffmpeg_caps_to_pixfmt):
8114         Fix the r_mask test for RGBA32 on little-endian.
8115         Fix a stupid typo that would have obviously broken 
8116         compilation on big-endian, if anyone was testing.
8117
8118 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8119
8120         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8121         (paint_hline_str4):
8122         * gst/videotestsrc/videotestsrc.h:
8123         Add alpha to the color struct.
8124         Use a default alpha value of 255 instead of 128.
8125
8126 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8127
8128         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8129         (setup_source):
8130         Clear the dynamic pads counter when starting a new uri. This makes
8131         reusing playbin work again.
8132         Fixes #454264.
8133
8134 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8135
8136         * configure.ac:
8137           Use pkg-config to locate check.
8138
8139 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * configure.ac:
8142         * tests/check/elements/volume.c: (GST_START_TEST):
8143           Fix 'make check' build against core CVS.
8144
8145 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * gst-libs/gst/interfaces/propertyprobe.c:
8148         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8149         * gst-libs/gst/tag/gstvorbistag.c:
8150           Make gtk-doc happy.
8151
8152 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8153
8154         * gst-libs/gst/audio/gstbaseaudiosink.c:
8155         (gst_base_audio_sink_callback):
8156           Quick hack to make audiosinks stop at EOS when operating in
8157           pull-mode; needs to be fixed properly some day.
8158
8159 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8160
8161         * docs/libs/gst-plugins-base-libs-sections.txt:
8162           Fix location of includes in the docs.
8163
8164 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8165
8166         * gst/ffmpegcolorspace/avcodec.h:
8167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8168         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8169         (gst_ffmpegcsp_avpicture_fill):
8170         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8171         (img_get_alpha_info):
8172         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8173         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8174         end of the word. Partially fixes #451908
8175
8176 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8177
8178         * docs/libs/Makefile.am:
8179         * docs/plugins/Makefile.am:
8180           Simplify --extra-dir as gtkdoc scans recursively.
8181
8182 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8183
8184         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8185         (gst_adder_request_new_pad):
8186         Make getcaps more robust by not using the proxycaps function. This makes
8187         sure that we don't end up recursively calling getcaps upstream.
8188         See #316248.
8189
8190 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8191
8192         * gst/audioconvert/audioconvert.c:
8193         Include math.h to fix compilation.
8194
8195 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8196
8197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8198         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8199         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8200         format, as produced by some dc1394 cameras like the iSight.
8201         See http://www.fourcc.org/yuv.php#IYU1
8202
8203 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8204
8205         * gst/audioconvert/Makefile.am:
8206         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8207         (check_default), (audio_convert_prepare_context),
8208         (audio_convert_clean_context), (audio_convert_convert):
8209         * gst/audioconvert/audioconvert.h:
8210         * gst/audioconvert/gstaudioconvert.c:
8211         (gst_audio_convert_dithering_get_type),
8212         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8213         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8214         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8215         * gst/audioconvert/gstaudioconvert.h:
8216         * gst/audioconvert/gstaudioquantize.c:
8217         (gst_audio_quantize_setup_noise_shaping),
8218         (gst_audio_quantize_free_noise_shaping),
8219         (gst_audio_quantize_setup_dither),
8220         (gst_audio_quantize_free_dither),
8221         (gst_audio_quantize_setup_quantize_func),
8222         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8223         * gst/audioconvert/gstaudioquantize.h:
8224         Implement dithering and noise shaping in audioconvert. By default now
8225         TPDF dithering (and no noise shaping) will be used when converting
8226         from a higher bit depth to 20 bit depth or smaller, otherwise
8227         everything will be as it is now.
8228         For the last audioconvert in a pipeline it would make sense to
8229         use some kind of noise shaping, enabling it by default for all
8230         conversions would give undesired results though. Fixes #360246.
8231         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8232         (GST_START_TEST):
8233         Adjust unit test for the new audioconvert.
8234
8235 2007-06-28  Wim Taymans  <wim@fluendo.com>
8236
8237         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8238         Use other metrics as well when estimating the buffer level.
8239
8240 2007-06-28  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8243         Small debug improvement.
8244
8245         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8246         (plugin_init):
8247         Tweak the rate estimation period.
8248         When calculating the buffer filledness in rate estimation mode, don't
8249         mix it with other metrics.
8250
8251 2007-06-28  Wim Taymans  <wim@fluendo.com>
8252
8253         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8254         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8255         When creating the groups, allow for a 5 second, unlimited buffers
8256         preroll phase after which we expose the group.
8257         When the group is exposed, use a small number of buffers up to a 2
8258         second limit. Also disconnect the overrun signal from multiqueue when we
8259         exposed the group because it is not needed anymore.
8260
8261 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8262
8263         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8264           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8265           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8266           (#451707); also, output some debugging info when dealing with
8267           freeform strings.
8268
8269         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8270           Add unit test for the above.
8271
8272 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8273
8274         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8275           Add description for Windows Media RTP caps.
8276
8277         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8278           Remove RTP fields that don't define the format from caps.
8279
8280 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8283           Skip empty buffers, but not empty header buffers. That way the original
8284           vorbisdec unit test still passes (#451145); also, take into account
8285           that those empty packets might carry a granulepos.
8286
8287         * tests/check/Makefile.am:
8288         * tests/check/elements/vorbisdec.c:
8289         (_create_codebook_header_buffer), (_create_audio_buffer),
8290         (GST_START_TEST), (vorbisdec_suite):
8291           Add unit test that sends an empty packet.
8292
8293 2007-06-27  Wim Taymans  <wim@fluendo.com>
8294
8295         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8296         Don't error out on 0-sized packets, just emit a warning because this is
8297         not a fatal error. Fixes #451145.
8298
8299 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8300
8301         * docs/plugins/gst-plugins-base-plugins.args:
8302         * docs/plugins/gst-plugins-base-plugins.signals:
8303         * docs/plugins/inspect/plugin-adder.xml:
8304         * docs/plugins/inspect/plugin-alsa.xml:
8305         * docs/plugins/inspect/plugin-audioconvert.xml:
8306         * docs/plugins/inspect/plugin-audiorate.xml:
8307         * docs/plugins/inspect/plugin-audioresample.xml:
8308         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8309         * docs/plugins/inspect/plugin-cdparanoia.xml:
8310         * docs/plugins/inspect/plugin-decodebin.xml:
8311         * docs/plugins/inspect/plugin-decodebin2.xml:
8312         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8313         * docs/plugins/inspect/plugin-gdp.xml:
8314         * docs/plugins/inspect/plugin-gnomevfs.xml:
8315         * docs/plugins/inspect/plugin-libvisual.xml:
8316         * docs/plugins/inspect/plugin-ogg.xml:
8317         * docs/plugins/inspect/plugin-pango.xml:
8318         * docs/plugins/inspect/plugin-playbin.xml:
8319         * docs/plugins/inspect/plugin-subparse.xml:
8320         * docs/plugins/inspect/plugin-tcp.xml:
8321         * docs/plugins/inspect/plugin-theora.xml:
8322         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8323         * docs/plugins/inspect/plugin-video4linux.xml:
8324         * docs/plugins/inspect/plugin-videorate.xml:
8325         * docs/plugins/inspect/plugin-videoscale.xml:
8326         * docs/plugins/inspect/plugin-videotestsrc.xml:
8327         * docs/plugins/inspect/plugin-volume.xml:
8328         * docs/plugins/inspect/plugin-vorbis.xml:
8329         * docs/plugins/inspect/plugin-ximagesink.xml:
8330         * docs/plugins/inspect/plugin-xvimagesink.xml:
8331           Update docs with caps info.
8332
8333 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * po/POTFILES.in:
8336           Add more files with translatable strings (#450875).
8337
8338 2007-06-23  Edward Hervey  <edward@fluendo.com>
8339
8340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8341         The chain should be freed if we error out here, else it will leak.
8342         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8343         (cleanup_decodebin):
8344         Don't forget to *properly* remove the signals, else it will leak.
8345
8346 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8347
8348         * MAINTAINERS:
8349         Updating all the maintainers files
8350
8351 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8352
8353         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8354         (main):
8355           Destroy and recreate parse-launch based pipeline after stop to be able
8356           to play again. Reorder some code and add more comments.
8357
8358 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8359
8360         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8361         When handling a delayed-caps notification case, mark
8362         the group as dynamic so that the nbdynamic count is
8363         incremented and decremented correctly. Fixes: #449156
8364         Patch by: Wim Taymans <wim@fluendo.com>
8365
8366 2007-06-19  Andy Wingo  <wingo@pobox.com>
8367
8368         * gst-libs/gst/audio/gstbaseaudiosink.c
8369         (gst_base_audio_sink_init): Enable pull-mode operation.
8370
8371 2007-06-19  Michael Smith <msmith@fluendo.com>
8372
8373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8374           Change minimum rate back to 1000 to allow low-sample-rate wav files
8375           to play back.
8376
8377 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8378
8379         * po/vi.po:
8380           Update translations.
8381
8382 2007-06-15  David Schleef  <ds@schleef.org>
8383
8384         * gst/playback/gstqueue2.c:
8385           Fix compile error from ignored return value.
8386
8387 2007-06-15  Michael Smith <msmith@fluendo.com>
8388
8389         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8390           Update tmpbuf for all neccesary rows, not just one, as is required
8391           when downscaling.
8392           Fixes #402076.
8393
8394 2007-06-15  Michael Smith <msmith@fluendo.com>
8395
8396         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8397         (eos_buffer_probe):
8398           Add a test that ensures we set DELTA_UNIT on all non-header,
8399           non-video buffers, if we have a video stream.
8400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8401         (gst_ogg_mux_process_best_pad):
8402           Move setting delta_pad to earlier, where we inspect all pads, so
8403           that leading audio pages don't get DELTA_UNIT unset if they come
8404           before the first DELTA_UNIT from video pages. Fixes the newly-added
8405           test. Fixes #385527.
8406
8407 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8410           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8411           fails on the p5-ppc64 build bot and the failure looks like it is due
8412           to the same issue as #348114, ie. a compiler bug.
8413
8414 2007-06-13  Edward Hervey  <edward@fluendo.com>
8415
8416         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8417         Fix build on MacOSX.
8418
8419 2007-06-13  Wim Taymans  <wim@fluendo.com>
8420
8421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8422         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8423         Fix compilation on mingw. Fixes #446972.
8424
8425 2007-06-12  Wim Taymans  <wim@fluendo.com>
8426
8427         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8428
8429         * gst/playback/gstqueue2.c: (update_buffering),
8430         (gst_queue_locked_enqueue):
8431         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8432         also update the buffering status when receiving events. Fixes #446551.
8433
8434 2007-06-11  Wim Taymans  <wim@fluendo.com>
8435
8436         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8437
8438         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8439         (gst_queue_handle_src_query):
8440         Wait for preroll before attempting to forward a duration query upstream.
8441         Fixes #445505.
8442
8443 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8444
8445         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8446         (gst_base_rtp_depayload_set_gst_timestamp):
8447         Use G_GINT64_CONSTANT macro for int64 constant.
8448         * win32/common/libgstinterfaces.def:
8449         * win32/common/libgsttag.def:
8450         Add new exported functions.
8451
8452 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8453
8454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8455           The BOS page of the first Dirac video stream needs to come before
8456           the BOS page of any Vorbis streams or other audio streams, just like
8457           it is with Theora.
8458
8459 2007-06-07  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8462         Fix compilation.
8463
8464 2007-06-06  Wim Taymans  <wim@fluendo.com>
8465
8466         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8467
8468         * gst/playback/gstqueue2.c: (gst_queue_init),
8469         (gst_queue_handle_sink_event), (gst_queue_chain),
8470         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8471         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8472         (gst_queue_src_activate_pull):
8473         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8474         Does not yet completely work because duration queries upstream won't
8475         block yet.
8476
8477 2007-06-06  Wim Taymans  <wim@fluendo.com>
8478
8479         * configure.ac:
8480         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8481         Some more fseeko checks.
8482
8483 2007-06-06  Wim Taymans  <wim@fluendo.com>
8484
8485         * configure.ac:
8486         check for large file support.
8487
8488 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8489
8490         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8491
8492         * gst/subparse/gstsubparse.c: (parse_subrip),
8493         (subviewer_unescape_newlines), (parse_subviewer),
8494         (gst_sub_parse_data_format_autodetect),
8495         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8496         * gst/subparse/gstsubparse.h:
8497         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8498         * tests/check/elements/subparse.c: (GST_START_TEST),
8499         (subparse_suite):
8500         Add a unit test for both SubViewer formats.
8501
8502 2007-06-01  Michael Smith <msmith@fluendo.com>
8503
8504         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8505           Don't overflow intermediate values when seeking to large time values
8506           in audiotestsrc.
8507
8508 2007-06-05  Wim Taymans  <wim@fluendo.com>
8509
8510         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8511         (gst_queue_create_read), (gst_queue_read_item_from_file),
8512         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8513         Include stdio to define fseeko.
8514
8515 2007-06-05  Wim Taymans  <wim@fluendo.com>
8516
8517         Patch by: Edward Hervey  <edward@fluendo.com>
8518
8519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8520         (gst_v4lsrc_query):
8521         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8522
8523 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8524
8525         * gst-libs/gst/riff/Makefile.am:
8526         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8527           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8528           our own implementation.
8529
8530 2007-06-05  Wim Taymans  <wim@fluendo.com>
8531
8532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8533         (gst_base_rtp_depayload_setcaps),
8534         (gst_base_rtp_depayload_set_gst_timestamp),
8535         (gst_base_rtp_depayload_change_state):
8536         Handle timestamp wraparound.
8537
8538 2007-06-05  Wim Taymans  <wim@fluendo.com>
8539
8540         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8541         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8542         (gst_uri_decode_bin_change_state):
8543         Make sure we name srcpads uniquely even when using different internal
8544         decodebins.
8545         Signal no-more-pads when no more dynamic elements exist.
8546         Remove pads on cleanup.
8547
8548 2007-06-05  Wim Taymans  <wim@fluendo.com>
8549
8550         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8551
8552         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8553         (gst_queue_init), (gst_queue_finalize),
8554         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8555         (gst_queue_create_read), (gst_queue_read_item_from_file),
8556         (gst_queue_open_temp_location_file),
8557         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8558         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8559         (gst_queue_is_empty), (gst_queue_is_filled),
8560         (gst_queue_change_state), (gst_queue_set_temp_location),
8561         (gst_queue_set_property):
8562         Add support for filebased buffering. Fixes #441264.
8563
8564 2007-06-05  Wim Taymans  <wim@fluendo.com>
8565
8566         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8567         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8568         (caps_notify_group_cb), (gst_decode_group_new),
8569         (gst_decode_group_free):
8570         Add support for delayed caps fixation when autoplugging.
8571         Optimize cases where a multiqueue is not needed/wanted, like right after
8572         anything that is not a demuxer.
8573
8574 2007-06-05  Wim Taymans  <wim@fluendo.com>
8575
8576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8577         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8578         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8579         consideratly speedup ogg chain detection by not trying to find a base
8580         timestamp for skeleton streams. 
8581
8582 2007-06-05  Wim Taymans  <wim@fluendo.com>
8583
8584         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8585         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8586         (gst_multi_fd_sink_remove_flush),
8587         (gst_multi_fd_sink_remove_client_link),
8588         (gst_multi_fd_sink_handle_client_write),
8589         (gst_multi_fd_sink_handle_clients):
8590         * gst/tcp/gstmultifdsink.h:
8591         Add support for remove_flush.
8592
8593 2007-06-05  Wim Taymans  <wim@fluendo.com>
8594
8595         * docs/design/draft-keyframe-force.txt:
8596         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8597         (theora_enc_chain):
8598         Add draft design for forcing keyframes in encoders and implement in
8599         theoraenc.
8600
8601 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8602
8603         * configure.ac:
8604           Back to CVS
8605
8606 === release 0.10.13 ===
8607
8608 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8609
8610         * configure.ac:
8611           releasing 0.10.13, "What's Going on?"
8612
8613 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8614
8615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8616         In riff, the depth is stored in the size field but it just means that
8617         the least significant bits are cleared. We can therefore just play
8618         the sample as if it had a depth == width. Fixes: #440997
8619
8620         Patch by: Wim Taymans <wim@fluendo.com> 
8621         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8622
8623 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8624
8625         * gst-libs/gst/floatcast/floatcast.h:
8626         Define inline when needed on win32 builds. Fixes: #441295
8627         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8628
8629 2007-05-29  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/playback/gstplaybasebin.c: (queue_overrun),
8632         (no_more_pads_full):
8633         Stop buffering when the group is commited because the queues filled up.
8634         Fixes #442024.
8635
8636 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8637
8638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8639         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8640         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8641         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8642         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8643         * ext/alsa/gstalsamixer.h:
8644         * ext/alsa/gstalsamixerelement.c:
8645         (gst_alsa_mixer_element_interface_supported),
8646         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8647         (gst_alsa_mixer_element_set_property),
8648         (gst_alsa_mixer_element_get_property),
8649         (gst_alsa_mixer_element_change_state):
8650         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8651         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8652         (gst_mixer_option_changed):
8653         * gst-libs/gst/interfaces/mixer.h:
8654         Revert commits towards #152864 made so far. We'll pick it up again
8655         after the 0.10.13 release.
8656
8657 2007-05-24  Wim Taymans  <wim@fluendo.com>
8658
8659         * gst-libs/gst/audio/gstbaseaudiosink.c:
8660         (gst_base_audio_sink_render):
8661         After an interrupt (PAUSED/flush) assume that the next sample should not
8662         be aligned to the previous sample. Fixes #417992.
8663
8664 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8667           Don't add channels and rate fields to the template caps for
8668           audio/x-dts, as wavparse might not always be able to set them,
8669           which would then lead to 'caps are not a real subset of the
8670           template caps' warnings.
8671
8672 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8673
8674         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8675         Handle unknown or invalid pads without crashing, as might occur if
8676         a media file like an mp3 is specified as a subtitle file.
8677         Fixes: #410039
8678
8679 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8680
8681         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8682         (setup_sinks):
8683         Block the subtitle bin output queue before ghosting it and linking,
8684         then unblock after. This avoids spurious not-linked errors caused 
8685         by the queue starting up (because it gets linked when it is ghosted). 
8686         Fixes: #350299
8687
8688 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8689
8690         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8691         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8692         file. Avoids flukes where the input gets typefound to some valid but
8693         useless type.
8694
8695 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         * tests/check/Makefile.am:
8698         * tests/check/elements/.cvsignore:
8699         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8700         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8701           Add unit test for gnomevfssink seeking and position reporting for
8702           file:// URIs.
8703
8704 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         Patch by: Mark Nauwelaerts <manauw at skynet be>
8707
8708         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8709         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8710         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8711         * ext/gnomevfs/gstgnomevfssink.h:
8712           Fix position reporting, especially after a seek (from upstream),
8713           see #412648.
8714
8715 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8716
8717         * ext/cdparanoia/gstcdparanoiasrc.c:
8718           Repair umlaut.
8719
8720 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8721
8722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8723         Specify the full valid range for MP3 samplerates. Fixes a regression
8724         caused by extra header checks since the last release.
8725
8726 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8727
8728         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8730         Fix a locking-order bug I introduced with my changes the other day.
8731         Patch by Mike Smith.
8732
8733 2007-05-21  Michael Smith <msmith@fluendo.com>
8734
8735         * ext/theora/theoradec.c: (theora_handle_data_packet):
8736           Don't look inside 0-length packets (which indicate duplicated
8737           frames)
8738
8739 2007-05-21  Wim Taymans  <wim@fluendo.com>
8740
8741         * ext/cdparanoia/gstcdparanoiasrc.c:
8742         (gst_cd_paranoia_src_read_sector):
8743         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8744         (gst_base_audio_src_create):
8745         Small cleanups.
8746
8747         * ext/theora/theoradec.c: (theora_dec_sink_event):
8748         Fix typo.
8749
8750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8751         (gst_base_rtp_depayload_set_gst_timestamp):
8752         Add some FIXME
8753
8754         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8755         And some debug info when a FIXME path is hit.
8756
8757 2007-05-21  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8760         (gst_base_rtp_audio_payload_class_init),
8761         (gst_base_rtp_audio_payload_init),
8762         (gst_base_rtp_audio_payload_finalize),
8763         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8764         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8765         (gst_base_rtp_payload_audio_handle_event):
8766         Some cleanups, remove minptime property as it is now in the parent
8767         class.
8768         Override parent class event function.
8769
8770         * gst-libs/gst/rtp/gstbasertppayload.c:
8771         (gst_basertppayload_class_init), (gst_basertppayload_init),
8772         (gst_basertppayload_event), (gst_basertppayload_set_property),
8773         (gst_basertppayload_get_property):
8774         * gst-libs/gst/rtp/gstbasertppayload.h:
8775         Add min-ptime property.
8776         Add handle-event vmethod. Fixes #415001.
8777
8778 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8779
8780         * gst-libs/gst/audio/gstbaseaudiosink.c
8781           (gst_base_audio_sink_change_state):
8782           Fix typo in comment.
8783
8784         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8785           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8786           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8787           close_link):
8788         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8789           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8790           Remove trailing whitespaces in comments.
8791
8792         * gst/volume/Makefile.am:
8793           Fix tabs.
8794
8795 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8796
8797         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8798
8799         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8800           set_option, get_option, _gst_reserved):
8801           Revert reordering functions (keep ABI).
8802
8803 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8804
8805         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8806         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8807         (gst_ximagesink_show_frame):
8808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8809         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8810         (gst_xvimagesink_show_frame):
8811         When we create our own window, indicate that we handle the 
8812         WM_DELETE client message from the window manager, so that it won't 
8813         kill our window (and our app) along with it. Handle ClientMessage,
8814         post an error on the bus, and close the window. Further buffers
8815         arriving will result in a FlowError because the window has been
8816         destroyed.
8817
8818         Fixes: #393975
8819
8820         Clean up the X event handling loop and make them the same for
8821         both xvimagesink and ximagesink while I'm at it.
8822
8823 2007-05-17  Wim Taymans  <wim@fluendo.com>
8824
8825         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8826         Make decodebin2 autoplug depayloaders too.
8827
8828         * gst/playback/gsturidecodebin.c: (source_new_pad):
8829         Set the newly created decoder in a usable state when autoplugging a
8830         dynamic source such as RTSP.
8831
8832 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         * gst/playback/gststreaminfo.c: (cb_probe):
8835           Ignore video-codec tag for audio streams and ignore audio-codec tags
8836           for video streams. Should make codec name collection a bit more
8837           robust against sloppy demuxers that send tag events containing both
8838           tags down each pad.
8839
8840 2007-05-17  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/playback/gstqueue2.c: (update_rates):
8843         Tweak the buffering thresholds a little.
8844         Update the buffer size with the previously calculate rate instead of
8845         only when we calculate a new rate so that we get smoother buffering
8846         updates.
8847
8848         * gst/playback/Makefile.am:
8849         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8850         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8851         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8852         (gst_uri_decode_bin_get_property), (unknown_type),
8853         (add_element_stream), (no_more_pads_full), (no_more_pads),
8854         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8855         (gen_source_element), (has_all_raw_caps), (analyse_source),
8856         (remove_decoders), (make_decoder), (remove_source),
8857         (source_new_pad), (setup_source), (decoder_query_init),
8858         (decoder_query_duration_fold), (decoder_query_duration_done),
8859         (decoder_query_position_fold), (decoder_query_position_done),
8860         (decoder_query_latency_fold), (decoder_query_latency_done),
8861         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8862         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8863         (gst_uri_decode_bin_change_state), (plugin_init):
8864         New element that intergrates a source, optional buffering element and
8865         decodebin.
8866
8867 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         * configure.ac:
8870           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8871           (also has a .pc file, so we don't need the fallback check any
8872           longer). Fixes #438840.
8873
8874 2007-05-17  Wim Taymans  <wim@fluendo.com>
8875
8876         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8877         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8878         (apply_segment), (apply_buffer), (update_buffering),
8879         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8880         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8881         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8882         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8883         (plugin_init):
8884         fix build.
8885
8886 2007-05-17  Wim Taymans  <wim@fluendo.com>
8887
8888         * gst/playback/Makefile.am:
8889         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8890         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8891         (gst_queue_getcaps), (gst_queue_bufferalloc),
8892         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8893         (apply_buffer), (update_buffering), (reset_rate_timer),
8894         (update_rates), (gst_queue_locked_flush),
8895         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8896         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8897         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8898         (gst_queue_loop), (gst_queue_handle_src_event),
8899         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8900         (gst_queue_src_activate_push), (gst_queue_change_state),
8901         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8902         On our way to playbin2 this is the new network queue that does buffering
8903         all by itself using high and low watermarks. It can also measure up and
8904         downstream bandwidth to optimally size the queue.
8905
8906 2007-05-17  Michael Smith <msmith@fluendo.com>
8907
8908         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8909         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8910           Use the segment->last_stop value to calculate the next timestamp to
8911           generate after a seek; not the segment->start value.
8912
8913 2007-05-15  David Schleef  <ds@schleef.org>
8914
8915         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8916           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8917
8918 2007-05-15  Wim Taymans  <wim@fluendo.com>
8919
8920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8921         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8922         Some more chained streaming ogg timestamp fixes.
8923
8924 2007-05-15  Wim Taymans  <wim@fluendo.com>
8925
8926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8927         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8928         (gst_ogg_demux_handle_page):
8929         Add some FIXMEs.
8930         Fix chain start/stop segment handling based on patch by
8931         <ahalda at cs dot mcgill dot ca> see #320984.
8932
8933 2007-05-15  Michael Smith <msmith@fluendo.com>
8934
8935         * configure.ac:
8936           We don't require a C++ compiler. So don't require one.
8937
8938 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8939
8940         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8941           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8942           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8943           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8944           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8945           gst_alsa_mixer_update_track):
8946           Apply some of the cleanup Tim suggested in #152864 afterwards.
8947
8948 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8949
8950         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8951
8952         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8953           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8954           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8955           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8956           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8957           gst_alsa_mixer_handle_source_callback,
8958           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8959           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8960           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8961           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8962           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8963           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8964         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8965         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8966           gst_alsa_mixer_element_interface_supported,
8967           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8968           gst_alsa_mixer_element_set_property,
8969           gst_alsa_mixer_element_get_property,
8970           gst_alsa_mixer_element_change_state):
8971         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8972         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8973           gst_mixer_option_changed):
8974         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8975           volume_changed, option_changed, _gst_reserved):
8976           Implement notification for alsamixer. Fixes #152864
8977
8978 2007-05-14  David Schleef  <ds@schleef.org>
8979
8980         * gst/videotestsrc/videotestsrc.c:
8981         * gst/videotestsrc/videotestsrc.h:
8982           Add support for video/x-raw-bayer.
8983
8984 2007-05-12  David Schleef  <ds@schleef.org>
8985
8986         * sys/xvimage/xvimagesink.c:
8987           Add some sanity checking for the XVImage size returned by X.
8988           Related to #377400.
8989
8990 2007-05-12  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8993         (gst_base_rtp_depayload_setcaps),
8994         (gst_base_rtp_depayload_set_gst_timestamp):
8995         Parse and use additional caps fields as described in updated
8996         application/x-rtp caps spec.
8997
8998 2007-05-12  Wim Taymans  <wim@fluendo.com>
8999
9000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9001         (gst_ogg_demux_collect_chain_info):
9002         If there is a stream in a chain without any data packets, ignore the
9003         stream in the total length calculations. Might be related to #436820.
9004
9005 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9006
9007         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9008         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9009         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9010         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9011         (plugin_init):
9012
9013         Consolidate and re-work our mpeg system stream detection to probe
9014         more packets and produce a higher confidence result. Fixes a
9015         regression caused by lowering the typefind probability last year
9016         - related to bug #397810. Remove the redundant MPEG-1 specific 
9017         typefind function, as the new one detects both MPEG-1 & MPEG-2
9018         happily.
9019
9020         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9021         little. 
9022
9023         Tested against my media test directory, with some improvements and
9024         no regressions.
9025
9026 2007-05-10  Wim Taymans  <wim@fluendo.com>
9027
9028         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9029         (queue_out_of_data):
9030         Connect to the new queue "pushing" signal instead of the broken
9031         "running" one.
9032
9033 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9034
9035         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9036         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9037         Move variable declaration before the first instruction.
9038         * gst/videotestsrc/videotestsrc.c:
9039         Define M_PI if it's not defined yet.
9040         * win32/common/libgstrtp.def:
9041         Add new exported functions.
9042
9043 2007-05-09  Michael Smith <msmith@fluendo.com>
9044
9045         * ext/theora/theoradec.c: (theora_handle_type_packet):
9046           gst_pad_push_event() does not return a GstFlowReturn!
9047
9048 2007-05-09  Wim Taymans  <wim@fluendo.com>
9049
9050         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9051         * tests/examples/seek/seek.c: (do_seek):
9052         Some small cosmetic changes.
9053
9054 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9055
9056         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9057           gst_adder_change_state):
9058         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9059           segment_pending, segment_position, segment_rate):
9060           Handle playback-rate on adder.
9061
9062 2007-05-07  Michael Smith <msmith@fluendo.com>
9063
9064         * ext/theora/gsttheoradec.h:
9065         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9066         (theora_dec_sink_event), (theora_handle_comment_packet),
9067         (theora_handle_type_packet), (theora_dec_change_state):
9068           Don't push events (newsegment, tags) before initialising the
9069           decoder.
9070           This is neccesary for seeking to work correctly in gnonlin.
9071
9072 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9073
9074         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9075         * gst/adder/gstadder.c:
9076         * gst/audiotestsrc/gstaudiotestsrc.c
9077           (gst_audio_test_src_create_white_noise):
9078         * gst/videotestsrc/gstvideotestsrc.c:
9079         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9080           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9081           volume_sink_template, volume_src_template, gst_volume_init,
9082           volume_process_double, volume_process_int16,
9083           volume_process_int16_clamp):
9084           Doc fixes and formatting.
9085
9086 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * tests/check/Makefile.am:
9089         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9090           Minimal check for volume's GstController usability; also another
9091           test for #422295.
9092
9093 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         * gst-libs/gst/cdda/gstcddabasesrc.c:
9096         (gst_cdda_base_src_add_track):
9097           Fix it so that it (a) makes sense and (b) doesn't break
9098           everything cdda-related including the unit test.
9099
9100 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9101
9102         * gst-libs/gst/cdda/gstcddabasesrc.c:
9103         (gst_cdda_base_src_add_track):
9104           Fix build when disabling asserts.
9105
9106 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9109           When XShm is not available, we might get row strides that are not
9110           rounded up to multiples of four; this is bad, because virtually
9111           every RGB-processing element in GStreamer assumes rowstrides are
9112           rounded up to multiples of four, so let's allocate at least enough
9113           memory to avoid crashes in this case. The image will still be
9114           displayed distorted though if this happens, so that still needs
9115           fixing (maybe by allocating a bigger image with an 'even' width
9116           and then clipping it appropriately when rendering - something for
9117           Xlib aficionados in any case).
9118
9119 2007-05-03  Michael Smith <msmith@fluendo.com>
9120
9121         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9122           If a buffer doesn't have a timestamp, assume it's contiguous with
9123           the previous buffer, and synthesise timestamps appropriately.
9124
9125 2007-05-03  Edward Hervey  <edward@fluendo.com>
9126
9127         * tests/check/elements/videorate.c: (GST_START_TEST):
9128         Set buffer timestamp to a valid value in order to test the buffer
9129         really does stay in videorate.
9130
9131 2007-05-03  Edward Hervey  <edward@fluendo.com>
9132
9133         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9134         There is no sensible way to handle incoming buffers which don't have a
9135         valid timestamp. We therefore discard them and wait for the next one.
9136
9137 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9140         * gst/playback/gstdecodebin2.c: (plugin_init):
9141           Better error message for text files.
9142
9143 2007-04-29  Wim Taymans  <wim@fluendo.com>
9144
9145         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9146         Fix offset bug in generation RR packets.
9147
9148 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9149
9150         * ext/theora/theoradec.c: (_theora_granule_time),
9151         (theora_dec_push_forward), (theora_handle_data_packet),
9152         (theora_dec_decode_buffer): Calculate buffer duration correctly
9153         to generate a perfect stream (#433888).
9154         * gst/audioresample/gstaudioresample.c:
9155         (audioresample_check_discont): Glib provides ABS.
9156
9157 2007-04-27  Wim Taymans  <wim@fluendo.com>
9158
9159         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9160         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9161         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9162         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9163         (gst_rtcp_packet_bye_set_reason):
9164         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9165         Fix RB block parsing and writing.
9166         Add support for constructing BYE packets.
9167
9168 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9171         (gst_base_audio_src_create):
9172         * po/POTFILES.in:
9173           When posting a warning message because samples were dropped, post
9174           something more intelligible than he default error message for clock
9175           errors which is just confusing in this context (#432984).
9176
9177 2007-04-25  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9180         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9181         (read_packet_header), (gst_rtcp_packet_move_to_next),
9182         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9183         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9184         (gst_rtcp_packet_sdes_get_item_count),
9185         (gst_rtcp_packet_sdes_first_item),
9186         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9187         (gst_rtcp_packet_sdes_first_entry),
9188         (gst_rtcp_packet_sdes_next_entry),
9189         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9190         (gst_rtcp_packet_sdes_add_entry):
9191         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9192         Implement code to write SR, RR and SDES packets.
9193
9194 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9197
9198         * sys/ximage/ximagesink.c:
9199           Fix build if XShm is not available (#432362).
9200
9201 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9202
9203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9204         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9205         pointers to random memory which are passed to g_free() when
9206         audio_convert_prepare_context() is called the first time.
9207
9208 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         Patch by: Dan Williams <dcbw redhat com>
9211
9212         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9213           Don't leak incoming buffer if gst_pad_push() returns a
9214           non-OK flow. Fixes #432755.
9215          
9216         * tests/check/elements/videorate.c: (GST_START_TEST),
9217         (videorate_suite):
9218           Unit test for the above by Yours Truly.
9219
9220 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9221
9222         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9223         (gst_adder_sink_event), (gst_adder_collected):
9224           Fix non-flushing segmented seeks, Fixes #340060 for me
9225
9226 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         Patch by: Olivier Crete  <tester at tester ca>
9229
9230         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9231         (gst_base_rtp_audio_payload_class_init),
9232         (gst_base_rtp_audio_payload_init),
9233         (gst_base_rtp_audio_payload_dispose):
9234           Chain up to parent class in dispose function; get rid of
9235           unnecessary 'diposed' flag in private structure (#415001).
9236
9237 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * docs/libs/gst-plugins-base-libs.types:
9240         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9241         (gst_base_rtp_audio_payload_class_init):
9242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9243         * gst-libs/gst/rtp/gstbasertppayload.c:
9244           Some minor docs fixes and additions; also add missing 'Since' bits.
9245
9246 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         Patch by: Zeeshan Ali  <zeenix gmail com>
9249
9250         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9251         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9252         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9253         (gst_base_rtp_audio_payload_push):
9254         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9255           The recently-added gst_base_rtp_audio_payload_push() should take an
9256           object of type GstBaseRTPAudioPayload as first argument (#431672).
9257
9258 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * gst/audioresample/gstaudioresample.c:
9261           Make more functions static, just because we can.
9262
9263 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * tests/check/elements/audioresample.c:
9266           Add unit test for audioresample shutdown crasher (#420106).
9267
9268 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9269
9270         * gst/subparse/gstsubparse.c:
9271         * gst/subparse/samiparse.c:
9272           Use GST_DISABLE_XML here
9273
9274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9275         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9276         (gst_xvimagesink_buffer_alloc),
9277         (gst_xvimagesink_navigation_send_event):
9278         * sys/xvimage/xvimagesink.h:
9279           Include stdlib.h when using atoi.
9280           
9281         * tests/check/elements/playbin.c: (playbin_suite):
9282           Use GST_DISABLE_REGISTRY here
9283
9284 2007-04-19  Michael Smith  <msmith@fluendo.com>
9285
9286         * ext/theora/gsttheoraenc.h:
9287         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9288         (theora_enc_sink_event), (theora_enc_change_state):
9289           Track initialisation state; don't try to use encoder state if we're
9290           not initialised (it'll segfault).
9291
9292 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9293
9294         * tests/check/pipelines/.cvsignore:
9295         Fix build.
9296
9297 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9298
9299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9300         Allow random depths between 1 and 32 instead of only multiplies of 8.
9301
9302 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9303
9304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9305         Set the maximum number of channels for PCM and float in the correct
9306         place to have it also used when creating the template caps.
9307
9308 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9309
9310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9311         Correctly support 4, 6 and 8 channels with normal PCM and float
9312         wav files.
9313
9314         Fix the depth and signedness calculation in extensible wav files and
9315         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9316         mask is found.
9317
9318         Add support for float, alaw and mulaw in extensible wav files.
9319
9320         This allows correct playback of all but 5 files from
9321         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9322         
9323         (gst_riff_create_audio_template_caps):
9324         Add voxware and float formats to the template caps.     
9325
9326 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9327
9328         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9329
9330         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9331         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9332
9333         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9334         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9335         Use the correct format strings for integer formats.
9336
9337 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9338
9339         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9340           Don't use pad_alloc_buffer_and_set_caps to create a small header
9341           packet, or, worse, to create a big temporary video buffer using the
9342           src pad.
9343
9344 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9345
9346         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9347         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9348           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9349           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9350
9351 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9352
9353         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9354           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9355           streamheader_suite):
9356           Add another test set up for failure
9357
9358 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9359
9360         * tests/check/Makefile.am:
9361         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9362           GST_START_TEST, streamheader_suite, main):
9363           Add a test for the streamheader bug Wim fixed.
9364
9365 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9366
9367         * ext/theora/theoradec.c: (theora_dec_sink_event):
9368         Fix misleading comment.
9369
9370 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9371
9372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9373           More sanity checks for the header fields.
9374
9375 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9378           Try encodings from all environment variables, not just those in the
9379           first environment variable that is set.
9380
9381 2007-04-12  Wim Taymans  <wim@fluendo.com>
9382
9383         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9384         (gst_video_rate_chain):
9385         Add some debug.
9386
9387         * tests/check/elements/videorate.c: (GST_START_TEST),
9388         (videorate_suite):
9389         Added check for videorate changing caps handling. Closes #421834.
9390
9391 2007-04-12  Michael Smith  <msmith@fluendo.com>
9392
9393         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9394           Use scale functions to avoid overflow when calculating duration of 
9395           vorbis buffers.
9396
9397 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9398
9399         * docs/libs/gst-plugins-base-libs-sections.txt:
9400         * gst-libs/gst/tag/tag.h:
9401         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9402           API: add gst_tag_freeform_string_to_utf8() (#405072).
9403
9404         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9405           Use gst_tag_freeform_string_to_utf8() here.
9406
9407 2007-04-12  Wim Taymans  <wim@fluendo.com>
9408
9409         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9410         (gst_gdp_pay_sink_event):
9411         Make sure we set the IN_CAPS flag correctly.
9412
9413         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9414         Get the IN_CAPS flag before we call functions that mess with the flags.
9415
9416 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9419           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9420           Only stamp buffers with offset/offset_end right before they get
9421           pushed.  This ensures offset continuity, which was not the case
9422           before as shown by
9423           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9424
9425 2007-04-06  Wim Taymans  <wim@fluendo.com>
9426
9427         * gst/playback/gstplaybin.c: (add_sink),
9428         (gst_play_bin_change_state):
9429         Activate sync in playbin, we are ready to handle it for live streams.
9430
9431 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * tests/check/elements/playbin.c:
9434         (test_sink_usage_video_only_stream), (playbin_suite):
9435           Add small test for stream-info-value-array code paths.
9436
9437 2007-04-05  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst-libs/gst/audio/gstbaseaudiosink.c:
9440         (gst_base_audio_sink_skew_slaving):
9441         Don't try to create invalid calibration parameters by making the
9442         internal time go backwards, instead make external time go forward.
9443
9444 2007-04-05  Wim Taymans  <wim@fluendo.com>
9445
9446         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9447
9448         * gst/playback/gstplaybasebin.c: (add_stream):
9449         Fix leak in add_stream(), when g_value_set_object() increases the
9450         refcount of streaminfo object. Fixes #426250.
9451
9452 2007-04-03  David Schleef  <ds@schleef.org>
9453
9454         * gst/videotestsrc/gstvideotestsrc.c:
9455         * gst/videotestsrc/gstvideotestsrc.h:
9456         * gst/videotestsrc/videotestsrc.c:
9457         * gst/videotestsrc/videotestsrc.h:
9458           Add a test pattern called "circular", which has concentric
9459           rings with varying radial frequency.  The main purpose of this
9460           pattern is to test fidelity loss in a filter or scaler element.
9461           Notably, this pattern is scale invariant, and is optimally viewed
9462           with a width (and height) of 400.
9463
9464 2007-04-03  Wim Taymans  <wim@fluendo.com>
9465
9466         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9467
9468         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9469         (deactivate_free_recursive):
9470         Decodebin2 doesn't unref pads it obtains in some occasions:
9471         - multiqueue src pads, when either connecting further or exposing
9472         - sink pads of new autoplugged elements
9473         - peer pads when recursively freeing elements
9474         Fixes #425455.
9475
9476 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9477
9478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9479         Add audio/x-raw-float support, now that audioconvert support
9480         non-native endianness floats.
9481
9482 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * docs/libs/gst-plugins-base-libs-docs.sgml:
9485           gstreamer-plugins-base.pc doesn't exist, it's
9486           gstreamer-plugins-base-0.10.pc.
9487
9488 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9489
9490         Patch by: René Stadler <mail at renestadler dot de>
9491         with some minor changes
9492
9493         * gst-libs/gst/floatcast/floatcast.h:
9494         Use more efficient float endianness conversion functions that don't
9495         involve 2 function calls per value.
9496         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9497         (check_default), (audio_convert_prepare_context):
9498         * gst/audioconvert/gstaudioconvert.c:
9499         (gst_audio_convert_parse_caps), (make_lossless_changes):
9500         Support non-native endianness floats as input and output.
9501         Fixes #339838.
9502         * tests/check/elements/audioconvert.c: (verify_convert),
9503         (GST_START_TEST):
9504         Add unit tests for the non-native endianness float conversions.
9505
9506 2007-03-29  Wim Taymans  <wim@fluendo.com>
9507
9508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9509         (gst_base_rtp_depayload_base_init),
9510         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9511         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9512         (gst_base_rtp_depayload_set_gst_timestamp),
9513         (gst_base_rtp_depayload_change_state),
9514         (gst_base_rtp_depayload_set_property),
9515         (gst_base_rtp_depayload_get_property):
9516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9517         Add Private structure.
9518         Bring element code to 2007.
9519         Parse clock-base caps param and use it when generating the
9520         newsegment.
9521         Reset variables before going to PAUSED.
9522         Fix some docs.
9523
9524 2007-03-29  Wim Taymans  <wim@fluendo.com>
9525
9526         * docs/libs/gst-plugins-base-libs-docs.sgml:
9527         * docs/libs/gst-plugins-base-libs-sections.txt:
9528         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9529         (gst_base_rtp_audio_payload_get_adapter):
9530         Add RTCP docs.
9531         Fix some more docs.
9532
9533         * gst-libs/gst/rtp/Makefile.am:
9534         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9535         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9536         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9537         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9538         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9539         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9540         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9541         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9542         (gst_rtcp_packet_sr_get_sender_info),
9543         (gst_rtcp_packet_sr_set_sender_info),
9544         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9545         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9546         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9547         (gst_rtcp_packet_sdes_get_chunk_count),
9548         (gst_rtcp_packet_sdes_first_chunk),
9549         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9550         (gst_rtcp_packet_sdes_first_item),
9551         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9552         (gst_rtcp_packet_bye_get_ssrc_count),
9553         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9554         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9555         (gst_rtcp_packet_bye_get_reason_len),
9556         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9557         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9558         Add new helper object for parsing and creating RTCP messages.
9559
9560 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9561
9562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9563         PCM samples with width=8 must be always unsigned, no matter what
9564         depth they have.
9565
9566 2007-03-29  Andy Wingo  <wingo@pobox.com>
9567
9568         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9569         perfect offsets also, not just timestamps.
9570
9571         * tests/check/elements/videorate.c (test_more): Test that given
9572         any incoming offsets, that videorate produces perfect offsets.
9573
9574 2007-03-29  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst-libs/gst/riff/riff-ids.h:
9577         Add some more RIFF formats.
9578
9579 2007-03-29  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst-libs/gst/rtp/gstrtpbuffer.c:
9582         (gst_rtp_buffer_default_clock_rate):
9583         * gst-libs/gst/rtp/gstrtpbuffer.h:
9584         Fix fixed payload names and docs.
9585         Added method to get the default clock rates of fixed payload types.
9586         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9587
9588 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9589
9590         * tests/check/pipelines/.cvsignore:
9591         Add new vorbisdec test to cvsignore.
9592
9593 2007-03-28  Wim Taymans  <wim@fluendo.com>
9594
9595         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9596         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9597         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9598         (gst_base_audio_sink_set_property),
9599         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9600         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9601         (gst_base_audio_sink_skew_slaving),
9602         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9603         (gst_base_audio_sink_async_play):
9604         * gst-libs/gst/audio/gstbaseaudiosink.h:
9605         Store private stuff in GstBaseAudioSinkPrivate.
9606         Add configurable clock slaving modes property.
9607         API:: GstBaseAudioSink::slave-method property
9608         Some more latency reporting tweaks.
9609         Added skew based clock slaving correction and make it the default until
9610         the resampling method is more robust.
9611
9612 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9613
9614         * gst/audioconvert/audioconvert.c:
9615         Add docs to the integer pack functions and implement proper
9616         rounding. Before we had rounding towards negative infinity, i.e.
9617         always the smaller number was taken. Now we use natural rounding,
9618         i.e. rounding to the nearest integer and to the one with the largest
9619         absolute value for X.5. The old rounding introduced some minor
9620         distortions. Fixes #420079
9621         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9622         Fix one unit test that assumed the old rounding and added unit tests
9623         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9624         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9625         rounding from signed int32 to signed/unsigned int16.
9626
9627 2007-03-27  Michael Smith  <msmith@fluendo.com>
9628
9629         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9630         (gst_audio_convert_transform_caps):
9631           Fix typo in debug line introduced recently, as pointed out on irc.
9632
9633 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9636         * tests/check/libs/tag.c: (GST_START_TEST):
9637           Make sure we parse floating-point numbers in vorbis comments
9638           correctly with either '.' or ',' as separator, no matter what
9639           the current locale is. Add unit test for this too.
9640
9641 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         Patch by: René Stadler  <mail at renestadler de>
9644
9645         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9646           When writing out floating-point numbers to vorbis comment tags, always
9647           use the same character as separator no matter what the current locale is
9648           (fixes #423051).
9649
9650         * tests/check/libs/tag.c: (GST_START_TEST):
9651           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9652
9653 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9654
9655         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9656           vorbis_handle_data_packet):
9657           Correctly set DURATION to generate a timestamp-continuous stream.
9658           One bug left at the end; see
9659           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9660         * tests/check/Makefile.am:
9661         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9662           Add a test to check this.  Without the above patch this test fails.
9663
9664 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9665
9666         * gst-libs/gst/rtp/Makefile.am:
9667         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9668
9669 2007-03-23  Michael Smith  <msmith@fluendo.com>
9670
9671         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9672         (gst_video_rate_reset), (gst_video_rate_chain):
9673           If videorate changes caps, we can no longer use the old buffer
9674           (which may have a different size, incompatible with our caps).
9675           So don't do that; just duplicate the new frame more times.
9676
9677 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9678
9679         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9680         Remove playbin's override of the set_clock vmethod. It's irrelevant
9681         after Wim's commit on the 19th.
9682
9683 2007-03-22  Wim Taymans  <wim@fluendo.com>
9684
9685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9686         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9687         * ext/gnomevfs/gstgnomevfssrc.h:
9688         Don't cache file sizes. Fixes #341078.
9689
9690 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * gst/playback/gstplaybin.c: (add_sink):
9693           Use GST_PTR_FORMAT to log caps. 
9694
9695 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9696
9697         Patch by: Young-Ho Cha <ganadist at chollian net>
9698
9699         * gst/subparse/samiparse.c: (handle_start_font):
9700           Special-case some more colour names that pango doesn't handle by
9701           default. Fixes #420578.
9702
9703 2007-03-20  Michael Smith  <msmith@fluendo.com>
9704
9705         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9706           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9707           that marks EOS internally. After that, libvorbis will buffer all
9708           input data, and encode none of it, eventually leading to memory
9709           exhaustion.
9710
9711 2007-03-19  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst/playback/gstdecodebin.c: (remove_fakesink):
9714         Don't post STATE_DIRTY anymore.
9715
9716         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9717         (gst_play_bin_change_state):
9718         Remove stream_time reset in seek handling, core does that now.
9719         Disable clocking for live pipelines by forcing a NULL clock to the
9720         complete pipeline, core is too smart now for our previous hack.
9721         We can always autoplug in PAUSED now.
9722
9723 2007-03-17  David Schleef  <ds@schleef.org>
9724
9725         * REQUIREMENTS:  Update this file, change the formatting to make
9726         it more consistent, plus more machine readable.
9727
9728 2007-03-16  Michael Smith  <msmith@fluendo.com>
9729
9730         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9731         (strip_width_64), (append_with_other_format):
9732           Previous fix was too simplistic, and broke the tests. Use a better
9733           approach; only strip 64 from widths for integer audio.
9734
9735 2007-03-16  Michael Smith  <msmith@fluendo.com>
9736
9737         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9738         (gst_audio_convert_transform_caps):
9739           We don't support 64 bit integer audio, so don't try to claim we can.
9740           Stops us producing caps don't match our template caps.
9741           Update comments.
9742
9743 2007-03-15  Michael Smith  <msmith@fluendo.com>
9744
9745         * gst/audioresample/gstaudioresample.c:
9746         (audioresample_check_discont), (audioresample_transform):
9747           Don't trigger discontinuities for very small imperfections; a filter
9748           flush will sound bad, and many plugins have rounding errors leading
9749           to these.
9750
9751 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9752
9753         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9754
9755         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9756         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9757         API: add "min-ptime" property to RTP base audio payloader.
9758         API: add gst_base_rtp_audio_payload_push().
9759         API: add gst_base_rtp_audio_payload_get_adapter().
9760         Fixes #415001
9761         Indentation/whitespace/documentation fixes.
9762
9763 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9764
9765         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9766         (audioresample_transform_size), (audioresample_do_output),
9767         (audioresample_transform), (audioresample_pushthrough): Handle
9768         discontinuous streams.
9769         * gst/audioresample/gstaudioresample.h:
9770         * tests/check/elements/audioresample.c:
9771         (test_discont_stream_instance), (GST_START_TEST),
9772         (audioresample_suite): Add a test for discontinuous streams.
9773         * win32/common/config.h: Updated.
9774
9775 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9776
9777         * po/af.po:
9778         * po/az.po:
9779         * po/cs.po:
9780         * po/en_GB.po:
9781         * po/it.po:
9782         * po/nb.po:
9783         * po/nl.po:
9784         * po/or.po:
9785         * po/sq.po:
9786         * po/sr.po:
9787         * po/sv.po:
9788         * po/uk.po:
9789         * po/vi.po:
9790           Update translations from translation project.
9791
9792 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9793
9794         * gst/audioresample/debug.h:
9795         * gst/audioresample/resample.c: (resample_init):
9796           Since I really am not interested in a debug line for each sample
9797           being processed, move the library's debugging to its own category,
9798           libaudioresample
9799
9800 2007-03-13  Michael Smith  <msmith@fluendo.com>
9801
9802         * ext/theora/theoradec.c: (theora_handle_type_packet):
9803           Since the plugin doesn't support anything other than 4:2:0 right
9804           now, post an error and fail if we get something else. Won't matter
9805           until libtheora supports the other pixel formats, but hopefully
9806           that'll be soon...
9807
9808 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9809
9810         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9811         Use gst_guint64_to_gdouble for conversion.
9812         * win32/MANIFEST:
9813         Add new files to the win32 MANIFEST.
9814         * win32/common/libgstaudio.def:
9815         * win32/common/libgstpbutils.def:
9816         Add new exported functions.
9817         * win32/vs6/gst_plugins_base.dsw:
9818         * win32/vs6/libgstdecodebin.dsp:
9819         * win32/vs6/libgstplaybin.dsp:
9820         Change the link to libgstpbutils.lib.
9821         * win32/vs6/libgstdecodebin2.dsp:
9822         Add a new project for decodebin2.
9823         * win32/vs6/libgstpbutils.dsp:
9824         Add a new project for pbutils.
9825
9826 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9827
9828         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9829           Also accept partial dates with only year and month,
9830           like 1999-12-00 (fixes #410396 even more).
9831
9832         * tests/check/libs/tag.c: (GST_START_TEST):
9833           Add unit test for the above.
9834
9835 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9836
9837         * tests/check/elements/subparse.c: (GST_START_TEST),
9838         (subparse_suite):
9839           Add unit test for MPL2 subtitle format (#413799).
9840
9841 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9842
9843         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9844
9845         * gst/subparse/Makefile.am:
9846         * gst/subparse/gstsubparse.c:
9847         (gst_sub_parse_data_format_autodetect),
9848         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9849         (gst_subparse_type_find):
9850         * gst/subparse/gstsubparse.h:
9851         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9852         * gst/subparse/mpl2parse.h:
9853           Add support for MPL2 subtitle format (#413799).
9854
9855 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * configure.ac:
9858           We require core CVS for the new buffer metadata copy functions.
9859
9860 2007-03-09  Wim Taymans  <wim@fluendo.com>
9861
9862         * gst-libs/gst/tag/gstid3tag.c:
9863         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9864         Fixes #414496.
9865
9866         Patch by: Alex Lancaster <alexl at users sourceforge net>
9867
9868 2007-03-09  Wim Taymans  <wim@fluendo.com>
9869
9870         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9871         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9872         Improve adapter usage and comments.
9873
9874 2007-03-09  Wim Taymans  <wim@fluendo.com>
9875
9876         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9877         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9878         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9879         Use new metadata copy function.
9880
9881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9882         (gst_ffmpegcsp_transform):
9883         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9884         Basetransform copied the metadata for us.
9885
9886 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9889         (gst_text_overlay_video_event):
9890           Some more logging. Only accept newsegment events in TIME format and
9891           send a WARNING message if they are not in TIME format.
9892
9893         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9894         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9895         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9896         * gst/subparse/gstsubparse.h:
9897           No need to allocate GstSegment structure dynamically, just put it
9898           into the instance structure; ignore newsegment events in BYTE
9899           format and in particular don't let it overwrite our saved TIME
9900           segment from the last seek.
9901
9902 2007-03-09  Michael Smith  <msmith@fluendo.com>
9903
9904         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9905           Replace AC3 typefinder with one that isn't terrible, and actually
9906           works usefully.
9907
9908 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9909
9910         * gst/audioconvert/gstaudioconvert.c:
9911         (gst_audio_convert_transform):
9912           fix error category and translatable string
9913           
9914
9915 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9918         * pkgconfig/gstreamer-plugins-base.pc.in:
9919           Fix up utils => pbutils here too.
9920
9921 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         * gst/subparse/gstsubparse.c: (handle_buffer):
9924           Break out of loop in chain function as soon as possible if we get
9925           a non-OK flow return.
9926
9927 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9928
9929         * tests/check/elements/alsa.c: (GST_START_TEST):
9930         Unref the mixer if the state change fails too (if the
9931         alsa devices are inaccessible, for example)
9932
9933 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9934
9935         * tests/check/Makefile.am:
9936         Don't test libvisual elements in the states check, because libvisual
9937         seems to leak internally.
9938
9939         Re-enable the alsa and states tests now that there's new suppressions
9940         in gst.supp.
9941
9942         * tests/check/elements/alsa.c: (GST_START_TEST):
9943         Don't leak the alsamixer we instantiated.
9944
9945 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9946
9947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9948         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9949         (gst_ximagesink_finalize):
9950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9951         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9952         Move some cleanup stuff from the state change handler into a _reset()
9953         function that can be called from _finalize(). This ensures that things
9954         get freed even if (for some reason) the NULL->READY state transition
9955         fails in the parent class.
9956         Even if a parent state change fails, process our downward state change
9957         logic instead of bailing out early.
9958         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9959
9960 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9961
9962         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9963         Extra log line.
9964
9965         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9966         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9967         Use pango_font_description_set_family_static instead of 
9968         pango_font_description_set_family to save a string copy (it was
9969         leaking due to the strdup anyway)
9970
9971         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9972         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9973         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9974         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9975         Chain up in finalize.
9976
9977 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         * gst-libs/gst/interfaces/mixertrack.c:
9980         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9981         (gst_mixer_track_set_property):
9982           API: add "untranslated-label" property which should be set by
9983           implementations at construct time (#414645).
9984
9985         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9986         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9987           Set "untranslated-label" when constructing mixer track objects.
9988
9989         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9990           Unit test to check the above.
9991
9992 2007-03-07  Wim Taymans  <wim@fluendo.com>
9993
9994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9995         Fix confusing debug message.
9996
9997 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9998
9999         * gst-plugins-base.doap:
10000         update doap file with new version
10001
10002 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10003
10004         * configure.ac:
10005         Back to CVS
10006
10007 === release 0.10.12 ===
10008
10009 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10010
10011         * configure.ac:
10012           releasing 0.10.12, "Zombie Horde"
10013
10014 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10015
10016         * configure.ac:
10017         Bump version to 0.10.11.4 pre-release
10018
10019 2007-03-06  Wim Taymans  <wim@fluendo.com>
10020
10021         * gst-libs/gst/audio/gstbaseaudiosink.c:
10022         (gst_base_audio_sink_async_play):
10023         Fix regression that made GStreamer skip the first samples of audio.
10024         Fixes #414684.
10025
10026 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10027
10028         * configure.ac:
10029         Bump version to 0.10.11.3 pre-release
10030
10031 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10032
10033         * po/POTFILES.in:
10034           Update paths for the rename from utils to pbutils to fix the build.
10035
10036 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * gst-libs/gst/pbutils/Makefile.am:
10039           Change directory to install headers in from gst/utils to gst/pbutils
10040           as well.
10041
10042 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10043
10044         * configure.ac:
10045         * docs/libs/gst-plugins-base-libs-docs.sgml:
10046         * docs/libs/gst-plugins-base-libs-sections.txt:
10047         * gst-libs/gst/Makefile.am:
10048         * gst-libs/gst/interfaces/mixer.c:
10049         * gst-libs/gst/pbutils/Makefile.am:
10050         * gst-libs/gst/pbutils/descriptions.c:
10051         (gst_pb_utils_get_source_description),
10052         (gst_pb_utils_get_sink_description),
10053         (gst_pb_utils_get_decoder_description),
10054         (gst_pb_utils_get_encoder_description),
10055         (gst_pb_utils_get_element_description),
10056         (gst_pb_utils_add_codec_description_to_tag_list),
10057         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10058         * gst-libs/gst/pbutils/descriptions.h:
10059         * gst-libs/gst/pbutils/install-plugins.c:
10060         * gst-libs/gst/pbutils/install-plugins.h:
10061         * gst-libs/gst/pbutils/missing-plugins.c:
10062         (gst_missing_uri_source_message_new),
10063         (gst_missing_uri_sink_message_new),
10064         (gst_missing_element_message_new),
10065         (gst_missing_decoder_message_new),
10066         (gst_missing_encoder_message_new),
10067         (gst_missing_plugin_message_get_description):
10068         * gst-libs/gst/pbutils/missing-plugins.h:
10069         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10070         * gst-libs/gst/pbutils/pbutils.h:
10071         * gst-libs/gst/utils/Makefile.am:
10072         * gst-libs/gst/utils/base-utils.c:
10073         * gst-libs/gst/utils/base-utils.h:
10074         * gst-libs/gst/utils/descriptions.c:
10075         * gst-libs/gst/utils/descriptions.h:
10076         * gst-libs/gst/utils/install-plugins.c:
10077         * gst-libs/gst/utils/install-plugins.h:
10078         * gst-libs/gst/utils/missing-plugins.c:
10079         * gst-libs/gst/utils/missing-plugins.h:
10080         * gst-plugins-base.spec.in:
10081         * gst/playback/Makefile.am:
10082         * gst/playback/gstdecodebin.c:
10083         * gst/playback/gstdecodebin2.c:
10084         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10085         (gen_source_element):
10086         * gst/playback/gstplaybin.c: (plugin_init):
10087         * tests/check/Makefile.am:
10088         * tests/check/libs/pbutils.c: (GST_START_TEST),
10089         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10090         * tests/check/libs/utils.c:
10091           rename utils to pbutils
10092
10093 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10094
10095         * docs/plugins/Makefile.am:
10096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10098         * docs/plugins/inspect/plugin-decodebin2.xml:
10099         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10100         Add documentation for decodebin2 that indicates that the API
10101         is still unstable.
10102
10103 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10104
10105         * configure.ac:
10106         Update to 0.10.11.2 (0.10.12 pre-release)
10107
10108 2007-03-01  Wim Taymans  <wim@fluendo.com>
10109
10110         * gst-libs/gst/audio/gstbaseaudiosink.c:
10111         (gst_base_audio_sink_async_play):
10112         base time is irrelevant here.
10113
10114 2007-03-01  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10117         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10118         Improve debugging.
10119
10120         * gst-libs/gst/audio/gstbaseaudiosink.c:
10121         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10122         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10123         Improve latency and clock slaving calculations.
10124         Improve slave clock calibration.
10125
10126         * gst-libs/gst/audio/gstringbuffer.c:
10127         (gst_ring_buffer_commit_full):
10128         When we are asked to render N sample to 0 bytes, return N.
10129
10130 2007-03-01  Wim Taymans  <wim@fluendo.com>
10131
10132         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10133         (gst_alsasink_write), (gst_alsasink_reset):
10134         * ext/alsa/gstalsasink.h:
10135         Remove unused dispose function.
10136         Rename lock to not interfere with alsasrc lock.
10137
10138         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10139         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10140         (gst_alsasrc_read), (gst_alsasrc_reset):
10141         * ext/alsa/gstalsasrc.h:
10142         Implement finalize function.
10143         Use lock to protect alsa access.
10144         Implement _reset.
10145         Fine tune sw params.
10146
10147 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10148
10149         * configure.ac:
10150           Convert to new AG_GST style.
10151
10152 2007-02-28  Wim Taymans  <wim@fluendo.com>
10153
10154         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10155
10156         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10157         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10158         Fix race condition when rapidly switching visualisations in playbin.
10159         Fixes #401029.
10160
10161 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10162
10163         * tests/check/Makefile.am:
10164         Include local stuff before system installed things in LDFLAGS and
10165         CFLAGS.
10166
10167 2007-02-28  Wim Taymans  <wim@fluendo.com>
10168
10169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10170         Improve debugging.
10171
10172 2007-02-28  Wim Taymans  <wim@fluendo.com>
10173
10174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10175         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10176         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10177         Fix duration and timestamping, taking latency into account.
10178         Implement latency query.
10179
10180 2007-02-28  Wim Taymans  <wim@fluendo.com>
10181
10182         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10183         (gst_audio_clock_new):
10184         Fix clock name.
10185
10186         * gst-libs/gst/audio/gstbaseaudiosink.c:
10187         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10188         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10189         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10190         (gst_base_audio_src_create):
10191         Improve latency query code.
10192         Use proper clock names.
10193
10194 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10195
10196         * tests/check/generic/states.c: (GST_START_TEST):
10197           Copy the states.c test from core again
10198         * tests/check/Makefile.am:
10199           ignore cdio and cdparanoiasrc
10200
10201 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10202
10203         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10204         (double_hq), (audio_convert_get_func_index), (check_default),
10205         (audio_convert_prepare_context), (audio_convert_convert):
10206           Also make valgrind happy and avoid copying data in some cases.
10207
10208 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10209
10210         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10211         (double_hq), (audio_convert_get_func_index),
10212         (audio_convert_prepare_context), (audio_convert_convert):
10213         * gst/audioconvert/gstaudioconvert.c:
10214         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10215         (gst_audio_convert_transform_caps):
10216         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10217         (audioconvert_suite):
10218           Don't run inplace if that overwrites source data as we go. Add more
10219           tests. Fixes #339837 even more.
10220
10221 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10222
10223         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10224         (msg_segment_done): Fix various seeking bugs (Slider was not
10225         updating when doing a non flushing seek, Reverse playback 
10226         on segment seek was wrong).
10227
10228 2007-02-26  Wim Taymans  <wim@fluendo.com>
10229
10230         * tests/examples/seek/seek.c: (stop_seek):
10231         When we stop scrubbing, don't leave the pipeline PLAYING when we
10232         requested a PAUSED state.
10233
10234 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         Patch by: René Stadler <mail at renestadler de>
10237
10238         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10239           Parse date strings in vorbis comments that have an invalid (zero)
10240           month or day (#410396).
10241
10242         * tests/check/libs/tag.c: (GST_START_TEST):
10243           Test case for the above.
10244
10245 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10248
10249         * configure.ac:
10250         * ext/alsa/Makefile.am:
10251         * gst/audiotestsrc/Makefile.am:
10252           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10253
10254 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * gst/playback/gstplaybin.c:
10257           Improve docs: point out that the application needs to assist playbin
10258           with buffering.
10259
10260 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10261
10262         * gst-libs/gst/utils/install-plugins.c:
10263         * gst-libs/gst/utils/missing-plugins.c:
10264         * tests/check/libs/utils.c: (missing_msg_check_getters):
10265           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10266           to just 'gstreamer'. Document the caps string component of the
10267           decoder/encoder detail a bit better, since not everyone will be
10268           familiar with the GStreamer media type/caps system (but they better
10269           enjoy nested itemized lists).
10270
10271 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10274         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10275           Fix copying of GstNetBuffer (would crash before, or at least lead to
10276           invalid memory access, #410772), for now by copying the GstBuffer copy
10277           code from the core over here so we can copy the GstBuffer fields on a
10278           provided buffer instance (of type GstNetBuffer in this case). Would be
10279           better to fix this with some support by the core though (and in the long
10280           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10281
10282         * tests/check/Makefile.am:
10283           Enable unit test for GstNetBuffer.
10284
10285 2007-02-22  Andy Wingo  <wingo@pobox.com>
10286
10287         * gst-libs/gst/audio/gstbaseaudiosink.c
10288         (gst_base_audio_sink_init): Disable pull-mode activation until we
10289         figure out how to make audio sinks go to PLAYING.
10290
10291 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10294         (double_hq), (audio_convert_get_func_index),
10295         (audio_convert_prepare_context), (audio_convert_convert):
10296         * gst/audioconvert/audioconvert.h:
10297         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10298         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10299         * gst/audioconvert/gstchannelmix.h:
10300         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10301           Add float as an intermediate format, as well as float mixing. Enable
10302           test that was failing before. Fixes #339837
10303
10304 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         * tests/examples/seek/seek.c: (do_seek):
10307         Undo the previous commit: -1 as a stop time implies that the stop
10308         time is the end of file, clearing any previously configured segment.
10309
10310 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10311
10312         * tests/examples/seek/seek.c: (do_seek):
10313         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10314
10315 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10316
10317         * gst/volume/gstvolume.c: (volume_process_int16),
10318         (volume_process_int16_clamp), (volume_set_caps):
10319           Unbreak volume, value remains gint.
10320
10321 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10322
10323         * gst/volume/gstvolume.c: (volume_choose_func),
10324         (volume_update_real_volume), (gst_volume_set_volume),
10325         (gst_volume_init), (volume_process_double), (volume_process_float),
10326         (volume_process_int16), (volume_process_int16_clamp),
10327         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10328         * gst/volume/gstvolume.h:
10329           Extend float audio support (double) and some int->uint cleanups.
10330
10331 2007-02-20  Edward Hervey  <edward@fluendo.com>
10332
10333         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10334         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10335         (sort_end_pads), (gst_decode_group_expose),
10336         (gst_decode_group_hide):
10337         Don't free groups from the streaming threads. Just put them aside and
10338         free them in dispose.
10339
10340 2007-02-20  Edward Hervey  <edward@fluendo.com>
10341
10342         * gst/playback/gstdecodebin2.c: (connect_element),
10343         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10344         (sort_end_pads), (gst_decode_group_expose):
10345         Handle dynamic pads within groups.
10346         Sort pads before exposing them in order to make playbin happy.
10347         There still is a race with the multiqueue filling up. This should be
10348         solved separately.
10349         Fixes #398721
10350
10351 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst-libs/gst/utils/base-utils.c:
10354         * gst-libs/gst/utils/descriptions.c:
10355         * gst-libs/gst/utils/install-plugins.c:
10356         * gst-libs/gst/utils/missing-plugins.c:
10357           Some more docs (and descriptions for two subtitle formats).
10358
10359 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst-libs/gst/audio/audio.c:
10362           Fix documentation.
10363
10364 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10365
10366         Patch by: Yves Lefebvre  <ivanohe abacom com>
10367
10368         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10369           Don't leak caps. Fixes #408278.
10370
10371 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10372
10373         * ext/cdparanoia/gstcdparanoiasrc.h:
10374         * ext/ogg/gstoggdemux.h:
10375         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10376         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10377         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10378         * gst-libs/gst/audio/audio.h:
10379         * gst-libs/gst/audio/gstaudiofilter.h:
10380         * gst-libs/gst/interfaces/videoorientation.h:
10381         * gst/adder/gstadder.h:
10382           More docs coverage and some ChangeLog surgery (add missing names)
10383
10384 2007-02-15  Wim Taymans  <wim@fluendo.com>
10385
10386         * sys/ximage/ximagesink.c:
10387         (gst_ximagesink_calculate_pixel_aspect_ratio):
10388         * sys/xvimage/xvimagesink.c:
10389         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10390         Small constifications.
10391
10392 2007-02-15  Wim Taymans  <wim@fluendo.com>
10393
10394         * gst-libs/gst/audio/gstbaseaudiosink.c:
10395         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10396         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10397         (gst_base_audio_sink_async_play),
10398         (gst_base_audio_sink_change_state):
10399         Answer latency query.
10400         Use configured latency when syncing.
10401         Fix clock slaving.
10402
10403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10404         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10405         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10406         Fix possible memleak.
10407         Implement latency query.
10408         Small cleanups.
10409
10410 2007-02-15  Wim Taymans  <wim@fluendo.com>
10411
10412         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10413         Ignore errors in reset, these are not fatal. They also grab the element
10414         lock which is already taking when this function is called. Fixes
10415         #405451.
10416
10417 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10418
10419         * configure.ac:
10420           Remove 'tests/examples/xerror/Makefile' from output files again.
10421
10422 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10423
10424         * configure.ac:
10425         * docs/plugins/Makefile.am:
10426           Also crossref against gst-plugins-base-libs.
10427
10428 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * configure.ac:
10431         * docs/libs/Makefile.am:
10432         * docs/plugins/Makefile.am:
10433           Add crossreferences to glib/gobject/gstream docs.
10434
10435         * gst-libs/gst/audio/audio.h:
10436           Source formatting.
10437
10438         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10439           Add own debug category.
10440
10441 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         Patch by: René Stadler <mail at renestadler de>
10444
10445         * gst-libs/gst/tag/gstvorbistag.c:
10446           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10447           (#403597).
10448
10449 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst/playback/gstplaybasebin.c: (setup_source):
10452           When we have external subtitles and wait for the subtitle decodebin
10453           to get up and running, we set up a (sync) bus handler for the
10454           subtitle decodebin, so we can stop waiting when it posts an error
10455           message. However, we should do that before we set the subtitle
10456           decodebin's state to playing, otherwise things are racy and we might
10457           miss error messages posted before we had a chance to set up the bus.
10458           This should finally fix totem hanging on .txt pseudo-subtitle files.
10459           
10460 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10461
10462         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10463           Use gst_gdouble_to_guint64 for conversions.
10464         * win32/common/config.h.in:
10465           Add a define for GST_INSTALL_PLUGINS_HELPER
10466         * win32/common/libgstaudio.def:
10467         * win32/common/libgstcdda.def:
10468         * win32/common/libgstnetbuffer.def:
10469         * win32/common/libgstrtp.def:
10470         * win32/common/libgutils.def:
10471           Add new exported functions.
10472         * win32/vs6/gst_plugins_base.dsw:
10473         * win32/vs6/libgstdecodebin.dsp:
10474         * win32/vs6/libgstnetbuffer.dsp:
10475         * win32/vs6/libgstplaybin.dsp:
10476         * win32/vs6/libgstrtp.dsp:
10477         * win32/vs6/libgstvorbis.dsp:
10478         * win32/vs6/libgstcdda.dsp:
10479         * win32/vs6/libgstgdp.dsp:
10480         * win32/vs6/libgstutils.dsp:
10481           Update and add new project files.
10482
10483 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10486         (subrip_remove_unhandled_tags), (parse_subrip):
10487           For SubRip (.srt) subtitles, ignore all markup tags we don't
10488           handle (like font tags, for example).
10489
10490         * tests/check/elements/subparse.c:
10491           Add test for this.
10492
10493 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * gst/playback/gstdecodebin.c: (add_fakesink),
10496         (gst_decode_bin_change_state):
10497         * gst/playback/gstdecodebin2.c: (add_fakesink),
10498         (gst_decode_bin_change_state):
10499           Don't error out if there is no fakesink in the NULL to READY state
10500           change, since when decodebin is re-used, we're only adding the
10501           fakesink element in READY to PAUSED.
10502
10503         * tests/check/elements/decodebin.c:
10504         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10505         (decodebin_suite):
10506           Minimal unit test to make sure we can use the same decodebin
10507           instance twice (at least with audiotestsrc input).
10508
10509 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10512           Try to get devic-name from device string first, and from handle only
10513           as fallback (seems to yield better results and is more robust
10514           against buggy probing code on the application side).
10515
10516 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10519
10520         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10521         (gst_alsa_find_device_name):
10522         * ext/alsa/gstalsa.h:
10523         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10524         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10525           Improve device-name detection a bit, especially in the case where
10526           the device is not actually open (#405020, #405024). Move common code
10527           into gstalsa.c instead of duplicating it.
10528
10529 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10530
10531         * gst/audioconvert/gstaudioconvert.c:
10532           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10533
10534 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10535
10536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10537         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10538         (gst_xvimagesink_interface_supported),
10539         (gst_xvimagesink_probe_get_properties),
10540         (gst_xvimagesink_probe_probe_property),
10541         (gst_xvimagesink_probe_needs_probe),
10542         (gst_xvimagesink_probe_get_values),
10543         (gst_xvimagesink_property_probe_interface_init),
10544         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10545         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10546         (gst_xvimagesink_get_type):
10547         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10548         for XVAdaptors so that one can choose the adaptor to use with 
10549         gstreamer-properties.
10550
10551 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10552
10553         * gst/audioconvert/gstaudioconvert.c:
10554           Also mention that a conversion from double to float is suboptimal still.
10555
10556 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10557
10558         * gst-libs/gst/audio/gstaudiofilter.c:
10559         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10560           Clear our formats structure and free the caps contained in it when
10561           shutting down.
10562
10563 2007-02-05  Andy Wingo  <wingo@pobox.com>
10564
10565         * gst-libs/gst/audio/gstbaseaudiosink.c
10566         (gst_base_audio_sink_callback): Update basesink->offset so that we
10567         pull monotonically increasing offsets instead of, um, seeking back
10568         to 0 each time. Fixes alsasrc ! alsasink!
10569
10570 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * gst/videoscale/gstvideoscale.c:
10573           A width and height of 1 makes us crash, so increase minimum size to
10574           2x2 pixels until someone feels like fixing this (#404512).
10575
10576 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10579           Add small test to make sure request pads are cleaned up properly
10580           even if oggmux never changes state out of NULL.
10581
10582 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * tests/check/libs/utils.c: (GST_START_TEST):
10585           Fix unit test. Turns out things work much better when you
10586           NULL-terminate string arrays. Should make p5 build bot happy again.
10587
10588 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst-libs/gst/audio/Makefile.am:
10591         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10592         (gst_audio_filter_template_base_init),
10593         (gst_audio_filter_template_class_init),
10594         (gst_audio_filter_template_init),
10595         (gst_audio_filter_template_set_property),
10596         (gst_audio_filter_template_get_property),
10597         (gst_audio_filter_template_setup),
10598         (gst_audio_filter_template_filter),
10599         (gst_audio_filter_template_filter_inplace), (plugin_init):
10600           Oops, forgot to commit fixed-up example.
10601
10602 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         * docs/libs/gst-plugins-base-libs-sections.txt:
10605         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10606         (gst_audio_filter_class_init), (gst_audio_filter_init),
10607         (gst_audio_filter_set_caps),
10608         (gst_audio_filter_class_add_pad_templates):
10609         * gst-libs/gst/audio/gstaudiofilter.h:
10610           Port GstAudioFilter to 0.10. This change technically breaks
10611           API and ABI (and thus also every library developer's heart),
10612           but seems justifiable on the grounds that the base class was
10613           completely unusable before (ie. would crash immediately when
10614           actually used). Fixes #403963 (and eventually also #403572).
10615           Also document all of this a bit.
10616
10617 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst-libs/gst/utils/install-plugins.c:
10620         (gst_install_plugins_spawn_child):
10621         * tests/check/libs/utils.c:
10622         (test_base_utils_install_plugins_do_callout):
10623           Lowering log level to see why things fail on the p5 build bot;
10624           fix some typos in unit test messages.
10625
10626 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * tests/check/libs/utils.c:
10629         (test_base_utils_install_plugins_do_callout):
10630           Don't hard-code temp directory for test helper; use GLib functions
10631           to write out file and do error checking etc.
10632
10633 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10634
10635         * gst-libs/gst/utils/Makefile.am:
10636         * gst-libs/gst/utils/base-utils.h:
10637         * gst-libs/gst/utils/install-plugins.c:
10638         (gst_install_plugins_context_set_xid),
10639         (gst_install_plugins_context_new),
10640         (gst_install_plugins_context_free),
10641         (gst_install_plugins_get_helper),
10642         (gst_install_plugins_spawn_child),
10643         (gst_install_plugins_return_from_status),
10644         (gst_install_plugins_installer_exited),
10645         (gst_install_plugins_async), (gst_install_plugins_sync),
10646         (gst_install_plugins_return_get_name),
10647         (gst_install_plugins_installation_in_progress):
10648         * gst-libs/gst/utils/install-plugins.h:
10649           API: add API for applications to initiate installation of missing
10650           plugins, ie. gst_install_plugins_async() primarily.
10651           Based on libgimme-codec by Ryan Lortie.
10652
10653         * configure.ac:
10654           Add --with-install-plugins-helper configure option so distros can specify
10655           the path of the helper script or program to call when plugin installation
10656           is requested (distros: please do any argument munging in this helper
10657           script instead of patching GStreamer to pass arguments differently
10658           to another program directly).
10659
10660         * docs/libs/gst-plugins-base-libs-docs.sgml:
10661         * docs/libs/gst-plugins-base-libs-sections.txt:
10662           Build and document new API.
10663
10664         * tests/check/libs/utils.c: (result_cb),
10665         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10666         (libgstbaseutils_suite):
10667           Some simple checks for the new API.
10668
10669 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * tests/check/elements/audioconvert.c: (test_float_conversion):
10672           Add small test for 32bit float <=> 64bit float conversion (works
10673           only one way so far, 32=>64 produces structured noise).
10674
10675 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/audioconvert/gstaudioconvert.c:
10678         (set_structure_widths_32_and_64), (make_lossless_changes):
10679           We don't support floats with a width of 40, 48 or 56 bits.
10680
10681 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10682
10683         * gst/audioconvert/audioconvert.c: (float), (double),
10684         (audio_convert_get_func_index):
10685         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10686         (make_lossless_changes):
10687           Support for 64-bit float audio in audioconvert (#339837)
10688
10689 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         Patch by: Holger Wansing  <linux wansing-online de>
10692
10693         * po/LINGUAS:
10694         * po/de.po:
10695           Add German translation (#352069).
10696
10697 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10698
10699         reviewed by: Wim Taymans <wim@fluendo.com>
10700
10701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10702         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10703         Use newly added GstCollectPads API to free the allocated resources in
10704         the GstOggPad structures (#402393).
10705
10706 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10707
10708         * gst/playback/gstplaybin.c: (gen_vis_element):
10709           Add audioresample+audioconvert in front of the visualisation
10710           element, so that elements like libvisual 0.4 that don't support all
10711           samplerates can work.
10712
10713           Fixes: #402505
10714
10715 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10718         (gst_play_base_bin_get_streaminfo_value_array):
10719           Take some locks and make a copy of the streaminfo value array we
10720           maintain while holding the lock, so that the application can
10721           retrieve the stream-info as a value array in a thread-safe way.
10722
10723 2007-01-30  Wim Taymans  <wim@fluendo.com>
10724
10725         * gst/audioconvert/gstaudioconvert.c:
10726         Don't fail on 0 sized buffers. Fixes #396835.
10727
10728 2007-01-29  David Schleef  <ds@schleef.org>
10729
10730         * gst/typefind/gsttypefindfunctions.c:
10731           Detect BBCD as video/x-dirac, so we can play raw dirac
10732           streams.
10733
10734 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * ext/theora/theoraenc.c: (theora_enc_chain):
10737           Check return value of theora_encode_header(), or we might try to
10738           allocate a random number of bytes. theora_encode_header() can fail
10739           if libtheora has been compiled with encoding support disabled.
10740           Fixes #398110.
10741
10742 2007-01-29  Wim Taymans  <wim@fluendo.com>
10743
10744         * tests/check/gst/.cvsignore:
10745         Do as buildbot says.
10746
10747 2007-01-29  Wim Taymans  <wim@fluendo.com>
10748
10749         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10750         Fix strides in libvisual. Gst uses X strides.
10751         Inspired by: <ed at catmur dot co dot uk> and 
10752         <tim at centricular dot net>
10753         Fixes #401118.
10754
10755 2007-01-27  Wim Taymans  <wim@fluendo.com>
10756
10757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10758         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10759         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10760         (gst_ogg_demux_perform_seek),
10761         (gst_ogg_demux_bisect_forward_serialno),
10762         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10763         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10764         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10765         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10766         * ext/ogg/gstoggdemux.h:
10767         Properly propagate streaming errors when we are scanning the file for
10768         chains so that we don't crash when shut down. Might fix some crashers
10769         when quickly switching oggs in RB such as #332503 and #378436.
10770
10771 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10774           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10775           error code as well.
10776
10777 2007-01-25  Wim Taymans  <wim@fluendo.com>
10778
10779         * gst/playback/gstplaybasebin.c: (remove_source):
10780         Don't try to disconnect a signal from a finalized object.
10781
10782 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10785           Cast lock macro parameters to make sure we're actually accessing the
10786           lock member at the right class level. Free list itself in _dispose()
10787           as well and NULL it in case dispose gets called multiple times.
10788
10789 2007-01-25  Edward Hervey  <edward@fluendo.com>
10790
10791         * gst/playback/gstdecodebin2.c:
10792         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10793         Free GstDecodeGroups no longer used.
10794         (gst_decode_group_expose):
10795         Don't unlock too many times !
10796         (deactivate_free_recursive):
10797         Free iterator once we're done with it.
10798         Fix for recursively deactivating elements (stop at ghostpads).
10799
10800 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/playback/gstplaybin.c: (handoff):
10803           Fix up caps on the frame buffer before we save it and potentially
10804           make it accessible to other threads via g_object_get; also use
10805           gst_buffer_replace() instead of gst_mini_object_replace().
10806
10807 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10810           Make getting the current frame thread-safe.
10811
10812 2007-01-25  Edward Hervey  <edward@fluendo.com>
10813
10814         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10815         (gst_decode_group_new), (gst_decode_group_free):
10816         Set queues to bigger sizes to cope with HD contents.
10817         Fix some mutex freeing and add comment about MT safe methods.
10818
10819 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10822         (gst_text_overlay_text_event):
10823           Don't unnecessarily ref (and then leak) upstream events if the text
10824           pad is not linked. Fixes #399948.
10825
10826         * tests/check/gst-plugins-base.supp:
10827           Add suppression for pango on edgy/x86 for textoverlay test.
10828
10829 2007-01-24  Wim Taymans  <wim@fluendo.com>
10830
10831         * gst-libs/gst/rtp/gstrtpbuffer.h:
10832         Add some more fixed payloads.
10833
10834 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10835
10836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10837           Error out properly if we get an error from libogg while reading the
10838           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10839
10840 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10843           Don't leak mutex.
10844
10845         * tests/check/elements/playbin.c:
10846         (test_sink_usage_video_only_stream),
10847         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10848         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10849         (test_missing_suburisource_handler),
10850         (test_missing_primary_decoder), (playbin_suite):
10851           Run all tests once with decodebin and once with decodebin2.
10852           One test does not pass yet with decodebin2.
10853
10854 2007-01-23  Edward Hervey  <edward@fluendo.com>
10855
10856         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10857         Fix the cases where oggmux doesn't properly figure out that all
10858         sinkpads have gone EOS, and therefore doesn't push out the remaining
10859         buffers and the final EOS event.
10860         Fixes #363379
10861
10862 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10863
10864         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10866         Don't lock on navigation event push, just on keysym to string.
10867         Fixes #397673 again.
10868
10869 2007-01-22  Edward Hervey  <edward@fluendo.com>
10870
10871         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10872         (get_current_group), (group_demuxer_event_probe),
10873         (gst_decode_group_expose), (deactivate_free_recursive),
10874         (gst_decode_group_free):
10875         Cleanups.
10876         Don't forget to emit 'no-more-pads' once a group is exposed.
10877         Cleanup elements from a DecodeGroup once we remove it.
10878         Protect call to gst_decode_group_expose() with the decodebin lock.
10879
10880 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10881
10882         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10884         Looking at Xorg code i can't figure out if that XKeysymToString
10885         function is thread sensible or not. Lock it just in case as
10886         recommended by Radek Doulik <rodo at ximian dot com>.
10887
10888 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10889
10890         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10892         Lock that X Call as well. Fixes #397673.
10893
10894 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10895
10896         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10897           Don't go into an endless loop if the file starts with 00 00 01 2X,
10898           like quicktime redirect files might. Fixes #396042.
10899
10900         * tests/check/Makefile.am:
10901         * tests/check/gst/.cvsignore:
10902         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10903         (typefindfunctions_suite):
10904           Add unit test for the above.
10905
10906 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10909           On second thought, use "depth" field rather than "bpp" field.
10910
10911 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10914           Camtasia caps apparently need a bpp field (#398875).
10915
10916 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10919         (gen_source_element), (gst_play_base_bin_change_state):
10920           Attempt at a better error message in case we don't have the required
10921           URI handler installed; post missing-plugin message also when we're
10922           missing an URI handler for the subtitle URI; clean up properly also
10923           when an error occurs and we never made it to PAUSED state.
10924
10925         * tests/check/elements/playbin.c: (GST_START_TEST),
10926         (playbin_suite):
10927           Check that we're also getting a missing-plugin messsage for a
10928           missing subtitle URI handler (and clean up properly).
10929
10930 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10931
10932         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10933           Plug a few reference leaks.
10934
10935 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10936
10937         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10938           Lower probability a bit if the marker isn't right at the start,
10939           to decrease the chance of false positives.
10940
10941 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10944           Small mpeg2 system stream typefinding improvement: make typefinder
10945           probe a bit into the stream instead of just looking for a marker
10946           at the beginning. Fixes #397810.
10947
10948 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/audioconvert/gstchannelmix.c:
10951           Remove compatibility cruft for prehistoric GLib versions.
10952
10953 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst/playback/Makefile.am:
10956         * gst/playback/gstdecodebin.c: (close_pad_link):
10957         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10959         (gst_play_base_bin_handle_message_func), (unknown_type):
10960           Let decodebin be the element to post missing-plugin messages for
10961           missing decoders (rather than playbin); make playbin implement
10962           GstBin::handle_message so we can suppress missing-plugin messages
10963           for types we're not handling on purpose (don't want to bring up an
10964           installer in those cases).
10965
10966 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10969         * gst-libs/gst/tag/gstvorbistag.c:
10970         (gst_tag_list_to_vorbiscomment_buffer):
10971         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10972           Fix potentially unaligned access (#397207).
10973
10974 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10975
10976         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10977         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10978         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10979         (main):
10980           Allow to toggle looping while it plays. Fix callback prototype. Clean
10981           up code a bit more. Add copyright header.
10982
10983 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10986           Red and blue mask was swapped (spotted by Dan Williams).
10987
10988 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10989
10990         * gst-libs/gst/tag/gstid3tag.c:
10991         * gst-libs/gst/tag/gstvorbistag.c:
10992           Use new beats-per-minute tag from core.
10993
10994 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * po/POTFILES.in:
10997           Add new files with translatable strings, so they actually make it
10998           into the template file one day.
10999
11000 2007-01-12  Andy Wingo  <wingo@pobox.com>
11001
11002         * gst-libs/gst/audio/gstbaseaudiosink.c
11003         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11004         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11005         stuff, as the base class handles this now. Actually tell the ring
11006         buffer to start.
11007         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11008         How did this work before? Maybe I'm not as awesome a programmer as
11009         I think.
11010
11011         * gst-libs/gst/audio/gstbaseaudiosrc.c
11012         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11013         of a pad function.
11014
11015 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11018           Remove more fields so that the application can better blacklist
11019           formats that have been tried before.
11020
11021 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst-libs/gst/audio/mixerutils.h:
11024           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11025           used when compiling with c++ compilers as well.
11026
11027 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/typefind/gsttypefindfunctions.c:
11030           Fix comment.
11031
11032 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/playback/gstplaybin.c: (post_missing_element_message),
11035         (gen_video_element), (gen_text_element), (gen_audio_element),
11036         (gen_vis_element):
11037           Post missing-plugin messages also when we error out because
11038           converters, textoverlay or auto*sinks are missing (#161922).
11039
11040 2007-01-10  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11043         (is_demuxer_element), (new_caps):
11044         * gst/playback/gstplaybasebin.c: (source_new_pad):
11045         Fix the case where we try to ref a NULL element when we delay a link
11046         because of unfixed caps.
11047         Set the state of autoplugged decodebins to PAUSED.
11048         RTSP now works in playbin, we can remove it from the blacklist.
11049
11050 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         * gst/playback/Makefile.am:
11053         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11054         (unknown_type), (setup_subtitle), (gen_source_element):
11055         * gst/playback/gstplaybin.c: (plugin_init):
11056           Post missing-plugin messages on the bus for missing sources and
11057           missing decoders/demuxers/depayloaders; fix error code used when
11058           we're missing an URI handler source; for media types that we are not
11059           handling on purpose at the moment, don't print "don't know how to
11060           handle xyz" messages to the terminal or post missing-plugin
11061           messages on the bus.
11062
11063         * tests/check/elements/playbin.c: (create_playbin),
11064         (GST_START_TEST), (gst_codec_src_uri_get_type),
11065         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11066         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11067         (gst_codec_src_init_type), (gst_codec_src_base_init),
11068         (gst_codec_src_create), (gst_codec_src_class_init),
11069         (gst_codec_src_init), (plugin_init), (playbin_suite):
11070           Add some tests for the missing-plugin stuff.
11071
11072 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * configure.ac:
11075         * gst-libs/gst/Makefile.am:
11076         * gst-libs/gst/utils/Makefile.am:
11077         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11078         * gst-libs/gst/utils/base-utils.h:
11079         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11080         (find_format_info), (caps_are_rtp_caps),
11081         (gst_base_utils_get_source_description),
11082         (gst_base_utils_get_sink_description),
11083         (gst_base_utils_get_decoder_description),
11084         (gst_base_utils_get_encoder_description),
11085         (gst_base_utils_get_element_description),
11086         (gst_base_utils_add_codec_description_to_tag_list),
11087         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11088         * gst-libs/gst/utils/descriptions.h:
11089         * gst-libs/gst/utils/missing-plugins.c:
11090         (missing_structure_get_type), (copy_and_clean_caps),
11091         (gst_missing_uri_source_message_new),
11092         (gst_missing_uri_sink_message_new),
11093         (gst_missing_element_message_new),
11094         (gst_missing_decoder_message_new),
11095         (gst_missing_encoder_message_new),
11096         (missing_structure_get_string_detail),
11097         (missing_structure_get_caps_detail),
11098         (gst_missing_plugin_message_get_installer_detail),
11099         (gst_missing_plugin_message_get_description),
11100         (gst_is_missing_plugin_message):
11101         * gst-libs/gst/utils/missing-plugins.h:
11102           API: add new libgstbaseutils library with functions
11103           - to create and parse missing-plugins messages
11104           - that provide (translated) descriptions for caps/decoders/sources/etc.
11105           Closes #392393.
11106
11107         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11108         * pkgconfig/gstreamer-plugins-base.pc.in:
11109           Add new lib.
11110
11111         * docs/libs/gst-plugins-base-libs-docs.sgml:
11112         * docs/libs/gst-plugins-base-libs-sections.txt:
11113           Generate docs for new lib and API.
11114
11115         * tests/check/Makefile.am:
11116         * tests/check/libs/.cvsignore:
11117         * tests/check/libs/utils.c: (missing_msg_check_getters),
11118         (GST_START_TEST), (libgstbaseutils_suite):
11119           Add some basic unit tests.
11120
11121 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * ext/ogg/Makefile.am:
11124           Dist gstoggdemux.h to fix 'make distcheck'.
11125
11126         * sys/v4l/Makefile.am:
11127           Fix 'make distcheck' even more.
11128
11129 2007-01-09  Wim Taymans  <wim@fluendo.com>
11130
11131         * docs/plugins/Makefile.am:
11132         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11133         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11134         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11135         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11136         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11137         (gst_ogg_demux_perform_seek):
11138         * ext/ogg/gstoggdemux.h:
11139         Added docs.
11140         Add some more comments.
11141         Small cleanups.
11142
11143 2007-01-09  Wim Taymans  <wim@fluendo.com>
11144
11145         * ext/theora/theoradec.c:
11146         * ext/vorbis/vorbisdec.c:
11147         * gst-libs/gst/audio/gstringbuffer.c:
11148         (gst_ring_buffer_commit_full):
11149         * gst-libs/gst/audio/gstringbuffer.h:
11150         * gst-libs/gst/rtp/gstrtpbuffer.c:
11151         * gst-libs/gst/tag/gstvorbistag.c:
11152         Small documentation updates/fixes
11153
11154 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * configure.ac:
11157           Require core CVS HEAD for Andy's basesrc/sink API additions.
11158
11159 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11160
11161         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11162
11163         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11164         (plugin_init):
11165           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11166           on flac.sf.net (there appear to be other versions of the first
11167           ogg page in the wild) (#391365).
11168
11169 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * configure.ac:
11172           Check if localtime_r() is available.
11173
11174         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11175           If localtime_r() is not available, fall back to localtime(). Should
11176           fix build on MingW (#393310).
11177
11178 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11181         * gst/subparse/gstsubparse.h:
11182           Remove spurious 1000 subtrahend when calculating the timestamp from
11183           the frame number and the frame rate . Also, use the frames/second
11184           value specified in the first line of the file, if one is specified
11185           there. Should fix #357503.
11186
11187         * tests/check/elements/subparse.c: (do_test),
11188         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11189         (subparse_suite):
11190           Add some basic unit tests for the microdvd subtitle format.
11191
11192 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11193
11194         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11195
11196         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11197         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11198         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11199         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11200         (gst_xvimagesink_set_xwindow_id),
11201         (gst_xvimagesink_set_event_handling),
11202         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11203         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11204         Fixes: #390076.
11205         Add an adaptor property to select a specific XV adaptor.
11206         * sys/xvimage/xvimagesink.h:
11207
11208 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11209
11210         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11211         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11212         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11213         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11214         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11215         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11216         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11217         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11218         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11219         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11220         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11221         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11222         Use flow_lock much more to protect every access to xwindow.
11223         Try to catch erros while creating images in case some drivers are
11224         just generating an XError when the requested image is too big.
11225         Should fix : #354698, #384008, #384060.
11226         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11227         Implement some stress testing of setting window xid.
11228
11229 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11230
11231         * win32/common/libgsaudio.def:
11232           Add new exported function.
11233         * win32/common/libgstogg.dsp:
11234           Add gstoggaviparse.c to the build.
11235         * win32/common/libgstvideoscale.dsp:
11236           Add vs_4tap.c to the build.
11237         * win32/common/libgstvorbis.dsp:
11238           Add vorbistag.c to the build.
11239         
11240 2007-01-06  Andy Wingo  <wingo@pobox.com>
11241
11242         * gst-libs/gst/audio/gstbaseaudiosink.c
11243         (gst_base_audio_sink_class_init)
11244         (gst_base_audio_sink_init): 
11245         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11246         to baseaudiosink, and tell basesink that we can work in pull mode.
11247         This way the ring buffer thread drives the pipeline directly, if
11248         pull mode is possible. There is some lingering nastiness regarding
11249         capsnego, however.
11250         (gst_base_audio_sink_callback): Implement the callback to pull
11251         data. This interface is a bit light, though -- it should get a
11252         GstFlowReturn return value at least.
11253
11254 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11257         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11258         * gst/playback/gstdecodebin2.c:
11259         (gst_decode_group_check_if_blocked):
11260           Printf format and missing argument fixes.
11261
11262 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11263
11264         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11265         (gst_ogm_parse_change_state):
11266         Activate pads before adding them to the element.
11267
11268 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * tests/examples/seek/scrubby.c: (main):
11271         * tests/examples/seek/seek.c: (main):
11272           Call g_thread_init() first thing in main() (see #391278).
11273
11274 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * tests/check/Makefile.am:
11277         * tests/check/libs/.cvsignore:
11278         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11279         (netbuffer_suite):
11280           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11281           for the time being, since it's broken, see #393099.
11282
11283 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * tests/check/Makefile.am:
11286           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11287
11288 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11289
11290         * configure.ac:
11291           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11292           so that GST_BASE_CFLAGS can go inbetween them, making sure
11293           we use uninstalled gst-libs headers
11294         * docs/libs/Makefile.am:
11295         * ext/alsa/Makefile.am:
11296         * ext/cdparanoia/Makefile.am:
11297         * ext/gnomevfs/Makefile.am:
11298         * ext/libvisual/Makefile.am:
11299         * ext/ogg/Makefile.am:
11300         * ext/theora/Makefile.am:
11301         * ext/vorbis/Makefile.am:
11302         * gst-libs/gst/audio/Makefile.am:
11303         * gst-libs/gst/cdda/Makefile.am:
11304         * gst-libs/gst/interfaces/Makefile.am:
11305         * gst-libs/gst/riff/Makefile.am:
11306         * gst-libs/gst/rtp/Makefile.am:
11307         * gst-libs/gst/tag/Makefile.am:
11308         * gst/adder/Makefile.am:
11309         * gst/audioconvert/Makefile.am:
11310         * gst/audiorate/Makefile.am:
11311         * gst/audioresample/Makefile.am:
11312         * gst/playback/Makefile.am:
11313         * gst/tcp/Makefile.am:
11314         * gst/videoscale/Makefile.am:
11315         * gst/volume/Makefile.am:
11316         * sys/ximage/Makefile.am:
11317         * sys/xvimage/Makefile.am:
11318         * tests/icles/Makefile.am:
11319           adapt
11320
11321 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11322
11323         * gst-libs/gst/interfaces/xoverlay.c:
11324         (gst_x_overlay_handle_events):
11325         * gst-libs/gst/interfaces/xoverlay.h:
11326         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11327         (gst_ximagesink_set_xwindow_id),
11328         (gst_ximagesink_set_event_handling),
11329         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11330         (gst_ximagesink_get_property), (gst_ximagesink_init),
11331         (gst_ximagesink_class_init):
11332         * sys/ximage/ximagesink.h:
11333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11334         (gst_xvimagesink_set_xwindow_id),
11335         (gst_xvimagesink_set_event_handling),
11336         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11337         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11338         (gst_xvimagesink_class_init):
11339         * sys/xvimage/xvimagesink.h:
11340         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11341         Add a method to the XOverlay interface to allow disabling of 
11342         event handling in x[v]imagesink elements. This will let X events
11343         propagate to parent windows which can be usefull in some cases.
11344         Be carefull that the application is then responsible of pushing
11345         navigation events and expose events to the video sink.
11346         Fixes: #387138.
11347
11348 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst-libs/gst/tag/gstvorbistag.c:
11351         * tests/check/libs/tag.c: (GST_START_TEST):
11352           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11353           (fixes #392070).
11354
11355 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * configure.ac:
11358         * docs/Makefile.am:
11359         * docs/design/Makefile.am:
11360           Dist design docs.
11361
11362 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11363
11364         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11365         typo. Fixes: #390063.
11366
11367 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11368
11369         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11371         caps leak.
11372         * win32/common/config.h: Updated.
11373
11374 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11377         (setup_gdpdepay_streamheader):
11378         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11379         (setup_gdppay_streamheader):
11380           Fix the dp tests, but activating the pads for the streamheader tests
11381           too and cleaning up conditionaly
11382
11383 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11384
11385         * gst/ffmpegcolorspace/avcodec.h:
11386         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11387         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11388         (gst_ffmpegcsp_avpicture_fill):
11389         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11390         (img_get_alpha_info):
11391         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11392         other end of the word. Fixes: #387073.
11393
11394         Add some inconsequential branch hints in a couple of places.
11395
11396 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11399         (gst_ffmpeg_caps_to_smpfmt):
11400           The "signed" field in raw audio caps is of boolean type, trying to
11401           extract the value with _get_int() will fail (fix to keep in sync with
11402           the copy in gst-ffmpeg)
11403
11404 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11405
11406         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11407         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11408         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11409         (cleanup_gdpdepay):
11410         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11411         * tests/check/elements/subparse.c: (teardown_subparse):
11412         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11413         * tests/check/elements/videorate.c: (cleanup_videorate):
11414         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11415         * tests/check/elements/volume.c: (cleanup_volume):
11416         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11417         (cleanup_vorbisdec):
11418         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11419         (cleanup_vorbistag):
11420           consistent pad (de)activation
11421
11422 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11425           Forgot to register the extensions.
11426
11427 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11428
11429         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11430         (plugin_init):
11431           Add typefinder for VIVO files (my christmas present to the 90s).
11432
11433 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst/playback/gstdecodebin.c: (type_found):
11436           Special-case the text/plain media type: we only want to recognise it
11437           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11438           parser, but not if the entire stream is of text/plain type. If the
11439           entire stream is text/plain, we should just error out.
11440
11441           This fixes playback of audio files with lyrics in totem. Totem can't
11442           distinguish between text files and subtitle files and passes any
11443           .txt file with the same basename as the main file to playbin as
11444           suburi, and playbin will then throw a 'subtitle found, but no video
11445           stream' error, which isn't entirely helpful. See #380342.
11446
11447           Also, with this change we'll show a slightly more correct error
11448           message in case totem passes a playlist file to us (although a
11449           custom error message wording instead of the default text would
11450           probably not be a bad idea either).
11451
11452           Same problem also needs to be fixed for playbin+decodebin2.
11453
11454         * tests/check/Makefile.am:
11455         * tests/check/elements/decodebin.c: (src_handoff_cb),
11456         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11457         (decodebin_suite):
11458           Add simple unit test for decodebin for the above.
11459
11460 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11463         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11464           Refuse to change state to READY when we failed to create any of the
11465           required elements in our instance init function.
11466
11467 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * docs/libs/gst-plugins-base-libs-sections.txt:
11470           Small docs fixes/updates.
11471
11472         * gst-libs/gst/video/gstvideosink.h:
11473           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11474           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11475           removed from the base sink API between 0.9.6 and 0.9.7).
11476           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11477           accessor macros, so we don't do a runtime GObject type check every
11478           time we use them.
11479
11480 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11481
11482         * Makefile.am:
11483         * gst-plugins-base.doap:
11484         * gst-plugins-base.spec.in:
11485           add doap file
11486
11487 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         Patch by: Jens Granseuer <jensgr at gmx net>
11490
11491         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11492         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11493         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11494         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11496           Declare variables at the beginning of a block. Fixes #383195.
11497
11498 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11499
11500         * configure.ac:
11501         Bump version nano - back to CVS.
11502
11503
11504 === release 0.10.11 ===
11505
11506 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11507
11508         * configure.ac:
11509           releasing 0.10.11, "Dumb things"
11510
11511 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11512
11513         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11514         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11515         Handle the case where an element has multiple pads with 
11516         unfixed caps as well as still possibly producing more dynamic 
11517         pads by storing each case as a distinct entry in the dynamic list.
11518         Fixes #38223 again.
11519
11520 2006-12-04  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst/playback/gstdecodebin.c: (close_pad_link):
11523         Fix #382223, add more dynamic caps handling.
11524
11525 2006-12-04  Wim Taymans  <wim@fluendo.com>
11526
11527         * gst-libs/gst/audio/gstringbuffer.h:
11528         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11529         (gst_netaddress_set_ip4_interface),
11530         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11531         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11532         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11533         (gst_netaddress_get_ttl):
11534         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11535         * gst/playback/gstdecodebin.c: (close_pad_link):
11536         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11537         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11538         * win32/common/config.h:
11539
11540 2006-12-01  Michael Smith  <msmith@fluendo.com>
11541
11542         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11543           Delete bad debug code.
11544           Fixes #381219
11545
11546 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11547
11548         * gst/videoscale/vs_4tap.c:
11549         * win32/MANIFEST:
11550         * win32/common/config.h:
11551         * win32/vs8/libgstvideoscale.vcproj:
11552         Fix compilation on win32 under VS8
11553         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11554         Partially fixes #381175
11555
11556 2006-11-30  Michael Smith  <msmith@fluendo.com>
11557
11558         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11559         (GST_START_TEST):
11560           It would be very bad if, after a discont buffer, we thought every
11561           single following buffer was also discont. So, add to the test to
11562           ensure that this isn't the case.
11563           
11564         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11565           ... it was the case. So fix it.
11566
11567 2006-11-28  Wim Taymans  <wim@fluendo.com>
11568
11569         * gst/playback/gstplaybasebin.c: (check_queue_event):
11570         Improve debug.
11571
11572         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11573         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11574         padtemplate caps. Refixes #357577.
11575
11576 2006-11-28  Wim Taymans  <wim@fluendo.com>
11577
11578         * gst/playback/gstplaybasebin.c: (check_queue_event),
11579         (queue_threshold_reached), (queue_out_of_data),
11580         (gen_preroll_element):
11581         Add event probe to see when EOS is in a queue and we can disable the
11582         underrun signals. Fixes #357577.
11583
11584 2006-11-28  Edward Hervey  <edward@fluendo.com>
11585
11586         * gst/playback/Makefile.am:
11587         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11588         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11589         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11590         (gst_decode_bin_init), (gst_decode_bin_dispose),
11591         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11592         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11593         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11594         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11595         (connect_element), (expose_pad), (type_found),
11596         (pad_added_group_cb), (pad_removed_group_cb),
11597         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11598         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11599         (are_raw_caps), (multi_queue_overrun_cb),
11600         (multi_queue_underrun_cb), (gst_decode_group_new),
11601         (get_current_group), (group_demuxer_event_probe),
11602         (gst_decode_group_control_demuxer_pad),
11603         (gst_decode_group_control_source_pad),
11604         (gst_decode_group_check_if_blocked),
11605         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11606         (gst_decode_group_hide), (gst_decode_group_free),
11607         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11608         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11609         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11610         (plugin_init):
11611         New decodebin2 element.
11612         Closes #370092
11613         * gst/playback/gstplay-marshal.list:
11614         Added marshallers for new signals in decodebin2
11615         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11616         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11617         is set.
11618
11619 2006-11-28  Wim Taymans  <wim@fluendo.com>
11620
11621         * gst/playback/gstplaybasebin.c: (setup_source),
11622         (gst_play_base_bin_change_state):
11623         Disable rtsp:// uris for the release, it's not good enough yet.
11624         Remove unused var.
11625
11626 2006-11-26  Wim Taymans  <wim@fluendo.com>
11627
11628         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11629         (theora_dec_push_forward), (theora_dec_push_reverse),
11630         (theora_handle_data_packet), (theora_dec_decode_buffer),
11631         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11632         (theora_dec_chain_forward), (theora_dec_chain):
11633         Implement reverse playback.
11634
11635         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11636         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11637         (vorbis_dec_chain_forward):
11638         Clear buffers used for reverse playback in _reset.
11639         No need to set the eos flag, we clip samples using the segment.
11640
11641 2006-11-24  Wim Taymans  <wim@fluendo.com>
11642
11643         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11644         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11645         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11646         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11647         Some cleanups.
11648         Handle continued pages in reverse mode.
11649
11650 2006-11-24  Wim Taymans  <wim@fluendo.com>
11651
11652         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11653         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11654         (vorbis_dec_flush_decode):
11655         Small cleanups.
11656         Don't try to add invalid timestamps.
11657         Clipping will unref the buffer.
11658
11659 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11660
11661         * gst/adder/gstadder.h:
11662         * gst/audiotestsrc/gstaudiotestsrc.h:
11663           remove obsolete _factory_init protos
11664
11665 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11666
11667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11668           Fix spacing in debug message.
11669
11670 2006-11-23  Wim Taymans  <wim@fluendo.com>
11671
11672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11673         (gst_ogg_demux_chain):
11674         Don't just ignore return values from _pad_push().
11675         Small debug improvements.
11676
11677 2006-11-23  Michael Smith  <msmith@fluendo.com>
11678
11679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11680           If our incoming buffer is marked as DISCONT, then increment the page
11681           number (so that the discontinuity is marked in the final ogg
11682           bitstream) and flush the previous page.
11683
11684 2006-11-22  Michael Smith  <msmith@fluendo.com>
11685
11686         * ext/theora/gsttheoraenc.h:
11687         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11688         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11689         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11690         (theora_enc_chain), (theora_enc_change_state):
11691           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11692
11693         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11694         (GST_START_TEST), (theoraenc_suite):
11695           Enable discontinuity test, fix it.
11696
11697 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11700         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11701         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11702         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11703         (gst_text_overlay_change_state):
11704         * ext/pango/gsttextoverlay.h:
11705           Some textoverlay fixes: for one, in the video chain function,
11706           actually wait for a text buffer to come in if there is none at the
11707           moment and there should be one; also, deal more gracefully with
11708           incoming buffers that do not have a timestamp or duration; discard
11709           text buffer when not needed any longer. Fixes #341681.
11710
11711         * tests/check/Makefile.am:
11712         * tests/check/elements/.cvsignore:
11713         * tests/check/elements/textoverlay.c:
11714         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11715         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11716         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11717         (test_video_waits_for_text_send_text_newsegment_thread),
11718         (test_video_waits_for_text_shutdown_element),
11719         (test_render_continuity_push_video_buffers_thread),
11720         (textoverlay_suite):
11721           Add some unit tests for textoverlay.
11722
11723 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11726           Avoid integer underflow when the found probability for mp3 is
11727           smaller than the 'penalty' we subtract if there's not a clean
11728           mp3 header sync at offset 0.
11729
11730 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11731
11732         * docs/libs/gst-plugins-base-libs-sections.txt:
11733           Add some new symbols to the docs
11734
11735 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * tests/check/Makefile.am:
11738         * tests/check/elements/ffmpegcolorspace.c:
11739         (ffmpegcolorspace_suite):
11740           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11741           (for now not for valgrinding though, since it takes too long).
11742
11743 2006-11-20  Wim Taymans  <wim@fluendo.com>
11744
11745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11746         (gst_ffmpeg_pixfmt_to_caps):
11747         Fix RGBA32 caps. Fixes #357038.
11748
11749 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11750
11751         * gst-libs/gst/interfaces/mixertrack.h:
11752           Add FIXME so we can add some padding here in 0.11
11753
11754 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11757           Fix GstBaseRTPAudioPayload structure so the whole GObject
11758           inheritance business actually works (parent class instance structure
11759           must always come first in the derived class instance structure).
11760
11761 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/videotestsrc/Makefile.am:
11764         * tests/check/Makefile.am:
11765           Make sure our checks and the videotestsrc plugin link against the
11766           local uninstalled gst libs and not any installed gst libs that
11767           might happen to exist as well.
11768
11769         * tests/check/elements/adder.c: (message_received),
11770         (test_event_message_received), (test_play_twice_message_received):
11771         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11772           Fix compiler warnings when compiling against core with disabled
11773           debugging system.
11774
11775 2006-11-16  Michael Smith  <msmith@fluendo.com>
11776
11777         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11778         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11779           Fix audiorate, so that it accurately sets offsets and timestamps.
11780           Doesn't change the fundamental algorithmic decisions; so should be
11781           safe.
11782
11783         * tests/check/Makefile.am:
11784           Enable audiorate test now that it passes.
11785
11786 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11787
11788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11789           clear xv when going to NULL, remove // commented non-existant proto
11790
11791         * tests/examples/seek/seek.c: (main):
11792           add missing tooltip description for scrub and play_scrub
11793
11794 2006-11-14  David Schleef  <ds@schleef.org>
11795
11796         * configure.ac:
11797           Bump liboil requirement to 0.3.8.
11798         * gst-libs/gst/riff/riff-media.c:
11799           Add Dirac fourcc.
11800         * gst/videoscale/vs_image.h:
11801         * gst/videoscale/vs_scanline.h:
11802           Use liboil's stdint.h.
11803         * gst/videotestsrc/videotestsrc.c:
11804           Remove liboil related ifdef's, since they aren't needed now, and
11805           won't work with future versions.
11806
11807 2006-11-14  David Schleef  <ds@schleef.org>
11808
11809         * gst/videoscale/Makefile.am:
11810         * gst/videoscale/gstvideoscale.c:
11811         * gst/videoscale/gstvideoscale.h:
11812         * gst/videoscale/vs_4tap.c:
11813         * gst/videoscale/vs_4tap.h:
11814         * gst/videoscale/vs_image.c:
11815         * gst/videoscale/vs_image.h:
11816         * gst/videoscale/vs_scanline.c:
11817         * gst/videoscale/vs_scanline.h:
11818           Add a 4-tap image scaler.  Theoretically looks much prettier.
11819           The tap calculation could use some improvement.
11820
11821 2006-11-14  Wim Taymans  <wim@fluendo.com>
11822
11823         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11824
11825         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11826         (gst_riff_parse_strf_iavs):
11827         * gst/subparse/gstsubparse.c: (convert_encoding):
11828         * gst/tcp/gstmultifdsink.c:
11829         (gst_multi_fd_sink_handle_client_write):
11830         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11831         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11832         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11833         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11834         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11835         (gst_ximagesink_ximage_new):
11836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11837         Various gsize and gssize printf fixes. Fixes #372507.
11838
11839 2006-11-13  Wim Taymans  <wim@fluendo.com>
11840
11841         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11842         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11843         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11844         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11845         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11846         * ext/vorbis/vorbisdec.h:
11847         First stab at vorbis reverse playback.
11848
11849 2006-11-13  Wim Taymans  <wim@fluendo.com>
11850
11851         * gst-libs/gst/audio/gstbaseaudiosink.c:
11852         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11853         * gst-libs/gst/audio/gstbaseaudiosink.h:
11854         Make the clock sync code more accurate wrt resampling and playback
11855         at different rates.
11856         
11857         * gst-libs/gst/audio/gstringbuffer.c:
11858         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11859         * gst-libs/gst/audio/gstringbuffer.h:
11860         Use better algorithm to interpolate sample rates. 
11861
11862 2006-11-13  Michael Smith  <msmith@fluendo.com>
11863
11864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11865           Improve a debug line slightly.
11866
11867         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11868           Call gst_riff_init() in plugin_init, to avoid getting errors from
11869           the debug system (unrelated changes to another plugin made this turn
11870           up; not sure why).
11871
11872 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11873
11874         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11875
11876         * win32/common/libgsttag.def:
11877           Add missing symbol (#366492).
11878
11879 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11882           Don't unref a NULL pad.
11883
11884 2006-11-09  Wim Taymans  <wim@fluendo.com>
11885
11886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11887         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11888         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11889         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11890         (gst_ogg_demux_loop):
11891         Implement first stab at reverse playback.
11892
11893 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11894
11895         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11896         (gst_riff_create_video_template_caps):
11897           add h263/h264 variants to the caps, Fixes #363118
11898
11899 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11900
11901         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11902         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11903           Use g_strerror instead of strerror so we get UTF-8.
11904
11905 2006-11-03  David Schleef  <ds@schleef.org>
11906
11907         * ext/ogg/gstoggdemux.c:
11908         * ext/ogg/gstoggmux.c:
11909           Add/remove KW-DIRAC header here, since it is ogg-specific.
11910
11911 2006-11-03  Michael Smith  <msmith@fluendo.com>
11912
11913         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11914           Recognise more mpeg4 elementary video streams.
11915
11916 2006-11-02  Edward Hervey  <edward@fluendo.com>
11917
11918         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11919         Lower the probability of mp3 typefinding functions if we don't find a
11920         valid mp3 header at the start of the file.
11921         Closes #369482
11922
11923 2006-11-02  Wim Taymans  <wim@fluendo.com>
11924
11925         * ext/theora/gsttheoradec.h:
11926         * ext/theora/theoradec.c: (gst_theora_dec_init),
11927         (theora_dec_sink_event), (theora_dec_chain_forward),
11928         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11929         (theora_dec_chain):
11930         Document and partially implement an algorithm for doing reverse playback
11931         of theora video.
11932
11933 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11936
11937         * win32/common/config.h:
11938         * win32/common/interfaces-enumtypes.c:
11939         * win32/common/libgsttag.def:
11940         * win32/vs8/gst-plugins-base.sln:
11941         * win32/vs8/libgstaudioresample.vcproj:
11942         * win32/vs8/libgstinterfaces.vcproj:
11943         * win32/vs8/libgstogg.vcproj:
11944         * win32/vs8/libgstriff.vcproj:
11945         * win32/vs8/libgsttag.vcproj:
11946         * win32/vs8/libgsttheora.vcproj:
11947         * win32/vs8/libgstvideoscale.vcproj:
11948         * win32/vs8/libgstvorbis.vcproj:
11949           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11950           to libgsttag.def; add missing dependencies for some vs8 projects;
11951           re-arrange placement of .def files in vs8 projects (#366334).
11952
11953 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * ext/ogg/gstogg.c:
11956           Remove unused variable.
11957
11958         * ext/ogg/gstoggdemux.c:
11959           Fix Wim's surname in plugin description.
11960
11961 2006-10-31  Wim Taymans  <wim@fluendo.com>
11962
11963         * gst-plugins-base.spec.in:
11964         spec new .h file. Fixes #368310.
11965
11966 2006-10-31  Michael Smith  <msmith@fluendo.com>
11967
11968         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11969         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11970         (gst_multi_fd_sink_get_stats),
11971         (gst_multi_fd_sink_remove_client_link),
11972         (gst_multi_fd_sink_queue_buffer),
11973         (gst_multi_fd_sink_handle_clients):
11974         * gst/tcp/gstmultifdsink.h:
11975           Make using the remove or clear signals threadsafe.
11976           Make calling get-stats with an invalid fd not segfault.
11977           Fixes 368273.
11978
11979 2006-10-31  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst-libs/gst/rtp/Makefile.am:
11982         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11983         (gst_base_rtp_audio_payload_init):
11984         Fix and activate base audio payloader.
11985
11986 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11987
11988         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11989         (plugin_init):
11990           Add typefinder for QuickTime Image Files (see #366156).
11991
11992 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11995           Another typo fix (#366212).
11996
11997 2006-10-27  Wim Taymans  <wim@fluendo.com>
11998
11999         * gst/volume/gstvolume.c: (volume_transform_ip):
12000         Use stream time to synchronize volume property instead of rather random
12001         timestamps. This is needed when gnonlin does its time shifting.
12002
12003 2006-10-27  Wim Taymans  <wim@fluendo.com>
12004
12005         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12006
12007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12008         Remove the pad from the element in release_pad. Fixes #364812.
12009
12010 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12014           Explicitly create our custom buffer classes at a thread-safe
12015           location as well, since g_type_class_ref() doesn't seem to be
12016           entirely thread-safe either (#365501; also see #349410).
12017
12018 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12019
12020         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12021         (gst_riff_parse_info):
12022           If strings in INFO chunk are not UTF-8, do something similar to
12023           what we do for ID3v1 tags: check a number of environment variables
12024           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12025           character sets to try, otherwise try the current locale and/or fall
12026           back on ISO-8859-1. Fixes #360552.
12027
12028 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/videotestsrc/gstvideotestsrc.c:
12031         (gst_video_test_src_pattern_get_type),
12032         (gst_video_test_src_set_pattern):
12033         * gst/videotestsrc/gstvideotestsrc.h:
12034         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12035         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12036         (gst_video_test_src_checkers8):
12037         * gst/videotestsrc/videotestsrc.h:
12038           Add a bunch of exciting new checkers patterns.
12039
12040 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * gst/subparse/Makefile.am:
12043         * gst/subparse/gstsubparse.c:
12044         (gst_sub_parse_data_format_autodetect),
12045         (gst_sub_parse_format_autodetect), (handle_buffer),
12046         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12047         * gst/subparse/gstsubparse.h:
12048         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12049         (parse_tmplayer):
12050         * gst/subparse/tmplayerparse.h:
12051           Add support for TMPlayer-type subtitles (#362845).
12052
12053         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12054         (GST_START_TEST), (subparse_suite):
12055           Add some basic unit tests for the above.
12056
12057 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12058
12059         * tests/check/elements/audiorate.c: (test_injector_base_init),
12060         (test_injector_class_init), (test_injector_chain),
12061         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12062         (GST_START_TEST), (audiorate_suite):
12063           More tests for audiorate: inject buffers to check behaviour when
12064           buffers overlap.
12065
12066 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * tests/check/Makefile.am:
12069         * tests/check/elements/.cvsignore:
12070         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12071         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12072           Add some basic unit tests for audiorate. Disabled at the moment
12073           since it doesn't pass yet (see bug #363119).
12074
12075 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12078         (parse_subrip), (handle_buffer):
12079           Add missing closing tags for markup and fix broken markup,
12080           otherwise pango won't render anything (fixes #357531). Also,
12081           make sure the text we send out is always NUL-terminated
12082           (better safe than sorry etc.).
12083
12084         * tests/check/elements/subparse.c: (test_srt_do_test),
12085         (test_srt):
12086           Some more tests for .srt incl. tests for the above stuff.
12087
12088 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12089
12090         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12092         Patch by: Stefan Kost  <ensonic@users.sf.net>
12093         Try to redraw borders only when needed. Apparently this consumes
12094         resources on small devices... :-O (#363607)
12095
12096 2006-10-20  Michael Smith  <msmith@fluendo.com>
12097
12098         * gst/tcp/gstmultifdsink.c:
12099         (gst_multi_fd_sink_client_queue_buffer):
12100           If caps change, then update the client's idea of the caps so that we
12101           don't end up re-sending streamheaders for every single buffer after
12102           the caps change.
12103
12104 2006-10-20  Michael Smith  <msmith@fluendo.com>
12105
12106         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12107         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12108           Set caps on pushed buffers; fix up refcounting of caps objects.
12109
12110 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12113         (plugin_init):
12114           Typefind mmsh header data packet to application/x-mmsh (#362625).
12115
12116 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * tests/check/Makefile.am:
12119         * tests/check/elements/.cvsignore:
12120         * tests/check/elements/subparse.c: (buffer_from_static_string),
12121         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12122         (GST_START_TEST), (subparse_suite):
12123           Add very simple unit test for subparse.
12124
12125 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12128         (parse_subrip):
12129           Strip trailing newlines from subtitle text output.
12130
12131 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12134         (gst_sub_parse_change_state):
12135           Fix memleak; clear subparse->textbuf n state change function.
12136
12137 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * gst/subparse/gstsubparse.c:
12140         (gst_sub_parse_data_format_autodetect):
12141           Don't require subrip (.srt) files to start with a chunk number of 1.
12142
12143 2006-10-18  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst-libs/gst/audio/gstbaseaudiosink.c:
12146         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12147         * gst-libs/gst/audio/gstbaseaudiosink.h:
12148         Extract rate from the NEWSEGMENT event.
12149         Use commit_full to also take rate adjustment into account when writing
12150         samples to the ringbuffer.
12151         
12152         * gst-libs/gst/audio/gstringbuffer.c:
12153         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12154         (gst_ring_buffer_read):
12155         * gst-libs/gst/audio/gstringbuffer.h:
12156         Added _commit_full() to also take rate into account.
12157         Use simple interpolation algorithm to resample audio.
12158         API: gst_ring_buffer_commit_full()
12159
12160         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12161         * tests/examples/seek/seek.c: (segment_done):
12162         Don't try to seek with 0.0 rate, just pause instead.
12163         Remove bogus debug line.
12164
12165 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12168         (setup_source):
12169           Catch async errors when starting up the subtitle bin, so we can
12170           stop waiting and continue with the main film instead of hanging
12171           forever. Fixes #339366.
12172
12173         * tests/check/elements/playbin.c: (playbin_suite):
12174           Enable unit test for the above.
12175
12176 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * tests/check/Makefile.am:
12179         * tests/check/elements/.cvsignore:
12180         * tests/check/elements/playbin.c: (GST_START_TEST),
12181         (gst_red_video_src_uri_get_type),
12182         (gst_red_video_src_uri_get_protocols),
12183         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12184         (gst_red_video_src_uri_handler_init),
12185         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12186         (gst_red_video_src_create), (gst_red_video_src_class_init),
12187         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12188           Some small and basic unit tests for playbin; not very useful yet,
12189           but at least a start.
12190
12191 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * gst/playback/gstplaybin.c: (setup_sinks):
12194           The old pad activation spiel.
12195
12196 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * gst/playback/gstplaybasebin.c: (setup_source):
12199           Don't hang forever if the subbin already fails to start up in 
12200           the state change to PAUSED (#339366).
12201
12202 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12205         (gst_tuner_set_channel), (gst_tuner_get_channel),
12206         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12207         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12208         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12209         (gst_tuner_find_channel_by_name):
12210           Fix some function guards, add some more function guards.
12211
12212 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12213
12214         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12215         (remove_element_chain):
12216         Don't return a pad from get_our_ghost_pad unless it is actually the
12217         one we want.
12218         Change a cast in remove_element_chain slightly.
12219
12220 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12221
12222         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12223         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12224         Segment seeking needs to use the rate and set stop to -1.
12225
12226 2006-10-13  Wim Taymans  <wim@fluendo.com>
12227
12228         * gst-libs/gst/audio/gstbaseaudiosink.c:
12229         (gst_base_audio_sink_setcaps):
12230         Don't crash when ringbuffer is not yet created.
12231         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12232         Fixes #361634.
12233
12234         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12235         * gst/playback/gststreamselector.c:
12236         (gst_stream_selector_request_new_pad):
12237         Activate pads befre adding them to running elements.
12238
12239 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12240
12241         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12242         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12243         updater when we start grabing the slider. Don't wait for the
12244         pipeline to be PAUSED.
12245
12246 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12247
12248         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12249         (gst_mixer_set_volume), (gst_mixer_get_volume),
12250         (gst_mixer_set_mute), (gst_mixer_set_option),
12251         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12252         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12253         (gst_mixer_option_changed):
12254           Guard mixer interface functions against bogus arguments.
12255
12256 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12257
12258         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12259         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12260         (msg_state_changed), (main): Use state-changed messages to trigger
12261         start/stop of scale update timer. Indeed the scale slider was
12262         jumping here and there because the update timer was activated 
12263         before seek completed. This fixes instant applying of rate changes
12264         by pressing the spinbutton like a crazy man !
12265
12266 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12269
12270         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12271         (gst_basertppayload_finalize):
12272           Fix two small memory leaks (#361456).
12273
12274 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12275
12276         * tests/examples/seek/seek.c: (do_seek),
12277         (rate_spinbutton_changed_cb): When changing spinbutton we try
12278         to change the rate on the fly.
12279
12280 2006-10-10  Wim Taymans  <wim@fluendo.com>
12281
12282         * gst-libs/gst/riff/riff-ids.h:
12283         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12284         (gst_riff_create_audio_template_caps):
12285         Add WMS caps.
12286
12287 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12288
12289         Patch by: Josep Torra Valles <josep@fluendo.com>
12290
12291         * ext/gnomevfs/gstgnomevfssink.c:
12292         * ext/gnomevfs/gstgnomevfssrc.c:
12293         Fix URI interface implementation return type.
12294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12295         Fix what looks like a copy/paste issue when assigning values.
12296         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12297         (gst_audio_filter_template_get_type):
12298         Cast to prevent Forte warnings.
12299         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12300         Fix URI interface implementation return type.
12301         gst_pad_query_position requires a signed integer pointer as
12302         3rd parameter, GstClockTime is unsigned.
12303         * gst/audioconvert/audioconvert.c:
12304         Fix integer overflow when treated as signed.
12305         * gst/audioresample/resample.c: (resample_add_input_data):
12306         Cast to prevent warnings on Forte.
12307         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12308         Fix integer overflow when treated as signed.
12309         * gst/ffmpegcolorspace/imgconvert_template.h:
12310         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12311         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12312         (cleanup_decodebin):
12313         Who initialises a guint to -1!
12314         Cast function pointers to prevent warnings on Forte.
12315         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12316         (queue_threshold_reached):
12317         Cast function pointers correctly to prevent warnings on Forte.
12318         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12319         Cast function pointers correctly to prevent warnings on Forte.
12320         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12321         Obvious change to unsigned, 0xEF > max signed char.
12322         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12323         GstClockTime is unsigned, initialise correctly.
12324         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12325         Cast so pointer arithemetic doesn't cause warnings on Forte.
12326         * gst/videorate/gstvideorate.c:
12327         Use correct return value.
12328         * tests/examples/seek/scrubby.c:
12329         GstClockTime is unsigned, initialise correctly.
12330
12331 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12332
12333         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12334
12335         * gst/typefind/gsttypefindfunctions.c:
12336           Recognise XML files and XML-like files shorter than 256 bytes as
12337           well (fixes #359237).
12338
12339 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12340
12341         Patch by: Renato Filho <renato.filho@indt.org.br>
12342         
12343         * gst/typefind/gsttypefindfunctions.c:
12344         Added typefind functions to video/x-nuv media.
12345         
12346 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * gst-libs/gst/interfaces/xoverlay.c:
12349         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12350           Some more guards against invalid input.
12351
12352 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12353
12354         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12355         Useless goto.
12356         * tests/examples/seek/seek.c: (do_seek),
12357         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12358         seek example to experiment with rates != 1.0 (reverse playback !)
12359
12360 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12361
12362         * gst-libs/gst/interfaces/xoverlay.c:
12363           Unref message in doc-example (spotted by Robert McQueen)
12364
12365 2006-10-06  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12368         (mpeg1_parse_header), (mpeg1_sys_type_find):
12369         printf fix.
12370
12371 2006-10-06  Wim Taymans  <wim@fluendo.com>
12372
12373         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12374         (close_pad_link):
12375         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12376         Activate dynamic pads before adding them to the element.
12377
12378 2006-10-06  Michael Smith  <msmith@fluendo.com>
12379
12380         * gst-libs/gst/floatcast/floatcast.h:
12381           Fix obviously-bogus macros; use the correct types.
12382
12383 2006-10-06  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12386         (gst_base_rtp_depayload_change_state):
12387         Also call parent state change function to activate pads.
12388
12389         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12390         (mpeg1_parse_header), (mpeg1_sys_type_find):
12391         Add some more debug info in mpeg typefinding.
12392
12393 2006-10-06  Michael Smith  <msmith@fluendo.com>
12394
12395         * ext/theora/theoradec.c: (theora_dec_chain):
12396           Zero byte theora packets are valid and well-defined; don't warn on
12397           them.
12398
12399 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12402         (gst_multi_fd_sink_get_stats), (find_limits),
12403         (gst_multi_fd_sink_queue_buffer):
12404           API: add dropped_buffers to the get-stats GValueArray
12405
12406 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * ext/alsa/gstalsadeviceprobe.c:
12409         (gst_alsa_device_property_probe_get_values):
12410         * ext/alsa/gstalsasink.c: (set_hwparams):
12411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12412         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12414         (gst_ogg_mux_process_best_pad):
12415         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12416         (gst_ogg_parse_chain):
12417         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12418         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12419         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12420         (gst_vorbis_enc_buffer_check_discontinuous):
12421         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12422         * gst-libs/gst/audio/gstbaseaudiosink.c:
12423         (gst_base_audio_sink_render):
12424         * gst-libs/gst/cdda/gstcddabasesrc.c:
12425         (gst_cdda_base_src_handle_track_seek):
12426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12427         (gst_base_rtp_depayload_push_full):
12428         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12429         * gst/audioresample/resample.c: (resample_input_pushthrough):
12430         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12431         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12432         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12433         (wavpack_type_find):
12434         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12436         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12437         * tests/check/elements/volume.c: (GST_START_TEST):
12438           Printf format fixes.
12439
12440 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12441
12442         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12443           Fix a simple mistake (see the docs)
12444           Fixes #359580
12445
12446 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * docs/plugins/Makefile.am:
12449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12451         * docs/plugins/gst-plugins-base-plugins.args:
12452         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12453         * docs/plugins/inspect/plugin-adder.xml:
12454         * docs/plugins/inspect/plugin-alsa.xml:
12455         * docs/plugins/inspect/plugin-audioconvert.xml:
12456         * docs/plugins/inspect/plugin-audiorate.xml:
12457         * docs/plugins/inspect/plugin-audioresample.xml:
12458         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12459         * docs/plugins/inspect/plugin-cdparanoia.xml:
12460         * docs/plugins/inspect/plugin-decodebin.xml:
12461         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12462         * docs/plugins/inspect/plugin-gdp.xml:
12463         * docs/plugins/inspect/plugin-gnomevfs.xml:
12464         * docs/plugins/inspect/plugin-libvisual.xml:
12465         * docs/plugins/inspect/plugin-ogg.xml:
12466         * docs/plugins/inspect/plugin-pango.xml:
12467         * docs/plugins/inspect/plugin-playbin.xml:
12468         * docs/plugins/inspect/plugin-subparse.xml:
12469         * docs/plugins/inspect/plugin-tcp.xml:
12470         * docs/plugins/inspect/plugin-theora.xml:
12471         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12472         * docs/plugins/inspect/plugin-video4linux.xml:
12473         * docs/plugins/inspect/plugin-videorate.xml:
12474         * docs/plugins/inspect/plugin-videoscale.xml:
12475         * docs/plugins/inspect/plugin-videotestsrc.xml:
12476         * docs/plugins/inspect/plugin-volume.xml:
12477         * docs/plugins/inspect/plugin-vorbis.xml:
12478         * docs/plugins/inspect/plugin-ximagesink.xml:
12479         * docs/plugins/inspect/plugin-xvimagesink.xml:
12480           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12481
12482 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12485
12486         * ext/vorbis/Makefile.am:
12487         * ext/vorbis/vorbis.c: (plugin_init):
12488         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12489         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12490         * ext/vorbis/vorbisparse.h:
12491         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12492         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12493         (gst_vorbis_tag_parse_packet):
12494         * ext/vorbis/vorbistag.h:
12495           Add new vorbistag element which derives from vorbisparse
12496           and is essentially the same as well, only that it implements
12497           the GstTagSetter interface and can modify the stream's
12498           vorbiscomment on the fly (#335635).
12499
12500         * tests/check/Makefile.am:
12501         * tests/check/elements/.cvsignore:
12502         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12503         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12504         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12505         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12506           Add unit test for new vorbistag element.
12507
12508 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12509
12510         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12511         (vorbis_parse_push_headers), (vorbis_parse_chain):
12512           Set BOS flag in packet structure to fix 'jump depends
12513           on unitialized value' errors in valgrind; various minor
12514           clean-ups.
12515
12516 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12517
12518         * gst/playback/gstdecodebin.c: (close_pad_link):
12519         Fix typo in a debug statement.
12520
12521         * gst/playback/gstplaybasebin.c: (probe_triggered),
12522         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12523         (gen_source_element), (source_new_pad), (analyse_source),
12524         (setup_source):
12525         When handling no_more_pads in new_decoded_pad, make sure to treat
12526         subtitle pads correctly. Fixes playback with subtitle files.
12527
12528         Move a recurring message to LOG level.
12529
12530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12531         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12532         which ends up as -1 when cast to an int. Make the logic handle the
12533         max value as an unsigned mask and only change the colorkey when it's
12534         a value we recognise.
12535
12536 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12537
12538         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12539         Removed empty * between paragraphs
12540
12541 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12542
12543         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12544         * gst-libs/gst/rtp/README:
12545         Moved some documentation into .c file
12546
12547 2006-09-29  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/playback/gstdecodebin.c: (no_more_pads):
12550         Fix compilation.
12551
12552 2006-09-29  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/playback/gstdecodebin.c: (new_caps):
12555         Remove g_print
12556
12557         * gst/playback/gstplaybin.c:
12558         Add some docs.
12559
12560 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12561
12562         * tests/check/Makefile.am:
12563           Re-enable cddabasesrc test to see if it works again
12564           now.
12565
12566 2006-09-29  Wim Taymans  <wim@fluendo.com>
12567
12568         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12569         (gen_source_element):
12570         Handle invalid URIs a bit more gracefully.
12571
12572 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         * tests/check/pipelines/oggmux.c:
12575           Remove obsolete comment.
12576
12577 2006-09-29  Michael Smith  <msmith@fluendo.com>
12578
12579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12580         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12581         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12582         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12583         (gst_ogg_mux_collected):
12584           Commit patch from James "Doc" Livingston, adds proper EOS handling
12585           in oggmux. GStreamer can, for the first time ever, create a valid
12586           Ogg file! Yay!
12587
12588         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12589         (oggmux_suite):
12590           Reenable tests now that they pass.
12591
12592 2006-09-29  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12595         Stop reading commands when EOF (we read 0) as well.
12596
12597 2006-09-28  Wim Taymans  <wim@fluendo.com>
12598
12599         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12600         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12601         (find_dynamic), (unlinked), (close_link):
12602         Implement delayed caps linking needed for element with a lot of
12603         different caps on the src pads that get fixed at runtime.
12604         Improve management of dynamic elements.
12605
12606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12607         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12608         (gen_preroll_element), (remove_groups), (unknown_type),
12609         (add_element_stream), (no_more_pads_full), (no_more_pads),
12610         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12611         (new_decoded_pad), (setup_subtitle), (array_has_value),
12612         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12613         (analyse_source), (remove_decoders), (make_decoder),
12614         (remove_source), (setup_source), (finish_source), (prepare_output),
12615         (gst_play_base_bin_change_state):
12616         * gst/playback/gstplaybasebin.h:
12617         Use more _CAST instead of full type checking casts.
12618         Small cleanups, plug some leaks.
12619         Handle dynamic sources.
12620         Add some helper functions to create lists of strings used for
12621         blacklisting and other stuff.
12622         Refactor some code dealing with analysing the source.
12623         Re-enable sources without pads (like cd:// or other selfcontained
12624         elements).
12625
12626 2006-09-28  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst-libs/gst/audio/gstbaseaudiosink.c:
12629         (gst_base_audio_sink_render):
12630         When we have a timestamp, we can still perform clipping.
12631         When we have no clock, we must play the sample ASAP.
12632
12633 2006-09-28  Wim Taymans  <wim@fluendo.com>
12634
12635         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12636         Set caps on outgoing buffers.
12637
12638         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12639         (gst_video_rate_event), (gst_video_rate_chain):
12640         * gst/videorate/gstvideorate.h:
12641         Fix videorate some more. Fixes #357977
12642
12643 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * tests/check/elements/adder.c: (adder_suite):
12646           Don't set timeout to 6 seconds when we're running
12647           in valgrind ... (and how is 6 seconds longer than
12648           the default anyway?)
12649
12650 2006-09-28  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12653         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12654         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12655         Keep sink and src segment to keep track of time and support more
12656         input formats.
12657         Fix bogus next_offset and run_time calculation, don't understand how
12658         this could have worked before. Fixes #357976.
12659         Remove some unneeded vars.
12660
12661 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * gst/playback/gstplaybin.c: (remove_sinks):
12664           Only remove visualisation from visbin if there is a visbin (or:
12665           don't throw warnings when closing totem without playing a file).
12666
12667 2006-09-27  Wim Taymans  <wim@fluendo.com>
12668
12669         * gst-libs/gst/audio/gstbaseaudiosink.c:
12670         (gst_base_audio_sink_render):
12671         Add some more info in a WARNING.
12672
12673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12674         (gst_base_audio_src_create):
12675         Handle PAUSE in create function, use new -core addition to
12676         wait for playing. Fixes pausing and resuming capture from an
12677         audiosrc.
12678
12679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12680         (gst_ring_buffer_read):
12681         Constify some more.
12682         Caller supports interrupted reads now.
12683
12684 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * tests/check/Makefile.am:
12687           Another attempt to make the gen64 buildbot happy.
12688
12689 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12690
12691         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12692
12693         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12694         (gst_visual_chain), (gst_visual_change_state):
12695           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12696           correctly. Fixes #357800
12697
12698 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12701           Add timeout to _get_state() so we see which pipeline it is
12702           that causes trouble on the gen64 build bot.
12703
12704 2006-09-27  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12707         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12708         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12709         (gst_base_rtp_depayload_set_gst_timestamp):
12710         the source pad always uses fixed caps.
12711
12712 2006-09-27  Wim Taymans  <wim@fluendo.com>
12713
12714         * docs/libs/gst-plugins-base-libs-docs.sgml:
12715         * docs/libs/gst-plugins-base-libs-sections.txt:
12716         * gst-libs/gst/audio/gstaudioclock.c:
12717         * gst-libs/gst/audio/gstaudioclock.h:
12718         * gst-libs/gst/audio/gstaudiosink.c:
12719         * gst-libs/gst/audio/gstaudiosink.h:
12720         * gst-libs/gst/audio/gstaudiosrc.c:
12721         * gst-libs/gst/audio/gstbaseaudiosink.c:
12722         (gst_base_audio_sink_render):
12723         * gst-libs/gst/audio/gstbaseaudiosink.h:
12724         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12725         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12726         * gst-libs/gst/audio/gstringbuffer.h:
12727         Added docs for the audio libs.
12728
12729 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12730
12731         * tests/check/Makefile.am:
12732           Temporarily disable test that fails on the bots for unknown reasons.
12733
12734 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12735
12736         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12737         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12738         Moved AudioCodecType into priv
12739         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12740
12741 2006-09-25  Wim Taymans  <wim@fluendo.com>
12742
12743         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12744         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12745         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12746         (new_pad):
12747         Cleanups and small leak fixes.
12748         Added Depayloaders to valid list of autopluggable elements.
12749
12750 2006-09-25  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12753         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12754         (gen_video_element), (gen_text_element), (gen_audio_element),
12755         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12756         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12757         Detect NO_PREROLL state change returns and disable clock distribution to
12758         the sinks so that sync is disabled.
12759         Avoid some type checking and do simple casts instead.
12760         Small cleanups, fix some FIXMEs.
12761         Be more robust when linking user specified elements, catch an report
12762         errors. Fixes #357404.
12763         Fix some leaks in the error paths.
12764
12765 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12766
12767         * ChangeLog:
12768           ChangeLog surgery for missing bug-number
12769
12770 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         Patch by: Peter Kjellerstedt  <pkj at axis com>
12773
12774         * gst/playback/test.c:
12775           Fix compilation with uClibc and -Werror (#357591).
12776
12777 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12780           Parse dates that are followed by a time as well (#357532).
12781
12782         * tests/check/libs/tag.c: (test_vorbis_tags):
12783           Add unit test for this.
12784
12785 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12786
12787         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12788         (gst_audio_convert_transform_caps):
12789         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12790         * gst/videotestsrc/videotestsrc.h:
12791           A few array const-ifications.
12792
12793 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         * tests/check/Makefile.am:
12796           See if this makes the build bots happy.
12797
12798         * tests/check/libs/cddabasesrc.c:
12799           UTF8-ise my name.
12800
12801 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12804
12805         * gst/subparse/samiparse.c: (handle_start_font),
12806         (fix_invalid_entities):
12807           More case-insensitivity for certain tags; recognise entities with
12808           decimal codes as special entities as well (#357330).
12809
12810 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * gst-libs/gst/Makefile.am:
12813           Need to build tag directory before cdda.
12814
12815 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * docs/libs/gst-plugins-base-libs-sections.txt:
12818         * gst-libs/gst/cdda/Makefile.am:
12819         * gst-libs/gst/cdda/gstcddabasesrc.c:
12820         (gst_cdda_base_src_base_init):
12821         * gst-libs/gst/cdda/gstcddabasesrc.h:
12822         * gst-libs/gst/tag/tag.h:
12823         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12824         (gst_tag_register_musicbrainz_tags):
12825           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12826           depend on libgsttag. This is required so we can extract/read tags like
12827           DISCID without depending on libgstcddabasesrc (which used to register
12828           them).
12829
12830         * gst-libs/gst/tag/gstvorbistag.c:
12831           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12832           tags (also see #347848).
12833
12834         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12835           Log vorbis comments we are actually writing. Const-ify array.
12836
12837 2006-09-23  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12840         Improve buffering a bit by avoiding a deadlock because we cannot assume
12841         the underrun is always called.
12842
12843 2006-09-23  Wim Taymans  <wim@fluendo.com>
12844
12845         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12846
12847         * gst-libs/gst/riff/riff-ids.h:
12848         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12849         (gst_riff_create_audio_template_caps):
12850         Added MPEG-4 AAC and id and caps. Fixes #357289
12851         Added WMA9 Lossless id.
12852
12853 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12854
12855         * ext/gnomevfs/gstgnomevfssrc.c:
12856           Fix misleading docs addition.
12857
12858         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12859           Get rid of compiler warning the right way.
12860
12861 2006-09-22  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12864         (gst_base_rtp_depayload_finalize),
12865         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12866         (gst_base_rtp_depayload_push_full),
12867         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12868         (gst_base_rtp_depayload_process),
12869         (gst_base_rtp_depayload_set_gst_timestamp),
12870         (gst_base_rtp_depayload_queue_release):
12871         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12872         Small cleanups.
12873         Fix some leaks.
12874         Refactored the process method and added methods to push from the process
12875         vmethod.
12876         Use _scale functions.
12877         API: gst_base_rtp_depayload_push_ts
12878         API: gst_base_rtp_depayload_push
12879
12880         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12881         timestamps are uint.
12882
12883 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12884
12885         * gst-libs/gst/interfaces/xoverlay.c:
12886           Remove unused statement from doc example.
12887
12888 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12889
12890         * gst-libs/gst/interfaces/videoorientation.c:
12891         (gst_video_orientation_iface_init),
12892         (gst_video_orientation_get_hflip),
12893         (gst_video_orientation_get_vflip),
12894         (gst_video_orientation_get_hcenter),
12895         (gst_video_orientation_get_vcenter),
12896         (gst_video_orientation_set_hflip),
12897         (gst_video_orientation_set_vflip),
12898         (gst_video_orientation_set_hcenter),
12899         (gst_video_orientation_set_vcenter):
12900           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12901           in ChangeLog)
12902
12903 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         * tests/check/Makefile.am:
12906         * tests/check/elements/.cvsignore:
12907         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12908         (create_rgb_conversions), (rgb_conversion_free),
12909         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12910         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12911           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12912           but disable for now since it doesn't pass (something wrong with
12913           RGBA somewhere).
12914
12915 2006-09-21  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/playback/gstplaybasebin.c: (group_commit),
12918         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12919         (queue_out_of_data), (gen_preroll_element),
12920         (preroll_remove_overrun), (probe_triggered):
12921         Refactor handling of overrun detection.
12922         Separate handling of group completion and deadlock detection when doing
12923         network buffering. This should fix some deadlocks that were not detected
12924         because the group was completed.
12925         Add more comments, improve debugging.
12926
12927 2006-09-21  Wim Taymans  <wim@fluendo.com>
12928
12929         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12930         * tests/check/libs/audio.c:
12931         Some more compilation fixes.
12932
12933 2006-09-21  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst-libs/gst/audio/gstringbuffer.c:
12936         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12937         (gst_ring_buffer_read):
12938         Early morning compilation fix.
12939
12940 2006-09-20  Wim Taymans  <wim@fluendo.com>
12941
12942         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12943         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12944         * tests/check/elements/videorate.c: (GST_START_TEST):
12945         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12946         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12947         Fix some warnings.
12948
12949 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12950
12951         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12952         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12953         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12954           Handcrafted merge to help CVS understanding what I changed and what
12955           not.
12956
12957 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12958
12959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12960         (gst_xvimagesink_get_times):
12961           change colorkey behaviour back according to #354773 comment 6/7
12962
12963 2006-09-19  Michael Smith  <msmith@fluendo.com>
12964
12965         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12966         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12967         (gst_multi_fd_sink_recover_client),
12968         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12969         (gst_multi_fd_sink_get_property):
12970         * gst/tcp/gstmultifdsink.h:
12971           Implement stubbed out properties unit-type, units-soft-max,
12972           units-max, to allow specifying maximum sizes in units other than
12973           buffers.
12974           Fixes #355935
12975
12976 2006-09-19  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12979         (gst_riff_create_audio_template_caps):
12980         Reorder the audio formats a bit for clarity.
12981         Detect and create caps for MSGSM and MSN (WAV49).
12982         Fixes #356596.
12983
12984         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12985         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12986         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12987         Small cleanups, move error handling out of normal flow for clarity.
12988
12989 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12990
12991         * docs/libs/gst-plugins-base-libs-docs.sgml:
12992         * docs/libs/gst-plugins-base-libs.types:
12993         * gst-libs/gst/interfaces/Makefile.am:
12994         * gst-libs/gst/interfaces/videoorientation.c:
12995         (gst_video_orientation_get_type),
12996         (gst_video_orientation_iface_init),
12997         (gst_video_orientation_get_hflip),
12998         (gst_video_orientation_get_vflip),
12999         (gst_video_orientation_get_hcenter),
13000         (gst_video_orientation_get_vcenter),
13001         (gst_video_orientation_set_hflip),
13002         (gst_video_orientation_set_vflip),
13003         (gst_video_orientation_set_hcenter),
13004         (gst_video_orientation_set_vcenter):
13005         * gst-libs/gst/interfaces/videoorientation.h:
13006           API: Add new interface to control video orientation (fixes #354908)
13007
13008 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13009
13010         * gst/videotestsrc/gstvideotestsrc.c:
13011           Use G_UNLIKELY in _create and log one more detail.
13012           
13013         (gst_video_test_src_get_times), (gst_video_test_src_create):
13014         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13015           Use gst_util_uint64_scale_int in _get_times().
13016
13017 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13018
13019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13020           Give better warning message (add object and detail).
13021
13022 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13023
13024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13025         (gst_xvimagesink_get_times):
13026           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13027           #354773), use gst_util_uint64_scale_int in _get_times()
13028
13029 2006-09-18  Michael Smith  <msmith@fluendo.com>
13030
13031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13032           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13033           always true, leading to dropping all timestamps.
13034
13035 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13036
13037         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13038         (gst_visual_chain), (gst_visual_change_state):
13039           update to work also with libvisual 0.4 API, fix double unref (#355914)
13040           
13041         * tools/gst-launch-ext.1.in:
13042         * tools/gst-visualise.1.in:
13043           remove references to old man-pages
13044
13045         * tests/examples/seek/seek.c: (main):
13046           add real meadi-buttons, add tool-tips for the seek-options, arrange
13047           seek options in a table
13048
13049 2006-09-18  Michael Smith  <msmith@fluendo.com>
13050
13051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13052         (gst_ogg_mux_push_buffer):
13053           Don't generate out-of-order timestamps from oggmux, instead clamp
13054           output timestamps to be >= the previously output ts.
13055           Fixes #355595
13056
13057 2006-09-18  Michael Smith  <msmith@fluendo.com>
13058
13059         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13060         (gst_multi_fd_sink_class_init):
13061           Updates, fixes, and typo corrections for multifdsink. No functional
13062           changes.
13063
13064 2006-09-17  Michael Smith  <msmith@fluendo.com>
13065
13066         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13067           Don't crash on truncated files - check that we got an 8 byte buffer
13068           before trying to memcmp it.
13069
13070 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst/playback/gstplaybasebin.c: (get_active_source):
13073           Make stream-switching appear instant to the application
13074           (ie. make sure that a g_object_get on 'current-foo' returns
13075           the stream previously set with g_object_set(). Totem needs
13076           this to update stream-related meta-info (like audio-codec)
13077           correctly when switching streams.
13078
13079 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13080
13081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13082         (gst_alsa_mixer_ensure_track_list):
13083           Try harder to guess which mixer track is the master mixer
13084           track (instead of just taking the first one that has a pvolume).
13085           Fixes #342228.
13086
13087 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13088
13089         reviewed by: <delete if not using a buddy>
13090
13091         * gst-libs/gst/audio/audio.h:
13092         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13093
13094 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13095
13096         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13097         (gst_audio_convert_transform_caps):
13098           Get structure-name just once.
13099
13100 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13101
13102         * tests/check/elements/audioresample.c: (GST_START_TEST):
13103         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13104         * tests/check/elements/volume.c: (GST_START_TEST):
13105         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13106         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13107         (test_pipeline), (GST_START_TEST):
13108         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13109         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13110           Fix big batch of compiler warnings.
13111
13112 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13113
13114         * ext/gnomevfs/gstgnomevfssrc.c:
13115           Add docs about icydemux usage in connection with gnomevfssrc
13116
13117         * ext/libvisual/visual.c:
13118         * ext/ogg/gstoggaviparse.c:
13119         * ext/ogg/gstoggdemux.c:
13120         * ext/ogg/gstoggmux.c:
13121         * ext/ogg/gstoggparse.c:
13122         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13123         * gst-libs/gst/audio/gstaudiosink.c:
13124         * gst-libs/gst/audio/gstaudiosrc.c:
13125         * gst/audiorate/gstaudiorate.c:
13126           More G_OBJECT macro fixing.
13127
13128         * gst/audiotestsrc/gstaudiotestsrc.h:
13129           Fix wrong info in header due to copy & paste
13130
13131 2006-09-15  Wim Taymans  <wim@fluendo.com>
13132
13133         * gst-libs/gst/audio/gstbaseaudiosink.c:
13134         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13135         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13136         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13137         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13138         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13139         Do the delay calculation in the source/sink base classes as this is
13140         specific for the capture/playback mode.
13141         Try to fixate a bit better, like round depth up to a multiple of 8
13142         bigger than width.
13143         Handle underruns correctly by marking DISCONT on buffers and adjusting
13144         timestamps to handle the gap.
13145         Set offset/offset_end correctly on buffers.
13146
13147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13148         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13149         (gst_ring_buffer_read):
13150         Remove resync and underrun recovery from the ringbuffer.
13151         Fix ringbuffer read code on under/overrun.
13152
13153 2006-09-15  Wim Taymans  <wim@fluendo.com>
13154
13155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13156         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13157         (queue_threshold_reached), (gst_play_base_bin_set_property),
13158         (gst_play_base_bin_get_property):
13159         * gst/playback/gstplaybasebin.h:
13160         Don't use a 0 low watermark when buffering, it is catching starvation
13161         way too late. Instead, use a 3 second queue with 30 and 95
13162         percent low/high watermarks. 
13163         Added queue-min-threshold property to configure low watermark.
13164         Use new _buffering message API.
13165         Make queue_threshold variable big enough to store a uint64 time value.
13166         API: playbin::queue-min-threshold property.
13167
13168 2006-09-15  Wim Taymans  <wim@fluendo.com>
13169
13170         * configure.ac:
13171         We require 0.10.10.1 now because of _wait_preroll().
13172
13173         * gst-libs/gst/audio/gstbaseaudiosink.c:
13174         (gst_base_audio_sink_render):
13175         Use gst_base_sink_wait_preroll().
13176
13177 2006-09-15  Wim Taymans  <wim@fluendo.com>
13178
13179         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13180         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13181         Use DEBUG_OBJECT more.
13182
13183 === release 0.10.10 ===
13184
13185 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13186
13187         patch by: Michael Smith <msmith at fluendo dot com>
13188
13189         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13190         (gst_multi_fd_sink_client_queue_buffer),
13191         (gst_multi_fd_sink_new_client):
13192         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13193         (multifdsink_suite):
13194           Fix implementation of sync-method 'next-keyframe'
13195           Closes #354594
13196
13197 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13198
13199         patch by: Wim Taymans <wim at fluendo dot com>
13200
13201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13202         This patch removes the RANDOM flag that was incorrectly introduced with
13203         revision 1.91.  Fixes #354590
13204
13205 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * tests/check/Makefile.am:
13208           Random variation in Makefile line to see if it makes the
13209           gen64-base-full bot any happier.
13210
13211 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13214           Disable test that fails at the moment (killed after timeout).
13215
13216 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         Patch by: James Livingston  <doclivingston at gmail.com>
13219
13220         * tests/check/Makefile.am:
13221         * tests/check/pipelines/.cvsignore:
13222         * tests/check/pipelines/oggmux.c: (get_page_codec),
13223         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13224         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13225         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13226         (test_theora_vorbis), (oggmux_suite):
13227           Add simple unit test for oggmux from #337026 with checking for the
13228           EOS flags disabled for the time being.
13229
13230 2006-09-04  Wim Taymans  <wim@fluendo.com>
13231
13232         patch by: Alessandro Dessina <alessandro nnva org>
13233
13234         * ext/ogg/gstoggmux.c:
13235         Add cmml caps to oggmux. Fixes #353912
13236
13237 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13238
13239         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13240           Returning a return value often helps. In this case, we
13241           don't need the return value anyway, so just get rid of it.
13242           Should make build bots much happier.
13243
13244 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13247         (paint_get_structure), (gst_video_test_src_get_size),
13248         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13249         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13250         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13251         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13252         * gst/videotestsrc/videotestsrc.h:
13253           Add support for AYUV and the various RGBA formats. Initialise
13254           fields of paintinfo structs allocated on the stack.
13255
13256         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13257         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13258         (check_rgb_buf), (videotestsrc_suite):
13259           Add unit tests for videotestsrc's RGB output.
13260
13261 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13262
13263         * gst/videotestsrc/gstvideotestsrc.c:
13264         (gst_video_test_src_pattern_get_type),
13265         (gst_video_test_src_set_pattern):
13266         * gst/videotestsrc/gstvideotestsrc.h:
13267         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13268         (gst_video_test_src_black), (gst_video_test_src_white),
13269         (gst_video_test_src_red), (gst_video_test_src_green),
13270         (gst_video_test_src_blue):
13271         * gst/videotestsrc/videotestsrc.h:
13272           Add more uni-colour patterns ("white", "red", "green", and "blue").
13273
13274 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13277           Fix stride for YVYU, should be word-aligned (#353658).
13278
13279 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * gst/adder/gstadder.c: (gst_adder_src_event):
13282           Fix build.
13283
13284 2006-08-31  Edward Hervey  <edward@fluendo.com>
13285
13286         * gst/adder/gstadder.c: (forward_event_func),
13287         (gst_adder_src_event), (gst_adder_collected),
13288         (gst_adder_change_state):
13289         * gst/adder/gstadder.h:
13290         Remember the start position asked in the incoming seeks, so we can
13291         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13292         of assuming it will always be 0).
13293
13294 2006-08-31  Edward Hervey  <edward@fluendo.com>
13295
13296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13297         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13298         (gst_ogg_demux_loop):
13299         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13300
13301 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13302
13303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13304         (gst_ffmpegcsp_get_unit_size):
13305           Return FALSE instead of returning a random false unit
13306           size when the format isn't known/supported (even if
13307           this shouldn't happen under normal circumstances).
13308
13309 2006-08-29  Wim Taymans  <wim@fluendo.com>
13310
13311         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13312
13313         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13314         (gst_gnome_vfs_src_start):
13315         Try harder to get the size from a uri by using _info_uri() when
13316         _info_from_handle() does not give us enough info. 
13317         Also follow symlinks when getting the size.
13318         Partially Fixes #332864.
13319
13320 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13323
13324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13325         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13326         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13327         (gst_alsa_mixer_set_record):
13328         * ext/alsa/gstalsamixertrack.c:
13329         (gst_alsa_mixer_track_update_alsa_capabilities),
13330         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13331         (gst_alsa_mixer_track_update):
13332         * ext/alsa/gstalsamixertrack.h:
13333           Improve and fix mixer track handling, in particular better handling
13334           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13335           separate track objects for tracks that have both capture and playback
13336           volume (and label them differently as well so they're not mistakenly
13337           assumed to be duplicates); classify mixer tracks that only affect
13338           the audible volume of something (rather than the capture volume)
13339           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13340           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13341           (following the meaning documented in the mixer interface header
13342           file); add support for alsa's exclusive cswitch groups; update/sync
13343           state/flags better if mixer settings are changed by another
13344           application. Fixes #336075.
13345
13346 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         * gst/playback/gstplaybin.c:
13349           Improve docs: add section about BUFFERING messages sent by playbin.
13350
13351 2006-08-29  Michael Smith  <msmith@fluendo.com>
13352
13353         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13354         (gst_vorbis_enc_buffer_check_discontinuous),
13355         (gst_vorbis_enc_chain):
13356           Ignore explicit DISCONT marked on buffers (which is often spurious,
13357           particularly when using multiple segments), in favour of solely
13358           using the timestamps/durations.
13359
13360 2006-08-29  Edward Hervey  <edward@fluendo.com>
13361
13362         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13363         Don't rely on incoming buffers offset anymore, since it is completely
13364         broken when using multiple segments.
13365         Instead convert the incoming buffers timestamp to running time, and
13366         then convert that value to the offsets.
13367         Also inform GstSegment of the last outputted stop position, which is
13368         needed if we received several segments with an unknown stop value.
13369
13370 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13373           fix buffer unreffing on a header push failure
13374
13375 2006-08-28  Wim Taymans  <wim@fluendo.com>
13376
13377         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13378         (gst_audio_rate_chain):
13379         Make the metadata of the buffer writable before changing its
13380         flags.
13381
13382 2006-08-28  Wim Taymans  <wim@fluendo.com>
13383
13384         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13385         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13386         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13387         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13388         Fix audiorate some more.
13389         Reset and resync counters on flush and READY.
13390         Handle the DISCONT flag correctly.
13391         Use GstSegment to track position.
13392         Fail when not negotiated.
13393         Fixes #353234.
13394
13395 2006-08-25  Michael Smith  <msmith@fluendo.com>
13396
13397         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13398           Fix spelling.
13399           Remove accidently included debug line.
13400
13401 2006-08-25  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13404         Small cleanups.
13405         If a buffer is received with no caps, make the buffer metadata
13406         writable and set the caps, making sure that we don't screw up the
13407         refcounts.
13408
13409 2006-08-25  Michael Smith  <msmith@fluendo.com>
13410
13411         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13412         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13413           Fix memory leaks and misleading debug messages, add a couple of
13414           comments.
13415
13416         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13417         (gst_multi_fd_sink_render):
13418           Do not use gst_buffer_make_writable() in a basesink render method,
13419           as it may incorrectly unref the buffer. Instead, use convoluted
13420           dance to avoid copying the buffer except when we need to.
13421
13422 2006-08-25  Michael Smith  <msmith@fluendo.com>
13423
13424         * ext/vorbis/vorbisenc.c:
13425         (gst_vorbis_enc_buffer_check_discontinuous):
13426           Allow very small discontinuities in the timestamps. These we can't
13427           do anything useful with anyway (because vorbis's timestamps have
13428           only sample granularity), and are commonly produced by elements with
13429           minor bugs. Allow up to 1/2 a sample out.
13430           Fixes #351742.
13431
13432 2006-08-24  Wim Taymans  <wim@fluendo.com>
13433
13434         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13435         (play_scrub_toggle_cb), (main):
13436         Add a checkbox to enable play scrubbing. Makes it possible to disable
13437         normal scrubbing.
13438
13439 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13440
13441         * tests/check/elements/.cvsignore:
13442           make buildbot happy
13443
13444 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13447         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13448         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13449         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13450         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13451         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13452         (gst_ogm_text_parse_strip_trailing_zeroes),
13453         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13454         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13455           Refactor ogm parse, do better input checking, misc. clean-ups.
13456           Cache incoming events and push them once the source pad has
13457           been created. Don't pass unterminated strings to sscanf().
13458           Strip trailing zeroes from subtitle text output, since they
13459           are not valid UTF-8. Don't push vorbiscomment packets on
13460           the subtitle text pad. Output perfect streams if possible.
13461
13462 2006-08-23  Wim Taymans  <wim@fluendo.com>
13463
13464         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13465         Waits for tasks to settle down so that we clean up correctly for 
13466         valgrind.
13467
13468 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13469
13470         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13471           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13472           actually return return value in taglists_are_equal.
13473
13474 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13475
13476         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13477           Fix crash due to broken bitstream parsing on x86-64: can't make
13478           any assumptions about sizeof(struct) due to alignment/packing
13479           differences on different architectures. Fixes #351790.
13480
13481 2006-08-22  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13484         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13485         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13486         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13487         (gst_riff_parse_info):
13488         Protect public functions against bad input.
13489         Do some cleanups.
13490         Fix documentation.
13491
13492 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * gst-libs/gst/riff/riff-ids.h:
13495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13496           Add voxware audio IDs (even if we can't play it) (#351795).
13497
13498 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * gst-libs/gst/riff/riff-media.c:
13501         (gst_riff_create_video_template_caps),
13502         (gst_riff_create_audio_template_caps),
13503         (gst_riff_create_iavs_template_caps):
13504           Const-ify some arrays and use G_N_ELEMENTS instead
13505           of wasting oodles of RAM on terminator bits.
13506
13507 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * gst-libs/gst/tag/gstvorbistag.c:
13510         (gst_tag_list_to_vorbiscomment_buffer):
13511         * tests/check/libs/tag.c: (GST_START_TEST):
13512           And the same for _to_vorbiscomment_buffer(): allow
13513           id_data_len == 0 for speex.
13514
13515 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13516
13517         * configure.ac:
13518         * docs/plugins/Makefile.am:
13519         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13520         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13521         * docs/plugins/inspect/plugin-gdp.xml:
13522         * gst/gdp/Makefile.am:
13523         * tests/check/Makefile.am:
13524           Move GDP plugin to -base from -bad.  Closes #347783.
13525
13526 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst-libs/gst/tag/gstvorbistag.c:
13529         (gst_tag_list_from_vorbiscomment_buffer):
13530           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13531           Also add some checks to make sure we don't memcmp() beyond the end of
13532           vorbiscomment buffer if the ID to check for is larger than the buffer.
13533
13534         * tests/check/libs/tag.c: (GST_START_TEST):
13535           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13536
13537 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13540         (gst_vorbis_enc_set_metadata):
13541           Use vorbis comment utility functions from libgsttag
13542           instead of re-inventing the wheel (partially fixes #347091).
13543
13544 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13545
13546         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13547         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13548         as some that won't.
13549
13550 2006-08-21  Wim Taymans  <wim@fluendo.com>
13551
13552         * docs/libs/Makefile.am:
13553         * docs/libs/gst-plugins-base-libs-sections.txt:
13554         * docs/libs/gst-plugins-base-libs.types:
13555         Don't try to GObject scan the netbuffer as it's not a GObject.
13556         Fixes #351308.
13557
13558         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13559         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13560         Document GstNetBuffer.
13561
13562 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13563
13564         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13565         (audioconvert_suite):
13566           Add testcase for caps-size-explosion
13567
13568 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13569
13570         * gst/audioconvert/gstaudioconvert.c:
13571         (gst_audio_convert_get_unit_size), (set_structure_widths):
13572           Lower debug, use g_assert in _get_unit_size
13573
13574         * gst/audioresample/gstaudioresample.c:
13575         (audioresample_get_unit_size):
13576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13577         (gst_ffmpegcsp_get_unit_size):
13578         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13579           use g_assert in _get_unit_size
13580
13581 2006-08-18  Wim Taymans  <wim@fluendo.com>
13582
13583         * docs/libs/gst-plugins-base-libs-sections.txt:
13584         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13585         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13586         (gst_rtp_buffer_get_payload_buffer):
13587         * gst-libs/gst/rtp/gstrtpbuffer.h:
13588         Document GstRTPBuffer.
13589         Added function to efficiently strip payload headers.
13590         API: gst_rtp_buffer_get_payload_subbuffer()
13591
13592 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13593
13594         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13595         (gst_tag_to_vorbis_comments):
13596           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13597           tags and deserialise them properly as well (#347091).
13598           Add some more gtk-doc blurbs and also some g_return_if_fail().
13599
13600         * tests/check/libs/tag.c: (GST_START_TEST),
13601         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13602           More tests.
13603
13604 2006-08-17  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/ogg/Makefile.am:
13607         * ext/ogg/gstogg.c: (plugin_init):
13608         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13609         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13610         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13611         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13612         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13613         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13614         Added ogg-in-avi parser element. Fixes #140139.
13615
13616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13617         Fixed a bug in oggdemux debug code.
13618
13619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13620         (gst_riff_create_audio_template_caps):
13621         Recognise Ogg in the AVI extensible wave format.
13622
13623 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13626           Make buffer durations add up (duration should be next_ts-ts for
13627           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13628           from CVS.
13629
13630         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13631         (test_buffer_timestamps), (cddabasesrc_suite):
13632           Add unit test for the above.
13633
13634         * tests/check/Makefile.am:
13635           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13636           to see what happens.
13637
13638 2006-08-16  Wim Taymans  <wim@fluendo.com>
13639
13640         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13641         (gst_alsasink_open):
13642         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13643         (gst_alsasrc_open):
13644         Avoid setting and using a NULL device name.
13645         Print more info when we fail to open a device.
13646
13647 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * docs/libs/gst-plugins-base-libs-sections.txt:
13650         * gst-libs/gst/tag/tag.h:
13651         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13652           API: add gst_tag_parse_extended_comment() (#351426).
13653
13654         * tests/check/Makefile.am:
13655         * tests/check/libs/.cvsignore:
13656         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13657           Add unit test for gst_tag_parse_extended_comment().
13658
13659 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13660
13661         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13663           Fix leak (#351502).
13664
13665 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13668         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13669         * docs/plugins/gst-plugins-base-plugins.args:
13670         * gst/playback/gstplaybin.c:
13671           Document playbin.
13672           
13673         * docs/plugins/inspect/plugin-adder.xml:
13674         * docs/plugins/inspect/plugin-alsa.xml:
13675         * docs/plugins/inspect/plugin-audioconvert.xml:
13676         * docs/plugins/inspect/plugin-audiorate.xml:
13677         * docs/plugins/inspect/plugin-audioresample.xml:
13678         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13679         * docs/plugins/inspect/plugin-cdparanoia.xml:
13680         * docs/plugins/inspect/plugin-decodebin.xml:
13681         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13682         * docs/plugins/inspect/plugin-gnomevfs.xml:
13683         * docs/plugins/inspect/plugin-ogg.xml:
13684         * docs/plugins/inspect/plugin-pango.xml:
13685         * docs/plugins/inspect/plugin-playbin.xml:
13686         * docs/plugins/inspect/plugin-subparse.xml:
13687         * docs/plugins/inspect/plugin-tcp.xml:
13688         * docs/plugins/inspect/plugin-theora.xml:
13689         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13690         * docs/plugins/inspect/plugin-video4linux.xml:
13691         * docs/plugins/inspect/plugin-videorate.xml:
13692         * docs/plugins/inspect/plugin-videoscale.xml:
13693         * docs/plugins/inspect/plugin-videotestsrc.xml:
13694         * docs/plugins/inspect/plugin-volume.xml:
13695         * docs/plugins/inspect/plugin-vorbis.xml:
13696         * docs/plugins/inspect/plugin-ximagesink.xml:
13697         * docs/plugins/inspect/plugin-xvimagesink.xml:
13698           Update to CVS version.
13699
13700 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13703         (gst_play_bin_set_property), (gst_play_bin_get_property),
13704         (value_list_append_structure_list),
13705         (gst_play_bin_handle_redirect_message),
13706         (gst_play_bin_handle_message):
13707           API: GstPlayBin::connection-speed
13708           Add "connection-speed" property; re-order redirect messages with
13709           multiple redirect locations depending on the minimum bitrate if
13710           that information is available and a connection speed is set
13711           (#350399).
13712
13713 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst/playback/gstplaybin.c:
13716           Update max volume to the same value that the volume element uses.
13717
13718 2006-08-14  Wim Taymans  <wim@fluendo.com>
13719
13720         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13721         Less uglyness..
13722
13723 2006-08-14  Wim Taymans  <wim@fluendo.com>
13724
13725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13726         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13727         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13728         Add some more debug info.
13729         Don't crash when a seek failed.
13730         Actually return the result of the seek instead of TRUE.
13731         Ignore multiple BOS pages with the same serial so that we don't create
13732         the same stream multiple times.
13733         Post an error when we fail to do the initial seek.
13734
13735 2006-08-13  Wim Taymans  <wim@fluendo.com>
13736
13737         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13738         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13739         Small code cleanup.
13740
13741         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13742         (gst_alsa_mixer_new):
13743         Remove hack that always set the device to hw:0*.
13744         Properly find the card name for whatever device was configured.
13745         Do some better debugging.
13746         Fixes #350784.
13747
13748         * ext/alsa/gstalsamixerelement.c:
13749         (gst_alsa_mixer_element_set_property),
13750         (gst_alsa_mixer_element_change_state):
13751         Cleanups.
13752         Handle setting of a NULL device name better.
13753
13754 2006-08-11  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/adder/gstadder.c:
13757         Don't clip float values. Fixes #350900.
13758
13759 2006-08-11  Andy Wingo  <wingo@pobox.com>
13760
13761         * gst/tcp/gsttcp.c: Really fix the build?
13762
13763         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13764         fixes the build.
13765
13766 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13769           Float caps shouldn't have a "signed" field.
13770
13771 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13774           Implement SEEKING query in its most basic form, so that we can
13775           at least check if we're seekable or not (#350655).
13776
13777 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13780           The checks here are not even close to anything that would
13781           justify MAXIMUM probability, lowering to POSSIBLE until someone
13782           fixes the checks (case at hand: quicktime redirection files
13783           might start with 00 00 01 XX and pass the checks here just
13784           fine, see #350399).
13785
13786 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13787
13788         Patch by: Sjoerd Simons  <sjoerd at luon net>
13789
13790         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13791           Better detection for multipart/x-mixed-replace: accept leading
13792           whitespaces before the boundary marker as well (as our very own
13793           multipartmux used to produce) (#349068).
13794
13795 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         Patch by: Young-Ho Cha  <ganadist at chollian net>
13798
13799         * gst-libs/gst/riff/riff-ids.h:
13800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13801         (gst_riff_create_audio_template_caps):
13802           Detect DTS audio streams (#350157).
13803
13804 2006-08-05  Andy Wingo  <wingo@pobox.com>
13805
13806         * ext/theora/gsttheoraparse.h:
13807         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13808         (theora_parse_dispose, theora_parse_set_property)
13809         (theora_parse_get_property, theora_parse_munge_granulepos)
13810         (theora_parse_push_buffer, theora_parse_change_state):
13811         API: GstTheoraParse::synchronization-points
13812         Add a property 'synchronization-points' to fix badly synchronized oggs.
13813
13814 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * tests/check/Makefile.am:
13817         * tests/check/libs/.cvsignore:
13818         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13819         (fixed_caps_have_channel_positions), (GST_START_TEST),
13820         (audio_suite), (main):
13821           Add a few tests for the channel position stuff in libgstaudio.
13822
13823 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13826         (gst_alsa_detect_channels):
13827         * ext/alsa/gstalsasink.c:
13828           Add support for cards that (only) do more than 8 channels,
13829           like the Delta 44 (#345188).
13830
13831         * gst-libs/gst/audio/multichannel.c:
13832         (gst_audio_check_channel_positions):
13833         * gst-libs/gst/audio/multichannel.h:
13834           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13835           unspecified channel position and cannot be combined with any
13836           of the other audio channel positions; adjust position layout
13837           checks accordingly (#345188).
13838
13839 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13842           Recognise ancient RealAudio files (see #349779).
13843
13844 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13845
13846         Patch by: Jens Granseuer  <jensgr at gmx net>
13847
13848         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13849           Add typefinder for Interplay's MVE format (#348973).
13850
13851 2006-08-02  Wim Taymans  <wim@fluendo.com>
13852
13853         Patch by: Marcel Moreaux <marcelm at luon dot net>
13854
13855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13856         (gst_base_rtp_depayload_add_to_queue):
13857         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13858         Handle RTP sequence number rollover.
13859         Disable jitterbuffer by default.
13860
13861 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13862
13863         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13864         (audioresample_set_caps):
13865         Don't leak references to the incoming caps. Clean them up when
13866         stopping.
13867
13868         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13869         (gst_video_scale_finalize):
13870         Don't leak our temporary pixel buffer.
13871
13872         * tests/check/Makefile.am:
13873         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13874         (GST_START_TEST), (simple_launch_lines_suite):
13875
13876         Fix leaks and re-enable the test for valgrind checking.
13877
13878 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         Patch by: Sjoerd Simons  <sjoerd at luon net>
13881
13882         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13883         (plugin_init):
13884           Add typefind function for multipart/x-mixed-replace (#348916).
13885
13886 2006-07-28  Wim Taymans  <wim@fluendo.com>
13887
13888         * gst/adder/gstadder.c: (gst_adder_setcaps),
13889         (gst_adder_query_duration):
13890         Fix leak in duration query.
13891         Reflow some docs and notes.
13892
13893 2006-07-28  Michael Smith  <msmith@fluendo.com>
13894
13895         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13896         (vorbisenc_suite):
13897           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13898           aspect of it.
13899
13900 2006-07-28  Michael Smith  <msmith@fluendo.com>
13901
13902         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13903         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13904         (gst_vorbis_enc_push_buffer),
13905         (gst_vorbis_enc_buffer_check_discontinuous),
13906         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13907         * ext/vorbis/vorbisenc.h:
13908           Handle discontinuities in the input vorbis stream correctly,
13909           so that the output is properly timestamped (and has good granulepos
13910           values). Needs some oggmux fixes too.
13911
13912 2006-07-27  Wim Taymans  <wim@fluendo.com>
13913
13914         patch by: Kai Vehmanen <kv2004 eca cx>
13915
13916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13917         (gst_base_rtp_depayload_chain),
13918         (gst_base_rtp_depayload_handle_sink_event),
13919         (gst_base_rtp_depayload_change_state):
13920         Don't send multiple newsegments with different formats.
13921         Fixes #348677.
13922
13923 2006-07-26  Wim Taymans  <wim@fluendo.com>
13924
13925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13926         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13927         Make seeking in ogg more accurate again by doing the more correct
13928         granuletime to stream time conversion.
13929
13930 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13933         (gst_multi_fd_sink_new_client):
13934           debug a little more understandably
13935           do not use goto as a substitute for break, especially if
13936           break is also being used
13937
13938 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13941         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13942           Remove GLib-2.6 compatibility cruft.
13943
13944 2006-07-24  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst-libs/gst/audio/gstbaseaudiosink.c:
13947         (gst_base_audio_sink_render):
13948         Don't try to align a sample to an unknown value.
13949
13950 2006-07-24  Wim Taymans  <wim@fluendo.com>
13951
13952         * gst-libs/gst/audio/gstbaseaudiosink.c:
13953         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13954         When the audio clock is slaved to another clock, never try to align
13955         samples but trust the rate interpolation algorithm.
13956
13957 2006-07-24  Wim Taymans  <wim@fluendo.com>
13958
13959         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13960         Don't try to calculate silence samples, base class does this much
13961         better now.
13962
13963         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13964         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13965         (gst_ring_buffer_acquire):
13966         Calculate silence samples correctly.
13967
13968         * gst-libs/gst/audio/gstringbuffer.h:
13969         Add _CAST macro.
13970
13971 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13972
13973         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13974           Limit search for the first markup tag to the first few kB of
13975           the file. If we don't find one there, it's highly unlikely that
13976           this is an XML(-ish) file.
13977
13978 2006-07-21  Andy Wingo  <wingo@pobox.com>
13979
13980         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13981         test to the one in vorbisenc. Also commented out.
13982
13983         * tests/check/pipelines/vorbisenc.c: 
13984         (test_discontinuity): New test, commented out until Mike lands
13985         some elite vorbisenc patches.
13986
13987         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13988         Bufferstraw was actually factored out of these tests. Now we share
13989         code yay.
13990
13991         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13992         for bufferstraw addition to gstcheck.
13993
13994 2006-07-21  Wim Taymans  <wim@fluendo.com>
13995
13996         * ext/theora/theoradec.c: (clip_buffer):
13997         Better clipping.
13998
13999 2006-07-21  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14002         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14003         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14004         Fix leak.
14005         Avoid type casting when we can.
14006
14007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14008         Fix mem leak.
14009
14010 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * ext/alsa/gstalsamixerelement.c:
14013         (gst_alsa_mixer_element_change_state):
14014           Make state change fail if the specified device can't be opened
14015           for some reason.
14016
14017 2006-07-20  Wim Taymans  <wim@fluendo.com>
14018
14019         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14020         (cb_newpad), (main):
14021         Example of a small audio/video player using decodebin.
14022
14023 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14024
14025         * gst-libs/gst/riff/riff-ids.h:
14026           Add 'fact' chunk id
14027
14028 2006-07-19  Wim Taymans  <wim@fluendo.com>
14029
14030         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14031         (gst_base_rtp_depayload_chain),
14032         (gst_base_rtp_depayload_change_state):
14033         Don't assert when not negotiated but post a meaningfull 
14034         error message. Fixes #347918.
14035
14036         * gst-libs/gst/rtp/gstbasertppayload.c:
14037         Add comment about better default MTU size.
14038
14039         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14040         Small cleanups, start docs.
14041
14042 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         Patch by: Martin Szulecki
14045
14046         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14047           If "device-name" is requested and the device is not
14048           open, try to temporarily open it to obtain this
14049           information (#342494).
14050
14051 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * gst-libs/gst/tag/gstid3tag.c:
14054           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14055
14056         * gst-libs/gst/tag/gsttageditingprivate.h:
14057         * gst-libs/gst/tag/gstvorbistag.c:
14058           Some more random const-ifications.
14059
14060 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14061
14062         * gst-libs/gst/riff/riff-ids.h:
14063         * gst-libs/gst/riff/riff-media.c:
14064         (gst_riff_create_video_template_caps):
14065           Add more FOURCCs (sort list to make stuff easier to find),
14066           add comment what those 16 bytes in struct _gst_riff_strh according to
14067           one avi-dumper are
14068
14069 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14070
14071         * gst-libs/gst/audio/multichannel.c:
14072         (gst_audio_check_channel_positions),
14073         (gst_audio_fixate_channel_positions):
14074           Const-ify two arrays.
14075
14076 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14079           Fix typo, so that alsasink also advertises 8 channels
14080           if that's supported (tags: can, worms, open, alsa, ph34r).
14081
14082 2006-07-17  Wim Taymans  <wim@fluendo.com>
14083
14084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14085         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14086         *sigh*, when is the compiler going to warn when the comments
14087         are out-of-sync with the code.. Refix case of busted theora
14088         headers with 0 granule pos.
14089
14090 2006-07-14  Wim Taymans  <wim@fluendo.com>
14091
14092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14093         (gst_base_rtp_depayload_wait),
14094         (gst_base_rtp_depayload_change_state),
14095         (gst_base_rtp_depayload_set_property),
14096         (gst_base_rtp_depayload_get_property):
14097         Fix 99% cpu load by waiting for absolute times on the
14098         clock. Fixes #347300.
14099
14100 2006-07-14  Andy Wingo  <wingo@pobox.com>
14101
14102         * ext/theora/gsttheoraparse.h: 
14103         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14104         (theora_parse_push_headers, theora_parse_clear_queue)
14105         (theora_parse_drain_queue_prematurely, )
14106         (theora_parse_sink_event, theora_parse_change_state): Queue events
14107         until we initialized our state, like in vorbisparse.
14108
14109         * ext/vorbis/vorbisparse.h: 
14110         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14111         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14112         (vorbis_parse_drain_queue_prematurely, )
14113         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14114         until we have initialized our state. Fixes seeking after an
14115         initial pad block.
14116
14117 2006-07-14  Andy Wingo  <wingo@pobox.com>
14118
14119         Patch by: Iain Holmes <iaingnome@gmail.com>
14120         
14121         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14122
14123 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14124
14125         * configure.ac:
14126         Bump nano back to CVS
14127
14128 === release 0.10.9 ===
14129
14130 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14131
14132         * configure.ac:
14133           releasing 0.10.9, "I walk the line"
14134
14135 2006-07-14  Michael Smith  <msmith@fluendo.com>
14136
14137         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14138           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14139           (commonly happens when running this test under valgrind) when trying
14140           to remove the buffer probe.
14141
14142 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14143
14144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14145         Fix missing g_unlock from the previous commit
14146
14147 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14148
14149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14150         (gst_ximagesink_change_state):
14151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14152         (gst_xvimagesink_change_state):
14153         Implement a locking order to ensure we always take the object lock
14154         before the x_lock and never vice-versa.
14155
14156 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14157
14158         * gst/playback/gstdecodebin.c: (find_compatibles):
14159         Fix a caps leak when linking (#347304)
14160
14161         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14162         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14163         (gst_ximagesink_change_state):
14164         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14165         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14166         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14167         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14168         Don't leak shared memory resources. Use the object lock to protect
14169         against the xcontext disappearing while returning a buffer from the
14170         pipeline. (#347304)
14171
14172 2006-07-12  Edward Hervey  <edward@fluendo.com>
14173
14174         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14175         (vorbis_handle_comment_packet):
14176         gst_tag_list_merge() returns a new object. Take that into account when
14177         using it. This avoids memleak.
14178         Revert previous commit which is not needed.
14179
14180 2006-07-12  Edward Hervey  <edward@fluendo.com>
14181
14182         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14183         Reset the decoder in finalize so that all fields get cleared.
14184
14185 2006-07-12  Wim Taymans  <wim@fluendo.com>
14186
14187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14188         (gst_base_audio_src_set_clock),
14189         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14190         Don't try to post an error message when setting the clock fails
14191         as this can happen when adding an element to a bin which will then
14192         deadlock. Fixes #347296.
14193
14194 2006-07-12  Edward Hervey  <edward@fluendo.com>
14195
14196         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14197         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14198         (vorbis_handle_type_packet):
14199         Post tag messages on the bus even if we're not initialized.
14200         If we're not initialized, we still postpone the event pushing of tags.
14201
14202 2006-07-12  Wim Taymans  <wim@fluendo.com>
14203
14204         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14205         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14206         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14207         Revert last two changes that broke the freeze.
14208
14209 2006-07-12  Wim Taymans  <wim@fluendo.com>
14210
14211         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14212         basesink calculates silence sample correctly for us.
14213
14214 2006-07-12  Wim Taymans  <wim@fluendo.com>
14215
14216         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14217         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14218         Calculate correct silence samples so we don't fill our ringbuffer
14219         with noise.
14220
14221 2006-07-12  Edward Hervey  <edward@fluendo.com>
14222
14223         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14224         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14225         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14226         * ext/vorbis/vorbisdec.h:
14227         Delay sending events (newsegment, tags) until the decoder is properly
14228         initialized.
14229         Fixes #347295
14230
14231 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14232
14233         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14234         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14235           Patch from #347221 adding a test for audioconvert
14236           channel remappings.
14237
14238 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14241         (gst_ssa_parse_parse_line):
14242           Don't include the terminating NUL in the buffer size,
14243           it's only there for extra paranoia (would add random
14244           '*' characters at the end of each subtitle since the
14245           terminator itself is not valid UTF-8 technically).
14246           Also fix indenting after boilerplate macro.
14247
14248 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14249
14250         * gst/playback/gstdecodebin.c: (close_pad_link):
14251           Also emit 'unknown-type' signal (which should really be
14252           called unhandled-type) if we found potential decoders/demuxers
14253           in the registry but none of them worked in the end (as in the
14254           case where the plugins don't exist any longer but are still
14255           listed in the registry). Fixes #329798.
14256
14257 2006-07-08  Andy Wingo  <wingo@pobox.com>
14258
14259         * theoraparse.c (theora_parse_push_buffer)
14260         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14261         Add some more debugging. Fix granulepos reconstruction in the face
14262         of discontinuities.
14263
14264 2006-07-06  Wim Taymans  <wim@fluendo.com>
14265
14266         * gst-libs/gst/audio/gstbaseaudiosink.c:
14267         (gst_base_audio_sink_class_init),
14268         (gst_base_audio_sink_provide_clock):
14269         Use gobject_class instead of G_OBJECT_CLASS (klass)
14270
14271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14272         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14273         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14274         (gst_base_audio_src_get_time),
14275         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14276         (gst_base_audio_src_create_ringbuffer):
14277         Fix latency and buffer-time constants and properties ala basesink.
14278         Implement pull based scheduling. Fixes #346527.
14279         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14280         one segment.
14281         Refuse slaving to another clock instead of silently not working.
14282         Only provide a clock when we are actually able to do so.
14283         Various small cleanups and compiler hints.
14284
14285 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         Patch by: Lutz Mueller <lutz at topfrose de>
14288
14289         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14290         (plugin_init):
14291           Add typefinding for text/html (#346581).
14292
14293 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14296         (xml_check_first_element), (xml_type_find), (smil_type_find):
14297           Fix SMIL typefinding, make xml_check_first_element() more
14298           useful.
14299
14300 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14303         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14304         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14305         * gst/playback/gstplaybasebin.h:
14306           Protect list of elements with a subtitle-encoding property and
14307           the subtitle encoding member itself with a lock of their own
14308           instead of using the object lock. This prevents a dead-lock in
14309           the element-remove callback in some circumstances when shutting
14310           down playbin.
14311
14312 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14313
14314         * win32/common/libgsttag.def:
14315         Export some new functions.
14316         * win32/vs6/libgstogg.dsp:
14317         Add a link to libgsttag-0.10.lib.
14318
14319 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14322           Some const-ification.
14323
14324 2006-07-04  Wim Taymans  <wim@fluendo.com>
14325
14326         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14327         Improve checking if we are dealing with a stream. Added some
14328         more uris that need buffering.
14329
14330 2006-07-03  Edward Hervey  <edward@fluendo.com>
14331
14332         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14333         Remove unused variable.
14334
14335 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14336
14337         * Makefile.am:
14338           include lcov.mak
14339         * configure.ac:
14340           add GCOV_LIBS to GST_LIBS
14341
14342 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14345
14346         * ext/alsa/gstalsasrc.c:
14347           Add 32 bps to template caps and increase channels range
14348           from [1,2] to [1,MAX]. See #346326.
14349
14350 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14351
14352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14353           Recognise 'WMVA' video codec fourcc (#345879).
14354           
14355 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14356          
14357         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14358           Fixed nasty memory leak
14359
14360 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14361
14362         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14363         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14364           fix logging
14365
14366 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14367
14368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14369         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14370         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14371         Protect remove_fakesink using a mutex, so that we don't try and
14372         remove the fakesink simultaneously from multiple threads.
14373
14374         When going from READY to PAUSED, restore the fakesink, so that
14375         it is there when decodebin gets reused.
14376
14377 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14381         * gst-libs/gst/rtp/gstbasertppayload.c:
14382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14383         * gst/tcp/gstmultifdsink.c:
14384         * gst/tcp/gsttcpclientsink.c:
14385         * gst/tcp/gsttcpclientsrc.c:
14386         * gst/tcp/gsttcpserversink.c:
14387         * gst/tcp/gsttcpserversrc.c:
14388         * gst/videorate/gstvideorate.c:
14389         * gst/videotestsrc/gstvideotestsrc.c:
14390         * sys/v4l/gstv4ljpegsrc.c:
14391         * sys/v4l/gstv4lmjpegsink.c:
14392         * sys/v4l/gstv4lsrc.c:
14393         * tests/examples/seek/scrubby.c:
14394         * tests/examples/seek/seek.c:
14395           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14396
14397 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14400           Second field in GEnumValue shouldn't be a description,
14401           but a stringified version of the enum value.
14402
14403 2006-06-22  Wim Taymans  <wim@fluendo.com>
14404
14405         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14406         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14407         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14408         Avoid type checking in buffer casts.
14409         Avoid caps copy in buffer_alloc when we can.
14410         Use pad_peer_accept.
14411
14412 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst-libs/gst/tag/tag.h:
14415           Oops, make that 'Since: 0.10.9'.
14416
14417 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * docs/libs/gst-plugins-base-libs-sections.txt:
14420         * gst-libs/gst/tag/tag.h:
14421         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14422         (gst_tag_image_type_get_type):
14423           API: add GstTagImageType enum to describe images contained
14424           in image tags (#345641).
14425
14426 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14429           Fix warnings with gst-inspect: "buffers-min" property
14430           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14431           typo in property description.
14432
14433 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14434
14435         Patch by: Cody Russell <bratsche at gnome org>
14436
14437         * gst/audioresample/gstaudioresample.c:
14438         (gst_audioresample_class_init):
14439         * gst/playback/gststreamselector.c:
14440         (gst_stream_selector_class_init):
14441         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14442         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14443         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14444         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14445         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14446         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14447         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14448         * gst/videotestsrc/gstvideotestsrc.c:
14449         (gst_video_test_src_class_init):
14450         * gst/volume/gstvolume.c: (gst_volume_class_init):
14451           Avoid unnecessary class cast check in class_init
14452           functions (#337747).
14453
14454 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14455
14456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14457         (gst_text_overlay_video_chain):
14458           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14459           and doesn't validate its input either (and neither did
14460           textoverlay it seems). Let's do that then and fix #345206.
14461
14462 2006-06-19  Wim Taymans  <wim@fluendo.com>
14463
14464         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14465         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14466         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14467         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14468         (find_syncframe), (find_limits), (assign_value),
14469         (count_burst_unit), (gst_multi_fd_sink_new_client),
14470         (gst_multi_fd_sink_handle_client_write),
14471         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14472         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14473         (gst_multi_fd_sink_change_state):
14474         * gst/tcp/gstmultifdsink.h:
14475         Added shiny new burst-on-connect methods.
14476         Add properties to control the minimal amount of data queued.
14477         Small cleanups.
14478         API: bytes-min property
14479         API: time-min property
14480         API: buffers-min property
14481         API: burst-unit property
14482         API: burst-value property
14483         API: add-full signal
14484
14485         * gst/tcp/gsttcp-marshal.list:
14486         Added new marshaller code for the new signal.
14487
14488         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14489         (multifdsink_suite):
14490         Added testcases for new burst methods.
14491
14492 2006-06-19  Edward Hervey  <edward@fluendo.com>
14493
14494         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14495         Implement clipping for accurate seeking.
14496         Closes #345225
14497
14498 2006-06-19  Wim Taymans  <wim@fluendo.com>
14499
14500         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14501
14502         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14503         (gst_video_scale_transform):
14504         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14505
14506 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * configure.ac:
14509           Fix --disable-external (can't set conditionals conditionally,
14510           #343602).
14511
14512 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * tests/check/elements/audioresample.c: (test_reuse),
14515         (audioresample_suite):
14516           Add test case for bug #342789 fixed below.
14517
14518 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * gst/audioresample/gstaudioresample.c:
14521         (gst_audioresample_class_init), (gst_audioresample_init),
14522         (audioresample_start), (audioresample_stop),
14523         (gst_audioresample_set_property), (gst_audioresample_get_property):
14524           Implement GstBaseTransform::start and ::stop so that audioresample
14525           can clear its internal state properly and be reused instead of
14526           causing non-negotiated errors with playbin under some circumstances
14527           (#342789).
14528
14529         * tests/check/elements/audioresample.c: (setup_audioresample),
14530         (cleanup_audioresample):
14531           Need to set element state here so that ::start and ::stop are
14532           called.
14533
14534 2006-06-16  Wim Taymans  <wim@fluendo.com>
14535
14536         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14537
14538         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14539         Parse extra data better, apparently it's right behind
14540         the normal strf header size. Fixes #343500.
14541
14542 2006-06-16  Wim Taymans  <wim@fluendo.com>
14543
14544         * ext/alsa/gstalsasink.c: (set_hwparams):
14545         If we fail to set the buffer_time and period_time alsa
14546         parameters, post a warning and leave alsa select a 
14547         default instead of failing. Fixes #342085
14548
14549 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14550
14551         * docs/libs/gst-plugins-base-libs-sections.txt:
14552         * gst-libs/gst/cdda/gstcddabasesrc.h:
14553           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14554           out in the header file and shouldn't be listed in the docs.
14555
14556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14557           Must dereference pointer to fourcc in the debug statement.
14558
14559 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14560
14561         * docs/libs/Makefile.am:
14562         * docs/libs/gst-plugins-base-libs-docs.sgml:
14563         * docs/libs/gst-plugins-base-libs-sections.txt:
14564         * docs/libs/gst-plugins-base-libs.types:
14565         add remaining symbols into correct setions
14566         
14567         * gst-libs/gst/audio/gstringbuffer.c:
14568         fix incomplete docs
14569         
14570         * gst-libs/gst/audio/gstringbuffer.h:
14571         comment out not yet implemented function
14572         
14573         
14574         * gst-libs/gst/floatcast/floatcast.h:
14575         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14576         add short descriptions
14577         
14578         
14579         * gst-libs/gst/interfaces/propertyprobe.c:
14580         fix return value docs   
14581         
14582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14583         simplify debug logging
14584         
14585         * gst-libs/gst/riff/riff-read.h:
14586         sync function prototype and docs
14587         
14588         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14589         remove left over symbol
14590
14591 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * autogen.sh:
14594         * configure.ac:
14595         * docs/Makefile.am:
14596           Use GST_PLUGIN_DOCS macro in configure.ac, add
14597           --enable-plugin-docs default to autogen.sh and use
14598           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14599
14600 2006-06-15  Wim Taymans  <wim@fluendo.com>
14601
14602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14603         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14604         (gst_ogg_demux_loop):
14605         Combine GstFlowReturn from the source pads to give a
14606         meaningfull result to the upstream peer or to stop the
14607         processing task in case of errors.
14608
14609 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * gst/playback/gststreaminfo.c: (cb_probe):
14612           Try GST_TAG_CODEC as fallback when extracting the
14613           codec name; more debug info.
14614
14615 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * ext/ogg/Makefile.am:
14618         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14619           Extract language tags from ogm subtitle streams, so that
14620           the subtitle menu choices are labelled correctly in
14621           Totem (fixes #344708).
14622
14623 2006-06-14  Wim Taymans  <wim@fluendo.com>
14624
14625         Patch by: Alessandro Decina <alessandro at nnva dot org>
14626
14627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14628         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14629         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14630         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14631         Fix various leaks. Fixes #343699.
14632         Add x-smoke mime type.
14633
14634 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * gst-libs/gst/riff/riff-ids.h:
14637           Add IDs for 'bext' chunks (see #343837).
14638
14639 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         Patch by: Young-Ho Cha  <ganadist at chollian net>
14642
14643         * gst/subparse/samiparse.c: (sami_context_pop_state),
14644         (handle_start_font), (end_sami_element):
14645           Honour font face tags in SAMI subtitles (#344503).
14646
14647 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14648
14649         * po/POTFILES.in:
14650           add missing files containing translatable strings
14651
14652 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14653
14654         * docs/libs/tmpl/.cvsignore:
14655           we don't want those *.sgml files in CVS either
14656
14657 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14658
14659         * docs/libs/.cvsignore:
14660         * tests/check/elements/.cvsignore:
14661         * tests/check/libs/.cvsignore:
14662           ignore more
14663
14664 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14665
14666         * docs/libs/Makefile.am:
14667           also commiting the changed Makefile.am (added more libs to the
14668           doc-build)
14669
14670 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14671
14672         * docs/libs/gst-plugins-base-libs-docs.sgml:
14673         * docs/libs/gst-plugins-base-libs-sections.txt:
14674         * docs/libs/gst-plugins-base-libs.types:
14675           first batch of reordering things, add index & hierarchy
14676
14677 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14678
14679         * configure.ac:
14680           use GST_PKG_CHECK_MODULES, cleans up output
14681
14682 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14685           Add support for burn:// URIs (#343385); const-ify things a bit,
14686           use G_N_ELEMENTS instead of hard-coded array size.
14687
14688 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         Patch by: Young-Ho Cha  <ganadist at chollian net>
14691
14692         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14693           Fix up broken entities before passing them to libxml *sigh*.
14694           (#343303).
14695           
14696 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14697
14698         * configure.ac:
14699           back to TRUNK
14700
14701 === release 0.10.8 ===
14702
14703 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14704
14705         * configure.ac:
14706           releasing 0.10.8, "Moar gij ziet mij nie"
14707
14708 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14709
14710         * configure.ac:
14711         * po/af.po:
14712         * po/az.po:
14713         * po/cs.po:
14714         * po/en_GB.po:
14715         * po/hu.po:
14716         * po/it.po:
14717         * po/nb.po:
14718         * po/nl.po:
14719         * po/or.po:
14720         * po/sq.po:
14721         * po/sr.po:
14722         * po/sv.po:
14723         * po/uk.po:
14724         * po/vi.po:
14725         * win32/common/config.h:
14726           0.10.7.2 prerelease
14727
14728 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14729
14730         * docs/libs/tmpl/gstaudio.sgml:
14731         * docs/libs/tmpl/gstcolorbalance.sgml:
14732         * docs/libs/tmpl/gstmixer.sgml:
14733         * docs/libs/tmpl/gstringbuffer.sgml:
14734         * docs/libs/tmpl/gsttuner.sgml:
14735         * docs/libs/tmpl/gstxoverlay.sgml:
14736         * gst-libs/gst/audio/audio.c:
14737         * gst-libs/gst/audio/gstringbuffer.c:
14738         * gst-libs/gst/interfaces/colorbalance.c:
14739         * gst-libs/gst/interfaces/mixer.c:
14740         * gst-libs/gst/interfaces/tuner.c:
14741         * gst-libs/gst/interfaces/xoverlay.c:
14742           move last template doc snippets to source code and delete them
14743
14744 2006-06-06  Michael Smith  <msmith@fluendo.com>
14745
14746         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14747         (theora_parse_drain_queue):
14748           Mark DELTA_UNIT on non-keyframes.
14749
14750 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14751
14752         * gst-libs/gst/audio/gstbaseaudiosink.c:
14753         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14754         * gst-libs/gst/audio/gstbaseaudiosink.h:
14755         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14756         (gst_ring_buffer_samples_done):
14757         * gst-libs/gst/audio/gstringbuffer.h:
14758         Document better the fact that latency_time and buffer_time are values
14759         stored in microseconds, and not the usual GStreamer nanoseconds.
14760         Change the variables (compatibly) that store them from GstClockTime 
14761         to guint64 to make it more clear that they're not storing clock times.
14762         Also, remove the bogus property description that says the user can
14763         specify -1 to get the default value, since that's never been the case.
14764
14765         When computing the default segment size for the ring buffer, make it
14766         an integer number of samples.
14767
14768         When the sub-class indicates a delay greater than the number of
14769         samples we've written return 0 from the audio sink get_time method.
14770
14771 2006-06-02  Michael Smith  <msmith@fluendo.com>
14772
14773         * tests/check/elements/audioconvert.c: (set_channel_positions),
14774         (get_float_mc_caps), (get_int_mc_caps):
14775         * tests/check/elements/audioresample.c:
14776         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14777         * tests/check/elements/videorate.c:
14778         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14779         * tests/check/elements/volume.c:
14780         * tests/check/elements/vorbisdec.c:
14781         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14782           Don't busy-wait in tests; this was causing test timeouts very
14783           frequently when running under valgrind.
14784
14785 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14786
14787         * gst/tcp/README:
14788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14789         (gst_multi_fd_sink_remove_client_link),
14790         (gst_multi_fd_sink_client_queue_caps),
14791         (gst_multi_fd_sink_client_queue_buffer),
14792         (gst_multi_fd_sink_handle_client_write),
14793         (gst_multi_fd_sink_render):
14794         * gst/tcp/gstmultifdsink.h:
14795           make multifdsink properly deal with streamheader:
14796           - streamheader is taken from caps
14797           - buffers marked with IN_CAPS are not sent
14798           - streamheaders are sent, on connection, from the caps of the
14799             buffer where the client gets positioned to
14800           - further streamheader changes are done every time the client
14801             will receive a buffer with different caps
14802         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14803         (gst_multifdsink_create_streamheader):
14804           add tests for this
14805
14806 2006-06-02  Michael Smith  <msmith@fluendo.com>
14807
14808         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14809           Reinstate limit on channel count. Vorbis does not define the meaning
14810           of > 6 channels, so they're just independent channels. Gstreamer
14811           currently has no mechanism to represent N independent channels.
14812
14813 2006-06-02  Michael Smith  <msmith@fluendo.com>
14814
14815         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14816           Don't arbitrarily restrict channel counts and rate in vorbis.
14817           In terms of effects likely on real-world files, this fixes 96kHz
14818           playback of vorbis.
14819
14820 2006-06-02  Michael Smith  <msmith@fluendo.com>
14821
14822         * gst/audioconvert/audioconvert.c: (float):
14823           More correct float->int conversion.
14824
14825 2006-06-02  Michael Smith  <msmith@fluendo.com>
14826
14827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14828           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14829           value. Fixes g-critical on trying to play back ogg containing
14830           unknown codec.
14831
14832 2006-06-02  Wim Taymans  <wim@fluendo.com>
14833
14834         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14835         (setup_source):
14836         * gst/playback/gstplaybasebin.h:
14837         Make the subtitle detection work from any thread so we don't
14838         deadlock. Fixes #343397.
14839
14840 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14841
14842         * gst/volume/Makefile.am:
14843           Seriously, it's not *that* hard to get compilation right.  Even
14844           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14845
14846 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14847
14848         * gst/volume/gstvolume.c: (volume_choose_func),
14849         (volume_update_real_volume), (gst_volume_class_init),
14850         (gst_volume_init), (volume_process_float), (volume_process_int16),
14851         (volume_process_int16_clamp), (volume_set_caps),
14852         (volume_transform_ip), (plugin_init):
14853         * gst/volume/gstvolume.h:
14854         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14855         another property desc., remove unused param from process function
14856         
14857         * tests/check/elements/volume.c: (volume_suite):
14858         reactivate the passthrough test
14859
14860 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14861
14862         * ext/alsa/gstalsamixerelement.h:
14863         * ext/alsa/gstalsamixeroptions.h:
14864         * ext/alsa/gstalsamixertrack.h:
14865         * ext/gnomevfs/gstgnomevfssink.h:
14866         * ext/gnomevfs/gstgnomevfssrc.h:
14867         * ext/theora/gsttheoradec.h:
14868         * ext/theora/gsttheoraenc.h:
14869         * ext/theora/gsttheoraparse.h:
14870         * ext/vorbis/vorbisparse.h:
14871         * gst-libs/gst/audio/gstaudioclock.h:
14872         * gst-libs/gst/audio/gstaudiofilter.h:
14873         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14874         * gst/audioconvert/gstaudioconvert.h:
14875         * gst/audioresample/gstaudioresample.h:
14876         * gst/audiotestsrc/gstaudiotestsrc.h:
14877         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14878         * gst/playback/gststreamselector.h:
14879         * gst/tcp/gstmultifdsink.h:
14880         * gst/tcp/gsttcpclientsink.h:
14881         * gst/tcp/gsttcpclientsrc.h:
14882         * gst/tcp/gsttcpserversink.h:
14883         * gst/tcp/gsttcpserversrc.h:
14884         * gst/videorate/gstvideorate.h:
14885         * gst/videoscale/gstvideoscale.h:
14886         * gst/videotestsrc/gstvideotestsrc.h:
14887         * gst/volume/gstvolume.h:
14888         * sys/v4l/gstv4ljpegsrc.h:
14889         * sys/v4l/gstv4lmjpegsink.h:
14890         * sys/v4l/gstv4lmjpegsrc.h:
14891         * sys/v4l/gstv4lsrc.h:
14892         * sys/ximage/ximagesink.h:
14893         * sys/xvimage/xvimagesink.h:
14894         * tests/old/testsuite/alsa/sinesrc.h:
14895         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14896
14897 2006-05-31  Wim Taymans  <wim@fluendo.com>
14898
14899         * ext/libvisual/visual.c: (gst_visual_reset),
14900         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14901         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14902         Handle DISCONT.
14903         Use running time before doing QoS.
14904         Handle mono too.
14905
14906 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14907
14908         * docs/libs/Makefile.am:
14909           set a magic variable to indicate we know the docs are incomplete
14910
14911 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14912
14913         * win32/common/libgstvideo.def:
14914           export gst_video_calculate_display_ratio
14915         * win32/vs6/libgstvideoscale.dsp:
14916           add link to libgstvideo-0.10.lib
14917
14918 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14919
14920         * gst/playback/gstplaybasebin.c: (gen_source_element):
14921           Throw a more comprehensible error for rtsp:// URIs (rather
14922           than erroring out with a negotiation error later on) until
14923           we fix playbin to handle rtspsrc etc.
14924
14925 2006-05-30  Wim Taymans  <wim@fluendo.com>
14926
14927         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14928         (gst_text_overlay_text_event):
14929         Added some FIXMEs.
14930
14931 2006-05-30  Wim Taymans  <wim@fluendo.com>
14932
14933         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14934         (gst_adder_request_new_pad), (gst_adder_release_pad):
14935         * gst/adder/gstadder.h:
14936         Implement release_request_pad.
14937         Make padcounter atomic.
14938
14939         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14940         Added check for release_pad in adder.
14941
14942 2006-05-30  Wim Taymans  <wim@fluendo.com>
14943
14944         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14945         Fix build again.
14946
14947 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14948
14949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14950         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14951         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14952         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14953         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14954         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14955         (gst_ogg_demux_bisect_forward_serialno),
14956         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14957         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14958           add more debugging
14959           clean up printf formats for granulepos and serialno
14960
14961 2006-05-30  Michael Smith  <msmith@fluendo.com>
14962
14963         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14964         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14965         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14966         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14967         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14968         * ext/vorbis/vorbisenc.h:
14969           Multi-channel caps negotiation, so we can do proper multichannel
14970           vorbis encoding, negotiated through audioconvert.
14971
14972 2006-05-30  Wim Taymans  <wim@fluendo.com>
14973
14974         * tests/check/elements/adder.c: (test_event_message_received),
14975         (test_play_twice_message_received), (GST_START_TEST),
14976         (adder_suite):
14977         Added check to show that #339935 is fixed with ongoing
14978         adder and collectpads fixes.
14979
14980 2006-05-29  Wim Taymans  <wim@fluendo.com>
14981
14982         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14983         Don't leak pad name.
14984
14985 2006-05-29  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst/adder/gstadder.c: (gst_adder_query_duration),
14988         (forward_event_func), (forward_event), (gst_adder_src_event):
14989         Fix adder seeking.
14990         Make query/seeking code threadsafe.
14991
14992         * tests/check/Makefile.am:
14993         * tests/check/elements/adder.c: (test_event_message_received),
14994         (GST_START_TEST), (test_play_twice_message_received):
14995         Fix adder test case.
14996
14997 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         Patch by: Young-Ho Cha  <ganadist at chollian net>
15000
15001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15002         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15003         (set_encoding_element), (decodebin_element_added_cb),
15004         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15005         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15006         * gst/playback/gstplaybasebin.h:
15007           Add 'subtitle-encoding' property to playbin, so applications can
15008           force a subtitle encoding for non-UTF8 subtitles (#342268).
15009
15010         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15011         (gst_sub_parse_set_property):
15012           Rename recently-added 'encoding' property to 'subtitle-encoding'
15013           (so it can be proxied by playbin/decodebin in a generic way
15014           with less danger of false positives).
15015
15016 2006-05-29  Michael Smith  <msmith@fluendo.com>
15017
15018         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15019         (append_with_other_format), (set_structure_widths),
15020         (gst_audio_convert_transform_caps):
15021           Patch from #341562: give more specific audio caps in get_caps, so
15022           that basetransform  can make better decisions on what caps to
15023           negotiate.
15024
15025 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15026
15027         * tests/check/elements/volume.c:
15028         make it compile again
15029
15030 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15031
15032         * tests/check/elements/volume.c: (volume_suite):
15033         disable test until #343196 gets resolved
15034
15035 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15036
15037         * gst/adder/gstadder.c: (gst_adder_get_type):
15038         Make it easier to copy&paste
15039         
15040         * gst/volume/Makefile.am:
15041         * gst/volume/gstvolume.c: (volume_update_real_volume),
15042         (gst_volume_set_volume), (gst_volume_set_mute),
15043         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15044         (volume_transform_ip), (volume_update_mute),
15045         (volume_update_volume):
15046         * gst/volume/gstvolume.h:
15047         Add own debug category, move duplicate code to helper function, fix
15048         property texts, add more comments and prepare ffor liboil-goodness
15049         
15050         * tests/check/Makefile.am:
15051         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15052         add test for mute and passtrough case, be a bit more verbose to track
15053         failure
15054         
15055         * tests/check/generic/states.c: (GST_START_TEST):
15056         catch elements that fail to instantiate
15057
15058 2006-05-28  Edward Hervey  <edward@fluendo.com>
15059
15060         * tests/check/pipelines/simple-launch-lines.c:
15061         * tests/check/pipelines/theoraenc.c:
15062         * tests/check/pipelines/vorbisenc.c:
15063         Comment out tests using parse_launch() if core was built without
15064         parsing capabilities.
15065
15066 2006-05-27  Edward Hervey  <edward@fluendo.com>
15067
15068         * tests/check/Makefile.am:
15069         Extra bonus points for whoever explains to ensonic that you are meant
15070         to test unit tests thoroughly before commiting them, especially if
15071         you know it's going to break.
15072         De-activated element/adder tests.
15073
15074 2006-05-27  Edward Hervey  <edward@fluendo.com>
15075
15076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15077         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15078         Marking caps conversion issues as GST_WARNING is way too verbose,
15079         Moving them to GST_LOG.
15080
15081 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         * README:
15084           Replace current README (containing the release notes from
15085           some 0.9.x version) with a proper README taken from the core.
15086
15087 2006-05-26  Wim Taymans  <wim@fluendo.com>
15088
15089         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15090         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15091         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15092         (vorbis_dec_change_state):
15093         Small cleanups.
15094         Add some FIXMEs
15095         Clip output samples to segment boundaries.
15096
15097 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15098
15099         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15100         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15101         Improve the errors produced on bad output, including some human
15102         readable description strings.
15103         Handle the (theoretical for ximagesink) case where the XServer 
15104         has a different idea about the size required for a particular 
15105         frame and gives us too small a memory allocation.
15106
15107 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15108
15109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15110         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15111         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15112         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15113         Improve the errors produced on bad output, including some human 
15114         readable description strings.
15115         Handle RGB Xv formats properly by transforming them into our 
15116         big-endian caps description.
15117         Use gst_caps_truncate to ensure that we never try and choose a
15118         non-fixed caps in buffer_alloc.
15119         Handle the case where the XServer has a different idea about the size
15120         required for a particular frame and gives us too small a memory
15121         allocation.
15122         Use -1 to indicate 'no image format', because 0 is a valid XServer
15123         image format number.
15124         Put RGB Xv formats at the end of the caps, so that we always prefer
15125         YUV format frames.
15126         Iterate the available Xv Encodings to determine the maximum width and
15127         height, and then return that in our caps.
15128         (Closes #315312, #337544)
15129
15130 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15131
15132         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15133         When there is only one unfinished pad and it receives an event that
15134         doesn't match our requirements, we need to set alldone=FALSE so that
15135         the fakesink is not removed yet.
15136
15137 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15140           Use gst_type_find_helper_for_buffer() to find the type
15141           of stream from the first packet.
15142
15143         * configure.ac:
15144           Bump requirements to core CVS (needed for vorbis
15145           typefinding to work).
15146
15147 2006-05-24  Edward Hervey  <edward@fluendo.com>
15148
15149         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15150         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15151         contain.  Else they play perfectly fine with qtdemux.
15152
15153 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15154
15155         * ext/theora/theoradec.c:
15156         * ext/theora/theoraenc.c:
15157         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15158         * gst/audiorate/gstaudiorate.c:
15159           make more debug catagories static
15160         
15161         * tests/check/Makefile.am:
15162         * tests/check/elements/adder.c: (message_received),
15163         (test_event_message_received), (GST_START_TEST),
15164         (test_play_twice_message_received), (adder_suite):
15165           added test case for using element twice, extra bonus points for anyone
15166           who can make these test run reliably
15167
15168 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * ext/theora/theoradec.c: (theora_dec_chain):
15171           Make work with time-stamped input buffers that do not
15172           have a granulepos in BUFFER_OFFSET_END (like theora
15173           buffers coming from matroskademux). Fixes #342448.
15174
15175 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15176
15177         Patch by: Peter Kjellerstedt  <pkj at axis com>
15178
15179         * gst/tcp/Makefile.am:
15180           fdstresstest doesn't need Gtk+, fix compilation if 
15181           gtk is not available (#342566).
15182
15183 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15184          
15185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15186           80 line columns
15187           Removed redundant floor()
15188
15189 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15192           On second thought, just skip JUNK chunks automatically, so
15193           the caller doesn't have to handle this. Fixes #342345.
15194           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15195           not GST_FLOW_ERROR.
15196
15197 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15200           Don't bail out on JUNK chunks with a size of 0 (would try to
15201           pull_range 0 bytes before, which sources don't like too much).
15202           See #342345.
15203
15204 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15205
15206         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15208         Use the gstutil scaling function to preserve 64 bits while calculating
15209         output width and height from the display-aspect-ratio. (A continuation
15210         of #341542)
15211
15212 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15213
15214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15215         (gst_xvimagesink_buffer_alloc):
15216         * sys/xvimage/xvimagesink.h:
15217         When performing buffer allocations, remember the caps and image format
15218         we return so that if the same caps are asked for next time we can
15219         return them immediately without doing any caps intersections.
15220
15221 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15222          
15223         * gst-libs/gst/rtp/README:
15224           Some new documentation
15225         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15226           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15227         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15228         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15229           New RTP audio base payloader class. Supports frame or sample based
15230           codecs.  Not enabled in Makefile.am until approved.
15231
15232 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * tests/check/elements/alsa.c: (test_device_property_probe):
15235           Fix test case: don't try to free NULL GValueArray when there
15236           are no devices.
15237
15238 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15239
15240         * tests/check/Makefile.am:
15241         * tests/check/elements/alsa.c: (test_device_property_probe),
15242         (alsa_suite), (main):
15243           Add simple test that runs a device property probe on alsasrc,
15244           alsasink and alsamixer. Disable valgrind check for now (too
15245           many leaks in libasound, and valgrind ignored my suppressions
15246           additions).
15247
15248 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15251         (gst_alsa_device_property_probe_probe_property),
15252         (gst_alsa_device_property_probe_needs_probe),
15253         (gst_alsa_device_property_probe_get_values),
15254         (gst_alsa_type_add_device_property_probe_interface):
15255         * ext/alsa/gstalsadeviceprobe.h:
15256         * ext/alsa/gstalsamixerelement.c:
15257         (gst_alsa_mixer_element_init_interfaces):
15258         * ext/alsa/gstalsamixerelement.h:
15259           Clean up and simplify alsa device probing. Make it actually work
15260           for multiple classes. Don't cache results any longer.
15261
15262         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15263         (gst_alsasink_init):
15264         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15265         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15266         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15267           Make alsasink and alsasrc implement the GstPropertyProbe interface
15268           for device probing (#342181).
15269           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15270
15271 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * gst/subparse/samiparse.c: (handle_start_font):
15274           Don't ignore return value of strtol (++compiler_happiness).
15275
15276 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         Patch by: Young-Ho Cha  <ganadist chollian net>
15279
15280         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15281         (gst_sub_parse_class_init), (gst_sub_parse_init),
15282         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15283         (convert_encoding):
15284         * gst/subparse/gstsubparse.h:
15285           Add 'encoding' property (#341681).
15286
15287         * gst/subparse/samiparse.c: (characters_sami):
15288           Output is pango markup, so we need to escape text
15289           between tags (#342143).
15290
15291 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * gst-libs/gst/audio/multichannel.c:
15294         (gst_audio_check_channel_positions):
15295           It's okay to have caps with channels=1 and a channel position
15296           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15297           (deinterleavers might want to keep the position in the caps,
15298           so that they can be re-interleaved again properly later).
15299           Leave check for unexpected 2-channel layouts intact for now.
15300
15301 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15302
15303         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15304         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15305         basesrc can do its job correctly.
15306
15307 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         * ext/alsa/Makefile.am:
15310         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15311         (gst_alsa_detect_formats), (get_channel_free_structure),
15312         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15313         (gst_alsa_probe_supported_formats):
15314         * ext/alsa/gstalsa.h:
15315         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15316           Refactor and improve caps probing code: probe signedness
15317           when we probe the supported formats/widths; set endianness
15318           to the one we actually probed for (ie. cpu endianness).
15319           
15320         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15321         (gst_alsasrc_close):
15322         * ext/alsa/gstalsasrc.h:
15323           Implement caps probing for alsasrc.
15324
15325 2006-05-15  Wim Taymans  <wim@fluendo.com>
15326
15327         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15328         (theora_dec_src_query), (theora_dec_src_event),
15329         (theora_dec_sink_event), (theora_handle_comment_packet),
15330         (theora_handle_data_packet), (theora_dec_change_state):
15331         Cleanups, add some G_LIKELY.
15332         Use segment helpers instead of our own wrong code.
15333         Clear queued buffers on seek and READY.
15334
15335         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15336         (vorbis_dec_convert), (vorbis_dec_src_query),
15337         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15338         (vorbis_handle_comment_packet), (vorbis_dec_push),
15339         (vorbis_handle_data_packet), (vorbis_dec_chain),
15340         (vorbis_dec_change_state):
15341         * ext/vorbis/vorbisdec.h:
15342         Remove old useless packetno variable.
15343         Do position query properly.
15344         Add some G_LIKELY.
15345         Do cleanup of queued buffers in new helper function
15346         and use it.
15347
15348 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15351           Query supported sample rates. Fixes #341732.
15352
15353 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15354
15355         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15356         (gst_decode_bin_change_state): Make decodebin reusable
15357         when going from PAUSE_TO_READY and then back to PAUSED.
15358         Fixes #331678.
15359
15360 2006-05-15  Wim Taymans  <wim@fluendo.com>
15361
15362         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15363         (vorbis_dec_convert), (vorbis_dec_src_query),
15364         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15365         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15366         (vorbis_dec_clean_queued), (vorbis_dec_push),
15367         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15368         Cleanups. Use refcounting and DEBUG_OBJECT.
15369         Reset segment on flush, use code methods instead of our
15370         own wrong version.
15371         Fix potential memleak.
15372
15373 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15376         (gst_alsasink_init):
15377         * ext/alsa/gstalsasink.h:
15378           Don't leak allocated snd_output_t structure if there's
15379           more than one alsasink instance at a time (#341873).
15380           Also fix GObject macros in header file.
15381           
15382 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * gst/subparse/gstsubparse.c:
15385         (gst_sub_parse_data_format_autodetect):
15386           Don't use libxml functions in the typefinding code.
15387
15388 2006-05-15  Wim Taymans  <wim@fluendo.com>
15389
15390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15391         Fix seeking performance in the case where a non-header 
15392         packet has a 0 granulepos (busted theora case). 
15393         Fixes #341719
15394         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15395          the first place, you limelight stealer you)
15396
15397 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * gst/subparse/gstsubparse.c:
15400         (gst_sub_parse_data_format_autodetect):
15401           Improve SAMI typefinding: handle case where there are
15402           whitespaces or newlines in front of the first <SAMI>
15403           tag (#169936).
15404
15405 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * configure.ac:
15408           Build video4linux plugin even if there's no XVIDEO, just
15409           without implementing the GstXOverlay interface (#334002).
15410          
15411 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15412
15413         * configure.ac:
15414         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15415         (plugin_init):
15416           Add tentative support for libvisual-0.4 (#336881).
15417
15418 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         Patch by: Young-Ho Cha <ganadist at chollian net>
15421
15422         * gst/subparse/samiparse.c: (handle_start_font):
15423           Need to map "silver" colour explicitly (#169936).
15424
15425 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         Patch by: Young-Ho Cha  <ganadist at chollian net>
15428
15429         * gst/subparse/Makefile.am:
15430         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15431         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15432         (gst_sub_parse_format_autodetect), (feed_textbuf),
15433         (gst_subparse_type_find), (plugin_init):
15434         * gst/subparse/gstsubparse.h:
15435         * gst/subparse/samiparse.c:
15436         * gst/subparse/samiparse.h:
15437           Add support for SAMI subtitles (#169936).
15438
15439 2006-05-14  Michael Smith  <msmith@fluendo.com>
15440
15441         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15442           Fix #341696: crash when mixing L+R+C to mono or stereo.
15443         * tests/check/Makefile.am:
15444         * tests/check/elements/audioconvert.c: (set_channel_positions),
15445         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15446         (audioconvert_suite):
15447           Add test for the above, including some generic framework bits for
15448           testing multichannel things.
15449
15450 === release 0.10.7 ===
15451
15452 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15453
15454         * configure.ac:
15455           releasing 0.10.7, "Leave the gun"
15456
15457 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15458
15459         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15461         Fix the build.
15462
15463 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15464
15465         * docs/libs/gst-plugins-base-libs-docs.sgml:
15466         * docs/libs/gst-plugins-base-libs-sections.txt:
15467         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15468         * gst-libs/gst/video/video.h:
15469         * gst/videoscale/Makefile.am:
15470         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15472         * tests/check/Makefile.am:
15473         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15474         (main):
15475           Fix integer overflow problem with pixel-aspect-ratio calculations
15476           in videoscale and xvimagesink (#341542)
15477
15478 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * gst-libs/gst/tag/gstid3tag.c:
15481           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15482
15483 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15484
15485         * win32/MANIFEST:
15486           update win32 files listing
15487
15488 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         patch by: Sjoerd Simons (sjoerd@luon.net)
15491
15492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15493         (group_create), (group_destroy), (add_stream),
15494         (gst_play_base_bin_get_property),
15495         (gst_play_base_bin_get_streaminfo_value_array):
15496         * gst/playback/gstplaybasebin.h:
15497           API: GstPlayBaseBin::stream-info-value-array property
15498           use a more bindings-friendly way of exposing streaminfo
15499           using a GValueArray.  Tested in ipython.
15500           Closes #341114
15501
15502 2006-05-11  Wim Taymans  <wim@fluendo.com>
15503
15504         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15505         (queue_underrun_cb), (queue_filled_cb):
15506         Also catch queue underruns but don't do anything yet.
15507         Refactor and comment queue enlarging code a bit.
15508
15509         * gst/playback/gstplaybasebin.c: (queue_overrun),
15510         (queue_threshold_reached), (queue_out_of_data),
15511         (gen_preroll_element):
15512         If a queue over/underruns check that we don't create nasty
15513         deadlocks when the min-threshold is not reached but the
15514         max-bytes is. In those cases disable max-bytes when we
15515         know that the queue is fed timed data.
15516         Add more comments.
15517
15518 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15519
15520         * gst/playback/gstplaybin.c: (gen_audio_element):
15521           Make playbin automatically plug an 'audioresample'
15522           element before the audio sink as well. This solves
15523           problems with sinks that only accept a very specific
15524           sample rate, like esdsink (e.g. #340379).
15525
15526 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         * gst/playback/gstplaybasebin.c: (gen_source_element):
15529           Make http sources send special headers so that we receive
15530           icecast metadata if the http stream is an icecast stream
15531           (otherwise the server will just ignore them). This also
15532           means that from now on users will need the 'icydemux'
15533           element from gst-plugins-good installed if they want to
15534           listen to icecast radio streams. (#341432, #333657).
15535
15536 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15537
15538         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15539         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15540           remove stupid example from docs - it should come with a simple
15541           C program instead.
15542           Clean up/fix docs
15543         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15544         (fail_if_can_read), (GST_START_TEST),
15545         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15546           add a test for changing streamheader which exposes a bug in
15547           multifdsink
15548
15549 2006-05-11  Michael Smith  <msmith@fluendo.com>
15550
15551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15552         (gst_gnome_vfs_src_received_headers_callback):
15553         * ext/gnomevfs/gstgnomevfssrc.h:
15554           Don't set icy-caps unless we have a sane interval value. Move
15555           interval to a local variable; we never use it outside this function.
15556
15557 2006-05-11  Wim Taymans  <wim@fluendo.com>
15558
15559         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15561         Register special buffer types along with the objects so
15562         that they are not registered at runtime from N different
15563         streaming threads since they are not threadsafe.
15564
15565 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15568         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15569           add two more tests, one doing streamheader
15570
15571 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15572
15573         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15574           clean up the bufqueue when shutting down
15575         * tests/check/Makefile.am:
15576         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15577         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15578         (main):
15579           add a test for the leak that was just fixed
15580
15581 2006-05-10  Wim Taymans  <wim@fluendo.com>
15582
15583         * gst/adder/gstadder.c: (gst_adder_setcaps),
15584         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15585         (gst_adder_src_event), (gst_adder_sink_event),
15586         (gst_adder_class_init), (gst_adder_finalize),
15587         (gst_adder_request_new_pad), (gst_adder_collected):
15588         * gst/adder/gstadder.h:
15589         Updated some docs. Added comments and FIXMEs all over the place.
15590         Improve debugging info.
15591         Fix leak on finalize by not calling the parent.
15592         Implement duration query.
15593         Make event forwarding threadsafe.
15594         Correctly send NEWSEGMENT at start and after flush.
15595         Handle EOS correctly.
15596         Post error when not negotiated.
15597
15598         * tests/check/elements/adder.c: (GST_START_TEST):
15599         Added FIXME in the test.
15600
15601 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15604         (gst_text_overlay_halign_get_type),
15605         (gst_text_overlay_wrap_mode_get_type):
15606         * ext/theora/theoradec.c: (theora_handle_type_packet),
15607         (theora_handle_data_packet):
15608         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15609         (theora_enc_sink_setcaps), (theora_enc_chain):
15610         * gst-libs/gst/cdda/gstcddabasesrc.c:
15611         (gst_cdda_base_src_mode_get_type):
15612         * gst/audiotestsrc/gstaudiotestsrc.c:
15613         (gst_audiostestsrc_wave_get_type):
15614         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15615         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15616         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15617         (gst_sync_method_get_type), (gst_unit_type_get_type),
15618         (gst_client_status_get_type):
15619         * gst/videoscale/gstvideoscale.c:
15620         (gst_video_scale_method_get_type):
15621         * gst/videotestsrc/gstvideotestsrc.c:
15622         (gst_video_test_src_pattern_get_type):
15623         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15624         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15625         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15626         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15627         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15628         (paint_setup_RGB565), (paint_setup_xRGB1555):
15629           Const-ify GEnumValue and GFlagsValue arrays. Use
15630           GST_ROUND_UP_* macros instead of home-made ones.
15631
15632 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * configure.ac:
15635           Require core CVS for the new newsegment stuff.
15636
15637 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         Patch by: Sjoerd Simons  <sjoerd at luon net>
15640
15641         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15642           Register nick for enum value (#341160).
15643
15644 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15645
15646         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15647         (plugin_init):
15648          backout typefind patch #340375
15649          
15650         * tests/check/elements/adder.c: (message_received),
15651         (GST_START_TEST), (adder_suite):
15652           redo, signal-handling of test
15653
15654 2006-05-09  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15657         (gst_adder_collected):
15658         * gst/adder/gstadder.h:
15659         Remove bogus segment merging and forwarding, we don't
15660         care about timestamps anyway and we just produce a
15661         continuous stream. 
15662         Also create a nice NEWSEGMENT event when we start.
15663         Use _scale_int some more.
15664
15665 2006-05-09  Edward Hervey  <edward@fluendo.com>
15666
15667         * tests/icles/stress-xoverlay.c:
15668         Fix if core was built without parsing support.
15669
15670 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15673           Add SEDG (Samsung MPEG-4) fourcc.
15674
15675 2006-05-09  Edward Hervey  <edward@fluendo.com>
15676
15677         * tests/icles/stress-xoverlay.c:
15678         * tests/examples/volume/volume.c:
15679         Fix if core was built without parsing support.
15680
15681         * tests/examples/seek/seek.c:
15682         Disable the parse_launch example if core was built without parsing
15683         support.
15684
15685 2006-05-08  Edward Hervey  <edward@fluendo.com>
15686
15687         * autogen.sh: (CONFIGURE_DEF_OPT): 
15688         libtoolize on Darwin/MacOSX is called glibtoolize
15689
15690 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15691
15692         * tests/check/Makefile.am:
15693         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15694           Disable the adder test, until the build-slaves posses the kindness to 
15695           either like it or to give valid reason for not doing so 
15696
15697 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15698
15699         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15700         (adder_suite):
15701           Shuffle NULL state change around and raise timeout more
15702
15703 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15706         (mp4_type_find), (plugin_init):
15707           Add typefind to distinguish between "audio/x-m4a" and new type
15708           "video/mp4". Fixes #340375
15709
15710         * tests/check/elements/adder.c: (adder_suite):
15711           Raise timeout to make buildbot happy
15712
15713 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15714
15715         * gst/adder/gstadder.c: (gst_adder_sink_event),
15716         (gst_adder_request_new_pad), (gst_adder_change_state):
15717         * gst/adder/gstadder.h:
15718         * tests/check/Makefile.am:
15719         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15720         (adder_suite), (main):
15721           Add sink-event handling to adder. It tries to merge incomming
15722           newsegment-events. Added test to check if segment_done is comming
15723           through. Fixes #340060
15724
15725 2006-05-05  Andy Wingo  <wingo@pobox.com>
15726
15727         * ext/theora/theoraparse.c (gst_theora_parse_init)
15728         (theora_parse_src_convert, theora_parse_src_query):
15729         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15730         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15731         query functions on the source pads of the theora and vorbis parse
15732         elements. Fixes position querying when doing a remux.
15733
15734 2006-05-05  Michael Smith  <msmith@fluendo.com>
15735
15736         * ext/theora/theoraparse.c: (parse_granulepos),
15737         (theora_parse_drain_queue_prematurely),
15738         (theora_parse_queue_buffer), (theora_parse_sink_event):
15739           Fix flushing.
15740           Fix invalid granulepos outputs when starting with a non-keyframe.
15741
15742 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15743
15744         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15745         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15746         Rearrange MPEG system stream detection, fixing some memleaks in the
15747         process.
15748         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15749         they clean up their data correctly.
15750         Remove unused ogganx caps and move the 'is_annodex' check to inside
15751         the 'is_ogg' if statement.
15752
15753 2006-05-05  Wim Taymans  <wim@fluendo.com>
15754
15755         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15756         Properly remove ghostpads. Fixes #340392
15757
15758 2006-05-04  David Schleef  <ds@schleef.org>
15759
15760         * gst/typefind/gsttypefindfunctions.c:
15761
15762 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15763
15764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15765         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15766
15767         When typefinding an MP3 in push-based mode, don't penalise the
15768         probability down to 74% when we found 5 valid frames just because we
15769         can't peek the end of the file.
15770
15771         Make the probability for detecting MPEG Transport Streams based on the
15772         number of sequential headers we successfully detected.
15773
15774 2006-05-03  Wim Taymans  <wim@fluendo.com>
15775
15776         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15777         (vorbis_dec_push), (vorbis_dec_chain):
15778         Still produce an error when we receive an empty packet.
15779
15780 2006-05-03  Wim Taymans  <wim@fluendo.com>
15781
15782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15783         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15784         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15785         Mark buffers with DISCONT after seek and after activating new
15786         chains.
15787
15788         * ext/theora/gsttheoradec.h:
15789         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15790         (theora_get_query_types), (theora_dec_sink_event),
15791         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15792         (theora_dec_change_state):
15793         Fix frame counter.
15794         Detect and mark DISCONT buffers.
15795
15796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15797         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15798         (vorbis_dec_change_state):
15799         * ext/vorbis/vorbisdec.h:
15800         Use GstSegment.
15801         Detect and mark DISCONT buffers.
15802         Don't crash on 0 sized buffers.
15803
15804 2006-05-03  Wim Taymans  <wim@fluendo.com>
15805
15806         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15807         (volume_transform_ip):
15808         Increase "volume" property to 10.0. Fixes #340369.
15809         Set the process function to NULL when capsnego fails so that
15810         we properly error out.
15811
15812 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15813
15814         * gst/playback/gstplaybin.c: (add_sink):
15815         * gst/playback/test.c: (main):
15816         * gst/playback/test5.c: (dump_element_stats):
15817         * gst/playback/test6.c: (main):
15818           free caps using gst_caps_unref, don't leak caps-strings
15819
15820 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15821
15822         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15823         (plugin_init):
15824           Refine musepack typefinding a bit. Return MAXIMUM
15825           probability when we detect stream version 7 to make
15826           sure the mpeg audio typefinder doesn't trump us.
15827
15828 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15831           Protect against unexpected NULL strf_data buffer.
15832
15833 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * tests/check/elements/audioconvert.c: (verify_convert),
15836         (GST_START_TEST):
15837           interpret the out[] buffer in the order the bytes are actually
15838           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15839           Other tests should use BYTE_ORDER since the array is filled in
15840           with actual values
15841
15842 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15843
15844         * tests/check/elements/audioconvert.c: (verify_convert),
15845         (GST_START_TEST):
15846           when a test fails, give an indication of which it is
15847
15848 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * gst-libs/gst/cdda/gstcddabasesrc.c:
15851           compile fix; strtol() needs <stdlib.h>
15852
15853 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15854
15855         * ext/alsa/gstalsamixerelement.c:
15856         * ext/alsa/gstalsasrc.c:
15857         * ext/cdparanoia/gstcdparanoiasrc.c:
15858         * ext/gnomevfs/gstgnomevfssink.c:
15859         * ext/gnomevfs/gstgnomevfssrc.c:
15860         * ext/ogg/gstoggdemux.c:
15861         * ext/ogg/gstoggmux.c:
15862         * ext/ogg/gstoggparse.c:
15863         * ext/ogg/gstogmparse.c:
15864         * ext/pango/gstclockoverlay.c:
15865         * ext/pango/gsttextoverlay.c:
15866         * ext/pango/gsttextrender.c:
15867         * ext/pango/gsttimeoverlay.c:
15868         * ext/theora/theoradec.c:
15869         * ext/theora/theoraenc.c:
15870         * ext/vorbis/vorbisdec.c:
15871         * ext/vorbis/vorbisenc.c:
15872         * gst-libs/gst/audio/gstaudiofilter.c:
15873         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15874         * gst/audioconvert/gstaudioconvert.c:
15875         * gst/audiorate/gstaudiorate.c:
15876         * gst/audioresample/gstaudioresample.c:
15877         * gst/audiotestsrc/gstaudiotestsrc.c:
15878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15879         * gst/playback/gstdecodebin.c:
15880         * gst/playback/gstplaybin.c:
15881         * gst/playback/gststreamselector.c:
15882         * gst/subparse/gstsubparse.c:
15883         * gst/tcp/gstmultifdsink.c:
15884         * gst/tcp/gsttcpclientsink.c:
15885         * gst/tcp/gsttcpclientsrc.c:
15886         * gst/tcp/gsttcpserversink.c:
15887         * gst/tcp/gsttcpserversrc.c:
15888         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15889         * gst/videorate/gstvideorate.c:
15890         * gst/videoscale/gstvideoscale.c:
15891         * gst/videotestsrc/gstvideotestsrc.c:
15892         * gst/volume/gstvolume.c:
15893         * sys/v4l/gstv4ljpegsrc.c:
15894         * sys/v4l/gstv4lmjpegsink.c:
15895         * sys/v4l/gstv4lmjpegsrc.c:
15896         * sys/v4l/gstv4lsrc.c:
15897         * sys/ximage/ximagesink.c:
15898         * sys/xvimage/xvimagesink.c:
15899         * tests/check/libs/cddabasesrc.c:
15900           make GstElementDetails const
15901
15902 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15903
15904         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15905         (gst_adder_init):
15906           send events from src-pad to all sink-pads fixes #338657
15907
15908 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15909
15910         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15911         (alsasink_parse_spec):
15912           query width capabilities from alsa, fixes #338919
15913
15914 2006-04-28  Wim Taymans  <wim@fluendo.com>
15915
15916         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15917         (gst_multi_fd_sink_remove_client_link):
15918         * gst/tcp/gstmultifdsink.h:
15919         Fix race condition in multifdsink that can lead to spurious 
15920         duplicate clients. this patch adds a new signal that is fired when
15921         multifdsink has removed all references to the fd.
15922         Fixes #339574.
15923         Updated documentation.
15924         API: client-fd-removed signal added
15925
15926 2006-04-28  Michael Smith  <msmith@fluendo.com>
15927
15928         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15929           When asking g_value_array_new to prealloc elements, we may as well
15930           ask for the right number of elements.
15931
15932 2006-04-28  Wim Taymans  <wim@fluendo.com>
15933
15934         * gst-libs/gst/audio/gstbaseaudiosink.c:
15935         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15936         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15937         patch to make timestamp checking more tollerant to rounding 
15938         errors given that real discontinuities are to be marked on
15939         buffers. Fixes some asf files and #338778.
15940         Also avoid some crashers when we receive an event in the 
15941         NULL state.
15942
15943 2006-04-28  Michael Smith  <msmith@fluendo.com>
15944
15945         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15946         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15947         (gst_gnome_vfs_src_get_property),
15948         (gst_gnome_vfs_src_send_additional_headers_callback),
15949         (gst_gnome_vfs_src_received_headers_callback),
15950         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15951         (gst_gnome_vfs_src_stop):
15952         * ext/gnomevfs/gstgnomevfssrc.h:
15953           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15954           proper shared support within icydemux.
15955
15956 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15957
15958         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15959         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15960           fix up docs
15961           fix a leak when no caps negotiated
15962           fix counting of input frames
15963         * tests/check/elements/.cvsignore:
15964         * tests/check/elements/videorate.c: (assert_videorate_stats),
15965         (GST_START_TEST), (videorate_suite):
15966           add tests for these
15967
15968 2006-04-28  Wim Taymans  <wim@fluendo.com>
15969
15970         * gst-libs/gst/audio/gstringbuffer.c:
15971         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15972         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15973         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15974         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15975         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15976         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15977         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15978         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15979         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15980         Check arguments passed to public functions instead of
15981         crashing.
15982
15983 2006-04-28  Wim Taymans  <wim@fluendo.com>
15984
15985         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15986         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15987         GstBaseAudioSrc must be live or it does not work.
15988
15989         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15990         Don't set live to TRUE as this is the default in the parentclass.
15991
15992 2006-04-28  Wim Taymans  <wim@fluendo.com>
15993
15994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15995         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15996         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15997         fixation cases better. Fixes #338991
15998
15999 2006-04-28  Wim Taymans  <wim@fluendo.com>
16000
16001         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16002         Handle 0/1 framerate correctly Fixes #331901.
16003
16004 2006-04-28  Wim Taymans  <wim@fluendo.com>
16005
16006         * tests/check/elements/audioconvert.c: (get_float_caps),
16007         (GST_START_TEST), (audioconvert_suite):
16008         Added check for correct clipping when doing float samples
16009         in audioconvert.
16010
16011 2006-04-28  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16014         (gst_video_rate_chain):
16015         Print more debugging info.
16016
16017 2006-04-28  Wim Taymans  <wim@fluendo.com>
16018
16019         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16020         (resample_set_state_from_caps):
16021         Add support for other formats audioresample can handle such as
16022         32 bits in and float and 64 bits float. Fixes #301759
16023
16024 2006-04-28  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/audioconvert/audioconvert.c: (float):
16027         correctly clip float samples > 1.0. Fixes #338718
16028
16029 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         Patch by: Young-Ho Cha  <ganadist at chollian net>
16032
16033         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16034         (gst_text_overlay_render_text):
16035           Don't strip newlines from the text. Also, center lines
16036           within multi-line paragraphs (#339405).
16037
16038 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16041           Fix wavpack typefinding to work in more cases (don't peek
16042           for chunks of multiple hundred kBs at once, but process
16043           things step-by-step in smaller units). Fixes #339786.
16044
16045 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16046
16047         * configure.ac:
16048           back to HEAD
16049
16050 === release 0.10.6 ===
16051
16052 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16053
16054         * configure.ac:
16055           releasing 0.10.6, "Chao"
16056
16057 2006-04-26  David Schleef  <ds@schleef.org>
16058
16059         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16060           Fixes #338897.
16061
16062 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16063
16064         * configure.ac:
16065         * win32/common/config.h:
16066           new prerelease
16067
16068 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         patch by: Wim Taymans
16071
16072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16073         (gst_ogg_demux_perform_seek):
16074           make sure correct newsegments are sent, so that the decoder
16075           and the demuxer agree on timestamps.  Fixes playback of a lot
16076           of Ogg files that do not start from 0.  Fixes #339833.
16077
16078 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         Patch by: Edward Hervey  <edward@fluendo.com>
16081
16082         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16083         * tests/check/Makefile.am:
16084         * tests/check/elements/videorate.c: (assert_videorate_stats),
16085         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16086         (videorate_suite), (main):
16087           Fix an infinite loop if frames are passed in with wrongly ordered
16088           timestamps.  Fixes #339013.
16089
16090 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16095           fix typefinding on some ISO files.  Fixes #339212.
16096
16097 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16098
16099         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16102           add another H264 fourcc.  Fixes #339047.
16103
16104 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16105
16106         Patch by: Jan Schmidt
16107
16108         * gst/playback/gststreamselector.c:
16109         (gst_stream_selector_bufferalloc):
16110           Restore old StreamSelector behaviour.
16111           Fixes #338419.
16112
16113 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16114
16115         * configure.ac:
16116         * win32/common/config.h:
16117           prerelease
16118
16119 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16120
16121         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16122
16123         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16124         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16125           Fix some memory leaks: on finalize, free buffers left in the queue
16126           before destroying the queue; in _push(), unref rtp_buf even if
16127           the process vfunc returned a NULL buffer as output buffer (#337548);
16128           demote some recuring debug messages to LOG level.
16129
16130 2006-04-11  Wim Taymans  <wim@fluendo.com>
16131
16132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16133         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16134         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16135         (gst_ogg_demux_loop):
16136         More cleanups.
16137         Respect segment stop when emiting EOS or SEGMENT_DONE.
16138         Fixes (#337945).
16139
16140 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * gst/playback/gststreamselector.c:
16143         (gst_stream_selector_get_property):
16144           Don't leak pad name.
16145
16146 2006-04-10  Michael Smith  <msmith@fluendo.com>
16147
16148         * tests/check/Makefile.am:
16149         * tests/check/gst-plugins-base.supp:
16150           Suppress an old libtheora bug (fixed in more recent versions), so 
16151           that FC4 buildslaves can pass.
16152
16153 2006-04-10  Wim Taymans  <wim@fluendo.com>
16154
16155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16156         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16157         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16158         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16159         (gst_ogg_demux_loop):
16160         Don't leak events.
16161         Remember what error we got when finding chains, if we
16162         were shutdown, that would not be an error.
16163
16164 2006-04-10  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst-libs/gst/audio/gstbaseaudiosink.c:
16167         (gst_base_audio_sink_event):
16168         Starting the ringbuffer when we did not acquire it can cause
16169         a deadlock, is pointless and causes nasty things for
16170         subclasses. 
16171         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16172
16173 2006-04-10  Wim Taymans  <wim@fluendo.com>
16174
16175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16176         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16177         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16178         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16179         (gst_ogg_demux_deactivate_current_chain),
16180         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16181         (gst_ogg_demux_bisect_forward_serialno),
16182         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16183         Add some more debugging.
16184
16185 2006-04-10  Wim Taymans  <wim@fluendo.com>
16186
16187         * ext/theora/theoradec.c: (theora_dec_src_event),
16188         (theora_handle_data_packet):
16189         Some more debug info.
16190
16191         * tests/examples/seek/seek.c: (start_seek), (main):
16192         Print element messages too.
16193
16194 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16195
16196         * gst/audioresample/debug.h:
16197           replace debug macros with variable number of parameters
16198           by a simple alias to gstreamer standard debug macros 
16199          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16200           supported by MSVC 6.0 and 7.1)
16201         * gst/audioresample/resample.h:
16202           define M_PI and rint for WIN32
16203         * win32/common/libgstaudio.def:
16204         * win32/common/libgstriff.def:
16205         * win32/common/libgsttag.def:
16206         * win32/common/libgstvideo.def:
16207           add new exported functions
16208         * win32/vs6:
16209           update project files
16210
16211 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16212
16213         * ext/alsa/gstalsamixeroptions.c:
16214         (gst_alsa_mixer_options_class_init):
16215         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16218         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16219         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16220         * gst-libs/gst/audio/gstaudiofilter.c:
16221         (gst_audio_filter_class_init):
16222         * gst-libs/gst/audio/gstaudiosink.c:
16223         (gst_audioringbuffer_class_init):
16224         * gst-libs/gst/audio/gstaudiosrc.c:
16225         (gst_audioringbuffer_class_init):
16226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16227         * gst-libs/gst/interfaces/colorbalancechannel.c:
16228         (gst_color_balance_channel_class_init):
16229         * gst-libs/gst/interfaces/mixeroptions.c:
16230         (gst_mixer_options_class_init):
16231         * gst-libs/gst/interfaces/mixertrack.c:
16232         (gst_mixer_track_class_init):
16233         * gst-libs/gst/interfaces/tunerchannel.c:
16234         (gst_tuner_channel_class_init):
16235         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16236         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16237         (gst_netbuffer_class_init):
16238         * gst-libs/gst/rtp/gstbasertppayload.c:
16239         (gst_basertppayload_class_init):
16240         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16243         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16244         * gst/playback/gststreamselector.c:
16245         (gst_stream_selector_class_init):
16246         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16247         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16248         * sys/v4l/gstv4lcolorbalance.c:
16249         (gst_v4l_color_balance_channel_class_init):
16250         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16251         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16253         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16254         (gst_v4l_tuner_norm_class_init):
16255         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16257         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16258         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16259
16260 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16261
16262         * ext/pango/gsttextrender.h:
16263         * gst-libs/gst/audio/gstaudiosink.h:
16264         * gst-libs/gst/audio/gstaudiosrc.h:
16265         * gst-libs/gst/audio/gstbaseaudiosink.h:
16266         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16267         * gst-libs/gst/audio/gstringbuffer.h:
16268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16269         * gst-libs/gst/rtp/gstbasertppayload.h:
16270         * gst-libs/gst/video/gstvideofilter.h:
16271         * gst-libs/gst/video/gstvideosink.h:
16272         * gst/playback/gstplaybasebin.h:
16273         * gst/tcp/gstmultifdsink.h:
16274         * sys/v4l/gstv4lelement.h:
16275         Fix broken GObject macros
16276
16277 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16278
16279         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16280         More debug to trace why my USB headset is not working with gst
16281
16282 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16283
16284         * gst/playback/gstplaybasebin.c: (group_destroy):
16285         Clean up our group elements properly in the case where it never 
16286         got committed - it still got added unconditionally to the bin.
16287
16288 2006-04-07  Wim Taymans  <wim@fluendo.com>
16289
16290         * ext/theora/theoradec.c: (theora_dec_sink_event),
16291         (theora_handle_data_packet), (theora_dec_chain):
16292         Unref unhandled events.
16293         Protect against empty buffers.
16294         Perform QoS on running time.
16295
16296 2006-04-07  Michael Smith  <msmith@fluendo.com>
16297
16298         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16299         (gst_vorbis_enc_chain):
16300           Remove leaks from vorbisenc.
16301           Mostly minor changes, the only significant one is that now the
16302           buffers we set as 'streamheader' on the caps are copies of the
16303           original buffers, to avoid circular refcounting problems.
16304
16305 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16306
16307         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16308           Don't remove our mute-probe if someone else already did so.
16309           Don't set a 2nd one if there is already one pending on the pad.
16310
16311         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16312         (do_playbin_seek):
16313           When a seek fails, ensure that playbin is still set back to playing.
16314           
16315         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16316         (mpeg_ts_type_find), (plugin_init):
16317           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16318
16319 2006-04-06  Andy Wingo  <wingo@pobox.com>
16320
16321         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16322         (gst_video_rate_init): Caps-related parameters should not be reset
16323         by a flush -- move their inits to the instance init function.
16324         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16325         is not OK, just return the result.
16326
16327         * gst/audiotestsrc/gstaudiotestsrc.c
16328         (gst_audio_test_src_class_init)
16329         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16330         broken by Stefan's commit on 24 March.
16331
16332         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16333         buffers being pushed out. Fixes oggmux ! multifdsink.
16334
16335 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16338         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16339         * ext/vorbis/vorbisdec.h:
16340         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16341         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16342         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16343         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16344         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16345         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16346         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16347         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16348         (gst_vorbis_enc_buffer_from_packet),
16349         (gst_vorbis_enc_buffer_from_header_packet),
16350         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16351         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16352         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16353         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16354         (gst_vorbis_enc_change_state):
16355         * ext/vorbis/vorbisenc.h:
16356           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16357           vorbisenc adhere to the official nomenclature; use boilerplate
16358           macro.
16359
16360 2006-04-04  Andy Wingo  <wingo@pobox.com>
16361
16362         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16363         Whoops, fix bug introduced. Bad hacker!
16364         
16365         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16366         Properly handle the case where you get EOS before any buffers are
16367         received. Use gst_buffer_make_metadata_writable where appropriate.
16368
16369         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16370         is often negative -- make it signed so as not to wrap around.
16371         Fixes segfaults introduced on 9 March.
16372
16373 2006-04-03  Wim Taymans  <wim@fluendo.com>
16374
16375         * ext/theora/gsttheoradec.h:
16376         * ext/theora/theoradec.c: (theora_dec_src_event):
16377         Don't try to store a gdouble in a gboolean.
16378         Small cleanups.
16379
16380 2006-04-03  Michael Smith  <msmith@fluendo.com>
16381
16382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16383           Oggmux sucks.
16384           Make it suck slightly less by writing out the final page.
16385           Still can't encode a vorbis-in-ogg file correctly, though.
16386
16387 2006-04-03  Andy Wingo  <wingo@pobox.com>
16388
16389         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16390         a g_print.
16391
16392         * ext/theora/theora.c (plugin_init): Register theoraparse.
16393
16394         * ext/theora/gsttheoraparse.h: 
16395         * ext/theora/theoraparse.c: New files implementing a theora
16396         parser. Now we can properly remux ogg/theora+vorbis, yay.
16397
16398         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16399
16400 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16401
16402         * gst/audiotestsrc/gstaudiotestsrc.c:
16403           Fixed the sample pipeline (see #323798)
16404
16405 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16406
16407         * configure.ac:
16408         * win32/common/config.h:
16409         * win32/common/config.h.in:
16410           use AS_VERSION and AS_NANO
16411           more cleanups
16412
16413 2006-03-31  Andy Wingo  <wingo@pobox.com>
16414
16415         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16416         uninitialized variable return that would happen.
16417         
16418         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16419         uninitialized variable return that would never happen.
16420
16421         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16422         (vorbis_parse_sink_event): Add an event function to flush our
16423         state on a seek, and to drain buffers on a premature EOS.
16424         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16425         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16426         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16427         (vorbis_parse_drain_queue): Queue up buffers until we can set
16428         their timestamps and granulepos values.
16429
16430         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16431         and keep track of data needed for deriving granulepos and
16432         timestamps for buffers.
16433
16434 2006-03-29  Wim Taymans  <wim@fluendo.com>
16435
16436         Patch by: j^ <j at bootlab dot org>
16437
16438         * ext/alsa/gstalsamixerelement.c:
16439         (gst_alsa_mixer_element_class_init):
16440         * ext/alsa/gstalsasink.c:
16441         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16442         * ext/ogg/gstoggdemux.c:
16443         * ext/ogg/gstoggmux.c:
16444         * ext/ogg/gstoggparse.c:
16445         * ext/pango/gstclockoverlay.c:
16446         * ext/pango/gsttextoverlay.c:
16447         * ext/pango/gsttextrender.c:
16448         * ext/pango/gsttimeoverlay.c:
16449         * ext/theora/theoradec.c:
16450         * ext/theora/theoraenc.c:
16451         * ext/vorbis/vorbisdec.c:
16452         * ext/vorbis/vorbisenc.c:
16453         * gst/audioconvert/gstaudioconvert.c:
16454         * gst/subparse/gstsubparse.c:
16455         * gst/tcp/gstmultifdsink.c:
16456         * gst/tcp/gsttcpclientsink.c:
16457         * gst/tcp/gsttcpclientsrc.c:
16458         * gst/tcp/gsttcpserversink.c:
16459         * gst/tcp/gsttcpserversrc.c:
16460           better/unified long descriptions
16461           Fixes #336477
16462
16463 2006-03-29  Wim Taymans  <wim@fluendo.com>
16464
16465         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16466         (stop_seek):
16467         Don't let double and triple clicks mess up our state.
16468
16469 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         * gst/playback/gstplaybin.c: (gen_video_element),
16472         (gen_text_element), (gen_audio_element), (gen_vis_element):
16473           Error out gracefully when we can't create any of the usual
16474           conversion elements for some reason. Also, don't try to
16475           create an audioscale (sic) element that's not used anyway.
16476
16477 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * gst/playback/gstplaybasebin.c: (setup_source):
16480           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16481           element for a particular protocol, that's confusing for users.
16482           Instead, post a RESOURCE_FAILED error, so that our own error
16483           message is actually shown in totem etc. (#336303).
16484
16485 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16486
16487         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16488
16489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16490         (gst_gnome_vfs_src_get_icy_metadata):
16491           Fix some minor memory leaks (#336194).
16492
16493 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * ext/gnomevfs/gstgnomevfs.c:
16496         (gst_gnome_vfs_location_to_uri_string):
16497         * ext/gnomevfs/gstgnomevfs.h:
16498         * ext/gnomevfs/gstgnomevfssink.c:
16499         (gst_gnome_vfs_sink_set_property):
16500         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16501           Make gnomevfssink accept filenames as well as URIs for the
16502           "location" property, just like gnomevfssrc does (and
16503           filesrc/filesink do) (#336190).
16504
16505 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16506
16507         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16508           set to NULL before unreffing, fixes a valgrind leak.
16509           Why was this not triggering the error that an object needs to
16510           be NULL before unreffing ?
16511         * win32/common/config.h:
16512           update
16513
16514 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * gst/subparse/gstsubparse.c: (convert_encoding),
16517         (gst_sub_parse_change_state):
16518         * gst/subparse/gstsubparse.h:
16519           Text subtitle files may or may not be UTF-8. If it's not, we
16520           don't really want to see '?' characters in place of non-ASCII
16521           characters like accented characters. So let's assume the input
16522           is UTF-8 until we come across text that is clearly not. If it's
16523           not UTF-8, we don't really know what it is, so try the following:
16524           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16525           is set; if not, check (b) if the current locale encoding is
16526           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16527           the current locale encoding is UTF-8 and the environment variable
16528           was not set to any particular encoding. Not perfect, but better
16529           than nothing (and better than before, I think) (fixes #172848).
16530
16531 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16532
16533         * configure.ac:
16534           update core requirement to 0.10.4.1 because of async_playback
16535           vmethod on GstBaseSink
16536
16537 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16538
16539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16540         * gst/adder/gstadder.c: (gst_adder_init):
16541         use DEBUG_FUNCPTR for collectpads
16542
16543 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16544
16545         * docs/plugins/Makefile.am:
16546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16547         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16548         * ext/cdparanoia/gstcdparanoiasrc.c:
16549         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16550         (gst_gnome_vfs_sink_class_init):
16551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16553         * ext/ogg/gstoggmux.c:
16554         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16555         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16556         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16557         * ext/pango/gsttextoverlay.c:
16558         * ext/pango/gsttextrender.c:
16559         * ext/theora/theoradec.c:
16560         * ext/theora/theoraenc.c:
16561         * ext/vorbis/vorbisdec.c:
16562         * ext/vorbis/vorbisenc.c:
16563         * gst-libs/gst/audio/gstaudiofilter.c:
16564         (gst_audio_filter_base_init):
16565         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16566         (gst_audio_filter_template_base_init):
16567         * gst/adder/gstadder.c: (gst_adder_get_type):
16568         * gst/adder/gstadder.h:
16569         * gst/audioconvert/gstaudioconvert.c:
16570         * gst/audiotestsrc/gstaudiotestsrc.c:
16571         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16572         (gst_audio_test_src_create):
16573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16574         * gst/playback/gstdecodebin.c:
16575         * gst/playback/gstplaybin.c:
16576         * gst/playback/gststreamselector.c:
16577         (gst_stream_selector_base_init):
16578         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16579         * gst/volume/gstvolume.c:
16580         * sys/v4l/gstv4lmjpegsink.c:
16581         * sys/v4l/gstv4lmjpegsrc.c:
16582         * tests/check/libs/cddabasesrc.c:
16583         * tests/old/examples/gob/gst-identity2.gob:
16584           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16585           define GstElementDetails at the top
16586
16587 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16588
16589         * win32/common/libgstinterfaces.def:
16590         Add a lot of export functions for gst-python
16591         * win32/vs6/libgstinterfaces.dsp:
16592         Add a missing include folder in the project configuration
16593         
16594 2006-03-23  Wim Taymans  <wim@fluendo.com>
16595
16596         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16597         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16598         (gst_base_audio_src_change_state):
16599         Fix audio sources, forgot to make the ringbuffer
16600         startable...
16601
16602 2006-03-23  Wim Taymans  <wim@fluendo.com>
16603
16604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16605         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16606         (gst_base_audio_src_change_state):
16607         unparent instead of unref the ringbuffer.
16608
16609 2006-03-23  Wim Taymans  <wim@fluendo.com>
16610
16611         * gst-libs/gst/audio/gstbaseaudiosink.c:
16612         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16613         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16614         Implement new async_play vmethod to start slaving and allow
16615         playback start in case of async PLAY state changes. 
16616
16617         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16618         Enable QoS with new method in base class.
16619
16620 2006-03-23  Wim Taymans  <wim@fluendo.com>
16621
16622         Patch by: Julien MOUTTE <julien at moutte dot net>
16623
16624         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16625         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16626         Partially handle 0 framerate, only EOS after the first frame
16627         is missing.
16628
16629 2006-03-23  Wim Taymans  <wim@fluendo.com>
16630
16631         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16632
16633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16634         (gst_riff_create_video_template_caps):
16635         * gst/ffmpegcolorspace/avcodec.h:
16636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16637         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16638         (gst_ffmpegcsp_avpicture_fill):
16639         * gst/ffmpegcolorspace/imgconvert.c:
16640         Patch for support of YVU9 AVI files (#334822)
16641
16642 2006-03-22  Edward Hervey  <edward@fluendo.com>
16643
16644         * docs/design/design-decodebin.txt:
16645         Added design document for new decodebin
16646         (Target Caps): text/x-pango-markup is also a default target caps.
16647
16648 2006-03-22  Wim Taymans  <wim@fluendo.com>
16649
16650         * gst-libs/gst/audio/gstbaseaudiosink.c:
16651         (gst_base_audio_sink_dispose):
16652         Since we _parent the ringbuffer, we also need to
16653         _unparent instead of a plain _unref.
16654
16655 2006-03-22  Wim Taymans  <wim@fluendo.com>
16656
16657         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16658         (stop_seek), (scrub_toggle_cb), (main):
16659         Add scrub checkbox.
16660
16661 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16662
16663         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16664         (gst_ogg_parse_chain):
16665           Fix very inefficient usage of linked lists (#335365).
16666
16667 2006-03-21  Edward Hervey  <edward@fluendo.com>
16668
16669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16670         * gst/playback/gstplaybin.c: (handoff):
16671         * gst/playback/gststreamselector.c:
16672         (gst_stream_selector_set_property):
16673         gcc 4.1 unreferenced pointer fixes.
16674         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16676         gst_buffer_ref() now takes a GstBuffer*.
16677
16678 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16679
16680         * sys/xvimage/xvimagesink.c:
16681         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16682         by Jan Schmidt.
16683
16684 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16687         (id3v1_type_find), (apetag_type_find), (plugin_init):
16688           Can't do tag preferences via probability, as tags would then
16689           lose against types that are recognised with MAXIMUM probability
16690           (like .wav); so let all tag typefinders return MAXIMUM themselves
16691           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16692           that we can prefer APE to ID3v1 (fixes #335028).
16693           
16694 2006-03-17  Wim Taymans  <wim@fluendo.com>
16695
16696         * gst-libs/gst/audio/gstbaseaudiosink.c:
16697         (gst_base_audio_sink_change_state):
16698         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16699         (gst_ring_buffer_may_start):
16700         * gst-libs/gst/audio/gstringbuffer.h:
16701         Only start playback if we are playing.
16702         should fix #330748.
16703
16704 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16705
16706         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16707         * win32/common/config.h:
16708           Revert accidental commits to these files.
16709
16710 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16713
16714         * tests/Makefile.am:
16715           Don't try to build tests in tests/icles if we
16716           don't have X (#323852)
16717
16718 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         * gst-libs/gst/tag/gstid3tag.c:
16721           Add TXXX frame identifiers for replaygain stuff as used
16722           by some taggers (see #323721).
16723
16724 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16725
16726         * gst/playback/gststreamselector.c:
16727         (gst_stream_selector_set_property),
16728         (gst_stream_selector_bufferalloc):
16729           Preserve the existing buggy streamselector behaviour by performing
16730           a fallback buffer allocation when downstream isn't linked yet.
16731           This should really be fixed in playbin by blocking pads until it's
16732           linked them.
16733           Also, use gst_pad_alloc_buffer instead of
16734           gst_pad_alloc_buffer_and_set.
16735
16736 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * gst-libs/gst/tag/gstid3tag.c:
16739           Don't crash on unknown ID3v2 TXXX frames.
16740           
16741 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16742
16743         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16744           Chain up to the parent finalize method.
16745           Add 32-bit sample size to the template caps.
16746
16747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16748         (gst_riff_create_video_template_caps):
16749           Add the fourcc that the VMWare codec uses.
16750           
16751         * gst/playback/gststreamselector.c:
16752         (gst_stream_selector_set_property),
16753         (gst_stream_selector_bufferalloc),
16754         (gst_stream_selector_request_new_pad):
16755           For the active pad, forward buffer-alloc requests, otherwise
16756           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16757           having to memcpy every frame when used by playbin.
16758
16759         * gst/tcp/gstmultifdsink.c:
16760         (gst_multi_fd_sink_handle_client_write):
16761           Get negotiated caps from the sink pad, rather than the sink
16762           pad's peer.
16763
16764 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16767         
16768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16769           Don't forget to set src->callbacks_pushed to FALSE again when
16770           popping them, otherwise re-activation in a different mode won't
16771           work (#334620).
16772
16773 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16774
16775         Patch by: Sebastien Moutte  <sebastien moutte net>
16776
16777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16778         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16779         (gst_ffmpeg_smpfmt_to_caps):
16780           Replace __VA_ARGS__ caps creation macros with varargs functions.
16781           Makes things compile on MSVC (#320765), looks nicer, and we can
16782           tell the compiler to check for the NULL terminator.
16783
16784 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16785
16786         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16787
16788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16789           Make sure the buffer we copy into is really always big
16790           enough, this time for real (#333488).
16791           
16792 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16795           Add support for 24bpp DIB (#305279).
16796
16797 2006-03-14  Wim Taymans  <wim@fluendo.com>
16798
16799         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16800         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16802         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16803         (gst_video_scale_init), (gst_video_scale_src_event):
16804         Re-enable QoS after the release.
16805         Rework videoscale to use the base class src_event handler.
16806
16807 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16808
16809         * configure.ac:
16810           back to CVS.
16811
16812 === release 0.10.5 ===
16813
16814 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16815
16816         * configure.ac:
16817           releasing 0.10.5, "Net"
16818
16819 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16820
16821         * docs/plugins/Makefile.am:
16822           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16823           
16824 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16825
16826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16828         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16829           Add cdparanoiasrc to docs.
16830
16831         * gst-libs/gst/cdda/gstcddabasesrc.c:
16832           More GstCddaBaseSrc docs.
16833
16834 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16835
16836         * docs/libs/gst-plugins-base-libs-sections.txt:
16837         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16838         * gst-libs/gst/tag/tag.h:
16839           API: libgsttag: new method gst_tag_from_id3_user_tag().
16840
16841 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16844           NULL-terminate array of mpeg4 video file extensions.
16845           Fixes crash on PPC (#334226).
16846
16847 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16848
16849         * ext/gnomevfs/gstgnomevfssrc.c:
16850         (gst_gnome_vfs_src_check_get_range):
16851           gnome_vfs_uri_is_local() alone is not a good indicator
16852           whether we can operate in pull-mode with a specific URI,
16853           as it returns FALSE for file:// URIs that point to an
16854           NFS-mounted path. Be more conservative here: whitelist
16855           local files, blacklist http URIs and use the old
16856           mechanism for anything else (fixes #334216).
16857
16858 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         * configure.ac:
16861           back to trunk
16862
16863 === release 0.10.4 ===
16864
16865 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16866
16867         * configure.ac:
16868           releasing 0.10.4, "Power"
16869
16870 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16871
16872         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16873         Disable max-lateness by setting it to -1 for now, so that 
16874         we can bed QoS stuff in thoroughly between now and the next
16875         release.
16876
16877 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16878
16879         Patch by: Fabrizio Gennari
16880
16881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16882           Make sure we don't read beyond the palette buffer in case of
16883           broken or manipulated files (#333488)
16884
16885 2006-03-10  Edward Hervey  <edward@fluendo.com>
16886
16887         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16888         Fix for variable not initialized.
16889
16890 2006-03-09  Wim Taymans  <wim@fluendo.com>
16891
16892         * ext/libvisual/visual.c: (gst_visual_get_type),
16893         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16894         (gst_visual_chain):
16895         Small cleanups.
16896
16897         * ext/theora/gsttheoradec.h:
16898         * ext/theora/theoradec.c: (gst_theora_dec_init),
16899         (gst_theora_dec_reset), (_theora_granule_time),
16900         (theora_dec_src_convert), (theora_dec_sink_convert),
16901         (theora_dec_src_query), (theora_dec_src_event),
16902         (theora_dec_sink_event), (theora_handle_comment_packet),
16903         (theora_handle_header_packet), (theora_dec_push),
16904         (theora_handle_data_packet), (theora_dec_chain),
16905         (theora_dec_change_state):
16906         Add simple QoS.
16907
16908 2006-03-09  Wim Taymans  <wim@fluendo.com>
16909
16910         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16911         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16912         Some cleanups.
16913
16914 2006-03-09  Wim Taymans  <wim@fluendo.com>
16915
16916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16917         Don't try to activate NULL chains.
16918
16919 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16922           Fix invalid memory access to region before peek'd data (#332964).
16923
16924 2006-03-09  Wim Taymans  <wim@fluendo.com>
16925
16926         Patch by: Christophe Fergeau
16927
16928         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16929         * ext/pango/gsttextrender.c: (gst_text_render_init):
16930         * gst/adder/gstadder.c: (gst_adder_init):
16931         Don't leak padtemplates, closes #333510.
16932
16933 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16936           Fix invalid memory access: make sure string passed to
16937           regexec() is NUL-termianted.
16938
16939 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16942         (mp3_type_find):
16943           Refactor mpeg/audio typefinding to make it more maintainable
16944           and easier to fine-tune. Make probing into middle of the file
16945           work properly (fixes #333900, also see #152688).
16946
16947 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16948
16949         * gst/typefind/gsttypefindfunctions.c:
16950         (utf8_type_find_have_valid_utf8_at_offset):
16951           Remove part from previous commit that was bogus:
16952           g_utf8_validate() does in fact not accept embedded
16953           zeroes, so we don't need to check for those (thanks
16954           to Mike for the hint).
16955
16956 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * gst/typefind/gsttypefindfunctions.c:
16959         (utf8_type_find_count_embedded_zeroes),
16960         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16961           Make plain/text typefinder more conservative: firstly, check
16962           for embedded zeroes, which are perfectly valid UTF-8 characters,
16963           but also a fairly good sign that something is not a plain text
16964           file; secondly, probe into the middle of the file if possible.
16965           If we can't probe into the middle, limit the probability value
16966           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16967
16968 2006-03-08  Michael Smith  <msmith@fluendo.com>
16969
16970         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16971           Make typefind function name for mpeg4 video unique.
16972
16973 2006-03-08  Wim Taymans  <wim@fluendo.com>
16974
16975         * ext/libvisual/visual.c: (gst_visual_init),
16976         (gst_visual_clear_actors), (gst_visual_dispose),
16977         (gst_visual_reset), (gst_visual_src_setcaps),
16978         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16979         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16980         (gst_visual_chain), (gst_visual_change_state):
16981         Cleanups, post nice errors.
16982         Handle sink and src events.
16983         Implement simple QoS.
16984
16985         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16986         Use new basesink methods to configure max-lateness.
16987         Small doc update.
16988
16989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16990         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16991         Debug statement cleanups.
16992
16993         * gst/volume/gstvolume.c: (gst_volume_class_init):
16994         Simple cleanup.
16995
16996 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16999         (gst_text_overlay_init), (gst_text_overlay_set_property),
17000         (gst_text_overlay_get_property):
17001           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17002           as string type properties, but mark them deprecated. Add
17003           'halignment' and 'valignment' properties that use enums
17004           instead of strings.
17005
17006 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         Patch by: Fabrizio Gennari
17009
17010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17011           Allow palettes with less than 256 colours in AVI files
17012           (#333488)
17013
17014 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17015
17016         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17017         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17018         pad. We were releasing the queued text buffer when we should keep
17019         it until video pad gets EOS or discard the text buffer because it's
17020         too old. That was eating the last subtitle buffer. Add some more
17021         debug.
17022
17023 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17024
17025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17026         (gst_text_overlay_video_chain):
17027           Fix invalid memory access (we can't access a buffer after it's been
17028           pushed downstream without taking a reference); fix memory leak (if
17029           there's no text to render, bail out before allocating stuff).
17030
17031 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17032
17033         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17034         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17035         * ext/pango/gsttextoverlay.h:
17036           If input is plain text, escape it before passing it to
17037           pango_layout_set_markup().
17038
17039 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17040
17041         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17042           Don't ignore flow return from gst_pad_push().
17043
17044 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17045
17046         Patch by: Fabrizio Gennari
17047
17048         * ext/libvisual/visual.c: (gst_visual_getcaps),
17049         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17052         (gst_vorbisenc_convert_sink):
17053         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17054         (gst_audio_duration_from_pad_buffer):
17055         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17056         (gst_audio_filter_chain):
17057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17058         (gst_base_rtp_depayload_setcaps):
17059         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17060         (gst_video_get_size):
17061         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17062           Don't leak references returned by gst_pad_get_parent()
17063           (#333663)
17064
17065 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17066
17067         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17068           change location param details
17069         * gst/volume/gstvolume.c: (plugin_init):
17070           correct plugin description
17071
17072 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17075         (gst_gnome_vfs_src_check_get_range):
17076           Override GstBaseSrc::check_get_range() in order to avoid opening
17077           the resource just to check whether we can operate in pull-mode or
17078           not - we can predict that pretty well from the URI alone. Should
17079           fix problems with last.fm (#331690). (Requires latest core CVS).
17080
17081 2006-03-06  Wim Taymans  <wim@fluendo.com>
17082
17083         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17084         (gst_video_sink_class_init):
17085         Throw away frames that are later than 20 ms.
17086
17087 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         Patch by: Fabrizio Gennari
17090
17091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17092           Set depth on WMA caps (#333545)
17093
17094 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17095
17096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17097         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17098           put Theora BOS pages before others.  This hardcodes
17099           the Ogg/Theora I profile, but hey.
17100
17101 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17102
17103         * ext/ogg/README:
17104           updated with some examples
17105         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17106         (granulepos_add), (theora_buffer_from_packet):
17107         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17108         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17109         (gst_vorbisenc_chain):
17110           implement strategy from ext/ogg/README
17111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17112         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17113         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17114         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17115           Fix muxer so that oggz-validate is happy with all streams;
17116           except for no eos mark, and the BOS page ordering
17117         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17118         (check_buffer_granulepos):
17119         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17120           update tests to check for OFFSET being set as requested
17121           fixed type of granulepos, it's not a ClockTime
17122
17123 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17124
17125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17126         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17127         Check that the xvimage we are creating has a correct size
17128         before returning it. (#314897)
17129
17130 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17133           Give id3 and ape tag typefinders a rank slightly higher
17134           than PRIMARY to ensure they're always run before any of
17135           the other typefinders (in particular wav and mp3) (#324186).
17136
17137 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17138
17139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17140           Add support for '3IVD' fourcc (#333403).
17141
17142 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * configure.ac:
17145           Bump requirements to GStreamer CVS for the new error enum.
17146
17147         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17148           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17149           space left on the device (fixes #333352).
17150
17151 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17152
17153         * win32/vs6:
17154           add a project file for libgstvolume
17155           update the workspace
17156
17157 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17158
17159         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17160         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17161         (GST_START_TEST):
17162           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17163           Set IN_CAPS on header buffers
17164
17165 2006-03-02  Wim Taymans  <wim@fluendo.com>
17166
17167         * docs/plugins/Makefile.am:
17168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17170         Add audioresample to docs.
17171
17172         * gst/audioconvert/gstaudioconvert.c:
17173         Add revision date.
17174
17175         * gst/audioresample/gstaudioresample.c:
17176         (gst_audioresample_base_init), (gst_audioresample_class_init),
17177         (gst_audioresample_init), (gst_audioresample_dispose),
17178         (audioresample_get_unit_size), (audioresample_transform_caps),
17179         (resample_set_state_from_caps), (audioresample_transform_size),
17180         (audioresample_set_caps), (audioresample_event),
17181         (audioresample_do_output), (audioresample_transform),
17182         (audioresample_pushthrough), (gst_audioresample_set_property),
17183         (gst_audioresample_get_property), (plugin_init):
17184         * gst/audioresample/gstaudioresample.h:
17185         Added docs.
17186         Small code cleanups.
17187
17188 2006-03-02  Wim Taymans  <wim@fluendo.com>
17189
17190         * docs/plugins/Makefile.am:
17191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17193         Added videoscale to docs.
17194
17195         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17196         (gst_video_rate_swap_prev), (gst_video_rate_event),
17197         (gst_video_rate_chain):
17198         Fix typo in docs.
17199
17200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17201         (gst_video_scale_init), (gst_video_scale_prepare_size),
17202         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17203         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17204         * gst/videoscale/gstvideoscale.h:
17205         Added docs, examples.
17206         Some code cleanups.
17207         Post errors instead of g_warning.
17208
17209 2006-03-02  Wim Taymans  <wim@fluendo.com>
17210
17211         * docs/libs/gst-plugins-base-libs-docs.sgml:
17212         * docs/libs/gst-plugins-base-libs-sections.txt:
17213         * docs/libs/gst-plugins-base-libs.types:
17214         * docs/plugins/Makefile.am:
17215         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17216         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17217         Added some more docs to libs and plugins.
17218
17219         * gst-libs/gst/audio/gstringbuffer.c:
17220         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17221         * gst-libs/gst/audio/gstringbuffer.h:
17222         Document ringbuffer some more.
17223
17224         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17225         (gst_video_rate_setcaps), (gst_video_rate_reset),
17226         (gst_video_rate_init), (gst_video_rate_flush_prev),
17227         (gst_video_rate_swap_prev), (gst_video_rate_event),
17228         (gst_video_rate_chain), (gst_video_rate_change_state):
17229         * gst/videorate/gstvideorate.h:
17230         Fix videorate to use segments.
17231         Make it work with 0/1 framerates (closes #331903)
17232         Handle EOS correctly.
17233         Added docs.
17234
17235 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17236
17237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17238         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17239         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17240           In state change function, first chain up to parent class,
17241           then handle downwards state change stuff. Remove some
17242           commented out cruft from 0.8 code.
17243
17244 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17247         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17248         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17249         (gst_ogm_parse_chain):
17250           Don't remove/re-add source pad if the new caps are the same as
17251           the old caps anyway (#333042). When removing source pad, don't
17252           unref it afterwards - we didn't ref it when adding. Sprinkle some
17253           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17254           after using gst_pad_get_parent(). Return downstream flow return
17255           value in chain function.
17256
17257 2006-03-02  Wim Taymans  <wim@fluendo.com>
17258
17259         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17260         * docs/plugins/gst-plugins-base-plugins.args:
17261         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17262         * docs/plugins/gst-plugins-base-plugins.interfaces:
17263         * docs/plugins/gst-plugins-base-plugins.signals:
17264         Fix hierarchy, added some more elements to the docs.
17265
17266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17267         (gst_ffmpegcsp_get_type):
17268         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17269         Fix docs for ffmpegcolorspace.
17270
17271 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17272
17273         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17274         (apetag_type_find), (ape_type_find), (plugin_init):
17275           Some typefinding fine-tuning:
17276           - rank ID3/APE tags in order of preference via probabilities, so that
17277             ID3v2 > APEv2 > APEv1 > ID3v1.
17278           - three or four bytes don't really justify MAXIMUM probability,
17279             change those to 'very likely' (musepack and monkeysaudio).
17280
17281 2006-03-01  Wim Taymans  <wim@fluendo.com>
17282
17283         * docs/plugins/Makefile.am:
17284         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17285         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17286         * ext/alsa/gstalsamixer.c:
17287         * ext/alsa/gstalsamixer.h:
17288         * ext/alsa/gstalsamixerelement.c:
17289         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17290         * ext/alsa/gstalsamixerelement.h:
17291         * ext/alsa/gstalsasink.c:
17292         * ext/alsa/gstalsasink.h:
17293         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17294         (gst_alsasrc_init):
17295         * ext/alsa/gstalsasrc.h:
17296         Added alsa docs.
17297         Small code cleanups.
17298
17299 2006-03-01  Wim Taymans  <wim@fluendo.com>
17300
17301         * ext/theora/Makefile.am:
17302         Dist new header too,
17303
17304 2006-03-01  Wim Taymans  <wim@fluendo.com>
17305
17306         * docs/plugins/Makefile.am:
17307         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17308         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17309         * ext/gnomevfs/gstgnomevfssink.h:
17310         * ext/gnomevfs/gstgnomevfssrc.h:
17311         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17312         * ext/vorbis/vorbisdec.h:
17313         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17314         * ext/vorbis/vorbisenc.h:
17315         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17316         (vorbis_parse_chain), (vorbis_parse_change_state):
17317         * ext/vorbis/vorbisparse.h:
17318         * gst/audioconvert/gstaudioconvert.h:
17319         * gst/tcp/gsttcpserversink.h:
17320         * gst/videotestsrc/gstvideotestsrc.c:
17321         * gst/videotestsrc/gstvideotestsrc.h:
17322         * gst/volume/gstvolume.c:
17323         * gst/volume/gstvolume.h:
17324         Fix some more docs.
17325         Added docs for vorbisdec and vorbisparse.
17326         Fix vorbisparse.
17327
17328 2006-03-01  Wim Taymans  <wim@fluendo.com>
17329
17330         * docs/plugins/Makefile.am:
17331         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17333         * ext/pango/gstclockoverlay.h:
17334         * ext/pango/gsttextoverlay.h:
17335         * ext/pango/gsttextrender.h:
17336         * ext/pango/gsttimeoverlay.h:
17337         * ext/theora/gsttheoradec.h:
17338         * ext/theora/gsttheoraenc.h:
17339         * ext/theora/theoradec.c:
17340         * ext/theora/theoraenc.c:
17341         * gst/audioconvert/gstaudioconvert.h:
17342         * gst/audiotestsrc/gstaudiotestsrc.h:
17343         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17344         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17345         * gst/tcp/gstmultifdsink.h:
17346         Updated/added documentation.
17347
17348         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17349         (gst_text_overlay_halign_get_type),
17350         (gst_text_overlay_wrap_mode_get_type),
17351         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17352         (gst_text_overlay_init), (gst_text_overlay_set_property),
17353         (gst_text_overlay_get_property):
17354         Fix up properties to be enums instead of string to make bindings,
17355         introspection and automatic GUI creation possible.
17356         Add getters for the properties.
17357
17358 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17359
17360         * gst/audiotestsrc/gstaudiotestsrc.c:
17361           added defines of M_PI and M_PI_2
17362         * gst/ffmpegcolorspace/avcodec.h:
17363           removed #include "stdint.h" for win32 as _stdint.h is 
17364           autogenerated to win32/common
17365         * win32/common/libgstaudio.def:
17366         * win32/common/libgsttag.def:
17367           added some exports
17368         * win32/vs6:
17369           some project files bugs corrected
17370         * win32/vs7:
17371           project files are reset to the default vs7 configuration 
17372           (they link to msvcr71.dll using default optimizations)
17373           
17374 2006-02-28  Wim Taymans  <wim@fluendo.com>
17375
17376         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17377         Fix some docs.
17378
17379 2006-02-28  Edward Hervey  <edward@fluendo.com>
17380
17381         * ext/alsa/gstalsasrc.c:
17382         Set proper class on the ElementDetails:
17383         Source/Audio instead of Src/Audio/
17384
17385 2006-02-28  Edward Hervey  <edward@fluendo.com>
17386
17387         * gst/videoscale/vs_scanline.c:
17388         (vs_scanline_resample_nearest_RGBA):
17389         Revert optimization in videoscale. It should go in liboil and have
17390         an appropriate liboil function.
17391
17392 2006-02-28  Wim Taymans  <wim@fluendo.com>
17393
17394         * gst-libs/gst/audio/gstbaseaudiosink.c:
17395         (gst_base_audio_sink_provide_clock):
17396         Don't try to provide a clock in the NULL state.
17397
17398 2006-02-28  Wim Taymans  <wim@fluendo.com>
17399
17400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17401         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17402         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17403         (gst_ogg_demux_deactivate_current_chain),
17404         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17405         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17406         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17407         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17408         Use GstSegment infrastructure to remove duplicated code
17409         and handle more seek cases correctly.
17410
17411 2006-02-28  Wim Taymans  <wim@fluendo.com>
17412
17413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17414         (gst_ffmpegcsp_transform):
17415         Don't ignore return code from ffmpeg convert function.
17416
17417         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17418         Split out some long statements to ease debugging.
17419
17420 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17421
17422         * ext/libvisual/visual.c: (gst_visual_init),
17423         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17424         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17425         being able to renegotiate the size. Instead, use the negotiation
17426         algorithm from the goom plugin to pick an initial output caps. 
17427
17428         Also, allow theoretical libvisual plugins that might support non-GL 
17429         output even if they also do GL.
17430
17431 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17432
17433         * ext/libvisual/visual.c: (gst_visual_init),
17434         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17435         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17436         possible negotiation issues.
17437
17438 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17439
17440         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17441
17442 2006-02-24  Michael Smith  <msmith@fluendo.com>
17443
17444         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17445         (cmml_type_find), (plugin_init):
17446           Fix CMML type find function to not require a specific minor version
17447           of the CMML header.
17448
17449           Add an MPEG4 video elementary stream typefind function.
17450
17451 2006-02-04  Michael Smith  <msmith@fluendo.com>
17452
17453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17454         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17455         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17456         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17457         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17458         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17459           Annodex support in ogg demuxer. Doesn't do very much without the
17460           other annodex patches (to come).
17461
17462 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17465
17466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17467           Pick up palette for MS video v1 (#327028)
17468
17469 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17472         (gst_ffmpegcsp_caps_remove_format_info),
17473         (gst_ffmpegcsp_get_unit_size):
17474           The 'palette_data' field from incoming RGB caps shouldn't be
17475           proxied on outgoing YUV caps; also, restrict unit size
17476           adjustment in case of paletted data only to the unit that
17477           actually has a palette. Fixes #330711.
17478
17479 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17480
17481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17482         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17483         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17484         (gst_ffmpegcsp_get_unit_size):
17485           Plug some memory leaks.
17486
17487 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17488
17489         * sys/ximage/Makefile.am:
17490         * sys/xvimage/Makefile.am:
17491           Add some _CFLAGS and _LIBS that seem to be missing
17492           and/or required for Cygwin (see #317048).
17493
17494 2006-02-22  Wim Taymans  <wim@fluendo.com>
17495
17496         * ext/alsa/gstalsasrc.c:
17497         Fix description as pointed out by caugier.
17498
17499 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17500
17501         Reviewed by : Edward Hervey  <edward@fluendo.com>
17502
17503         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17504         (qt_type_find):
17505         Better 3gp typefinding (#331526).
17506
17507 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17508
17509         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17510           Don't send EOS event here, the base class will send one for us.
17511
17512         * gst/playback/gstplaybasebin.c: (prepare_output):
17513           Subpictures without video stream aren't allowed either.
17514         
17515         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17516           Fix debug statement copy'n'paste-o.
17517
17518 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17519
17520         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17521           Fix issues with mixer keeping state when muting/unmuting
17522           and when changing the volume whilst muted (see #331763
17523           and #331765).
17524
17525 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17526
17527         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17528         (parse_subrip), (gst_sub_parse_format_autodetect):
17529           Set right caps given that we send escaped text. Also,
17530           honour <i></i>, <b></b> and <u></u> markers that can be found
17531           in .srt files (fixes #310202).
17532
17533 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17534
17535         * gst-libs/gst/audio/mixerutils.c:
17536         (element_factory_rank_compare_func):
17537           Make order in which elements are tried more determinable.
17538
17539 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17540
17541         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17542         (remove_element_chain), (cleanup_decodebin),
17543         (gst_decode_bin_change_state): Make decodebin reusable by
17544         fixing remove_element_chain first and then introduce a
17545         cleaner in state change to ->NULL. (Closes #331678)
17546
17547 2006-02-19  Wim Taymans  <wim@fluendo.com>
17548
17549         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17550         use 0666 mask when creating files so umask gets applied
17551         correctly. Fixes #331295.
17552
17553 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17554
17555         * gst/subparse/Makefile.am:
17556         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17557         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17558         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17559         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17560         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17561         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17562         * gst/subparse/gstssaparse.h:
17563         * gst/subparse/gstsubparse.c: (plugin_init):
17564           Add very basic parser for SSA subtitle streams (as often
17565           found in matroska files).
17566
17567 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17568
17569         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17570           That should be text/x-pango-markup, not text/x-pango-layout.
17571
17572 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17573
17574         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17575         Polishing.
17576
17577 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17578
17579         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17580         (gst_text_overlay_finalize), (gst_text_overlay_init),
17581         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17582         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17583         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17584         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17585         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17586         Fix state change deadlock.
17587
17588 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17589
17590         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17591         (gst_text_overlay_finalize), (gst_text_overlay_init),
17592         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17593         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17594         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17595         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17596         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17597         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17598         and subtitles files.
17599
17600 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17601
17602         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17603         should be considered as raw.
17604
17605 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17606
17607         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17608         (cb_probe):
17609         * gst/playback/gststreaminfo.h: Introduce language informations.
17610
17611 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17612
17613         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17614         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17615         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17616         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17617         Set shared memory segments to be deleted as soon as we have attached,
17618         that way they get cleaned up automatically if we crash.
17619
17620 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17621
17622         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17623         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17624         functions are called with lock held.
17625
17626 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17627
17628         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17629         (gst_text_overlay_finalize), (gst_text_overlay_init),
17630         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17631         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17632         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17633         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17634         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17635         (gst_text_overlay_change_state): Refactoring of textoverlay
17636         without collectpads. This now supports sparse subtitles coming
17637         from a demuxer instead of a sub file. Seeking is still broken 
17638         though. Need to discuss with wtay some more on how to handle
17639         seeking correctly.
17640         * ext/pango/gsttextoverlay.h:
17641         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17642         subtitles coming from the demuxer.
17643
17644 2006-02-17  Wim Taymans  <wim@fluendo.com>
17645
17646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17647         (gst_vorbisenc_convert_sink):
17648         Use some more scaling functions.
17649
17650 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17651
17652         * ext/cdparanoia/gstcdparanoiasrc.c:
17653         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17654         (gst_cd_paranoia_paranoia_callback),
17655         (gst_cd_paranoia_src_signal_is_being_watched),
17656         (gst_cd_paranoia_src_read_sector):
17657         * ext/cdparanoia/gstcdparanoiasrc.h:
17658           Add back 'transport-error' and 'uncorrected-error' signals and
17659           make them actually be fired when bad stuff happens (#319340).
17660
17661 2006-02-17  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17664         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17665         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17666         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17667         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17668         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17669         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17670         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17671         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17672         (gst_ring_buffer_clear):
17673         Small cleanups.
17674         Added some G_LIKELY.
17675
17676 2006-02-17  Wim Taymans  <wim@fluendo.com>
17677
17678         * gst-libs/gst/audio/TODO:
17679         Update TODO
17680
17681         * gst-libs/gst/audio/gstbaseaudiosink.c:
17682         (gst_base_audio_sink_get_offset):
17683         When trying to play samples ASAP and we don't have a
17684         previous sample, try to play at position 0 instead of
17685         an invalid position.
17686
17687 2006-02-17  Wim Taymans  <wim@fluendo.com>
17688
17689         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17690         (gst_alsasink_reset):
17691         Also release lock when we get an error in _reset();
17692         fix an error message.
17693
17694 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17695
17696         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17697         (gst_alsasink_init), (get_channel_free_structure),
17698         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17699         (gst_alsasink_close):
17700         * ext/alsa/gstalsasink.h:
17701           Add support for more than 2 channels (#326720).
17702
17703 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17704
17705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17706           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17707           with 4 or 6 channels, assume a default channel layout to make things
17708           work (not sure there's anything else we can do in those cases).
17709
17710 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17711
17712         * gst-libs/gst/audio/multichannel.c:
17713           Minor docs fix.
17714
17715         * gst-libs/gst/riff/Makefile.am:
17716         * gst-libs/gst/riff/riff-ids.h:
17717         * gst-libs/gst/riff/riff-media.c:
17718         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17719           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17720           channels and a channel layout map.
17721           
17722 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17723
17724         Reviewed by Edward Hervey  <edward@fluendo.com>
17725
17726         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17727         C-level optimization of the RGBA nearest neighbour function.
17728         Eventually this might end up in liboil with vectorized versions.
17729
17730 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * gst-libs/gst/audio/multichannel.c:
17733         (gst_audio_get_channel_positions):
17734           When we have more than 2 channels, but no channel layout is
17735           specified in the caps, return some default channel layout
17736           to the caller and warn about about a possibly buggy element
17737           (could be buggy filtercaps as well of course) (#317038).
17738
17739 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17740
17741         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17742           Add gst-libs/gst/cdda to list of lib search paths.
17743
17744 2006-02-15  Andy Wingo  <wingo@pobox.com>
17745
17746         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17747         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17748         to the Lord Jesus that I do not have to touch the ogg muxer ever
17749         again.
17750
17751 2006-02-15  Edward Hervey  <edward@fluendo.com>
17752
17753         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17754         quicktime movie files can also contain 'uuid' atoms.
17755
17756 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17757
17758         * gst/audioconvert/plugin.c: (plugin_init):
17759           Register the GstAudioChannelPosition enum type with the type
17760           system in the plugin_init function, so that it is known before
17761           any element actually makes use of multi-channel stuff. This is
17762           required for example if one wants to be able to deserialise/use
17763           a caps string with channel positions before any pipeline has
17764           been setup and started, like with gst-launch.
17765
17766 2006-02-14  Wim Taymans  <wim@fluendo.com>
17767
17768         * gst-libs/gst/audio/gstringbuffer.c:
17769         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17770         (gst_ring_buffer_samples_done), (wait_segment),
17771         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17772         Add some compiler G_(UN_)LIKELY help.
17773         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17774         make sure they can exit their functions. Should fix #330748
17775
17776 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17777
17778         * Makefile.am:
17779         * configure.ac:
17780         * win32/MANIFEST:
17781         * win32/common/_stdint.h:
17782           Windows does not have long long; copy the generated _stdint.h
17783         * win32/common/interfaces-enumtypes.c:
17784         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17785         (gst_mixer_track_flags_get_type),
17786         (gst_tuner_channel_flags_get_type):
17787         * win32/common/multichannel-enumtypes.c:
17788         (gst_audio_channel_position_get_type):
17789           update
17790
17791 2006-02-13  Wim Taymans  <wim@fluendo.com>
17792
17793         * gst-libs/gst/audio/gstbaseaudiosink.c:
17794         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17795         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17796         Always sync on first sample we receive when starting.
17797
17798 2006-02-13  Wim Taymans  <wim@fluendo.com>
17799
17800         * gst/playback/gstplaybin.c: (gen_vis_element):
17801         Update vis bin docs.
17802         Move queue after tee so we don't queue video buffers but
17803         audio samples instead. Fixes problems where the video queue
17804         is filled and the audio queue empty.
17805
17806 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17809           No need to push an EOS event here, GstBaseSrc will do that for us
17810           when we return FLOW_UNEXPECTED.
17811           
17812 2006-02-12  Wim Taymans  <wim@fluendo.com>
17813
17814         * gst-libs/gst/audio/gstbaseaudiosink.c:
17815         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17816         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17817         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17818         Use scale functions when possible.
17819         Fix error messages.
17820         Free clockid when after waiting for EOS.
17821         Use G_(UN_)LIKLY when it makes sense.
17822         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17823
17824 2006-02-12  Edward Hervey  <edward@fluendo.com>
17825
17826         * gst/playback/gstplaybasebin.c: (prepare_output): 
17827         Remove stray semi-colon (fixes #330888).
17828
17829 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17830
17831         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17833         Fix up the XShm call testing so that we catch errors, and don't
17834         cause new ones by attempting to detach from a segment we failed
17835         to attach to. Fixes #312439.
17836
17837 2006-02-10  Edward Hervey  <edward@fluendo.com>
17838
17839         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17840         Added flv file typefind (video/x-flv).
17841
17842 2006-02-10  Edward Hervey  <edward@fluendo.com>
17843
17844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17845         (gst_riff_create_video_template_caps):
17846         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17847         Also added the caps to the default set of riff video caps.
17848
17849 2006-02-09  Andy Wingo  <wingo@pobox.com>
17850
17851         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17852         time and the end time of the last packet in the page.
17853         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17854         on the pages in our queue, set the duration as well. Reflow a
17855         debug statement.
17856         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17857         Fixes bad muxing order.
17858
17859 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * gst-libs/gst/rtp/gstbasertppayload.c:
17862         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17863           update seqnum before setting it on the packet; this makes sure
17864           that the timestamp and seqnum properties match after pushing
17865           a buffer
17866
17867 2006-02-09  Andy Wingo  <wingo@pobox.com>
17868
17869         * gst-libs/gst/audio/gstringbuffer.c
17870         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17871         overflow after 13.5 hours of recording. Kapow!
17872
17873         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17874         the buffer size -- we don't care about underrun/overrun reporting
17875         right now, just need to return a useful value.
17876
17877 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17878
17879         * configure.ac:
17880           Back to CVS
17881
17882 === release 0.10.3 ===
17883
17884 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17885
17886         * configure.ac:
17887           releasing 0.10.3, "Under Pressure"
17888
17889 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17890
17891         * configure.ac:
17892         Drat. Bump libtool version number for new API.
17893         Prelease 0.10.2.3 (of 0.10.3)
17894
17895 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17896
17897         * configure.ac:
17898         * win32/common/config.h:
17899         0.10.2.2 prerelease (of 0.10.3).
17900
17901 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17902
17903         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17904           Revert Andy's newsegment change pending a more correct
17905           fix.
17906
17907 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17910         (qt_type_find), (plugin_init):
17911           detect more files as 3gp
17912           group and reorder the iso file formats
17913
17914 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * ext/vorbis/vorbis.c: (plugin_init):
17917           Register musicbrainz tags, so apps don't have to.
17918
17919 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17922         (gst_tag_to_vorbis_tag):
17923           Make sure we called gst_tag_register_musicbrainz_tags()
17924           before possibly mapping a vorbiscomment string from/to a
17925           musicbrainz tag.
17926
17927 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17930           In case we can't find the required number of consecutive
17931           mpeg audio frames to positively identify an MPEG audio
17932           stream, check if there's at least a valid mpeg audio
17933           frame right at offset 0 and if so suggest mpeg/audio
17934           caps with a very low probability (#153004).
17935
17936 2006-02-07  Andy Wingo  <wingo@pobox.com>
17937
17938         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17939         a TIME segment if we get timestamped buffers. Requires recent
17940         fixes in core to work properly.
17941
17942 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * gst/playback/gstplaybasebin.c: (prepare_output):
17945           Don't print the URI as part of the error message, it
17946           makes error dialogs look rather ugly, especially if
17947           the URI is very long or has characters in it that
17948           need escaping.
17949
17950 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17951
17952         * gst/playback/gstplaybasebin.c: (prepare_output):
17953           Error out if we have only text or subtitles, but nothing
17954           else. Also error out if we have subtitles but no video
17955           stream.
17956
17957 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17960           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17961           Post an error message on the bus when we encounter an
17962           error, which will hopefully be more meaningful than the
17963           'Internal Flow Error' message users get to see if we
17964           just return GST_FLOW_ERROR.
17965
17966 2006-02-07  Andy Wingo  <wingo@pobox.com>
17967
17968         * configure.ac (GST_MAJORMINOR): Update core version req to
17969         0.10.2.2, for the collectpads API addition (#330244).
17970
17971 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17972
17973         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17974           Return FALSE from plugin_init() when GnomeVFS can't
17975           be initialised for some reason (#328423).
17976
17977 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17978
17979         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17980         Stick to seeking theory until i find the bug.
17981         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17982
17983 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17986         (theora_enc_finalize), (theora_enc_sink_setcaps),
17987         (theora_set_header_on_caps), (theora_enc_chain),
17988         (theora_enc_change_state):
17989         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17990           Make theoraenc and the tests leak free. Like, really.
17991
17992 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17993
17994         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17995         (theora_enc_finalize), (theora_enc_sink_setcaps):
17996           Add a finalize method to ensure we clean up state even if
17997           someone omitted the state change back to NULL.
17998
17999         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18000         (gst_vorbisenc_chain):
18001           Free some more leaked bits.
18002
18003         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18004         (stop_pipeline):
18005           Wait for state changes to happen if they're ASYNC.
18006
18007           This ought to teach those fancy pants buildbots a lesson.
18008
18009 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18010
18011         * gst-libs/gst/tag/gstid3tag.c:
18012           Add mapping for ID3 International Standard Recording Code
18013           tag "TSRC"
18014
18015 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18016
18017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18018           Don't leak tag names.
18019
18020 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18021
18022         * docs/libs/gst-plugins-base-libs-docs.sgml:
18023         * docs/libs/gst-plugins-base-libs-sections.txt:
18024         * gst-libs/gst/tag/gstid3tag.c:
18025         * gst-libs/gst/tag/gstvorbistag.c:
18026         * gst-libs/gst/tag/tags.c:
18027           Split libgsttag docs into multiple sections.
18028
18029 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * docs/libs/Makefile.am:
18032         * docs/libs/gst-plugins-base-libs-docs.sgml:
18033         * docs/libs/gst-plugins-base-libs-sections.txt:
18034         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18035         * gst-libs/gst/tag/gstvorbistag.c:
18036         * gst-libs/gst/tag/tag.h:
18037         * gst-libs/gst/tag/tags.c:
18038           Add libgsttag to the docs.
18039
18040 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18041
18042         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18043         (gst_text_overlay_init), (gst_text_overlay_src_event),
18044         (gst_text_overlay_collected): Fix clockoverlay.
18045
18046 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * docs/libs/compiling.sgml:
18049           Fix typo: it's pkg-config, not pkg-gconfig
18050
18051         * docs/libs/gst-plugins-base-libs-docs.sgml:
18052         * docs/libs/gst-plugins-base-libs-sections.txt:
18053         * docs/libs/tmpl/gstgconf.sgml:
18054           There is no libgstgconf in 0.10, remove it
18055           from the docs.
18056
18057 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18058
18059         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18060         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18061         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18062         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18063         (gst_sub_parse_class_init), (gst_sub_parse_init),
18064         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18065         (parse_mpsub), (parser_state_init), (handle_buffer),
18066         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18067         * gst/subparse/gstsubparse.h: Introduce seeking code.
18068
18069 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18070
18071         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18072           Add comment about LANGUAGE tag inconsistency (we want
18073           ISO-639-1, but extract three-letter identifiers?)
18074
18075         * po/POTFILES.in:
18076           Add two translatable files.
18077
18078 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18079
18080         * gst-libs/gst/tag/Makefile.am:
18081         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18082         * gst-libs/gst/tag/tag.h:
18083         * gst-libs/gst/tag/tags.c:
18084         (gst_tag_register_musicbrainz_tags_internal),
18085         (gst_tag_register_musicbrainz_tags):
18086           Forward-port some tags stuff from the 0.8 branch. This is
18087           mostly the addition of musicbrainz tags and their mapping
18088           to vorbistags, and a vorbistag mapping of the language tag.
18089
18090 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18091
18092         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18093         refactoring.
18094
18095 2006-02-04  David Schleef  <ds@schleef.org>
18096
18097         * ext/ogg/gstoggmux.c:
18098         * gst/typefind/gsttypefindfunctions.c:
18099           Add Dirac typefinding and add dirac format to oggmux.
18100
18101 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18102
18103         * gst/playback/gstdecodebin.c: (try_to_link_1):
18104           Don't put essential function call into
18105           g_return_*() macro, otherwise it'll all be
18106           replaced by NOOPs when compiling with
18107           G_DISABLE_CHECKS defined.
18108
18109 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18110
18111         * ext/ogg/gstoggdemux.c:
18112         * ext/ogg/gstoggparse.c:
18113         * gst/tcp/gsttcpserversink.c:
18114         * sys/v4l/v4lsrc_calls.c:
18115         * sys/v4l/v4lsrc_calls.h:
18116         Just make it compile with --disable-gst-debug.
18117
18118 2006-02-03  Wim Taymans  <wim@fluendo.com>
18119
18120         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18121         (gst_alsasink_class_init), (gst_alsasink_init),
18122         (gst_alsasink_write), (gst_alsasink_reset):
18123         * ext/alsa/gstalsasink.h:
18124         Add lock to protect alsa calls.
18125         Implement reset to flush samples ASAP, does not work
18126         with dmix though.
18127
18128 2006-02-02  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst-libs/gst/audio/gstbaseaudiosink.c:
18131         (gst_base_audio_sink_provide_clock):
18132         Ugh.. getting late I guess...
18133
18134 2006-02-02  Wim Taymans  <wim@fluendo.com>
18135
18136         * gst-libs/gst/audio/gstbaseaudiosink.c:
18137         (gst_base_audio_sink_provide_clock),
18138         (gst_base_audio_sink_set_property),
18139         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18140         Don't try to provide a clock when we are not negotiated since
18141         we might not be able to make it run.
18142
18143 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18144
18145         * gst/playback/gstdecodebin.c: (try_to_link_1):
18146           Unlinking two source pads is ... hard.
18147
18148 2006-02-02  Wim Taymans  <wim@fluendo.com>
18149
18150         * gst-libs/gst/audio/TODO:
18151         Updated.
18152
18153         * gst-libs/gst/audio/gstbaseaudiosink.c:
18154         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18155         On EOS, wait till the last sample is played before posting EOS.
18156
18157 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18158
18159         Patch by: Kai Vehmanen
18160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18161           Adds ability to enable newsegment bypass by setting queue_delay to
18162           zero. Also avoid thread being started if queue_delay is zero.
18163
18164 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18165
18166         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18167           Make test work again by connecting fakesinks to each decoded pad,
18168           which makes the pipeline wait until each fakesink has a buffer
18169           queued before going to PAUSED state. At that point we know the
18170           decodebin pads are negotiated.
18171
18172 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18175         (gst_cdda_base_src_handle_event):
18176         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18177           Pass unhandled queries to the parent class's query function.
18178
18179 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18180
18181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18182         (gst_ogg_pad_src_query):
18183         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18184         * ext/theora/theoradec.c: (theora_dec_src_query),
18185         (theora_dec_sink_query):
18186         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18187         (vorbis_dec_sink_query):
18188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18189         (gst_vorbisenc_sink_query):
18190         * gst/adder/gstadder.c: (gst_adder_query):
18191           Pass unhandled queries upstream instead of just
18192           dropping them (#326447). Also, fix supported
18193           query types list for some elements.
18194
18195 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18196
18197         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18198         (paris_type_find), (ilbc_type_find), (plugin_init):
18199           Fix typefinding for audio/x-au, audio/x-paris and
18200           audio/iLBC-sh. We cannot use the START_WITH macros
18201           here, because there can only be one typefind factory
18202           with the same name (caps), so the second one would
18203           replace the first one and the first one would never
18204           be called when doing typefinding (see #161712).
18205           
18206
18207 2006-01-31  Wim Taymans  <wim@fluendo.com>
18208
18209         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18210         (vorbis_handle_header_packet), (vorbis_dec_push),
18211         (vorbis_handle_data_packet):
18212         Use scale_int when we can, add some more scaling.
18213         Check packettype before parsing it.
18214
18215 2006-01-31  Wim Taymans  <wim@fluendo.com>
18216
18217         * ext/theora/theoradec.c: (_theora_granule_time),
18218         (theora_dec_src_convert), (theora_dec_sink_convert):
18219         Call right _scale functions.
18220         Use parameter instead of some other random value.
18221
18222 2006-01-31  Wim Taymans  <wim@fluendo.com>
18223
18224         * ext/theora/theoradec.c: (_theora_granule_frame),
18225         (_theora_granule_time), (_inc_granulepos),
18226         (theora_dec_src_convert), (theora_dec_sink_convert),
18227         (theora_handle_type_packet), (theora_handle_data_packet),
18228         (theora_dec_chain):
18229         Use higher precision timestamps calculation.
18230         Convert some other conversions to _scale.
18231
18232 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18233
18234         * gst/audiotestsrc/gstaudiotestsrc.c:
18235         (gst_audio_test_src_create_sine_table), (plugin_init):
18236         * gst/volume/gstvolume.c: (plugin_init):
18237           initialize gst_controller before using
18238
18239 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18240
18241         * tests/check/pipelines/theoraenc.c:
18242         * tests/check/pipelines/vorbisenc.c:
18243         Define constant using G_GINT64_CONSTANT to avoid errors when
18244         passing it around - otherwise it gets truncated to 32 bits.
18245
18246         Fixes failing tests.
18247
18248 2006-01-31  Andy Wingo  <wingo@pobox.com>
18249
18250         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18251         caps being set doesn't have a framerate value. Basically a stopgap
18252         measure.
18253
18254         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18255         technically correct enough to put into core though.
18256         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18257         DURATION. Fixes theoraenc ! oggmux.
18258
18259         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18260         fraction, not double.
18261
18262 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18263
18264         * win32/vs7:
18265         add vs7 project files created by Sergey Scobich
18266
18267 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18268
18269         * win32/vs8:
18270         add vs8 project files created by Sergey Scobich
18271         
18272 2006-01-30  Andy Wingo  <wingo@pobox.com>
18273
18274         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18275         timestamp + duration, not just timestamp -- ogg pages should be
18276         ordered by stop time. Necessary fix given the change in vorbis
18277         timestamps.
18278
18279         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18280         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18281         (granulepos_add): New function, handles the messiness of adjusting
18282         granulepos values.
18283         (theora_buffer_from_packet):
18284         (theora_enc_chain):
18285         (theora_enc_sink_event): Use granulepos_add, not +.
18286
18287         * tests/check/pipelines/theoraenc.c
18288         (check_buffer_granulepos_from_starttime): Just check the frame
18289         count, not the actual granulepos -- we can't dictate to the
18290         encoder when it should be placing keyframes.
18291
18292 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18293
18294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18295           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18296           play an http:// stream from a server that's not serving
18297
18298 2006-01-30  Andy Wingo  <wingo@pobox.com>
18299
18300         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18301         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18302         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18303         available.
18304
18305         * ext/theora/gsttheoraenc.h:
18306         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18307         although theoraenc was timestamping correctly. Added handling of
18308         streams that start with nonzero timestamps.
18309
18310         * tests/check/Makefile.am:
18311         * tests/check/pipelines/theoraenc.c: New file, basically does same
18312         tests as vorbisenc.
18313
18314         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18315
18316 2006-01-30  Wim Taymans  <wim@fluendo.com>
18317
18318         * gst-libs/gst/audio/gstaudiosink.c:
18319         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18320         (gst_audioringbuffer_pause):
18321         Implement pause that does not wait for completion.
18322
18323         * gst-libs/gst/audio/gstbaseaudiosink.c:
18324         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18325         Don't drop buffers when going to PAUSED but perform preroll on
18326         remaining samples now that core base class supports this.
18327
18328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18329         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18330         (gst_ring_buffer_commit):
18331         Pause should not signal waiters.
18332         Implement return value of _commit correctly.
18333
18334 2006-01-30  Andy Wingo  <wingo@pobox.com>
18335
18336         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18337
18338         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18339         updated to timestamp from the first sample, not the last.
18340         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18341         special care of granulepos and timestamp for header packets.
18342         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18343         when the first buffer has a nonzero timestamp.
18344
18345         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18346         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18347         case when the first audio buffer we get has a nonzero timestamp.
18348         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18349         properly timestamp vorbis buffers with the time of the first
18350         sample, not the last.
18351         
18352         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18353         vorbis_granule_time_copy -- now it takes the granule/subgranule
18354         offset into account.
18355
18356         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18357         timestamps, durations, and granulepos on buffers produced by
18358         vorbisenc.
18359
18360 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18361
18362         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18363         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18364           Patch from Eric Jonas to support conversions to/from UYVY 
18365           (Fixes: #324626)
18366
18367 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18368
18369         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18370         (setup_subtitle), (setup_source), (set_active_source):
18371         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18372         (gen_text_element), (gen_audio_element), (gen_vis_element),
18373         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18374
18375 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18376
18377         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18378         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18379                 use gst_guint64_to_gdouble to be compliant with vs6
18380         * gst/playback/gstdecodebin.c: (try_to_link_1)
18381         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18382                 use G_GINT64_CONSTANT for int64 constants
18383         * win32/common/libgstinterfaces.def:
18384                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18385         * win32/vs6:
18386                 update and add new project files
18387                 
18388 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * Makefile.am:
18391         * win32/MANIFEST:
18392         * win32/common/interfaces-enumtypes.c:
18393         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18394         (gst_mixer_track_flags_get_type),
18395         (gst_tuner_channel_flags_get_type):
18396         * win32/common/interfaces-enumtypes.h:
18397         * win32/common/multichannel-enumtypes.c:
18398         (gst_audio_channel_position_get_type):
18399         * win32/common/multichannel-enumtypes.h:
18400           add a win32-update rule like in core, and copy over enumtypes files
18401
18402 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18403
18404         * win32/MANIFEST:
18405         * win32/common/config.h:
18406         * win32/common/config.h.in:
18407           add config files just like in core
18408
18409 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18410
18411         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18412           Make gcc-4.1 happy (part of #327357).
18413
18414 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18415
18416         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18417         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18418         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18419         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18420         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18421         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18422           Update all error messages.  All of them should either use
18423           the default translated message, or actually provide a
18424           translatable string.
18425           Make the string for channel count problems meaningful.
18426
18427 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18428
18429         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18430           check for and throw RESOURCE_BUSY
18431
18432 2006-01-27  David Schleef  <ds@schleef.org>
18433
18434         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18435           checked in this change -- it requires liboil features not
18436           in 0.3.6.  Revert parts.
18437
18438 2006-01-27  David Schleef  <ds@schleef.org>
18439
18440         * REQUIREMENTS:
18441         * configure.ac: update liboil requirement to 0.3.6
18442         * gst/videoscale/Makefile.am:
18443         * gst/videoscale/vs_scanline.c: liboilify
18444
18445 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18446
18447         * ext/libvisual/visual.c: (get_buffer):
18448           When pad_alloc returns a GstFlowReturn other
18449           than GST_FLOW_OK, make sure it is passed upstream.
18450
18451 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18452
18453         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18454         (gst_alsasink_class_init):
18455           Free the device name string.
18456
18457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18458         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18459         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18460           Don't remove a pad from the collectpads structure until it
18461           is released - it's a request pad, and may receive data again
18462           if the element gets moved back to PLAYING state.
18463
18464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18465           Ensure we turn on double buffering on the Xv port, and
18466           set the colour key to something dark and mysterious that
18467           isn't black.
18468
18469 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         * ext/alsa/gstalsaplugin.c: (plugin_init):
18472         * ext/cdparanoia/gstcdparanoiasrc.c:
18473         (gst_cd_paranoia_src_base_init), (plugin_init):
18474         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18476           - a library should not call setlocale. see "Libraries" node in
18477             gettext manual
18478           - make sure all plugins that use translation do bindtextdomain
18479             to point to the localedir
18480         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18481         (setup_sinks), (plugin_init):
18482           all this, and check for NULL when creating sinks
18483
18484 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18485
18486         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18487         (plugin_init): Make typefinding of subtitles work again.
18488
18489 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18492         (mp3_type_frame_length_from_header), (mp3_type_find),
18493         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18494         (plugin_init):
18495           Backport a bunch of typefinding fixes from the 0.8 branch.
18496           Also, improve wavpack typefinding: if we can't peek the
18497           entire wavpack block, try to parse the bits we can get and
18498           see if we find what we're looking for in those.
18499
18500 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18501
18502         * sys/ximage/ximagesink.c:
18503         (gst_ximagesink_calculate_pixel_aspect_ratio):
18504         * sys/xvimage/xvimagesink.c:
18505         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18506         more cases of pixel aspect ratio.
18507
18508 2006-01-26  Edward Hervey  <edward@fluendo.com>
18509
18510         * gst/playback/gstdecodebin.c: (pad_probe):
18511         Also consider the flush-start and tag events as unblockers
18512         for the pad probes.
18513
18514 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18515
18516         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18517         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18518         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18519         On the fly visualisation switch, works disabling, enabling as
18520         well but it won't be able to enable vis in a playbin that was
18521         created with no visualisation.
18522
18523 2006-01-25  Wim Taymans  <wim@fluendo.com>
18524
18525         * gst-libs/gst/audio/gstbaseaudiosink.c:
18526         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18527         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18528         resume after pause.
18529
18530 2006-01-25  Wim Taymans  <wim@fluendo.com>
18531
18532         * gst-libs/gst/audio/gstbaseaudiosink.c:
18533         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18534         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18535         Improve debugging.
18536         Post error when caps cannot be parsed.
18537         Resync on discontinuity in the stream.
18538         Clip samples to segment boundaries.
18539         return WRONG_STATE sooner when we are flushing.
18540
18541         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18542         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18543         Make audiosrc operate in TIME.
18544         Set TIMESTAMP and DURATION on buffers.
18545
18546 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * tests/examples/seek/seek.c: (main):
18549           Output tag messages as well.
18550
18551 2006-01-23  Edward Hervey  <edward@fluendo.com>
18552
18553         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18554         (free_pad_probes), (remove_fakesink), (pad_probe),
18555         (close_pad_link), (gst_decode_bin_change_state):
18556         Replace GstPadBlockCallback with pad probes that detect
18557         first buffer AND eos before removing fakesink.
18558         Fixes hang with demuxers doing EOS while pre-rolling.
18559         Solves #328279
18560
18561 2006-01-23  Andy Wingo  <wingo@pobox.com>
18562
18563         * ext/alsa/gstalsasink.c:
18564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18565         (gst_base_rtp_depayload_setcaps),
18566         (gst_base_rtp_depayload_add_to_queue),
18567         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18568         
18569         Patch by: Jens Granseuer <jensgr at gmx dot net>
18570
18571 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18572
18573         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18574         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18575         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18576         frames. We might get a frame destroyed after changing state to
18577         NULL, adding a safety check on xcontext.
18578
18579 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18580
18581         * gst-libs/gst/interfaces/xoverlay.c:
18582           Fix prepare-xwindow-id code example in the docs - we need to
18583           ignore all messages that aren't element messages as well.
18584           
18585 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18586
18587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18588           I think one day i'll completely undestand how caps negotiation
18589           is supposed to work. This refactoring handles buffer_alloc
18590           called with caps we can't handle. We definitely don't want a
18591           set_caps with those caps, so we define and allocate a buffer
18592           we would like to receive.
18593
18594 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18595
18596         * gst/playback/gstplaybasebin.c: (setup_source):
18597           Free iterator when done.
18598
18599 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18600
18601         * gst-libs/gst/audio/gstbaseaudiosink.c:
18602         (gst_base_audio_sink_render):
18603           Fix playback of non-synchronised streams by assuming a rate
18604           of 1.0 instead of a random one.
18605
18606           Makes this work again:
18607
18608           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18609           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18610           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18611           audioresample ! alsasink
18612
18613 === release 0.10.2 ===
18614
18615 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18616
18617         * configure.ac:
18618           releasing 0.10.2, "Then the devil is six"
18619
18620 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18621
18622         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18623         * gst/playback/gststreamselector.c:
18624         (gst_stream_selector_set_property):
18625           Comment out broken code that connects to the state-changed signal.
18626           At this point, changing current stream selection is broken, but 
18627           stuff like gst-launch playbin current-audio=1 works and filters
18628           to the chosen stream.
18629
18630 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18631
18632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18633           Fix #327216 (null dereference in vorbisdec)
18634
18635 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18638           Post taglist actually on bus instead of just freeing it
18639           (fixes #327114 and totem bug #327080).
18640
18641         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18642           Use gst_element_found_tags_for_pad(), so that the tags
18643           are sent downstream as an event as well.
18644
18645 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18646
18647         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18648         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18649         (gst_ximagesink_buffer_alloc):
18650         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18651         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18652         (gst_xvimagesink_buffer_alloc):
18653           move all regularly occurring messages to GST_LOG level
18654           add some more object logs
18655
18656 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18657
18658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18659           fix a silly segfault
18660
18661 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18662
18663         * docs/libs/gst-plugins-base-libs-docs.sgml:
18664         * docs/libs/gst-plugins-base-libs-sections.txt:
18665         * gst-libs/gst/audio/mixerutils.c:
18666         * gst-libs/gst/audio/mixerutils.h:
18667           Add docs for mixerutils stuff.
18668
18669 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * gst/playback/gstplaybasebin.c: (setup_source):
18672           Fix playback for sources that emit raw audio or
18673           raw video streams (e.g.: cd audio sources) (#325984).
18674
18675 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18676
18677         * gst-libs/gst/audio/mixerutils.c:
18678         (gst_audio_mixer_filter_do_filter):
18679           actually save the element we create
18680
18681 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18682
18683         * gst-libs/gst/cdda/gstcddabasesrc.c:
18684         (gst_cdda_base_src_handle_track_seek):
18685           No need to post a tag message on the bus when seeking
18686           within the same track, only post it when the current
18687           track changes.
18688
18689 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18690
18691         * gst/playback/gstplaybasebin.c: (group_destroy),
18692         (probe_triggered), (new_decoded_pad), (mute_group_type),
18693         (set_active_source):
18694         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18695         * gst/playback/gststreamselector.c:
18696         (gst_stream_selector_base_init),
18697         (gst_stream_selector_set_property),
18698         (gst_stream_selector_request_new_pad):
18699           Reenable stream selection. These mechanisms need a complete overhaul
18700           in the face of 0.8->0.10 changes though.
18701
18702 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18703
18704         * ext/ogg/gstoggdemux.c:
18705           Change the pad template to src_%d to match the pads that 
18706           are created from it. decodebin needs this information in order
18707           to decide that oggdemux is capable of producing multiple pads
18708           (and hence needs queues inserted).
18709
18710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18711         (gst_ogg_mux_collected):
18712           Make debug output more useful by using GST_PTR_FORMAT.
18713
18714 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18715
18716         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18719           Set depth and width for alaw/mulaw (fixes #326601).
18720
18721 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18722
18723         * tests/icles/Makefile.am:
18724           don't build the tests if we don't have the libs
18725
18726 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18729         (gst_cd_paranoia_paranoia_callback):
18730           Don't try to free NULL pointers.
18731
18732 2006-01-10  Edward Hervey  <edward@fluendo.com>
18733
18734         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18735         (gst_audio_rate_change_state), (plugin_init):
18736         Add debugging category.
18737         Fix type issues.
18738         Add case for incoming buffers without valid offset/offset_end.
18739
18740 2006-01-10  Michael Smith  <msmith@fluendo.com>
18741
18742         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18743           Don't leak GCond in audio sources.
18744
18745 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18746
18747         * gst/playback/gstplaybin.c: (gen_audio_element):
18748           Don't leak an autoaudiosink/alsasink when we generate
18749           a new audio element. (old code, I guess)
18750
18751 2006-01-10  Michael Smith  <msmith@fluendo.com>
18752
18753         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18754           Support float audio in audiorate.
18755           Use width rather than depth for selecting sample width.
18756
18757 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18758
18759         * gst/videotestsrc/videotestsrc.h:
18760           Use GLib types here (that way we don't have to include the
18761           generated _stdint.h header, which makes life easier for win32
18762           folks that don't use autotools for the build) (#325990, patch
18763           by: Sergey Scobich).
18764
18765 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18766
18767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18768         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18769         (gst_ring_buffer_pause), (wait_segment):
18770         * gst-libs/gst/audio/gstringbuffer.h:
18771           Name (private) union, makes Forte compiler happy (this time
18772           for real) (#324900).
18773
18774 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18775
18776         * gst-libs/gst/audio/Makefile.am:
18777           Link against libgstinterfaces, needed for mixer
18778           and property probe stuff.
18779
18780 2006-01-09  Edward Hervey  <edward@fluendo.com>
18781
18782         * gst-libs/gst/Makefile.am:
18783
18784 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18785
18786         * gst-libs/gst/audio/Makefile.am:
18787         * gst-libs/gst/audio/mixerutils.c:
18788         (gst_audio_mixer_filter_do_filter),
18789         (gst_audio_mixer_filter_check_element),
18790         (gst_audio_mixer_filter_probe_feature),
18791         (element_factory_rank_compare_func),
18792         (gst_audio_default_registry_mixer_filter):
18793         * gst-libs/gst/audio/mixerutils.h:
18794           Add gst_audio_default_registry_mixer_filter() utility
18795           function.
18796
18797 2006-01-03  Michael Smith  <msmith@fluendo.com>
18798
18799         * gst/audioresample/resample.h:
18800           As before, but for o_buf
18801
18802 2006-01-03  Michael Smith  <msmith@fluendo.com>
18803
18804         * gst/audioresample/resample.h:
18805           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18806           since we do arithmetic on it.
18807
18808 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18811         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18812         (gst_ring_buffer_pause), (wait_segment):
18813         * gst-libs/gst/audio/gstringbuffer.h:
18814           Sun's Forte compiler doesn't seem to like anonymous structs,
18815           so use same setup as in GstBaseSrc (fixes #324900).
18816
18817 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18818
18819         * configure.ac:
18820         * gst/volume/Makefile.am:
18821         * gst/volume/demo.c:
18822           move old example to tests/examples/volume/volune.c
18823         * tests/examples/Makefile.am:
18824         * tests/examples/seek/seek.c: (main):
18825           change window-close event from "delete-event" to "destroy"
18826         * tests/examples/volume/Makefile.am:
18827         * tests/examples/volume/volume.c: (value_changed_callback),
18828         (setup_gui), (message_received), (eos_message_received), (main):
18829           fix event handling and bus usage
18830
18831 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18832
18833         * gst/audiotestsrc/gstaudiotestsrc.c:
18834         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18835         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18836         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18837         (gst_audio_test_src_create_square),
18838         (gst_audio_test_src_create_saw),
18839         (gst_audio_test_src_create_triangle),
18840         (gst_audio_test_src_create_silence),
18841         (gst_audio_test_src_create_white_noise),
18842         (gst_audio_test_src_create_pink_noise),
18843         (gst_audio_test_src_init_sine_table),
18844         (gst_audio_test_src_create_sine_table),
18845         (gst_audio_test_src_change_wave),
18846         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18847         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18848         * gst/audiotestsrc/gstaudiotestsrc.h:
18849           update to basesrc changes, implement segmented seeking and eos
18850           handling, add a 'sine-tab' waveform for performance critical playback
18851
18852 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18853
18854         * po/POTFILES.in:
18855           ... and this time the other modified file that I missed last time.
18856
18857 2005-12-29  Michael Smith  <msmith@fluendo.com>
18858
18859         * gst/playback/gstdecodebin.c: (new_pad):
18860           Fix non-C89 variable declaration not at the start of a block. Should
18861           help some compilers.
18862
18863 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18864
18865         * tests/check/Makefile.am:
18866           And now fix 'make distcheck' (builddir != srcdir)
18867
18868 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18869
18870         * configure.ac:
18871         * ext/cdparanoia/Makefile.am:
18872         * ext/cdparanoia/gstcdparanoia.c:
18873         * ext/cdparanoia/gstcdparanoia.h:
18874         * ext/cdparanoia/gstcdparanoiasrc.c:
18875         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18876         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18877         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18878         (gst_cd_paranoia_paranoia_callback),
18879         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18880         (gst_cd_paranoia_src_set_property),
18881         (gst_cd_paranoia_src_get_property), (plugin_init):
18882         * ext/cdparanoia/gstcdparanoiasrc.h:
18883           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18884           plugin again (there are still fixes required to playbin to make
18885           cdda:// uris work there).
18886
18887 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18888
18889         * tests/check/Makefile.am:
18890           Fix test case compilation.
18891
18892 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * gst-libs/gst/cdda/gstcddabasesrc.c:
18895         (gst_cdda_base_src_update_duration),
18896         (gst_cdda_base_src_calculate_cddb_id):
18897           An integer is not a string. Fix access to uninitialised variable.
18898
18899         * tests/check/Makefile.am:
18900           Add cddabasesrc unit test; also actually enable the vorbis test.
18901
18902         * tests/check/generic/states.c:
18903           Blacklist new cd audio elements as well.
18904
18905         * tests/check/libs/cddabasesrc.c:
18906           Unit test for GstCddaBaseSrc (discid calculation mostly).
18907
18908 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18909
18910         * docs/libs/Makefile.am:
18911         * docs/libs/gst-plugins-base-libs-docs.sgml:
18912         * docs/libs/gst-plugins-base-libs-sections.txt:
18913         * docs/libs/gst-plugins-base-libs.types:
18914           Add docs for libgstcdda/GstCddaBaseSrc.
18915
18916         * gst-libs/gst/interfaces/mixertrack.h:
18917           Do one struct member per line with a semicolon at the end, that way
18918           even gtk-doc might parse it without complaining.
18919
18920 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18921
18922         * configure.ac:
18923         * gst-libs/gst/Makefile.am:
18924         * gst-libs/gst/cdda/Makefile.am:
18925         * gst-libs/gst/cdda/base64.c:
18926         * gst-libs/gst/cdda/base64.h:
18927         * gst-libs/gst/cdda/gstcddabasesrc.c:
18928         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18929         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18930         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18931         (gst_cdda_base_src_get_property),
18932         (gst_cdda_base_src_get_track_from_sector),
18933         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18934         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18935         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18936         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18937         (gst_cdda_base_src_uri_get_protocols),
18938         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18939         (gst_cdda_base_src_uri_handler_init),
18940         (gst_cdda_base_src_setup_interfaces),
18941         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18942         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18943         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18944         (gst_cdda_base_src_add_tags),
18945         (gst_cdda_base_src_add_index_associations),
18946         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18947         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18948         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18949         (gst_cdda_base_src_create):
18950         * gst-libs/gst/cdda/gstcddabasesrc.h:
18951         * gst-libs/gst/cdda/sha1.c:
18952         * gst-libs/gst/cdda/sha1.h:
18953           Add new libgstcdda with GstCddaBaseSrc class.
18954
18955 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18956
18957         * ext/gnomevfs/gstgnomevfssink.h:
18958           Use GstBaseSinkClass as parent_class member for class struct, not
18959           GstBaseSink.
18960
18961 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18962
18963         Patch by: Michael Benes
18964
18965         * gst/videotestsrc/gstvideotestsrc.c:
18966         (gst_video_test_src_class_init), (gst_video_test_src_start):
18967           Add start method to reset running time and number of frames sent
18968           when starting up (fixes #324696)
18969
18970 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18971
18972         * docs/plugins/Makefile.am:
18973         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18974         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18975         * docs/plugins/gst-plugins-base-plugins.args:
18976         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18977         * docs/plugins/gst-plugins-base-plugins.signals:
18978           Add docs stuff for gnomevfssrc and gnomevfssink.
18979
18980         * ext/gnomevfs/gstgnomevfssrc.c:
18981           Fix example pipeline in gtk-doc blurb.
18982
18983 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * ext/gnomevfs/Makefile.am:
18986         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18987         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18988         (gst_gnome_vfs_handle_get_type), (plugin_init):
18989         * ext/gnomevfs/gstgnomevfs.h:
18990         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18991         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18992         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18993         (gst_gnome_vfs_sink_set_property),
18994         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18995         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18996         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18997         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18998         (gst_gnome_vfs_sink_uri_get_type),
18999         (gst_gnome_vfs_sink_uri_get_protocols),
19000         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19001         (gst_gnome_vfs_sink_uri_handler_init):
19002         * ext/gnomevfs/gstgnomevfssink.h:
19003           Port gnomevfssink; add gtk-doc blurb.
19004
19005         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19006         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19007         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19008         (gst_gnome_vfs_src_uri_get_type),
19009         (gst_gnome_vfs_src_uri_get_protocols),
19010         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19011         (gst_gnome_vfs_src_uri_handler_init),
19012         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19013         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19014         (gst_gnome_vfs_src_send_additional_headers_callback),
19015         (gst_gnome_vfs_src_received_headers_callback),
19016         (gst_gnome_vfs_src_push_callbacks),
19017         (gst_gnome_vfs_src_pop_callbacks),
19018         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19019         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19020         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19021         * ext/gnomevfs/gstgnomevfssrc.h:
19022           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19023           file; add gtk-doc blurb with example pipelines.
19024
19025 === release 0.10.1 ===
19026
19027 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19028
19029         * configure.ac:
19030           releasing 0.10.1, "Dobro Dedek"
19031
19032 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19033
19034         * gst/typefind/gsttypefindfunctions.c:
19035         iLBC30 and iLBC20 added to typefind.
19036
19037 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19038
19039         * gst-libs/gst/audio/gstbaseaudiosink.c:
19040         (gst_base_audio_sink_class_init):
19041         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19042         (gst_base_audio_src_class_init):
19043           update strings, values are in microseconds
19044           change the default sink buffer time to something that is smaller
19045           (to help software volume mixing have a slightly lower delay) but
19046           still be acceptable on Wim's laptop
19047
19048 2005-12-20  Edward Hervey  <edward@fluendo.com>
19049
19050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19051         Made a quack, forgot to add DUCK to the riff video template.
19052
19053 2005-12-19  Edward Hervey  <edward@fluendo.com>
19054
19055         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19056         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19057         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19058         (gst_ogm_parse_chain):
19059         Make sure pads are initialized correctly.
19060         * gst-libs/gst/riff/riff-ids.h:
19061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19062         (gst_riff_create_video_template_caps):
19063         Add a whole bunch of FOURCC <=> MimeType.
19064         Extend the riff video pad template to support the newly added fourcc.
19065
19066 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19069         (gst_ogg_demux_activate_chain):
19070           Extra debug output when activating/deactivating chains.
19071
19072         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19073         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19074         (unlinked):
19075           Remove a queue from our list when it becomes unlinked.
19076           Don't add queues to elements in class 'Demux' if they
19077           can only produce one pad 
19078
19079 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19080
19081         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19082         (gst_video_sink_get_type): Add a debug category.
19083
19084 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19085
19086         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19087         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19088           Handle downstream newsegment by sending our own newsegment before the
19089           next buffer to be released. (#323900)
19090
19091 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19092
19093         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19094         (gst_base_rtp_depayload_set_gst_timestamp):
19095           add queue delay to new segment as well (as opposed to just the first
19096           buffer). (bug #322347)
19097
19098 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19099
19100         * ext/libvisual/visual.c: (make_valid_name):
19101           change some char* into char[]
19102         * gst/audiotestsrc/gstaudiotestsrc.c:
19103         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19104         (gst_audio_test_src_create):
19105         * gst/audiotestsrc/gstaudiotestsrc.h:
19106           prepare to handle EOS and SEGMENT_DONE
19107
19108 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * tests/check/generic/states.c: (GST_START_TEST):
19111           Blacklist cdparanoia element in state test.
19112
19113 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19114
19115           Patch by: Benjamin Pineau
19116
19117         * gst/tcp/gsttcp.c:
19118         * gst/tcp/gsttcpclientsink.c:
19119         * gst/tcp/gsttcpserversink.c:
19120         * gst/tcp/gsttcpserversrc.c:
19121           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19122
19123 2005-12-15  Michael Smith  <msmith@fluendo.com>
19124
19125         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19126         (gst_video_rate_chain):
19127           Fix timestamping for videorate when the first buffer it sees has a
19128           non-zero timestamp. Fix some misleading debug output.
19129
19130 2005-12-15  Michael Smith  <msmith@fluendo.com>
19131
19132         * gst/audioresample/gstaudioresample.c:
19133           Don't leak all input buffers to audioresample.
19134
19135 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19136
19137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19138           Don't operate on empty text buffers. Strip newlines and
19139           tabs only from the end of the text, but leave them intact
19140           in the middle. Fix typo in gtk-doc description.
19141
19142 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19143
19144         * gst/playback/gstplaybasebin.c:
19145         * gst/playback/gstplaybin.c: (handoff):
19146           Make sure the video frame buffer we return to apps via the
19147           "frame" property always has caps set on it. Modify
19148           _gst_gvalue_set_object() macro to handle NULL objects
19149           gracefully too.
19150
19151 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19152
19153         * gst/audiotestsrc/gstaudiotestsrc.c:
19154         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19155         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19156         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19157         (gst_audio_test_src_create):
19158         * gst/audiotestsrc/gstaudiotestsrc.h:
19159         Adjust to some recent api changes and add wtays new cool seeking
19160         capabillities
19161
19162 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19163
19164         * ext/alsa/Makefile.am:
19165         * ext/alsa/gstalsadeviceprobe.c:
19166         * ext/alsa/gstalsadeviceprobe.h:
19167           Helper functions to add device probing via the GstPropertyProbe
19168           interface to a class.
19169
19170         * ext/alsa/gstalsamixer.h:
19171           Comment out GST_ALSA_MIXER, it returns a struct that's not
19172           used.
19173
19174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19175           Add some debug info. 
19176
19177         * ext/alsa/gstalsamixerelement.c:
19178         (gst_alsa_mixer_element_interface_supported),
19179         (gst_implements_interface_init),
19180         (gst_alsa_mixer_element_init_interfaces),
19181         (gst_alsa_mixer_element_class_init),
19182         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19183         (gst_alsa_mixer_element_set_property),
19184         (gst_alsa_mixer_element_get_property),
19185         (gst_alsa_mixer_element_change_state):
19186         * ext/alsa/gstalsamixerelement.h:
19187           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19188           for device handling (gnome-volume-control will need that).
19189
19190 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19191
19192         * ext/Makefile.am: fix cdparanoia entry
19193         * gst-plugins-base.spec.in: add cdparanoia
19194
19195 2005-12-12  Michael Smith  <msmith@fluendo.com>
19196
19197         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19198           Use the correct function to free list of typefind factories.
19199
19200 2005-12-12  Wim Taymans  <wim@fluendo.com>
19201
19202         * gst/videotestsrc/gstvideotestsrc.c:
19203         (gst_video_test_src_class_init), (gst_video_test_src_init),
19204         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19205         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19206         (gst_video_test_src_create):
19207         * gst/videotestsrc/gstvideotestsrc.h:
19208         Implement seeking in videotestsrc.
19209         Small cleanups.
19210
19211 2005-12-12  Wim Taymans  <wim@fluendo.com>
19212
19213         * ext/cdparanoia/Makefile.am:
19214         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19215         (gst_paranoia_endian_get_type), (_do_init),
19216         (cdparanoia_class_init), (cdparanoia_init),
19217         (cdparanoia_set_property), (cdparanoia_get_property),
19218         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19219         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19220         (cdparanoia_convert), (cdparanoia_get_query_types),
19221         (cdparanoia_query), (cdparanoia_set_index),
19222         (cdparanoia_uri_set_uri):
19223         * ext/cdparanoia/gstcdparanoia.h:
19224         Partially ported cdparanoia now that basesrc can support a
19225         plugin like this..
19226
19227 2005-12-12  Wim Taymans  <wim@fluendo.com>
19228
19229         * tests/examples/seek/scrubby.c: (main):
19230         Set higher priority for bus events so they don't get reordered with
19231         gtk gui events.
19232
19233         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19234         (flush_toggle_cb), (main):
19235         Added checkbox to disable flushing seeks. 
19236         Disable scrubbing when doing non flushing seeks.
19237
19238 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19239
19240         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19241         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19242         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19243         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19244           Implement some sort of event handling that doesn't rely on
19245           g_return_if_fail; make sure we always push the last chunk of an 
19246           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19247           state change function; remove some old cruft. Seeking is still
19248           rather unlikely to work though.
19249
19250         * tools/.cvsignore:
19251           Ignore more.
19252
19253 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19254
19255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19256         Fixed a leak of the current image reference when cleaning up.
19257         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19258
19259 2005-12-09  Michael Smith  <msmith@fluendo.com>
19260
19261         * tools/Makefile.am:
19262         * tools/gst-launch-ext-m.m:
19263           Remove gst-launch-ext. It doesn't work, and is no longer
19264           particularly useful.
19265
19266 2005-12-08  Luca Ognibene  <luogni@tin.it>
19267
19268         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19269           don't pass random values to ogmparse convert function.
19270           Make seeking possible in the exile1.ogm file.
19271
19272 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19273
19274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19275         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19276           Work around refcount problem with g_value_set_object() that occur
19277           if the core has been compiled against GLib-2.6 (g_value_set_object()
19278           will only g_object_ref() the element, but the caller will
19279           gst_object_unref() it and bad things will happen due to the way
19280           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19281           totem for people on FC4 using Thomas's 0.10 RPMs.
19282           
19283 2005-12-07  Edward Hervey  <edward@fluendo.com>
19284
19285         Time to welcome ogm to 0.10 :)
19286         
19287         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19288         (gst_ogg_pad_typefind):
19289         Oggdemux can now properly typefind elements with dynamic pads.
19290         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19291         Properly set caps on src pad, and set caps on outgoing buffers.
19292
19293 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19294
19295         * ext/alsa/gstalsamixer.h:
19296         * ext/alsa/gstalsamixerelement.h:
19297         * ext/alsa/gstalsamixeroptions.h:
19298         * ext/alsa/gstalsamixertrack.h:
19299         * ext/alsa/gstalsasink.c:
19300         * ext/alsa/gstalsasink.h:
19301         * ext/alsa/gstalsasrc.c:
19302         * ext/alsa/gstalsasrc.h:
19303         * ext/cdparanoia/gstcdparanoia.h:
19304         * ext/gnomevfs/gstgnomevfsuri.h:
19305         * ext/ogg/gstoggdemux.c:
19306         * ext/ogg/gstoggmux.c:
19307         * ext/pango/gsttextoverlay.h:
19308         * ext/theora/theoradec.c:
19309         * ext/theora/theoraenc.c:
19310         * ext/vorbis/vorbisdec.h:
19311         * ext/vorbis/vorbisenc.c:
19312         * ext/vorbis/vorbisenc.h:
19313         * ext/vorbis/vorbisparse.h:
19314         * gst-libs/gst/audio/gstaudioclock.h:
19315         * gst-libs/gst/audio/gstaudiosink.c:
19316         * gst-libs/gst/audio/gstaudiosink.h:
19317         * gst-libs/gst/audio/gstaudiosrc.c:
19318         * gst-libs/gst/audio/gstaudiosrc.h:
19319         * gst-libs/gst/audio/gstbaseaudiosink.c:
19320         * gst-libs/gst/audio/gstbaseaudiosink.h:
19321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19322         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19323         * gst-libs/gst/audio/gstringbuffer.h:
19324         * gst-libs/gst/audio/multichannel.h:
19325         * gst-libs/gst/floatcast/floatcast.h:
19326         * gst-libs/gst/interfaces/colorbalance.c:
19327         * gst-libs/gst/interfaces/colorbalance.h:
19328         * gst-libs/gst/interfaces/colorbalancechannel.h:
19329         * gst-libs/gst/interfaces/mixer.h:
19330         * gst-libs/gst/interfaces/mixeroptions.h:
19331         * gst-libs/gst/interfaces/mixertrack.h:
19332         * gst-libs/gst/interfaces/navigation.h:
19333         * gst-libs/gst/interfaces/propertyprobe.h:
19334         * gst-libs/gst/interfaces/tuner.h:
19335         * gst-libs/gst/interfaces/tunerchannel.h:
19336         * gst-libs/gst/interfaces/tunernorm.h:
19337         * gst-libs/gst/interfaces/xoverlay.h:
19338         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19339         * gst-libs/gst/riff/riff-ids.h:
19340         * gst-libs/gst/riff/riff-media.h:
19341         * gst-libs/gst/riff/riff-read.h:
19342         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19343         * gst-libs/gst/rtp/gstbasertppayload.c:
19344         * gst-libs/gst/rtp/gstbasertppayload.h:
19345         * gst-libs/gst/rtp/gstrtpbuffer.c:
19346         * gst-libs/gst/rtp/gstrtpbuffer.h:
19347         * gst-libs/gst/tag/gsttageditingprivate.h:
19348         * gst-libs/gst/tag/gstvorbistag.c:
19349         (gst_tag_list_from_vorbiscomment_buffer):
19350         * gst-libs/gst/tag/tag.h:
19351         * gst-libs/gst/video/video.h:
19352         * gst/adder/gstadder.c:
19353         * gst/adder/gstadder.h:
19354         * gst/audioconvert/audioconvert.c:
19355         * gst/audioconvert/audioconvert.h:
19356         * gst/audioconvert/gstaudioconvert.c:
19357         * gst/audioconvert/gstchannelmix.c:
19358         * gst/audioconvert/gstchannelmix.h:
19359         * gst/audiorate/gstaudiorate.c:
19360         * gst/audioresample/buffer.h:
19361         * gst/audioresample/functable.h:
19362         * gst/audioresample/gstaudioresample.c:
19363         * gst/audioresample/resample.h:
19364         * gst/ffmpegcolorspace/avcodec.h:
19365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19366         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19367         * gst/ffmpegcolorspace/imgconvert.c:
19368         * gst/ffmpegcolorspace/imgconvert_template.h:
19369         * gst/playback/gstdecodebin.c:
19370         * gst/playback/gstplaybasebin.h:
19371         * gst/playback/gstplaybin.c:
19372         * gst/playback/gststreaminfo.h:
19373         * gst/tcp/gstfdset.c:
19374         * gst/tcp/gstfdset.h:
19375         * gst/tcp/gstmultifdsink.c:
19376         * gst/tcp/gstmultifdsink.h:
19377         * gst/tcp/gsttcp.h:
19378         * gst/tcp/gsttcpclientsrc.c:
19379         * gst/tcp/gsttcpclientsrc.h:
19380         * gst/tcp/gsttcpplugin.h:
19381         * gst/tcp/gsttcpserversink.c:
19382         * gst/tcp/gsttcpserversrc.c:
19383         * gst/typefind/gsttypefindfunctions.c:
19384         * gst/videorate/gstvideorate.c:
19385         * gst/videotestsrc/gstvideotestsrc.h:
19386         * gst/videotestsrc/videotestsrc.h:
19387         * sys/v4l/gstv4lcolorbalance.h:
19388         * sys/v4l/gstv4ltuner.h:
19389         * sys/v4l/gstv4lxoverlay.h:
19390         * sys/v4l/v4l_calls.h:
19391         * sys/v4l/videodev_mjpeg.h:
19392         * tests/check/elements/audioconvert.c:
19393         * tests/check/elements/audioresample.c:
19394         * tests/check/elements/audiotestsrc.c:
19395         * tests/check/elements/videotestsrc.c:
19396         * tests/check/elements/volume.c:
19397         * tests/examples/seek/scrubby.c:
19398         * tests/examples/seek/seek.c:
19399           expand tabs
19400
19401 === release 0.10.0 ===
19402
19403 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19404
19405         * configure.ac:
19406           releasing 0.10.0, "Mont-d'or"
19407
19408 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19409
19410         * tests/examples/seek/Makefile.am:
19411         Build fix for when gtk is not available.
19412
19413 2005-12-05  Andy Wingo  <wingo@pobox.com>
19414
19415         * ext/libvisual/visual.c: (get_buffer):
19416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19417         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19418         * ext/theora/theoradec.c: (theora_handle_data_packet):
19419         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19420         (theora_enc_chain):
19421         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19422         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19423         Update for alloc_buffer changes.
19424
19425 2005-12-05  Andy Wingo  <wingo@pobox.com>
19426
19427         patch by: Kai Vehmanen <kv2004 eca cx>
19428         
19429         * gst-libs/gst/rtp/gstbasertpdepayload.c
19430         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19431
19432 2005-12-04  Andy Wingo  <wingo@pobox.com>
19433
19434         patch by: Sebastien Cote <sebas642 yahoo ca>
19435         
19436         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19437         Fixes #319172.
19438
19439 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19440
19441         * docs/plugins/Makefile.am:
19442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19444         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19445         * ext/pango/gstclockoverlay.c:
19446         * ext/pango/gsttextoverlay.c: 
19447         * ext/pango/gsttextrender.c:
19448         * ext/pango/gsttimeoverlay.c:
19449           Add gtk-doc blurbs to pango elements.
19450
19451 2005-12-02  Wim Taymans  <wim@fluendo.com>
19452
19453         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19454         * gst/audioresample/buffer.h:
19455         * gst/audioresample/gstaudioresample.c:
19456         * gst/audioresample/gstaudioresample.h:
19457         * gst/audioresample/resample.c: (resample_input_flush),
19458         (resample_input_pushthrough), (resample_input_eos),
19459         (resample_get_output_size_for_input),
19460         (resample_get_input_size_for_output), (resample_get_output_size),
19461         (resample_get_output_data):
19462         * gst/audioresample/resample.h:
19463         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19464         Fix audioresample, seek torture, new segments, reverse negotiation
19465         etc.. work fine.
19466
19467 2005-12-02  Wim Taymans  <wim@fluendo.com>
19468
19469         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19470         Small cleanups.
19471
19472 2005-12-02  Wim Taymans  <wim@fluendo.com>
19473
19474         * gst/audioconvert/gstaudioconvert.c:
19475         (gst_audio_convert_transform):
19476         Post errors.
19477
19478 === release 0.9.7 ===
19479
19480 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19481
19482         * configure.ac:
19483           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19484
19485 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * Makefile.am:
19488         * po/hu.po:
19489         * win32/MANIFEST:
19490         * win32/gst.sln:
19491           add win32 MANIFEST file
19492           do something to the hungarian translation
19493
19494 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19495
19496         * ext/Makefile.am:
19497           Add $(PANGO_DIR) to SUBDIRS
19498
19499         * ext/pango/gstclockoverlay.c:
19500         * ext/pango/gsttimeoverlay.c:
19501           Fix and improve element descriptions.
19502
19503 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19504
19505         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19506         * docs/plugins/inspect/plugin-libvisual.xml:
19507         * docs/plugins/inspect/plugin-pango.xml:
19508           add pango plugin to docs
19509
19510 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19511
19512         * configure.ac:
19513         * ext/Makefile.am:
19514           moved pango to base
19515
19516 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19517
19518         * configure.ac:
19519         * tests/Makefile.am:
19520         * tests/icles/.cvsignore:
19521         * tests/icles/Makefile.am:
19522         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19523         (close_display), (resize_window), (move_window), (create_window),
19524         (terminate_playback), (pause_playback), (start_playback), (main):
19525           add stress test for xoverlay from Julien
19526
19527 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19528
19529         * docs/libs/tmpl/gstcolorbalance.sgml:
19530         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19531         * gst-libs/gst/rtp/gstbasertppayload.c:
19532         * gst-libs/gst/rtp/gstrtpbuffer.c:
19533         * gst-libs/gst/rtp/gstrtpbuffer.h:
19534           Do burger's rename for rtp payloaders and depayloaders
19535
19536 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * win32/:
19539           add Visual Studio 6 build files
19540
19541 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * docs/libs/gst-plugins-base-libs-docs.sgml:
19544         * docs/libs/gst-plugins-base-libs-sections.txt:
19545         * docs/libs/tmpl/gstaudio.sgml:
19546         * docs/libs/tmpl/gstringbuffer.sgml:
19547         * gst-libs/gst/interfaces/xoverlay.c:
19548         * gst-libs/gst/video/gstvideofilter.c:
19549         * gst-libs/gst/video/gstvideosink.c:
19550           update documentation
19551
19552 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19553
19554         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19555         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19556         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19557         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19558         (gst_multi_fd_sink_get_stats),
19559         (gst_multi_fd_sink_remove_client_link),
19560         (gst_multi_fd_sink_handle_client_read),
19561         (gst_multi_fd_sink_client_queue_data),
19562         (gst_multi_fd_sink_client_queue_caps),
19563         (gst_multi_fd_sink_client_queue_buffer),
19564         (gst_multi_fd_sink_new_client),
19565         (gst_multi_fd_sink_handle_client_write),
19566         (gst_multi_fd_sink_recover_client),
19567         (gst_multi_fd_sink_queue_buffer),
19568         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19569         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19570         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19571         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19572         * gst/tcp/gstmultifdsink.h:
19573         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19574         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19575         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19576         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19577         (gst_tcp_client_sink_set_property),
19578         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19579         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19580         * gst/tcp/gsttcpclientsink.h:
19581         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19582         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19583         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19584         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19585         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19586         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19587         * gst/tcp/gsttcpclientsrc.h:
19588         * gst/tcp/gsttcpplugin.c: (plugin_init):
19589         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19590         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19591         (gst_tcp_server_sink_finalize),
19592         (gst_tcp_server_sink_handle_server_read),
19593         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19594         (gst_tcp_server_sink_set_property),
19595         (gst_tcp_server_sink_get_property),
19596         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19597         * gst/tcp/gsttcpserversink.h:
19598         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19599         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19600         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19601         (gst_tcp_server_src_set_property),
19602         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19603         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19604         * gst/tcp/gsttcpserversrc.h:
19605           more borgifying
19606
19607 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19608
19609         * docs/plugins/Makefile.am:
19610         * docs/plugins/gst-plugins-base-plugins.args:
19611         * docs/plugins/inspect/plugin-libvisual.xml:
19612         * gst/audioconvert/plugin.h:
19613         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19614         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19615         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19616         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19617         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19618         (plugin_init):
19619         * gst/audiotestsrc/gstaudiotestsrc.c:
19620         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19621         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19622         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19623         (gst_audio_test_src_get_query_types),
19624         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19625         (gst_audio_test_src_create_square),
19626         (gst_audio_test_src_create_saw),
19627         (gst_audio_test_src_create_triangle),
19628         (gst_audio_test_src_create_silence),
19629         (gst_audio_test_src_create_white_noise),
19630         (gst_audio_test_src_init_pink_noise),
19631         (gst_audio_test_src_generate_pink_noise_value),
19632         (gst_audio_test_src_create_pink_noise),
19633         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19634         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19635         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19636         (plugin_init):
19637         * gst/audiotestsrc/gstaudiotestsrc.h:
19638         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19639         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19640         (gst_sub_parse_init), (gst_sub_parse_formats),
19641         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19642         (convert_encoding), (get_next_line),
19643         (gst_sub_parse_data_format_autodetect),
19644         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19645         (gst_sub_parse_loop), (gst_sub_parse_chain),
19646         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19647         (plugin_init):
19648         * gst/subparse/gstsubparse.h:
19649         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19650         (gst_video_rate_base_init), (gst_video_rate_class_init),
19651         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19652         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19653         (gst_video_rate_init), (gst_video_rate_event),
19654         (gst_video_rate_chain), (gst_video_rate_set_property),
19655         (gst_video_rate_get_property), (gst_video_rate_change_state),
19656         (plugin_init):
19657         * gst/videoscale/gstvideoscale.c:
19658         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19659         (gst_video_scale_src_template_factory),
19660         (gst_video_scale_sink_template_factory),
19661         (gst_video_scale_get_type), (gst_video_scale_base_init),
19662         (gst_video_scale_class_init), (gst_video_scale_init),
19663         (gst_video_scale_set_property), (gst_video_scale_get_property),
19664         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19665         (gst_video_scale_prepare_size), (parse_caps),
19666         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19667         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19668         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19669         (plugin_init):
19670         * gst/videoscale/gstvideoscale.h:
19671         * gst/videotestsrc/gstvideotestsrc.c:
19672         (gst_video_test_src_pattern_get_type),
19673         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19674         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19675         (gst_video_test_src_set_pattern),
19676         (gst_video_test_src_set_property),
19677         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19678         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19679         (gst_video_test_src_event), (gst_video_test_src_get_times),
19680         (gst_video_test_src_create), (plugin_init):
19681         * gst/videotestsrc/gstvideotestsrc.h:
19682         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19683         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19684         (gst_video_test_src_black):
19685         * gst/videotestsrc/videotestsrc.h:
19686           borgify further
19687           clean up docs a little
19688
19689 2005-11-30  Wim Taymans  <wim@fluendo.com>
19690
19691         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19692         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19693         (gst_basertppayload_event), (gst_basertppayload_push),
19694         (gst_basertppayload_change_state):
19695         * gst-libs/gst/rtp/gstbasertppayload.h:
19696         closed #320644.
19697
19698 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19699
19700         * docs/libs/gst-plugins-base-libs-docs.sgml:
19701         * docs/libs/gst-plugins-base-libs-sections.txt:
19702         * gst-libs/gst/video/gstvideofilter.c:
19703         * gst-libs/gst/video/gstvideosink.c:
19704         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19705
19706 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19707
19708         * LICENSE:
19709           move
19710         * po/af.po:
19711         * po/az.po:
19712         * po/cs.po:
19713         * po/en_GB.po:
19714         * po/hu.po:
19715         * po/it.po:
19716         * po/nb.po:
19717         * po/nl.po:
19718         * po/or.po:
19719         * po/sq.po:
19720         * po/sr.po:
19721         * po/sv.po:
19722         * po/uk.po:
19723         * po/vi.po:
19724         * Makefile.am:
19725           update
19726         * scripts/autoplugins.sh:
19727           remove
19728
19729 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19730
19731         * Makefile.am:
19732         * configure.ac:
19733         * examples/Makefile.am:
19734         * examples/capsfilter/Makefile.am:
19735         * examples/capsfilter/capsfilter1.c:
19736         * examples/gob/Makefile.am:
19737         * examples/gob/gst-identity2.gob:
19738         * examples/indexing/.cvsignore:
19739         * examples/indexing/Makefile.am:
19740         * examples/indexing/indexmpeg.c:
19741         * examples/seeking/.cvsignore:
19742         * examples/seeking/Makefile.am:
19743         * examples/seeking/cdparanoia.c:
19744         * examples/seeking/cdplayer.c:
19745         * examples/seeking/chained.c:
19746         * examples/seeking/scrubby.c:
19747         * examples/seeking/seek.c:
19748         * examples/stats/Makefile.am:
19749         * examples/stats/mp2ogg.c:
19750         * examples/switch/.cvsignore:
19751         * examples/switch/Makefile.am:
19752         * examples/switch/switcher.c:
19753         * tests/Makefile.am:
19754         * tests/check/generic/.cvsignore:
19755         * tests/check/pipelines/.cvsignore:
19756         * tests/examples/Makefile.am:
19757         * tests/examples/seek/Makefile.am:
19758           reorganize stuff under tests/
19759
19760 2005-11-30  Edward Hervey  <edward@fluendo.com>
19761
19762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19763         Go away you stupid GstStaticPadTemplate memleak.
19764
19765 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * gst-libs/gst/net/Makefile.am:
19768         * gst-libs/gst/net/README:
19769         * gst-libs/gst/net/gstnetbuffer.c:
19770         * gst-libs/gst/net/gstnetbuffer.h:
19771           this was moved to "netbuffer"
19772
19773 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19774
19775         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19776         (gst_video_filter_class_init), (gst_video_filter_init):
19777         * gst-libs/gst/video/gstvideofilter.h:
19778           borgify name to bring in line with other classes
19779
19780 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19781
19782         * gst/audioscale/.cvsignore:
19783         * gst/audioscale/Makefile.am:
19784         * gst/audioscale/README:
19785         * gst/audioscale/audioscale.vcproj:
19786         * gst/audioscale/dtof.c:
19787         * gst/audioscale/dtos.c:
19788         * gst/audioscale/functable.c:
19789         * gst/audioscale/gstaudioscale.c:
19790         * gst/audioscale/gstaudioscale.h:
19791         * gst/audioscale/private.h:
19792         * gst/audioscale/resample.c:
19793         * gst/audioscale/resample.h:
19794         * gst/audioscale/test.c:
19795           remove
19796
19797 2005-11-30  Edward Hervey  <edward@fluendo.com>
19798
19799         * gst-libs/gst/netbuffer/Makefile.am:
19800         really, really tired
19801
19802 2005-11-30  Edward Hervey  <edward@fluendo.com>
19803
19804         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19805         Update for new GstTypeFindFactory _register()
19806
19807 2005-11-30  Edward Hervey  <edward@fluendo.com>
19808
19809         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19810         Let's not override libgstnet from core for no reason...
19811         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19812         Ok, maybe not so quick next time.
19813
19814 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * configure.ac:
19817         * gst-libs/gst/Makefile.am:
19818           moved gst-libs/gst/net to netbuffer through CVS surgery
19819           remove old directory
19820           updating build to accomodate
19821           (#322257)
19822
19823 2005-11-29  Andy Wingo  <wingo@pobox.com>
19824
19825         * pkgconfig/gstreamer-plugins-base.pc.in:
19826         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19827         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19828         (#322257).
19829
19830 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19831
19832         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19833         3rd time's the charm. Correct ref-counting for discarded buffers.
19834
19835 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19836
19837         * gst/playback/gststreamselector.c:
19838         (gst_stream_selector_class_init),
19839         (gst_stream_selector_set_property),
19840         (gst_stream_selector_get_property),
19841         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19842         Fix ref-counting
19843
19844 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19845
19846         * gst/subparse/gstsubparse.c: (feed_textbuf):
19847           Don't access already unref'ed buffer.
19848
19849 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19850
19851         * gst/playback/gststreamselector.c:
19852         (gst_stream_selector_class_init), (gst_stream_selector_init),
19853         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19854         (gst_stream_selector_get_property),
19855         (gst_stream_selector_get_linked_pad),
19856         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19857         * gst/playback/gststreamselector.h:
19858         Add the active-pad property for playbin to use shortly. Ignore buffers
19859         from any other pad, returning GST_FLOW_NOT_LINKED
19860
19861 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19862
19863         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19864         patch from bug #322704 (Alessandro Decina).
19865
19866 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19867
19868         * gst-libs/gst/audio/Makefile.am:
19869           folded audiofilter into the audio library
19870
19871 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * gst/videoscale/gstvideoscale.h:
19874         * gst/videoscale/gstvideoscale.c:
19875           remove unimplemented scale methods
19876
19877 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19878
19879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19880           Don't leak caps.
19881
19882 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19883
19884         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19885         (gst_ximagesink_setcaps):
19886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19887         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19888         happens (only visible on ximagesink but bug is in xv too) set_caps was
19889         destroying the internal x[v]image used to memcpy non locally alloced
19890         buffers so that it got renewed on next _chain. The issue is that 
19891         _expose will try to put that image as it reffed it in _put.
19892         Using gst_buffer_unref instead of destroy fixes it !
19893
19894 2005-11-28  Edward Hervey  <edward@fluendo.com>
19895
19896         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19897         (try_to_link_1), (queue_filled_cb):
19898         Better use of the queues. Start with a small size queue and only increase
19899         the size of the queues when the other queues are empty.
19900
19901 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * gst-libs/gst/video/Makefile.am:
19904           compile in copied-over videofilter into the video library
19905         * gst-libs/gst/video/videosink.h:
19906           rename the header to gstvideosink.h since it's a base GstObject class
19907         * sys/ximage/ximagesink.h:
19908         * sys/xvimage/xvimagesink.h:
19909           use the new header
19910
19911 2005-11-28  Wim Taymans  <wim@fluendo.com>
19912
19913         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19914         * gst/playback/gstplaybasebin.h:
19915         Prepare to handle errors betters.
19916
19917         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19918         Set sinks to PAUSED first before adding and linking them so that
19919         we don't interrupt dataflow.
19920
19921 2005-11-28  Wim Taymans  <wim@fluendo.com>
19922
19923         * gst-libs/gst/audio/TODO:
19924         Updated TODO
19925
19926         * gst-libs/gst/audio/gstaudiosink.c:
19927         (gst_audioringbuffer_open_device),
19928         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19929         (gst_audioringbuffer_release):
19930         Small cleanups.
19931
19932         * gst-libs/gst/audio/gstbaseaudiosink.c:
19933         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19934         (gst_base_audio_sink_change_state):
19935         Slave to the master clock when going to PLAYING and unslave when
19936         going to PAUSED.
19937
19938         * gst-libs/gst/audio/gstringbuffer.c:
19939         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19940         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19941         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19942         (gst_ring_buffer_clear_all), (wait_segment),
19943         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19944         (gst_ring_buffer_advance):
19945         * gst-libs/gst/audio/gstringbuffer.h:
19946         Add some docs and cleanups.
19947
19948 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19949
19950         * sys/xvimage/xvimagesink.c:
19951         (gst_xvimagesink_navigation_send_event): Fix navigation events
19952         coordinates translation with pixel aspect ratios.
19953
19954 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19955
19956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19957         Use calculated video geometry from _setcaps instead of buffer
19958         caps to respect pixel aspect ratio. (fixes #322388)
19959
19960 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19961
19962         * docs/libs/tmpl/gstcolorbalance.sgml:
19963         * docs/libs/tmpl/gstmixer.sgml:
19964         * docs/libs/tmpl/gstxoverlay.sgml:
19965         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19966         interface.
19967
19968 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19969
19970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19971         Refuse to create an XvImage if we can't find the format.
19972
19973 2005-11-28  Edward Hervey  <edward@fluendo.com>
19974
19975         * gst-libs/gst/riff/riff-media.c:
19976         (gst_riff_create_audio_template_caps):
19977         Add ATRAC3 to the list of riff-possible audio caps.
19978         I know we still don't have a plugin for atrac3, but it's saner to output
19979         that than a cryptic mimetype.
19980
19981 2005-11-27  Edward Hervey  <edward@fluendo.com>
19982
19983         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19984         Don't try to create a zero-sized subbuffer.
19985
19986 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19987
19988         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19989         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19990         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19991         (gst_ximagesink_expose): Fixed a tricky race.
19992         * sys/ximage/ximagesink.h:
19993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19994         (gst_xvimagesink_expose): Fixed a tricky race.
19995         * sys/xvimage/xvimagesink.h:
19996
19997 2005-11-27  Edward Hervey  <edward@fluendo.com>
19998
19999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20000         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20001         Remove unused properties, and add queues between demuxers and decoders
20002         so that a lot more files can preroll properly.
20003
20004 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20005
20006         * gst-libs/gst/net/Makefile.am:
20007         * gst-libs/gst/rtp/Makefile.am:
20008         * gst-libs/gst/tag/Makefile.am:
20009           remove silly include
20010         * gst/tags/Makefile.am:
20011         * gst/tags/gsttagediting.c:
20012         * gst/tags/gsttageditingprivate.h:
20013         * gst/tags/tagedit.vcproj:
20014           remove directory, is as good as empty
20015
20016 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * configure.ac:
20019           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20020         * gst-libs/Makefile.am:
20021         * gst-libs/gst/audio/Makefile.am:
20022         * gst-libs/gst/interfaces/Makefile.am:
20023         * gst-libs/gst/net/Makefile.am:
20024         * gst-libs/gst/riff/Makefile.am:
20025         * gst-libs/gst/rtp/Makefile.am:
20026         * gst-libs/gst/tag/Makefile.am:
20027         * gst-libs/gst/video/Makefile.am:
20028           and use them
20029
20030 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20031
20032         * docs/libs/tmpl/gstcolorbalance.sgml:
20033         * docs/libs/tmpl/gstmixer.sgml:
20034         * docs/libs/tmpl/gstxoverlay.sgml:
20035         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20036         * sys/ximage/ximagesink.h:
20037         * sys/xvimage/xvimagesink.h: More and more documentation.
20038
20039 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20040
20041         * docs/libs/gst-plugins-base-libs-docs.sgml:
20042         * docs/libs/gst-plugins-base-libs-sections.txt:
20043         * docs/libs/tmpl/gstcolorbalance.sgml:
20044         * docs/libs/tmpl/gstmixer.sgml:
20045         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20046         to documentation.
20047
20048 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20049
20050         * docs/plugins/Makefile.am:
20051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20053         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20054
20055 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20056
20057         * docs/plugins/Makefile.am:
20058         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20059         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20060         * docs/plugins/inspect/plugin-adder.xml:
20061         * docs/plugins/inspect/plugin-alsa.xml:
20062         * docs/plugins/inspect/plugin-audioconvert.xml:
20063         * docs/plugins/inspect/plugin-audiorate.xml:
20064         * docs/plugins/inspect/plugin-audioresample.xml:
20065         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20066         * docs/plugins/inspect/plugin-decodebin.xml:
20067         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20068         * docs/plugins/inspect/plugin-gnomevfs.xml:
20069         * docs/plugins/inspect/plugin-ogg.xml:
20070         * docs/plugins/inspect/plugin-playbin.xml:
20071         * docs/plugins/inspect/plugin-subparse.xml:
20072         * docs/plugins/inspect/plugin-tcp.xml:
20073         * docs/plugins/inspect/plugin-theora.xml:
20074         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20075         * docs/plugins/inspect/plugin-video4linux.xml:
20076         * docs/plugins/inspect/plugin-videorate.xml:
20077         * docs/plugins/inspect/plugin-videoscale.xml:
20078         * docs/plugins/inspect/plugin-videotestsrc.xml:
20079         * docs/plugins/inspect/plugin-volume.xml:
20080         * docs/plugins/inspect/plugin-vorbis.xml:
20081         * docs/plugins/inspect/plugin-ximagesink.xml:
20082         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20083         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20084
20085 2005-11-26  Edward Hervey  <edward@fluendo.com>
20086
20087         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20088         Properly return GstFlowReturn from gst_pad_push in chain functions.
20089
20090 2005-11-25  Michael Smith  <msmith@fluendo.com>
20091
20092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20093         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20094         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20095         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20096           Handle various conditions better when we don't understand a stream.
20097           Removes a heap of CRITICALs on ogg streams containing unknown data.
20098
20099 2005-11-24  Andy Wingo  <wingo@pobox.com>
20100
20101         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20102         Be threadsafe.
20103
20104 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20105
20106         * configure.ac: back to HEAD
20107
20108 === release 0.9.6 ===
20109
20110 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20111
20112         * configure.ac:
20113           releasing 0.9.6, "White Eight"
20114
20115 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20116
20117         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20118         * docs/plugins/inspect/plugin-sine.xml:
20119           remove sinesrc some more
20120
20121 2005-11-23  Wim Taymans  <wim@fluendo.com>
20122
20123         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20124         If we are reading too slowly, jump forward in the ringbuffer
20125         instead of blocking.
20126
20127 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20128
20129         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20130         (gst_visual_chain):
20131         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20132         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20133         (gst_videorate_chain):
20134         * gst/videotestsrc/gstvideotestsrc.c:
20135         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20136         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20137         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20138         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20139         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20140         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20141           Updates for API changes
20142
20143 2005-11-23  Wim Taymans  <wim@fluendo.com>
20144
20145         * gst-libs/gst/audio/gstbaseaudiosink.c:
20146         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20147         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20148         Fix for calibration API change.
20149
20150 2005-11-23  Michael Smith <msmith@fluendo.com>
20151
20152         * gst-libs/gst/audio/multichannel.c:
20153         (gst_audio_get_channel_positions),
20154         (gst_audio_set_channel_positions),
20155         (gst_audio_set_structure_channel_positions_list),
20156         (gst_audio_fixate_channel_positions):
20157           Use gst_value_array_*() functions on value arrays, not
20158           gst_value_list_*().
20159
20160 2005-11-23  Edward Hervey  <edward@fluendo.com>
20161
20162         * autogen.sh:
20163         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20164         Fixes autogen
20165
20166 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * check/Makefile.am:
20169         * check/elements/videotestsrc.c: (setup_videotestsrc),
20170         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20171         (main):
20172           add a test for videotestsrc
20173
20174 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20175
20176         * gst/sine/.cvsignore:
20177         * gst/sine/Makefile.am:
20178         * gst/sine/gstsinesrc.c:
20179         * gst/sine/gstsinesrc.h:
20180         * gst/sine/sinesrc.vcproj:
20181           and remove sinesrc from the repository.  Closes #321446
20182
20183 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20184
20185         * configure.ac:
20186         * gst-plugins-base.spec.in:
20187           remove sinesrc from the build
20188
20189 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * check/Makefile.am:
20192         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20193         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20194         (main):
20195           add a test for audiotestsrc, testing all waves.  Even seems
20196           leak-free at first glance, nice job Stefan
20197
20198 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20199
20200         * po/af.po:
20201         * po/az.po:
20202         * po/cs.po:
20203         * po/en_GB.po:
20204         * po/hu.po:
20205         * po/it.po:
20206         * po/nb.po:
20207         * po/nl.po:
20208         * po/or.po:
20209         * po/sq.po:
20210         * po/sr.po:
20211         * po/sv.po:
20212         * po/uk.po:
20213         * po/vi.po:
20214           Translation string updates
20215
20216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20217         (gst_v4lsrc_set_caps):
20218         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20219         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20220         * sys/v4l/v4lsrc_calls.h:
20221           Improve v4lsrc, by making it work again.
20222
20223 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20224
20225         * ext/libvisual/visual.c: (gst_visual_chain):
20226           Fix the fps calculations.
20227
20228         * gst/ffmpegcolorspace/avcodec.h:
20229           Move structure element for clarity
20230
20231         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20232         * gst-libs/gst/interfaces/tunernorm.h:
20233         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20234         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20235         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20236         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20237         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20238         (gst_v4lmjpegsrc_getcaps):
20239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20240         (gst_v4lsrc_set_caps):
20241         * sys/v4l/gstv4lsrc.h:
20242         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20243         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20244         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20245         * sys/v4l/v4lsrc_calls.h:
20246           Fractional framerates...
20247
20248 2005-11-22  Wim Taymans  <wim@fluendo.com>
20249
20250         * gst-libs/gst/audio/gstbaseaudiosink.c:
20251         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20252         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20253         And we provide a clock by default, of course...
20254
20255 2005-11-22  Wim Taymans  <wim@fluendo.com>
20256
20257         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20258         This clock can be slaved to a master clock now.
20259
20260         * gst-libs/gst/audio/gstbaseaudiosink.c:
20261         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20262         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20263         (gst_base_audio_sink_set_clock),
20264         (gst_base_audio_sink_set_property),
20265         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20266         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20267         * gst-libs/gst/audio/gstbaseaudiosink.h:
20268         Handle slaving the internal clock to the clock selected in the
20269         pipeline.
20270         Add property to make the basesink not provide a clock.
20271
20272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20273         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20274         (gst_base_rtp_depayload_wait):
20275         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20276         We can use the clock in GstElement, no need to store it ourselves.
20277
20278 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20279
20280         * docs/libs/tmpl/gstaudio.sgml:
20281           update
20282         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20283         (gst_paranoia_endian_get_type):
20284         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20285         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20286         * gst/audiotestsrc/gstaudiotestsrc.c:
20287         (gst_audiostestsrc_wave_get_type):
20288         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20289         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20290         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20291         (gst_sync_method_get_type), (gst_unit_type_get_type),
20292         (gst_client_status_get_type), (gst_multifdsink_class_init),
20293         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20294         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20295         (gst_multifdsink_get_property):
20296         * gst/tcp/gstmultifdsink.h:
20297         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20298         * gst/videotestsrc/gstvideotestsrc.c:
20299         (gst_videotestsrc_pattern_get_type):
20300           remove deprecated properties
20301           fix up enums to correctly have short lowercase dashed nicks
20302
20303 2005-11-22  Michael Smith <msmith@fluendo.com>
20304
20305         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20306         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20307           Add underscore.
20308
20309 2005-11-22  Michael Smith <msmith@fluendo.com>
20310
20311         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20312         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20313           Use utility method for scaling clocktime for fractional framerates.
20314
20315 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20316
20317         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20318         (gst_visual_chain):
20319         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20320         * ext/theora/theoradec.c: (theora_handle_type_packet):
20321         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20322         (theora_enc_chain):
20323         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20324         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20325         * gst-libs/gst/video/video.h:
20326         * gst/ffmpegcolorspace/avcodec.h:
20327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20328         (gst_ffmpeg_caps_to_pixfmt):
20329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20330         (gst_ffmpegcsp_set_caps):
20331         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20332         (gst_videorate_setcaps), (gst_videorate_blank_data),
20333         (gst_videorate_chain):
20334         * gst/videotestsrc/gstvideotestsrc.c:
20335         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20336         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20337         (gst_videotestsrc_event), (gst_videotestsrc_create):
20338         * gst/videotestsrc/gstvideotestsrc.h:
20339         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20340         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20341         (gst_ximagesink_get_times), (gst_ximagesink_init):
20342         * sys/ximage/ximagesink.h:
20343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20344         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20345         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20346         * sys/xvimage/xvimagesink.h:
20347           Convert elements to use fractions for their framerate.
20348           V4L elements to come later tonight.
20349
20350 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20351
20352         * gst-libs/gst/audio/audio.c:
20353         * gst-libs/gst/audio/audio.h:
20354           remove some deprecated functions
20355
20356 2005-11-22  Andy Wingo  <wingo@pobox.com>
20357
20358         * Update for gst_tag_setter API changes.
20359
20360 2005-11-22  Andy Wingo  <wingo@pobox.com>
20361
20362         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20363         (gst_ogg_demux_perform_seek):
20364         * ext/theora/theoradec.c (theora_dec_sink_event):
20365         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20366         update-funcnames.
20367
20368 2005-11-22  Wim Taymans  <wim@fluendo.com>
20369
20370         * examples/seeking/seek.c: (main):
20371         Give higher priority to bus signals than the gtk events
20372         to fix a race condition in the segment looping.
20373
20374 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20375
20376         * ext/theora/Makefile.am:
20377         * ext/vorbis/Makefile.am:
20378         * gst-libs/gst/tag/Makefile.am:
20379         * gst-plugins-base.spec.in:
20380           Rename libgsttagedit to libgsttag (#322117).
20381
20382 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20383
20384         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20386           Call gst_x_overlay_prepare_xwindow_id() to give applications
20387           a final chance to set their own xwindow id before the video
20388           sink creates its own window.
20389
20390 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20391
20392         * sys/xvimage/xvimagesink.c:
20393         (gst_xvimagesink_navigation_send_event): Handle navigation
20394         events correcly with borders if applicable.
20395
20396 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20397
20398         Patch by: Luca Ognibene
20399
20400         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20401         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20403         (gst_ffmpegcsp_caps_remove_format_info):
20404         * gst/ffmpegcolorspace/imgconvert.c:
20405         * gst/ffmpegcolorspace/imgconvert_template.h:
20406           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20407           #318353); use gst_structure_has_name().
20408
20409 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20410
20411         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20412         (gst_ximagesink_class_init): Add debug macros on functions.
20413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20414         (gst_xvimagesink_xwindow_draw_borders),
20415         (gst_xvimagesink_xvimage_put),
20416         (gst_xvimagesink_xwindow_update_geometry),
20417         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20418         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20419         (gst_xvimagesink_xcontext_clear),
20420         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20421         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20422         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20423         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20424         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20425         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20426         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20427         expose while being PAUSED, out of data flow navigation events, etc..
20428
20429 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20432         * gst-libs/gst/audio/audio.h:
20433           fix prototype - wondering why the test worked regardless
20434
20435 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20436
20437         * check/Makefile.am:
20438         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20439         * gst-libs/gst/audio/audio.h:
20440           add a method that returns a proper GstClockTime
20441
20442 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20443
20444         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20445         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20446         * gst-libs/gst/interfaces/xoverlay.h:
20447           Remove everything having to do with the desired size; add 
20448           gst_x_overlay_prepare_xwindow_id() function; remove the
20449           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20450           post a message on the bus instead (#321816).
20451
20452         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20454         (gst_xvimagesink_xoverlay_init):
20455           Remove desired size stuff (#321816).
20456
20457 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20458
20459         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20460         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20461         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20462           Terminate vararg functions with NULL instead of 0 to 
20463           make gcc4 happy.
20464
20465 2005-11-21  Andy Wingo  <wingo@pobox.com>
20466
20467         patch by: Sebastien Cote <sebas642@yahoo.ca>
20468         
20469         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20470         * gst-libs/gst/rtp/gstrtpbuffer.c
20471         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20472
20473 2005-11-21  Andy Wingo  <wingo@pobox.com>
20474
20475         * gst/playback/gstplaybin.c (gen_audio_element) 
20476         (gen_video_element): Use the new MISSING_PLUGIN core error
20477         category. Closes #320060.
20478
20479         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20480         * gst/videorate/gstvideorate.c (gst_videorate_event):
20481         * ext/theora/theoradec.c (theora_dec_sink_event): 
20482         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20483         stream lock.
20484
20485         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20486         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20487         stream lock changes.
20488
20489 2005-11-21  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst-libs/gst/audio/gstbaseaudiosink.c:
20492         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20493         (gst_base_audio_sink_provide_clock),
20494         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20495         (gst_base_audio_sink_change_state):
20496         * gst/audioresample/gstaudioresample.c:
20497         Segment update fix.
20498
20499 2005-11-21  Andy Wingo  <wingo@pobox.com>
20500
20501         * *.h:
20502         * *.c: Ran scripts/update-macros. Oh yes.
20503
20504 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20505
20506         * sys/ximage/Makefile.am:
20507         * sys/ximage/ximage.c:
20508           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20509           remove your old libgstximage.* manually if necessary).
20510
20511 2005-11-21  Michael Smith <msmith@fluendo.com>
20512
20513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20514           Minimal fix for bug #320200: set the min/max bitrate in the correct
20515           units. A better fix would be to upgrade to the RATEMANAGE2
20516           interface, rather than using the deprecated interface used here, but
20517           that would require an update in our libvorbis dependency (to 1.1),
20518           which is probably undesirable.
20519
20520 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20521
20522         * ext/libvisual/visual.c: (get_buffer):
20523         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20524         (gst_base_audio_src_fixate):
20525         * gst/audioconvert/gstaudioconvert.c:
20526         (gst_audio_convert_fixate_caps):
20527         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20528         * gst/audiotestsrc/gstaudiotestsrc.c:
20529         (gst_audiotestsrc_src_fixate):
20530         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20531         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20533         * gst/videotestsrc/gstvideotestsrc.c:
20534         (gst_videotestsrc_src_fixate):
20535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20537           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20538           (#322027)
20539
20540
20541 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20542
20543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20544         (gst_riff_create_iavs_caps):
20545         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20546         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20547         (gst_riff_parse_info):
20548         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20551           Fixes for GST_FOURCC_FORMAT API change.
20552
20553 2005-11-21  Andy Wingo  <wingo@pobox.com>
20554
20555         patch by: Alessandro Dessina <alessandro nnva org>
20556
20557         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20558         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20559         (gst_ogg_parse_chain):
20560         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20561         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20562         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20563         gst_value_list calls on arrays. Fixes #321962.
20564
20565 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20566
20567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20568         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20569         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20570         * gst/adder/gstadder.c: (gst_adder_init),
20571         (gst_adder_request_new_pad), (gst_adder_collected),
20572         (gst_adder_change_state):
20573           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20574           API change.
20575
20576 2005-11-21  Michael Smith <msmith@fluendo.com>
20577
20578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20579         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20580           Properly handle pad_push return values.
20581
20582 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20583
20584         * gst-libs/gst/tag/Makefile.am:
20585         * gst-libs/gst/tag/gstvorbistag.c:
20586         (gst_tag_list_to_vorbiscomment_buffer):
20587           Remove obsolete vorbistag element and debug category.
20588
20589         * gst/playback/gstplaybasebin.c: (check_queue):
20590           Don't divide by 0 when queue-threshold is 0.
20591
20592         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20593           Don't modify an existing pixel-aspect-ratio if we fail to read
20594           a new one.
20595
20596 2005-11-20  Wim Taymans  <wim@fluendo.com>
20597
20598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20599         (gst_vorbisenc_push_packet):
20600         GST_PAD_IS_USABLE is gone, use the return value of
20601         the push or pad_alloc_buffer instead.
20602
20603 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20604
20605         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20606         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20607         (gst_ximagesink_ximage_destroy),
20608         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20609         (gst_ximagesink_xwindow_new),
20610         (gst_ximagesink_xwindow_update_geometry),
20611         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20612         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20613         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20614         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20615         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20616         (gst_ximagesink_navigation_send_event),
20617         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20618         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20619         (gst_ximagesink_finalize), (gst_ximagesink_init),
20620         (gst_ximagesink_class_init):
20621         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20622         This new version brings correct software scaling, non flickering
20623         window while resizing, pixel aspect ratio handling, usage of
20624         hardware buffer pools, out of data flow event thread for 
20625         navigation and handling of expose events even when being PAUSED,
20626         a new property to keep video aspect ratio when resizing, etc...
20627
20628 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20629
20630         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20631         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20632         handling of PAR.
20633
20634 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20635
20636         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20637         Unsetting IS_SINK flag from the fakesink, so decodebin
20638         never behaves as a sink.
20639
20640 2005-11-17  Wim Taymans  <wim@fluendo.com>
20641
20642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20643         (gst_base_audio_src_change_state):
20644         Fix the audiosrc base class again, we did not unflush.
20645
20646 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20647
20648         * examples/seeking/seek.c: (make_dv_pipeline),
20649         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20650         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20651         to ogg/vorbis/theora pipeline.
20652
20653 2005-11-17  Wim Taymans  <wim@fluendo.com>
20654
20655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20656         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20657         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20658         Fix EOS on multiple streams.
20659         More debugging.
20660
20661 2005-11-16  Wim Taymans  <wim@fluendo.com>
20662
20663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20664         (gst_ogg_demux_perform_seek):
20665         Segment done must include stream time.
20666
20667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20668         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20669         (gst_ogg_mux_change_state):
20670         Fix ogg muxer again.
20671
20672 2005-11-16  Wim Taymans  <wim@fluendo.com>
20673
20674         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20675         Fix compile again.
20676
20677 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20678
20679         * ext/libvisual/visual.c: (gst_visual_init):
20680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20681         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20682         (gst_ogg_parse_chain):
20683         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20684         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20685         * ext/theora/theoradec.c: (gst_theora_dec_init):
20686         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20687         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20688         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20689         * gst/adder/gstadder.c: (gst_adder_class_init),
20690         (gst_adder_dispose):
20691         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20692         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20693         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20694           Fix a whole set of pad template leaks
20695
20696 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         * check/generic/states.c: (GST_START_TEST):
20699           fix the test so that it only checks for elements that are part of
20700           this source module
20701
20702 2005-11-16  Michael Smith <msmith@fluendo.com>
20703
20704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20705         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20706         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20707         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20708         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20709         (gst_ogg_mux_change_state):
20710           Fix leaking collectpads.
20711
20712 2005-11-16  Edward Hervey  <edward@fluendo.com>
20713
20714         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20715         (gst_videorate_event), (gst_videorate_chain):
20716         Handle segment seeks
20717
20718 2005-11-16  Wim Taymans  <wim@fluendo.com>
20719
20720         * gst-libs/gst/audio/gstbaseaudiosink.c:
20721         (gst_base_audio_sink_provide_clock),
20722         (gst_base_audio_sink_change_state):
20723         Set ringbuffer to non-flushing when going to PAUSED, set to
20724         flushing again when going to READY.
20725
20726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20727         (gst_ring_buffer_stop):
20728         Start in flushing mode by default.
20729         Don't set flushing in the _stop method, let the app call
20730         this explicitly.
20731
20732 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20733
20734         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20735         * gst-libs/gst/video/videosink.h: Add helper function needed
20736         for video sinks.
20737
20738 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20739
20740         * gst/videoscale/gstvideoscale.c:
20741         (gst_videoscale_handle_src_event):
20742           Don't leak reference to pad parent.
20743
20744 2005-11-16  Wim Taymans  <wim@fluendo.com>
20745
20746         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20747         Set ringbuffer to flushing when stopping so that we don't
20748         block on wait_segment anymore and livelock.
20749
20750 2005-11-16  Wim Taymans  <wim@fluendo.com>
20751
20752         * examples/seeking/seek.c: (send_event), (do_seek),
20753         (loop_toggle_cb), (segment_done), (main):
20754         Added looping checkbox.
20755
20756 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20757
20758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20759         (gst_ogg_demux_init):
20760         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20761         (gst_vorbis_dec_init):
20762           revert unrefs, they don't pass make check
20763
20764 2005-11-15  Johan Dahlin  <johan@gnome.org>
20765
20766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20767         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20768         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20769         (gst_vorbis_dec_init):
20770         Fix pad template leaks. 
20771
20772 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20773
20774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20775           Make state change function thread safe.
20776
20777 2005-11-15  Edward Hervey  <edward@fluendo.com>
20778
20779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20780         (gst_ogg_demux_class_init):
20781         Implement GstElement::send_event, so we can send seek events
20782         in GST_STATE_READY
20783
20784 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20785
20786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20787         Discovered how to take away flickering while resizing the
20788         window. Please don't put that in ximagesink, refactoring in
20789         progress.
20790
20791 2005-11-14  Michael Smith <msmith@fluendo.com>
20792
20793         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20794         (gst_multifdsink_render):
20795           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20796
20797 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20798
20799         * gst/playback/gstplaybin.c: (gen_audio_element):
20800           Use autoaudiosink, it tends to be more widely available than
20801           autoaudiiosink.
20802           
20803 2005-11-14  Andy Wingo  <wingo@pobox.com>
20804
20805         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20806         as well if it is available. Fixes #316442.
20807
20808 2005-11-14  Michael Smith <msmith@fluendo.com>
20809
20810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20811         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20812         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20813         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20814         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20815         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20817         (gst_vorbisenc_change_state):
20818           Fix a small memory leak in vorbisenc.
20819           Fix large memory leaks in oggmux, also fix lots of state change
20820           bugs in oggmux.
20821
20822 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20823
20824         * gst/videotestsrc/gstvideotestsrc.c:
20825         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20826         (gst_videotestsrc_src_fixate):
20827           move fixation to a fixate function
20828           remove negotiate function, basesrc's is good enough
20829           fixes a bug for check when using the element alone
20830
20831 2005-11-13  Edward Hervey  <edward@fluendo.com>
20832
20833         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20834         (key_toggle_cb), (main):
20835         Added checkboxes for adding/removing the accurate and key_unit seek
20836         flags.
20837
20838 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20839
20840         * configure.ac: back to HEAD
20841
20842 === release 0.9.5 ===
20843
20844 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20845
20846         * configure.ac:
20847           releasing 0.9.5, "No No Kia"
20848
20849 2005-11-11  Edward Hervey  <edward@fluendo.com>
20850
20851         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20852         Added parse-launch syntax seeking mode for the seeking example.
20853         This should help stress-test even more cases.
20854         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20855
20856 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20857
20858         * sys/xvimage/xvimagesink.c:
20859         (gst_xvimagesink_navigation_send_event):
20860           Check whether peer pad exists before sending navigation events
20861           to it.
20862
20863 2005-11-11  Michael Smith <msmith@fluendo.com>
20864
20865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20866         (gst_vorbisenc_buffer_from_packet):
20867         * ext/vorbis/vorbisenc.h:
20868           Set duration on encoded buffers. This allows oggmux's
20869           max_page_delay parameter to actually work.
20870
20871 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20872
20873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20874         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20875         (gst_ffmpegcsp_avpicture_fill):
20876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20877         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20878           Make palettes work again (see #132341). Use our own macros
20879           for rounding up.
20880
20881 2005-11-10  Andy Wingo  <wingo@pobox.com>
20882
20883         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20884         string doober.
20885
20886 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20889         (gst_ffmpegcsp_transform_caps):
20890           Prefer passthrough in transform_caps
20891
20892 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20893
20894         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20895           check for ALSA errors properly, instead of relying on ALSA's
20896           error strings to serve to the user.
20897
20898 2005-11-10  Wim Taymans  <wim@fluendo.com>
20899
20900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20901         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20902         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20903         Modernise the seek code.
20904
20905 2005-11-10  Michael Smith <msmith@fluendo.com>
20906         
20907         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20908         (setup_substreams), (set_active_source):
20909           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20910           trying to go to NULL if we failed to read a file.
20911
20912 2005-11-10  Wim Taymans  <wim@fluendo.com>
20913
20914         * gst/audiotestsrc/gstaudiotestsrc.c:
20915         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20916         (gst_audiotestsrc_create):
20917         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20918         (gst_sinesrc_get_times), (gst_sinesrc_create):
20919         * gst/videotestsrc/gstvideotestsrc.c:
20920         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20921         (gst_videotestsrc_create):
20922         The base class can now sync for us.
20923
20924 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20927           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20928           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20929           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20930           format=(fourcc)I420" ! xvimagesink
20931
20932 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20933
20934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20935         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20936         (gst_sinesrc_newsegment):
20937           Send newsegment event in TIME format, set duration if
20938           num-buffers is set, fix duration querying.
20939
20940 2005-11-10  Michael Smith <msmith@fluendo.com>
20941
20942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20943         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20944         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20945         (gst_ogg_mux_collected):
20946          Fix EOS handling, partially. Now forwarding an EOS event once we have
20947          EOS on all pads works correctly. However, we still don't properly set
20948          EOS on the actual ogg stream pages.
20949
20950 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20951
20952         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20953           Set elements to NULL state before disposing of them.
20954
20955 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20956
20957         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20958
20959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20960         (gst_base_rtp_depayload_init),
20961         (gst_base_rtp_depayload_set_gst_timestamp):
20962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20963           We need to send a newsegment event for each instance, not
20964           just for the first instance of this class (get rid of
20965           static variable in function). (#321011).
20966           
20967 2005-11-08  Michael Smith <msmith@fluendo.com>
20968
20969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20970         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20971         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20972         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20973           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20974           This makes us mux things correctly according to the ogg muxing
20975           rules. Still not handling EOS correctly right now, though.
20976
20977 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20978
20979         * gst/audioconvert/gstaudioconvert.c:
20980           Fix typo in docs. 
20981
20982 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20983
20984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20985         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20986           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20987           creating a new chain; should fix live streaming. Also
20988           add more debug output and fix a typo.
20989
20990 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20991
20992         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20993
20994         * gst/volume/gstvolume.c: (volume_set_caps):
20995           Fix compilation on Solaris with Forte. (#320923)
20996
20997 2005-11-08  Wim Taymans  <wim@fluendo.com>
20998
20999         * gst-libs/gst/audio/gstbaseaudiosink.c:
21000         (gst_base_audio_sink_render):
21001         No need to do a typecheck.
21002
21003 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21004
21005         * ext/alsa/gstalsa.h:
21006           We register a debug category, so let's use it.
21007
21008 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21009
21010         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21011         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21012         Fixed a small problem.
21013
21014 2005-11-04  Wim Taymans  <wim@fluendo.com>
21015
21016         * examples/seeking/Makefile.am:
21017         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21018         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21019         (make_playerbin_pipeline), (format_value), (update_scale),
21020         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21021         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21022         (print_usage), (main):
21023         Added app for playback speed testing.
21024
21025         * examples/seeking/seek.c: (dynamic_link),
21026         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21027         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21028         (message_received), (main):
21029         Updated seek example.
21030
21031 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21032
21033         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21034         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21035         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21036         (gst_base_rtp_depayload_set_clock):
21037         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21038         Don't sleep on the bench (system clock) when you have a nice 
21039         comfortable bed (Gstreamer clock) to sleep on.
21040
21041 2005-11-03  Wim Taymans  <wim@fluendo.com>
21042
21043         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21044         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21045         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21046         Handle the case where a pad_block failed.
21047
21048 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21049
21050         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21051
21052         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21053         (gst_base_rtp_depayload_add_to_queue),
21054         (gst_base_rtp_depayload_push),
21055         (gst_base_rtp_depayload_set_gst_timestamp),
21056         (gst_base_rtp_depayload_queue_release):
21057           Fixes some bugs in the depayloader's queuing/de-queueing code.
21058
21059 2005-10-31  Michael Smith <msmith@fluendo.com>
21060
21061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21062         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21063         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21064           Patch from Alessandro Decina <alessandro@nnva.org>.
21065           Make oggdemux only find the final time in a chain, not per-pad,
21066           since the per-pad information can be very expensive to locate, and
21067           it isn't used anywhere. This makes reading a file containing
21068           OggSkeleton reasonably fast.
21069           Also, make chain finding work when there are logical bitstreams that
21070           can't be decoded. Fixes #319110.
21071
21072 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21073
21074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21075         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21076         (gst_base_rtp_depayload_chain),
21077         (gst_base_rtp_depayload_add_to_queue),
21078         (gst_base_rtp_depayload_push),
21079         (gst_base_rtp_depayload_set_gst_timestamp),
21080         (gst_base_rtp_depayload_queue_release),
21081         (gst_base_rtp_depayload_start_thread),
21082         (gst_base_rtp_depayload_set_property),
21083         (gst_base_rtp_depayload_get_property):
21084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21085         Some random fixes, to fullfill the desires of thomas.
21086
21087 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21088
21089         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21090         (gst_base_rtp_depayload_add_to_queue),
21091         (gst_base_rtp_depayload_push):
21092         Fixed the queueing algorithm.
21093
21094 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21095
21096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21097         (gst_base_rtp_depayload_push):
21098         A small fix
21099
21100 2005-10-31  Wim Taymans  <wim@fluendo.com>
21101
21102         * gst-libs/gst/audio/gstringbuffer.h:
21103         Don't break ABI.
21104
21105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21106         (gst_ffmpeg_caps_to_pixfmt):
21107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21108         (gst_ffmpegcsp_set_caps):
21109         Some more comments.
21110         Handle missing required caps fields better.
21111
21112 2005-10-31  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst-libs/gst/audio/gstbaseaudiosink.c:
21115         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21116         (gst_base_audio_sink_render):
21117         * gst-libs/gst/audio/gstringbuffer.c:
21118         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21119         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21120         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21121         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21122         (gst_ring_buffer_read):
21123         * gst-libs/gst/audio/gstringbuffer.h:
21124         Add flushing mode to the ringbuffer so that it in all cases does
21125         not try to handle more audio. This makes sure it does not try to
21126         block anymore when flushing and fixes a livelock.
21127
21128 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21129
21130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21131         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21132         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21133           Explicitly check for -1 values before doing a conversion
21134           and always map them to -1. (#315545)
21135
21136 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21137
21138         * gst/playback/gstplaybin.c: (gen_video_element):
21139           first try autovideosink, then xvimagesink, then error out
21140         * po/POTFILES.in:
21141           add translatable file
21142         * po/af.po:
21143         * po/az.po:
21144         * po/cs.po:
21145         * po/en_GB.po:
21146         * po/hu.po:
21147         * po/it.po:
21148         * po/nb.po:
21149         * po/nl.po:
21150         * po/or.po:
21151         * po/sq.po:
21152         * po/sr.po:
21153         * po/sv.po:
21154         * po/uk.po:
21155         * po/vi.po:
21156           update translations
21157
21158 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21159
21160         * gst-libs/gst/rtp/gstbasedepayload.c:
21161         * gst-libs/gst/rtp/gstbasedepayload.h:
21162           Minor cleanups
21163
21164 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21165
21166         * gst/playback/.cvsignore:
21167         * gst/playback/decodetest.c:
21168         * gst/playback/test3.c:
21169           Port these two tests as well.
21170
21171 2005-10-27  Wim Taymans  <wim@fluendo.com>
21172
21173         * ext/theora/theoradec.c: (theora_dec_src_query),
21174         (theora_dec_sink_event):
21175         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21176         (theora_enc_change_state):
21177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21178         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21179         Take proper locks when handling events.
21180
21181 2005-10-27  Wim Taymans  <wim@fluendo.com>
21182
21183         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21184         (gst_adder_change_state):
21185         Fix timestamps and fix deadlock when stopping the collectpads.
21186
21187 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21188
21189         * gst-libs/gst/rtp/gstrtpbuffer.h:
21190         Declaring the payload types as strings too so that they can be used
21191         in the padtemplate inialization.
21192
21193 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21194
21195         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21196
21197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21198         (gst_base_rtp_depayload_class_init):
21199         Fixes a small but nasty bug. The derived elements no longer segfaults
21200         on finalization.
21201
21202 2005-10-26  Michael Smith <msmith@fluendo.com>
21203
21204         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21205           When clearing an audioconvert context, set tmpbufsize to zero, so
21206           we'll allocate it again later if required.
21207           This fixes audioconvert re-negotiating formats, which previously
21208           segfaulted with a NULL destination buffer.
21209
21210 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21211
21212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21213         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21214         (gst_base_rtp_depayload_set_gst_timestamp),
21215         (gst_base_rtp_depayload_queue_release):
21216         Fixed a smalll memleak.
21217
21218 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21220         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21221         (gst_base_rtp_depayload_finalize),
21222         (gst_base_rtp_depayload_setcaps),
21223         (gst_base_rtp_depayload_add_to_queue),
21224         (gst_base_rtp_depayload_push),
21225         (gst_base_rtp_depayload_set_gst_timestamp),
21226         (gst_base_rtp_depayload_queue_release),
21227         (gst_base_rtp_depayload_thread),
21228         (gst_base_rtp_depayload_change_state):
21229         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21230         Changed the C++ comments to C comments
21231
21232 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21233
21234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21235         * gst/tcp/gsttcpclientsrc.h:
21236         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21237         * gst/tcp/gsttcpserversrc.h:
21238           Remove unused 'curoffset' structure member.
21239
21240 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21241
21242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21243         (gst_base_rtp_depayload_base_init),
21244         (gst_base_rtp_depayload_finalize):
21245         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21246         * gst-libs/gst/rtp/gstbasertppayload.h:
21247           The pad-template on the sinkpad should be set by the derived classes.
21248           Also added some useful macros.
21249
21250 2005-10-24  Wim Taymans  <wim@fluendo.com>
21251
21252         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21253         Correctly flush decoder samples even if we could not
21254         copy them to an output buffer. Fixes #319618.
21255
21256 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21257
21258         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21260         the caps against our xcontext caps.
21261
21262 2005-10-24  Wim Taymans  <wim@fluendo.com>
21263
21264         * gst-libs/gst/audio/gstbaseaudiosink.c:
21265         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21266         Remove g_print
21267         Use sync property from baseclass to disable sync.
21268
21269 2005-10-24  Wim Taymans  <wim@fluendo.com>
21270
21271         * gst-libs/gst/audio/gstbaseaudiosink.c:
21272         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21273         Buffers with no timestamps get aligned with previous buffers or
21274         on underrun, played ASAP.
21275
21276 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21277
21278         * gst-libs/gst/video/video.h:
21279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21280         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21282         here comes my change on caps for framerate and geometry range.
21283         We are now accepting 1 to MAXINT for width and height, and from
21284         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21285         to be blended correctly in videomixer.
21286
21287 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21288
21289         * configure.ac:
21290           back to HEAD
21291
21292 === release 0.9.4 ===
21293
21294 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21295
21296         * NEWS:
21297         * RELEASE:
21298         * configure.ac:
21299           releasing 0.9.4, "Velociraptor"
21300
21301 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21302
21303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21304         * po/POTFILES.in:
21305           STOPPED -> FAILED
21306
21307 2005-10-21  Wim Taymans  <wim@fluendo.com>
21308
21309         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21310         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21311         (pad_blocked), (close_pad_link), (new_pad):
21312         Don't try to remove elements twice.
21313
21314 2005-10-21  Wim Taymans  <wim@fluendo.com>
21315
21316         * ext/theora/theoradec.c: (theora_dec_src_query),
21317         (theora_dec_sink_event):
21318         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21319         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21320         (vorbis_handle_data_packet):
21321         * ext/vorbis/vorbisdec.h:
21322         Fix old naming.
21323
21324         * gst-libs/gst/audio/gstbaseaudiosink.c:
21325         (gst_base_audio_sink_render):
21326         Don't try to sync on buffers without a timestamp.
21327
21328 2005-10-21  Wim Taymans  <wim@fluendo.com>
21329
21330         * ext/theora/theoradec.c: (theora_dec_src_query),
21331         (theora_dec_sink_event):
21332         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21333         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21334         (vorbis_handle_data_packet):
21335         * ext/vorbis/vorbisdec.h:
21336         Fix old naming.
21337
21338 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21339
21340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21341         (gst_vorbisenc_src_query):
21342           Implement position and duration queries.
21343
21344         * gst/playback/test3.c: (update_scale), (main):
21345           Fix for async state changes and print nicer output.
21346
21347 2005-10-20  Wim Taymans  <wim@fluendo.com>
21348
21349         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21350         (dump_element_stats), (main):
21351         * gst/playback/test6.c: (main):
21352         Fix tests again
21353
21354 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21355
21356         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21357         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21358           Don't use functions for position queries when handling
21359           duration queries.
21360
21361 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21362
21363         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21364         (vorbis_handle_data_packet), (vorbis_dec_chain),
21365         (vorbis_dec_change_state):
21366         * ext/vorbis/vorbisdec.h:
21367           Vorbis streams can be embedded in other container formats
21368           than ogg, container formats where the demuxer might set 
21369           timestamps on encoded vorbis buffers instead of those silly 
21370           granulepos thingies. In short: make vorbisdec handle 
21371           timestamps on incoming buffers as well.
21372
21373 2005-10-20  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/playback/gstplaybasebin.c: (group_destroy),
21376         (gst_play_base_bin_change_state):
21377         Fix leak.
21378         Handle case where playbasebin is now ASYNC because
21379         decodebin is.
21380
21381 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21382
21383         * gst/audioconvert/Makefile.am:
21384         * gst/audioconvert/bufferframesconvert.c:
21385         * gst/audioconvert/plugin.c: (plugin_init):
21386         * gst/audioconvert/plugin.h:
21387           And bye bye buffer-frames-convert
21388
21389 2005-10-19  Wim Taymans  <wim@fluendo.com>
21390
21391         * check/elements/audioconvert.c:
21392         * docs/libs/tmpl/gstaudio.sgml:
21393         * docs/libs/tmpl/gstcolorbalance.sgml:
21394         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21395         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21396         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21397         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21398         * gst-libs/gst/audio/audio.h:
21399         * gst/audioconvert/audioconvert.h:
21400         * gst/audioconvert/gstaudioconvert.c:
21401         (gst_audio_convert_parse_caps):
21402         * gst/volume/gstvolume.c:
21403         Bye bye buffer-frames.
21404
21405 2005-10-19  Wim Taymans  <wim@fluendo.com>
21406
21407         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21408         (query_positions_elems), (query_positions_pads), (update_scale),
21409         (do_seek), (set_update_scale), (message_received), (main):
21410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21411         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21412         (gst_ogg_demux_loop):
21413         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21414         * ext/theora/theoradec.c: (theora_dec_src_query),
21415         (theora_dec_sink_event):
21416         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21417         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21418         * gst/adder/gstadder.c: (gst_adder_query):
21419         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21420         * gst/playback/test3.c: (update_scale):
21421         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21422         (dump_element_stats), (main):
21423         * gst/playback/test6.c: (main):
21424         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21425         Query API update.
21426
21427 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21428
21429         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21430         (xml_check_first_element), (xml_type_find), (smil_type_find),
21431         (plugin_init):
21432           Add typefinding for SMIL and for generic XML. Based on patch by
21433           Akos Maroy (#308663).
21434
21435 2005-10-18  Wim Taymans  <wim@fluendo.com>
21436
21437         * gst/playback/Makefile.am:
21438         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21439         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21440         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21441         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21442         (gst_decode_bin_change_state):
21443         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21444         (gst_play_bin_send_event_to_sink):
21445         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21446         (dump_element_stats), (main):
21447         * gst/playback/test6.c: (main):
21448         Make playbin async, it'll commit state to paused when all streams
21449         are detected.
21450         Remove ugly hack.
21451         Added test6.c to show async behaviour.
21452
21453 2005-10-18  Wim Taymans  <wim@fluendo.com>
21454
21455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21456         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21457         Fix for segment-start/stop API change.
21458
21459 2005-10-18  Wim Taymans  <wim@fluendo.com>
21460
21461         * check/Makefile.am:
21462         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21463         (main):
21464         Add future test for clock selection.
21465
21466 2005-10-18  Wim Taymans  <wim@fluendo.com>
21467
21468         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21469         (gst_alsasink_close):
21470         Set handle to NULL.
21471
21472         * gst-libs/gst/audio/gstringbuffer.c:
21473         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21474         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21475         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21476         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21477         (gst_ring_buffer_read):
21478         More debug info.
21479
21480 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21481
21482         * gst/audiotestsrc/Makefile.am:
21483         * gst/sine/Makefile.am:
21484         * gst/volume/Makefile.am:
21485           fix broken build of controllerized plugins
21486
21487 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21488
21489         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21490
21491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21492         (gst_riff_create_video_template_caps):
21493           Add support for Indeo-3 (IV32).
21494
21495 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21496
21497         * configure.ac:
21498           rewrite
21499
21500 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21501
21502         * gst-libs/gst/video/video.c: (gst_video_get_size):
21503         * gst/audiotestsrc/gstaudiotestsrc.c:
21504           doc updates
21505
21506 2005-10-17  Andy Wingo  <wingo@pobox.com>
21507
21508         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21509         with the collectpads change.
21510         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21511
21512         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21513
21514         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21515
21516         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21517         alloc_buffer flow return to callers.
21518         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21519         change. Fix some memleaks in theoraenc.
21520
21521         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21522         in strange circumstance.
21523
21524 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21525
21526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21527         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21528         from caps, let's use the caps...
21529
21530 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21531
21532         * configure.ac:
21533           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21534
21535 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21536
21537         * gst-libs/gst/interfaces/Makefile.am:
21538           fix silly typo
21539
21540 2005-10-16  Andy Wingo  <wingo@pobox.com>
21541
21542         * gst/playback/gstdecodebin.c
21543         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21544         function!
21545         (try_to_link_1): Increase kraziness level.
21546
21547 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * configure.ac:
21550           restructure like the core one
21551         * gst-libs/gst/audio/Makefile.am:
21552         * gst-libs/gst/interfaces/Makefile.am:
21553         * gst-libs/gst/net/Makefile.am:
21554         * gst-libs/gst/riff/Makefile.am:
21555         * gst-libs/gst/rtp/Makefile.am:
21556         * gst-libs/gst/tag/Makefile.am:
21557         * gst-libs/gst/video/Makefile.am:
21558           use correct linker flags, now the libs are properly versioned
21559         * check/elements/audioconvert.c: (verify_convert):
21560         * ext/alsa/gstalsaplugin.c:
21561         * ext/cdparanoia/gstcdparanoia.c:
21562         * ext/gnomevfs/gstgnomevfs.c:
21563         * ext/libvisual/visual.c:
21564         * ext/ogg/gstogg.c:
21565         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21566         * ext/theora/theora.c:
21567         * ext/vorbis/vorbis.c:
21568         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21569         * gst-libs/gst/tag/gsttagediting.c:
21570         * gst-libs/gst/video/video.c:
21571         * gst/adder/gstadder.c:
21572         * gst/audioconvert/plugin.c:
21573         * gst/audiorate/gstaudiorate.c:
21574         * gst/audioresample/gstaudioresample.c:
21575         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21576         * gst/audioscale/gstaudioscale.c:
21577         * gst/audioscale/resample.c:
21578         * gst/audiotestsrc/gstaudiotestsrc.c:
21579         * gst/ffmpegcolorspace/gstffmpeg.c:
21580         * gst/playback/gstdecodebin.c: (close_pad_link):
21581         * gst/playback/gstplaybin.c: (gen_video_element),
21582         (gen_audio_element):
21583         * gst/sine/gstsinesrc.c:
21584         * gst/subparse/gstsubparse.c:
21585         * gst/tags/gsttagediting.c:
21586         * gst/tcp/gsttcpplugin.c:
21587         * gst/typefind/gsttypefindfunctions.c:
21588         * gst/videorate/gstvideorate.c:
21589         * gst/videoscale/gstvideoscale.c:
21590         * gst/videotestsrc/gstvideotestsrc.c:
21591         * gst/volume/gstvolume.c:
21592         * sys/v4l/gstv4l.c:
21593         * sys/ximage/ximage.c:
21594         * sys/xvimage/xvimagesink.c:
21595           fix up defines
21596
21597 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21598
21599         * ext/vorbis/vorbisenc.c:
21600         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21601         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21602         (gst_tag_to_vorbis_comments):
21603           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21604
21605 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21606
21607         * examples/stats/mp2ogg.c:
21608         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21609           typo fixes
21610
21611 2005-10-13  Michael Smith <msmith@fluendo.com>
21612
21613         * ext/ogg/gstoggmux.c:
21614           Use magic glib macros to define constants as 64 bit, to ensure
21615           appropriate vararg passing.
21616
21617 2005-10-13  Michael Smith <msmith@fluendo.com>
21618
21619         * ext/ogg/gstoggmux.c:
21620         * gst/audioconvert/audioconvert.c: (float):
21621           Don't use LL suffix, as it's not portable, and neither of these
21622           uses required it anyway.
21623
21624 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21625
21626         * examples/indexing/indexmpeg.c: (main):
21627         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21628         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21629         (cdparanoia_convert), (cdparanoia_query):
21630         * ext/cdparanoia/gstcdparanoia.h:
21631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21632         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21633         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21635         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21636         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21637         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21638         (gst_multifdsink_render), (gst_multifdsink_start),
21639         (gst_multifdsink_stop):
21640         * gst/tcp/gstmultifdsink.h:
21641         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21642         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21643         (gst_tcpclientsink_stop):
21644         * gst/tcp/gsttcpclientsink.h:
21645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21646         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21647         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21648         * gst/tcp/gsttcpclientsrc.h:
21649         * gst/tcp/gsttcpserversink.h:
21650         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21651         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21652         (gst_tcpserversrc_stop):
21653         * gst/tcp/gsttcpserversrc.h:
21654         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21655         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21656         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21657           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21658           moved bitshift from macro to enum definition
21659
21660 2005-10-12  Wim Taymans  <wim@fluendo.com>
21661
21662         * examples/seeking/Makefile.am:
21663         Oops.
21664
21665 2005-10-12  Wim Taymans  <wim@fluendo.com>
21666
21667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21668         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21669         Don't assert on normal stuff.
21670
21671         * gst/playback/gstplaybin.c: (do_playbin_seek):
21672         API fix.
21673
21674 2005-10-12  Wim Taymans  <wim@fluendo.com>
21675
21676         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21677         * examples/seeking/Makefile.am:
21678         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21679         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21680         (do_seek), (set_update_scale), (message_received), (main):
21681         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21682         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21683         Update for _get_state() API change.
21684
21685 2005-10-11  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst-libs/gst/audio/gstbaseaudiosink.c:
21688         (gst_base_audio_sink_render):
21689         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21690         (gst_base_audio_src_create):
21691         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21692         (gst_ring_buffer_read):
21693         Cleanups.
21694         Commit and read from ringbuffer in samples rather than bytes.
21695
21696 2005-10-11  Wim Taymans  <wim@fluendo.com>
21697
21698         * gst-libs/gst/audio/gstbaseaudiosink.c:
21699         (gst_base_audio_sink_render):
21700         Respect segment rate and accum when scheduling samples.
21701
21702 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21703
21704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21705         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21706         EOS correctly, that needs more work.
21707
21708 2005-10-11  Wim Taymans  <wim@fluendo.com>
21709
21710         * check/generic/states.c: (GST_START_TEST):
21711         remove old property.
21712
21713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21714         (gst_ogg_demux_perform_seek):
21715         * ext/theora/theoradec.c: (theora_dec_sink_event):
21716         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21717         (vorbis_handle_data_packet):
21718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21719         (gst_base_rtp_depayload_set_gst_timestamp):
21720         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21721         Update for newsegment API change.
21722
21723 2005-10-11  Michael Smith <msmith@fluendo.com>
21724
21725         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21726         (do_playbin_seek), (gst_play_bin_send_event):
21727           Override send_event differently, so that we can takes bits of
21728           functionality from GstPipeline (special handling for seeks,
21729           including pausing/resuming, and resetting stream time) and still get
21730           the appropriate behaviour of only forwarding event to a single sink,
21731           rather than all of them.
21732           Unfortunately requires a lot of code duplication, but the
21733           alternatives are equally ugly in the end.
21734
21735 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21736
21737         * check/elements/audioconvert.c: (setup_audioconvert),
21738         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21739         (GST_START_TEST), (audioconvert_suite):
21740           clean up tests a little, fix some leaks.
21741
21742 2005-10-10  Wim Taymans  <wim@fluendo.com>
21743
21744         * ext/alsa/gstalsasink.c:
21745         Also allow unsigned int.
21746
21747         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21748         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21749         Small cleanup
21750
21751 2005-10-10  Wim Taymans  <wim@fluendo.com>
21752
21753         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21754         Small update, use API as stated in design docs.
21755
21756         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21757         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21758         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21759         (message_received), (main):
21760         Updated seek example for GOption. Some usability improvements.
21761
21762 2005-10-10  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst/audioconvert/audioconvert.h:
21765         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21766         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21767         Alloc temp storage somewhere else where we can do it more
21768         portable.
21769
21770 2005-10-10  Wim Taymans  <wim@fluendo.com>
21771
21772         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21773         (gst_tcpserversrc_start):
21774         Don't block in accept while doing the state change, move
21775         to poll and make cancellable.
21776
21777 2005-10-09  Philippe Khalaf <burger@speedy.org>
21778
21779         * gst-libs/gst/rtp/rtpbasedepayload.c:
21780         Set timestamp and add queue delay to timestamp
21781         * gst-libs/gst/rtp/rtpbuffer.h:
21782         Set correct payload type for h263
21783
21784 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21785
21786         * gst/audiotestsrc/gstaudiotestsrc.c:
21787         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21788         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21789         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21790         (gst_audiotestsrc_create_triangle),
21791         (gst_audiotestsrc_create_silence),
21792         (gst_audiotestsrc_create_white_noise),
21793         (gst_audiotestsrc_init_pink_noise),
21794         (gst_audiotestsrc_generate_pink_noise_value),
21795         (gst_audiotestsrc_create_pink_noise),
21796         (gst_audiotestsrc_change_wave):
21797         * gst/audiotestsrc/gstaudiotestsrc.h:
21798           fixed typo, added pink noise
21799
21800 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21801
21802         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21803         (plugin_init):
21804           Add wavpack and spc typefind functions from 0.8 branch.
21805
21806 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21807
21808         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21809         (ar_type_find), (msdos_type_find), (plugin_init):
21810           Add typefind functions for tar archives, ar archives,
21811           RAR archives, and msdos-executables (dlls, exe, etc.).
21812           Some of those would be wrongly identified as mpeg
21813           streams of some sort before (#315550).
21814
21815 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21816
21817         * configure.ac:
21818         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21819         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21820         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21821         * gst/audiotestsrc/Makefile.am:
21822         * gst/audiotestsrc/gstaudiotestsrc.c:
21823         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21824         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21825         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21826         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21827         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21828         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21829         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21830         (gst_audiotestsrc_create_silence),
21831         (gst_audiotestsrc_create_white_noise),
21832         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21833         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21834         (gst_audiotestsrc_start), (plugin_init):
21835         * gst/audiotestsrc/gstaudiotestsrc.h:
21836           add new plugin and element
21837         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21838           use gobject_class
21839
21840 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21841
21842         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21843         (gst_adder_init), (gst_adder_request_new_pad),
21844         (gst_adder_change_state):
21845           Add query function to source pad, so adder reports the correct
21846           time/sample position when queried (#315457); fix state change
21847           function; use GST_DEBUG_FUNCPTR() for pad functions.
21848
21849 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21852           Fix leaks in typefind registration
21853           Clean up the gratuitous commenting and whitespacing a little
21854
21855 2005-10-08  Wim Taymans  <wim@fluendo.com>
21856
21857         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21858         Only actually wait for the thread to be stopped if it's 
21859         running.
21860
21861 2005-10-08  Wim Taymans  <wim@fluendo.com>
21862
21863         * gst-libs/gst/audio/gstbaseaudiosink.c:
21864         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21865         If we receive EOS we can start playback of what we had.
21866
21867 2005-10-08  Wim Taymans  <wim@fluendo.com>
21868
21869         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21870         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21871         (gst_multifdsink_stop):
21872         Fix crasher when going to NULL multiple times.
21873
21874 2005-10-06  Wim Taymans  <wim@fluendo.com>
21875
21876         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21877         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21878         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21880         patch from Edgard Lima <edgard.lima@indt.org.br>
21881         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21882
21883 2005-10-06  Wim Taymans  <wim@fluendo.com>
21884
21885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21886         Report the FLOW_RETURN as string in the error message.
21887
21888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21889         Don't assert when clearing an unnegotiated buffer.
21890
21891 2005-10-04  Michael Smith <msmith@fluendo.com>
21892
21893         * gst/playback/gstplaybasebin.c: (group_destroy),
21894         (gen_preroll_element), (remove_groups), (setup_source):
21895         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21896         (setup_sinks), (gst_play_bin_send_event),
21897         (gst_play_bin_change_state):
21898           Set state to NULL before removing from bin. Fix refcounting.
21899
21900 2005-10-04  Michael Smith <msmith@fluendo.com>
21901
21902         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21903           Correct refcounting in send_event() function. Previously was wrong
21904           if the first sink was unable to handle the event.
21905
21906 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * configure.ac:
21909           back to development
21910
21911 === release 0.9.3 ===
21912
21913 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21914
21915         * configure.ac:
21916           Releasing 0.9.3, "De Facto"
21917
21918 2005-10-03  Andy Wingo  <wingo@pobox.com>
21919
21920         * gst/playback/gstdecodebin.c (try_to_link_1)
21921         (remove_element_chain): set element to NULL before removing it.
21922
21923 2005-10-02  Johan Dahlin  <johan@gnome.org>
21924
21925         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21926         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21927         MT safe.
21928
21929 2005-10-02  Andy Wingo  <wingo@pobox.com>
21930
21931         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21932         (gst_ring_buffer_prepare_read): 
21933         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21934         Demote to LOG.
21935
21936 2005-09-29  Wim Taymans  <wim@fluendo.com>
21937
21938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21939         * ext/theora/theoradec.c: (theora_handle_data_packet):
21940         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21941         Propagate error codes from alloc_buffer too.
21942
21943 2005-09-29  Wim Taymans  <wim@fluendo.com>
21944
21945         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21946         We use fixed caps.
21947
21948         * gst/playback/Makefile.am:
21949         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21950         (dump_element_stats), (main):
21951         Added example stream introspection code.
21952
21953 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21954
21955         * gst/adder/gstadder.c: (gst_adder_collected):
21956           fix adder for float elements
21957
21958 2005-09-28  Wim Taymans  <wim@fluendo.com>
21959
21960         * gst-libs/gst/audio/gstbaseaudiosink.c:
21961         (gst_base_audio_sink_class_init),
21962         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21964         (gst_base_audio_src_class_init),
21965         (gst_base_audio_src_provide_clock):
21966         get_clock -> provide_clock
21967
21968 2005-09-28  Andy Wingo  <wingo@pobox.com>
21969
21970         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21971         and unlocking.
21972
21973         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21974         unlocking.
21975
21976         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21977         Actually add the pad template.
21978         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21979
21980         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21981         I'm at it...
21982
21983         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21984         from fdsrc. Get caps in create() instead of start() so it can be
21985         interrupted. Interruption somewhat untested.
21986
21987         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21988         Proper EOS handling.
21989
21990 2005-09-27  Andy Wingo  <wingo@pobox.com>
21991
21992         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21993
21994         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21995
21996         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21997
21998         * gst/tcp/gsttcp.h: 
21999         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22000         out of tcpclientsrc.c. Cancellable.
22001         (gst_tcp_socket_read): Made private, cancellable, with better
22002         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22003         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22004         whole buffer, and better diagnostics.
22005         (gst_tcp_gdp_read_caps): Same.
22006
22007         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22008
22009 2005-09-26  Andy Wingo  <wingo@pobox.com>
22010
22011         * gst/sine/gstsinesrc.h:
22012         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22013         change the 'sync' property to 'is-live' and implement it halfway,
22014         update for controller api change.
22015
22016         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22017         controller api change.
22018
22019 2005-09-24  Wim Taymans  <wim@fluendo.com>
22020
22021         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22022         * gst-libs/gst/audio/gstaudiosink.c:
22023         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22024         (gst_audioringbuffer_stop):
22025         * gst-libs/gst/audio/gstbaseaudiosink.c:
22026         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22027         (gst_base_audio_sink_change_state):
22028         * gst-libs/gst/audio/gstbaseaudiosink.h:
22029         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22030         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22031         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22032         * gst-libs/gst/audio/gstringbuffer.h:
22033         Fix sync again. Moved sample alignment to basesink.
22034
22035 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22036
22037         * docs/plugins/Makefile.am:
22038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22040         * gst/volume/gstvolume.c:
22041           add/fix docs
22042         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22043         * gst-libs/gst/audio/audio.h:
22044           add conversion macros for frames <-> clocktime
22045
22046 2005-09-23  David Schleef  <ds@schleef.org>
22047
22048         * gst/audioresample/Makefile.am:
22049         * gst/audioresample/debug.h:
22050         * gst/audioresample/gstaudioresample.c:
22051         * gst/audioresample/resample.c: Convert to using gst debugging
22052
22053 2005-09-22  Wim Taymans  <wim@fluendo.com>
22054
22055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22056         (gst_play_bin_send_event):
22057         Only seek on one sink, the first one that succeeds.
22058
22059 2005-09-22  Michael Smith <msmith@fluendo.com>
22060
22061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22062         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22063         Don't flush encoder state unless we have an initialised encoder.
22064         Clear out encoder state on PAUSED_TO_READY.
22065
22066 2005-09-22  Wim Taymans  <wim@fluendo.com>
22067
22068         * gst-libs/gst/rtp/gstbasertppayload.c:
22069         (gst_basertppayload_class_init), (gst_basertppayload_init),
22070         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22071         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22072         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22073         (gst_basertppayload_set_property),
22074         (gst_basertppayload_get_property),
22075         (gst_basertppayload_change_state):
22076         * gst-libs/gst/rtp/gstbasertppayload.h:
22077         Added max-ptime to control amount of data in the rtp packets.
22078
22079 2005-09-21  Andy Wingo  <wingo@pobox.com>
22080
22081         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22082         thingies.
22083
22084         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22085         can be called multiple times, dogs.
22086
22087 2005-09-21  Wim Taymans  <wim@fluendo.com>
22088
22089         * gst-libs/gst/rtp/gstbasertppayload.c:
22090         (gst_basertppayload_class_init), (gst_basertppayload_init),
22091         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22092         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22093         (gst_basertppayload_push), (gst_basertppayload_get_property),
22094         (gst_basertppayload_change_state):
22095         Allow 0 ssrc too.
22096
22097 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22098
22099         * docs/libs/compiling.sgml:
22100           fixing typos
22101
22102 2005-09-20  Wim Taymans  <wim@fluendo.com>
22103
22104         * gst-libs/gst/rtp/gstbasertppayload.c:
22105         (gst_basertppayload_class_init), (gst_basertppayload_init),
22106         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22107         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22108         (gst_basertppayload_push), (gst_basertppayload_set_property),
22109         (gst_basertppayload_get_property),
22110         (gst_basertppayload_change_state):
22111         * gst-libs/gst/rtp/gstbasertppayload.h:
22112         Added property to configure sequence number offsets.
22113
22114 2005-09-20  Wim Taymans  <wim@fluendo.com>
22115
22116         * gst-libs/gst/rtp/gstbasertppayload.c:
22117         (gst_basertppayload_class_init), (gst_basertppayload_init),
22118         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22119         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22120         (gst_basertppayload_push), (gst_basertppayload_set_property),
22121         (gst_basertppayload_get_property),
22122         (gst_basertppayload_change_state):
22123         * gst-libs/gst/rtp/gstbasertppayload.h:
22124         Make timestamp offset configurable.
22125
22126 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22127
22128         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22129           fix wrong pop/unref
22130
22131 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22132
22133         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22134
22135         * gst-libs/gst/interfaces/propertyprobe.c:
22136         (gst_property_probe_probe_property_name),
22137         (gst_property_probe_needs_probe_name),
22138         (gst_property_probe_get_values_name),
22139         (gst_property_probe_probe_and_get_values_name):
22140           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22141           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22142
22143 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22144
22145         * check/Makefile.am:
22146           have some tests be disabled for valgrinding
22147         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22148         (GST_START_TEST):
22149         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22150           Fix A Leak.  Chain To Parent Finalize.
22151
22152 2005-09-19  Wim Taymans  <wim@fluendo.com>
22153
22154         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22155         Fixed wav pipeline.
22156
22157 2005-09-19  Wim Taymans  <wim@fluendo.com>
22158
22159         * gst-libs/gst/rtp/gstbasertppayload.c:
22160         (gst_basertppayload_class_init), (gst_basertppayload_init),
22161         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22162         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22163         (gst_basertppayload_push), (gst_basertppayload_get_property),
22164         (gst_basertppayload_change_state):
22165         Posting ERROR and WARNING messages is good.
22166
22167 2005-09-19  Wim Taymans  <wim@fluendo.com>
22168
22169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22170         (gst_base_rtp_depayload_add_to_queue),
22171         (gst_base_rtp_depayload_push),
22172         (gst_base_rtp_depayload_set_gst_timestamp),
22173         (gst_base_rtp_depayload_queue_release):
22174         This one was not supposed to go in.
22175
22176 2005-09-19  Wim Taymans  <wim@fluendo.com>
22177
22178         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22179         Fix for bus API.
22180
22181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22182         (gst_base_rtp_depayload_chain),
22183         (gst_base_rtp_depayload_add_to_queue),
22184         (gst_base_rtp_depayload_push),
22185         (gst_base_rtp_depayload_set_gst_timestamp),
22186         (gst_base_rtp_depayload_queue_release):
22187         Some cleanups.
22188
22189         * gst-libs/gst/rtp/gstbasertppayload.c:
22190         (gst_basertppayload_class_init), (gst_basertppayload_init),
22191         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22192         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22193         (gst_basertppayload_get_property),
22194         (gst_basertppayload_change_state):
22195         Added debugging category.
22196
22197 2005-09-18  David Schleef  <ds@schleef.org>
22198
22199         * gst/playback/gstdecodebin.c: free plugin list correctly
22200         * gst/playback/gstplaybin.c: emit warning if autovideosink
22201           and autoaudiosink can't be found (instead of segfaulting)
22202
22203 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22204
22205         * check/elements/audioconvert.c: (GST_START_TEST):
22206           try out 24 bit conversion
22207
22208 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22211         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22212         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22213         * ext/vorbis/vorbisenc.h:
22214           Fix EOS handling.  Still needs a fix in the ogg muxer to
22215           mark the last page as eos.
22216
22217 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * common/gtk-doc-plugins.mak:
22220         * docs/plugins/Makefile.am:
22221         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22222         * gst/ffmpegcolorspace/Makefile.am:
22223         * gst/ffmpegcolorspace/avcodec.h:
22224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22225         * gst/tcp/gstmultifdsink.c:
22226           fix up ffmpegcolorspace docs; extract header
22227
22228 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         * common/gtk-doc-plugins.mak:
22231         * docs/plugins/Makefile.am:
22232         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22233         * ext/theora/Makefile.am:
22234         * ext/theora/gsttheoraenc.h:
22235         * ext/theora/theoraenc.c:
22236         * ext/vorbis/vorbisenc.c:
22237           pick up signals and args for vorbis; add some docs for vorbis
22238
22239 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * common/gstdoc-scangobj:
22242         * common/gtk-doc-plugins.mak:
22243         * docs/libs/Makefile.am:
22244         * docs/plugins/gst-plugins-base-plugins.args:
22245         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22246         * docs/plugins/gst-plugins-base-plugins.interfaces:
22247         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22248         * docs/plugins/gst-plugins-base-plugins.signals:
22249           only scanobj stuff from our source module.  Not sure yet
22250           if that's correct, given the hierarchy stuff :)
22251
22252 2005-09-15  Wim Taymans  <wim@fluendo.com>
22253
22254         * gst/audioconvert/gstaudioconvert.c:
22255         And enable 24 bits mode as well..
22256
22257 2005-09-15  Wim Taymans  <wim@fluendo.com>
22258
22259         * gst-libs/gst/rtp/Makefile.am:
22260         * gst-libs/gst/rtp/gstbasertppayload.c:
22261         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22262         (gst_basertppayload_class_init), (gst_basertppayload_init),
22263         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22264         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22265         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22266         (gst_basertppayload_set_property),
22267         (gst_basertppayload_get_property),
22268         (gst_basertppayload_change_state):
22269         * gst-libs/gst/rtp/gstbasertppayload.h:
22270         Added rtp payloader base class.
22271
22272 2005-09-15  Andy Wingo  <wingo@pobox.com>
22273
22274         * configure.ac (plugindir): Remove the EOL matcher from the
22275         regexp, as it causes me problems. Libtool? Make? Who knows?
22276
22277 2005-09-14  David Schleef  <ds@schleef.org>
22278
22279         * check/generic/states.c: 
22280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22281         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22282           Fixes for changes in registry API.
22283
22284         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22285           to GST_PLUGIN_LDFLAGS.
22286         * ext/libvisual/visual.c: Make the library shut up.
22287         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22288         * gst-libs/gst/audio/gstaudiofilter.c: same
22289
22290 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22291
22292         * docs/plugins/Makefile.am:
22293         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22294         * docs/plugins/inspect/plugin-libvisual.xml:
22295         * docs/plugins/tmpl/element-tcpserversink.sgml:
22296         * ext/theora/theoraenc.c:
22297           add libvisual plugin and theoraenc element to docs
22298
22299 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22302         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22303         * ext/theora/theoraenc.c:
22304           add theoraenc
22305
22306 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22307
22308         * gst/audioconvert/Makefile.am:
22309           Audioconvert derives from GstBaseTransform and should
22310           link to the library with our base elements to avoid
22311           unresolved symbols. Makes things work with MinGW (#316160)
22312
22313         * gst/playback/test4.c: (main):
22314           Fix MinGW build problem and use g_usleep() instead of 
22315           sleep() (#316162)
22316
22317 2005-09-12  Wim Taymans  <wim@fluendo.com>
22318
22319         * gst/audioconvert/audioconvert.c: (float),
22320         (audio_convert_prepare_context), (audio_convert_convert):
22321         * gst/audioconvert/audioconvert.h:
22322         Cleanups, speedups, simplifications, added back support
22323         for 24 bits.
22324
22325 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22326
22327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22328         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22329         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22330         * docs/plugins/tmpl/element-tcpserversink.sgml:
22331         * gst/ffmpegcolorspace/gstffmpeg.c:
22332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22333         * gst/videotestsrc/gstvideotestsrc.c:
22334         * gst/volume/gstvolume.c:
22335           add more elements to the docs
22336
22337 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22338
22339         * check/Makefile.am:
22340         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22341         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22342           Add extra tests for basetransform based components. 
22343           Comment out the test_element_negotiation test until we decide
22344           if it's testing correct behaviour.
22345         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22346         (gst_visual_chain), (gst_visual_change_state):
22347           Slightly more correct but still bogus timestamping.
22348           Fix state change function.
22349         * gst/audioconvert/gstaudioconvert.c:
22350         (gst_audio_convert_class_init):
22351         * gst/audioresample/gstaudioresample.c:
22352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22353         (gst_ffmpegcsp_class_init):
22354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22355         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22356         (gst_videoscale_prepare_image):
22357         * gst/volume/gstvolume.c: (gst_volume_class_init),
22358         (volume_transform_ip):
22359           Basetransform updates. Enable passthrough modes.
22360         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22361         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22362         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22363           Negotiation fix that allows the window to return to the original
22364           size and renegotiate passthrough upstream. Extra debug output.
22365
22366 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22367
22368         * gst/sine/gstsinesrc.c:
22369         * gst/volume/gstvolume.c:
22370           fix up header include
22371
22372 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22373
22374         * gst-libs/gst/audio/gstbaseaudiosink.c:
22375         (gst_base_audio_sink_render):
22376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22377         * gst/volume/gstvolume.c: (gst_volume_class_init),
22378         (volume_transform):
22379           fixing lost sync, some more debugging
22380
22381 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22382
22383         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22384         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22385         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22386         (gst_xvimagesink_check_xshm_calls):
22387           Fix compilation when XShm is not available.
22388
22389 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22390
22391         * ext/libvisual/visual.c: (gst_visual_dispose),
22392         (gst_visual_getcaps), (gst_visual_src_setcaps),
22393         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22394         (gst_visual_change_state):
22395           Finish fixing up libvisual plugin so that it runs. 
22396
22397 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22398
22399         * ext/vorbis/vorbisenc.c:
22400         * gst-libs/gst/tag/gstvorbistag.c:
22401           gsttaginterface.h -> gsttagsetter.h
22402
22403 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22404
22405         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22406           added another test that failes for me (test is not active by default)
22407
22408 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22409
22410         * configure.ac:
22411           v4l2 is no longer in gst-plugins-base
22412
22413 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22414
22415         * configure.ac:
22416           In the output at the end, don't show the first plugin on the same
22417           line as "Core plug-ins, always built:".
22418           Indent the output as for other plugin categories
22419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22420           #define that can be used to not use peer buffer_alloc functions for
22421           test purposes.
22422         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22423         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22424         (gst_ximagesink_show_frame):
22425         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22426         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22427         (gst_xvimagesink_show_frame):
22428           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22429           fails gracefully instead of XError aborting or deadlocking.
22430
22431 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22432
22433         * ext/libvisual/Makefile.am:
22434           link against gst-base-libs
22435
22436 2005-09-06  David Schleef  <ds@schleef.org>
22437
22438         * configure.ac: Enable libvisual plugin.
22439         * ext/libvisual/Makefile.am:
22440         * ext/libvisual/visual.c: Fixes to make it compile.
22441
22442 === release 0.9.2 ===
22443
22444 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22445
22446         * NEWS:
22447         * RELEASE:
22448         * configure.ac:
22449         * docs/random/ChangeLog-0.8:
22450           releasing 0.9.2, "Spoon"
22451
22452 2005-09-05  Michael Smith <msmith@fluendo.com>
22453
22454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22455           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22456           that in the vorbisenc element.
22457
22458 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22459
22460         * common/gtk-doc-plugins.mak:
22461         * docs/plugins/Makefile.am:
22462           fix distcheck
22463         * gst/audioresample/resample.c:
22464           fix wrong docstring
22465
22466 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22467
22468         * common/gst-xmlinspect.py:
22469         * common/gtk-doc-plugins.mak:
22470           only inspect plugins for this given package
22471           require gst-python 0.9
22472
22473 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22474
22475         * Makefile.am:
22476         * autogen.sh:
22477         * common/gst-xmlinspect.py:
22478         * configure.ac:
22479         * docs/Makefile.am:
22480         * docs/plugins/inspect/plugin-alsa.xml:
22481         * docs/plugins/inspect/plugin-audioresample.xml:
22482         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22483         * docs/plugins/inspect/plugin-ogg.xml:
22484         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22485         * docs/plugins/tmpl/element-multifdsink.sgml:
22486         * docs/plugins/tmpl/element-tcpserversink.sgml:
22487         * docs/plugins/tmpl/element-vorbisenc.sgml:
22488         * gst-plugins-base.spec.in:
22489           various doc-related updates
22490
22491 2005-08-31  Wim Taymans  <wim@fluendo.com>
22492
22493         * gst-libs/gst/audio/gstbaseaudiosink.c:
22494         (gst_base_audio_sink_render):
22495         Resync if the buffer timestamps drift more than a 10th 
22496         of a second.
22497
22498 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22499
22500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22501         (gst_v4lsrc_get_property):
22502           The 'timestamp-offset' property is registered as an int64, so
22503           let's use g_value_{set|get}_int64() in our setter and getter
22504           functions (makes it work and fixes warnings with gst-inspect).
22505
22506 2005-08-30  Wim Taymans  <wim@fluendo.com>
22507
22508         * check/elements/audioconvert.c: (setup_audioconvert):
22509         * check/elements/audioresample.c: (setup_audioresample):
22510         * check/elements/volume.c: (setup_volume):
22511         Fix checks.
22512
22513 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * common/gtk-doc-plugins.mak:
22516         * common/plugins.xsl:
22517         * docs/plugins/Makefile.am:
22518           make module a param
22519
22520 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22521
22522         * examples/seeking/seek.c: (make_mp3_pipeline),
22523         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22524         (play_cb), (pause_cb), (stop_cb):
22525           update the example
22526
22527 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22528
22529         * gst/volume/gstvolume.c: (gst_volume_class_init),
22530         (volume_transform):
22531           do not update controlled params, if buffer has no timestamp
22532
22533 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22534
22535         * configure.ac:
22536         * gst/sine/Makefile.am:
22537         * gst/volume/Makefile.am:
22538           controllerized elements also need to link against controller-libs ;)
22539
22540 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22541
22542         * docs/libs/tmpl/gstcolorbalance.sgml:
22543         * docs/libs/tmpl/gstgconf.sgml:
22544         * docs/libs/tmpl/gstmixer.sgml:
22545         * docs/libs/tmpl/gstringbuffer.sgml:
22546         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22547         (gst_sinesrc_create):
22548         * gst/volume/gstvolume.c: (gst_volume_class_init),
22549         (volume_transform):
22550           controllerized two audio plugins
22551
22552 2005-08-29  Andy Wingo  <wingo@pobox.com>
22553
22554         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22555         (vorbis_handle_data_packet): Fix some int overflow errors.
22556
22557         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22558         -1.
22559         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22560         valid.
22561         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22562         if it's valid. Fixed streaming-mode playback.
22563
22564         * check/elements/volume.c (cleanup_volume): Fix for running
22565         CK_FORK=no.
22566
22567         * check/elements/audioconvert.c: Convert from native endian, not
22568         little endian.
22569
22570 2005-08-29  Michael Smith <msmith@fluendo.com>
22571
22572         * ext/ogg/Makefile.am:
22573         * ext/ogg/gstogg.c: (plugin_init):
22574         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22575         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22576         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22577         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22578         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22579         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22580         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22581         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22582         Add an ogg parser element.
22583
22584 2005-08-28  Andy Wingo  <wingo@pobox.com>
22585
22586         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22587
22588 2005-08-26  Wim Taymans  <wim@fluendo.com>
22589
22590         * gst/audioconvert/audioconvert.c: (if), (float),
22591         (audio_convert_get_func_index), (check_default),
22592         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22593         (audio_convert_clean_context), (audio_convert_get_sizes),
22594         (audio_convert_convert):
22595         Cleanups.
22596
22597 2005-08-26  Wim Taymans  <wim@fluendo.com>
22598
22599         * gst/audioconvert/audioconvert.c: (if), (float),
22600         (audio_convert_get_func_index), (check_default),
22601         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22602         (audio_convert_clean_context), (audio_convert_get_sizes),
22603         (audio_convert_convert):
22604         More elegant and working temp buffer selection algo.
22605
22606 2005-08-26  Wim Taymans  <wim@fluendo.com>
22607
22608         * gst/audioconvert/audioconvert.c: (if), (float),
22609         (audio_convert_get_func_index), (check_default),
22610         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22611         (audio_convert_clean_context), (audio_convert_get_sizes),
22612         (get_temp_buffer), (audio_convert_convert):
22613         Use realloc else we lose our original data.
22614
22615 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22616
22617         * gst/audioresample/gstaudioresample.c:
22618           use base class' newsegment to properly timestamp
22619
22620 2005-08-26  Wim Taymans  <wim@fluendo.com>
22621
22622         * gst/audioconvert/audioconvert.c: (if), (float),
22623         (audio_convert_get_func_index), (check_default),
22624         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22625         (audio_convert_clean_context), (audio_convert_get_sizes),
22626         (get_temp_buffer), (audio_convert_convert):
22627         * gst/audioconvert/gstaudioconvert.c:
22628         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22629         (gst_audio_convert_transform_caps),
22630         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22631         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22632         Oops, allocate enough space to perform the channel mix.
22633
22634 2005-08-26  Wim Taymans  <wim@fluendo.com>
22635
22636         * gst/audioconvert/Makefile.am:
22637         * gst/audioconvert/audioconvert.c: (if), (float),
22638         (audio_convert_get_func_index), (check_default),
22639         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22640         (audio_convert_clean_context), (audio_convert_get_sizes),
22641         (get_temp_buffer), (audio_convert_convert):
22642         * gst/audioconvert/audioconvert.h:
22643         * gst/audioconvert/gstaudioconvert.c:
22644         (gst_audio_convert_class_init), (gst_audio_convert_init),
22645         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22646         (gst_audio_convert_get_unit_size),
22647         (gst_audio_convert_transform_caps),
22648         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22649         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22650         * gst/audioconvert/gstaudioconvert.h:
22651         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22652         (gst_channel_mix_fill_identical),
22653         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22654         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22655         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22656         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22657         (gst_channel_mix_mix):
22658         * gst/audioconvert/gstchannelmix.h:
22659         Cleanups, librarify a bit, optimize, better negotiation and more.
22660
22661 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22662
22663         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22664         Another from MikeS:
22665         During typefinding, don't support negative offsets
22666         (offsets from the end of the stream) in our typefind->peek() function
22667         - nothing embedded in ogg ever needs them. However, we need to recognise
22668         those requests and reject them, otherwise we return invalid pointers.
22669
22670 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22671
22672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22673         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22674         (vorbisdec_finalize), (vorbis_handle_type_packet):
22675           Big shout-out to MikeS for fixing this giant memory leak.
22676           Huzzah!
22677
22678 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22679
22680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22681         (audio_convert_get_unit_size):
22682           plug some leaks
22683
22684 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * check/Makefile.am:
22687         * check/elements/audioconvert.c: (setup_audioconvert),
22688         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22689         (GST_START_TEST), (audioconvert_suite), (main):
22690           add a test for audioconvert
22691         * gst/audioresample/gstaudioresample.c:
22692         * gst/audioresample/gstaudioresample.h:
22693           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22694           note that for buffers of 1/3 sec this means DURATION(c) is 
22695           one nanosecond more than for a and b
22696
22697 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22698
22699         * check/Makefile.am:
22700         * check/elements/audioresample.c: (setup_audioresample),
22701         (cleanup_audioresample), (fail_unless_perfect_stream),
22702         (test_perfect_stream_instance), (GST_START_TEST),
22703           add a check for audioresample
22704         (audioresample_suite), (main):
22705         * check/elements/volume.c: (GST_START_TEST):
22706           remove unused method
22707         * gst/audioresample/gstaudioresample.c:
22708           set correct buffer parameters since we're changing them
22709         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22710           add some debug
22711
22712 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * gst/audioresample/debug.c:
22715         * gst/audioresample/gstaudioresample.c:
22716           add room for extra overlap samples when asked to transform size
22717           protect against possible mem corruption and check for discrepancies
22718           between written size and outbuffer's size so we can warn for
22719           potential problems
22720         * gst/audioresample/resample.c: (resample_init),
22721         (resample_get_output_size_for_input), (resample_get_output_size),
22722         (resample_set_n_channels), (resample_set_format):
22723           set debug level based on RESAMPLE_DEBUG env var
22724           make sure that get_output_size* returns a whole number of
22725           sample_size
22726           set sample_size each time either channel or format is set
22727         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22728         * gst/audioresample/resample_functable.c:
22729         (resample_scale_functable):
22730         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22731           remove r->sample_size, it's done in resample.c now
22732           add some debugging to the ref implementation
22733           make sure we only give back bytes that are wholes of the sample
22734           size
22735
22736 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22737         * gst/playback/gstplaybasebin.c: (fill_buffer):
22738         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22739
22740 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22741
22742         * gst/volume/gstvolume.c:
22743           made set_caps function static
22744
22745 2005-08-24  Wim Taymans  <wim@fluendo.com>
22746
22747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22748         (gst_vorbisenc_change_state):
22749         Stop leaking taglists.
22750
22751 2005-08-24  Wim Taymans  <wim@fluendo.com>
22752
22753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22754         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22755         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22756         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22757         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22758         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22759         Parse seeking events better.
22760         Unref static caps.
22761         Generate correct newsegment events, fixes seeking in live oggs.
22762
22763         * ext/theora/theoradec.c: (theora_dec_src_query),
22764         (theora_dec_src_event), (theora_dec_src_getcaps),
22765         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22766         Use newsegment values to report correct play time.
22767
22768         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22769         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22770         * ext/vorbis/vorbisdec.h:
22771         Parse and use newsegment values to report correct play time.
22772
22773         * gst-libs/gst/audio/gstbaseaudiosink.c:
22774         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22775         Clear ringbuffer on flush.
22776         Use newsegment values to calculate playback time.
22777
22778         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22780         Basesink does newsegment calculations for us now.
22781
22782 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22783
22784         * check/Makefile.am:
22785         * configure.ac:
22786           add core's plugins to the mix so that playbin works
22787         * check/generic/states.c: (GST_START_TEST):
22788           set a 0 timeout on pipelines, so they don't force the next
22789           state change
22790         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22791         (gst_play_base_bin_change_state):
22792           remove the crappy error handling and do GST error handling
22793
22794 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22795
22796         * check/Makefile.am:
22797         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22798           add same test as to core, it bitches out on playbin atm.
22799
22800 2005-08-24  Wim Taymans  <wim@fluendo.com>
22801
22802         * configure.ac:
22803         Remove audioscale.
22804
22805 2005-08-24  Wim Taymans  <wim@fluendo.com>
22806
22807         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22808         (gst_videoscale_prepare_size), (parse_caps),
22809         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22810         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22811         (gst_videoscale_transform):
22812         * gst/videoscale/gstvideoscale.h:
22813         Refactor, make use of BaseTranform really well.
22814
22815 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22816
22817         * configure.ac:
22818           compile audioresample
22819         * gst/audioresample/Makefile.am:
22820         * gst/audioresample/buffer.c:
22821         * gst/audioresample/functable.c:
22822         * gst/audioresample/gstaudioresample.c:
22823         * gst/audioresample/gstaudioresample.h:
22824         * gst/audioresample/resample.c:
22825         (resample_get_output_size_for_input):
22826         * gst/audioresample/resample.h:
22827         * gst/audioresample/resample_chunk.c:
22828         * gst/audioresample/resample_functable.c:
22829         * gst/audioresample/resample_ref.c:
22830           port to use basetransform; doesn't work in all cases yet
22831
22832 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22833
22834         * gst/audioconvert/gstaudioconvert.c:
22835         (gst_audio_convert_class_init), (gst_audio_convert_init),
22836         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22837         (audio_convert_fixate_caps), (audio_convert_set_caps),
22838         (audio_convert_transform),
22839         (gst_audio_convert_buffer_to_default_format),
22840         (gst_audio_convert_buffer_from_default_format),
22841         (gst_audio_convert_channels):
22842         * gst/audioconvert/gstchannelmix.c:
22843         * gst/audioconvert/gstchannelmix.h:
22844           port to basetransform
22845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22846         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22847         (gst_ffmpegcsp_get_unit_size):
22848         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22849         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22850           fix for basetransform changes
22851
22852 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22853
22854         * check/Makefile.am:
22855           Add CHECK_CFLAGS and LDFLAGS
22856
22857         * gst/playback/gstplaybasebin.c: (fill_buffer):
22858           GST_MESSAGE_SRC became a GObject
22859
22860 2005-08-24  Wim Taymans  <wim@fluendo.com>
22861
22862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22863         (gst_ring_buffer_clear_all):
22864         * gst-libs/gst/audio/gstringbuffer.h:
22865         Added function to clear the ringbuffer.
22866
22867 2005-08-24  Andy Wingo  <wingo@pobox.com>
22868
22869         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22870         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22871         of _open and _close.
22872
22873         * sys/v4l/gstv4lxoverlay.h:
22874         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22875         an Xv connection here, instead of all the time. Make Xv only be
22876         loaded if you axe for it. Kindof a workaround for buggy behaviour
22877         of Xv when using remote xservers (XvQueryExtension would block).
22878         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22879         replace the _open and _close public API. Only start the xv
22880         connection if necessary.
22881         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22882
22883 2005-08-23  David Schleef  <ds@schleef.org>
22884
22885         * gst/audioresample/Makefile.am: Leet audioresampling code
22886         * gst/audioresample/buffer.c:
22887         * gst/audioresample/buffer.h:
22888         * gst/audioresample/debug.c:
22889         * gst/audioresample/debug.h:
22890         * gst/audioresample/functable.c:
22891         * gst/audioresample/functable.h:
22892         * gst/audioresample/gstaudioresample.c:
22893         * gst/audioresample/gstaudioresample.h:
22894         * gst/audioresample/resample.c:
22895         * gst/audioresample/resample.h:
22896         * gst/audioresample/resample_chunk.c:
22897         * gst/audioresample/resample_functable.c:
22898         * gst/audioresample/resample_ref.c:
22899
22900 2005-08-23  Wim Taymans  <wim@fluendo.com>
22901
22902         * examples/seeking/seek.c: (make_vorbis_pipeline),
22903         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22904         Small seek updates.
22905
22906 2005-08-23  Andy Wingo  <wingo@pobox.com>
22907
22908         * gst-libs/gst/audio/gstbaseaudiosrc.c
22909         (gst_base_audio_src_fixate): Only fixate endianness if it is
22910         present in the caps.
22911
22912 2005-08-22  Andy Wingo  <wingo@pobox.com>
22913
22914         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22915         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22916         device-name property.
22917
22918         * gst-libs/gst/audio/gstaudiosrc.h:
22919         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22920         close_device in the ring buffer, like gstaudiosink.
22921
22922         * ext/alsa/gstalsamixer.h:
22923         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22924         macro to implement the interface without much code. Cleanups. 
22925
22926         * ext/alsa/gstalsasrc.h:
22927         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22928         READY.
22929
22930         * ext/alsa/Makefile.am: Add new files.
22931         * ext/alsa/gstalsamixerelement.c: 
22932         * ext/alsa/gstalsamixerelement.c: Split element code out from
22933         mixer code so that alsasrc can be a mixer too.
22934
22935 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22936
22937         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22938         (GST_START_TEST):
22939         * check/elements/vorbisdec.c: (setup_vorbisdec),
22940         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22941         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22942         (vorbis_handle_identification_packet),
22943         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22944         (vorbis_handle_header_packet), (vorbis_dec_push),
22945         (vorbis_dec_chain):
22946           use the setup/teardown methods to save code.  save code is good.
22947
22948 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22949
22950         * check/Makefile.am:
22951           add ext dir for plugins
22952           add vorbisdec test conditionally
22953         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22954         (GST_START_TEST), (volume_suite):
22955           add a test with wrong caps
22956         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22957         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22958           add a vorbisdec test
22959         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22960         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22961           clean up debug output
22962         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22963           yay, fix a segfault/security issue in vorbisdec
22964           gst-launch fakesrc ! vorbisdec wasn't happy
22965         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22966         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22967         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22968         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22969         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22970         (gst_vorbisenc_set_metadata), (get_constraints_string),
22971         (update_start_message), (gst_vorbisenc_setup),
22972         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22973         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22974         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22975         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22976         * ext/vorbis/vorbisenc.h:
22977           march in line
22978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22979         (gst_ffmpegcsp_transform):
22980           have the kow come home
22981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22982           debug my func ptr
22983         * gst/volume/gstvolume.c: (volume_set_caps):
22984           add a debug
22985
22986 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22987
22988         * Makefile.am:
22989         * check/.cvsignore:
22990         * check/Makefile.am:
22991         * check/elements/.cvsignore:
22992         * check/elements/volume.c: (chain_func), (event_func),
22993         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22994         (main):
22995         * configure.ac:
22996           add unit test structure for gst-plugins-base
22997           add a test for volume
22998         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22999         (gst_volume_set_volume), (gst_volume_get_volume),
23000         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23001         (volume_funcfind), (volume_process_float), (volume_process_int16),
23002         (volume_set_caps), (volume_transform), (volume_update_mute),
23003         (volume_update_volume), (volume_set_property),
23004         (volume_get_property):
23005           document a little; use basetransform vmethod _set_caps
23006
23007 2005-08-19  Andy Wingo  <wingo@pobox.com>
23008
23009         * ext/alsa/gstalsamixertrack.h:
23010         * ext/alsa/gstalsamixertrack.c:
23011         * ext/alsa/gstalsamixeroptions.h:
23012         * ext/alsa/gstalsamixeroptions.c:
23013         * ext/alsa/gstalsamixer.h:
23014         * ext/alsa/gstalsamixer.c: Port to 0.9.
23015
23016         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23017         Remove gstalsa.c and alsaclock. No more cruft here.
23018         
23019 2005-08-18  Wim Taymans  <wim@fluendo.com>
23020
23021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23022         (gst_base_rtp_depayload_chain),
23023         (gst_base_rtp_depayload_add_to_queue),
23024         (gst_base_rtp_depayload_push),
23025         (gst_base_rtp_depayload_queue_release):
23026         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23027         Fix for RTPBuffer changes.
23028
23029         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23030         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23031         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23032         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23033         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23034         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23035         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23036         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23037         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23038         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23039         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23040         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23041         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23042         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23043         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23044         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23045         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23046         (gst_rtpbuffer_get_payload):
23047         * gst-libs/gst/rtp/gstrtpbuffer.h:
23048         Don't subclass GstBuffer but add methods and helper functions
23049         to construct and manipulate RTP packets in regular GstBuffers.
23050
23051 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23052
23053         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23054           moved statement below switch
23055         * gst/volume/gstvolume.c: (gst_volume_class_init):
23056           added debug ptr
23057
23058 2005-08-16  Wim Taymans  <wim@fluendo.com>
23059
23060         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23061         (gst_base_audio_src_change_state):
23062         Open and close device in READY<->NULL state change.
23063
23064 2005-08-16  Andy Wingo  <wingo@pobox.com>
23065
23066         * examples/seeking/Makefile.am: Don't compile non-compiling
23067         compiled objects with the compiler.
23068
23069         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23070         elements.
23071
23072 2005-08-12  Philippe Khalaf <burger@speedy.org>
23073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23074         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23075           Made a thread to release the queue.
23076           Removed timestamp conversion for now.
23077
23078 2005-08-10  Philippe Khalaf <burger@speedy.org>
23079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23080         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23081           Added rtp timestamp -> gst timestamp conversion.
23082           Fixed several problems with queue.
23083
23084 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23085
23086         * gst-libs/gst/audio/gstaudioclock.h:
23087         * gst-libs/gst/audio/gstaudiofilter.h:
23088         * gst-libs/gst/audio/gstaudiosink.h:
23089         * gst-libs/gst/audio/gstaudiosrc.h:
23090         * gst-libs/gst/audio/gstbaseaudiosink.h:
23091         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23092         * gst-libs/gst/audio/gstringbuffer.h:
23093         * gst-libs/gst/net/gstnetbuffer.h:
23094         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23095         * gst-libs/gst/rtp/gstrtpbuffer.h:
23096           Add padding (you will need to rebuild gst-plugins-base,
23097           gst-plugins and all applications afterwards!)
23098
23099 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23100
23101         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23102         (gst_riff_parse_chunk):
23103           Fix bug in debug message and add some more debug messages.
23104
23105 2005-08-08  Edward Hervey  <edward@fluendo.com>
23106
23107         * gst-libs/gst/riff/riff-media.c:
23108         backported updates since branch
23109
23110 2005-08-08  Andy Wingo  <wingo@pobox.com>
23111
23112         * gst-libs/gst/audio/gstbaseaudiosink.c
23113         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23114         like good elements should. Close on READY->NULL too.
23115
23116         * gst-libs/gst/audio/gstaudiosink.c
23117         (gst_audioringbuffer_open_device,
23118         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23119         (gst_audioringbuffer_release): Updates for new ring buffer API,
23120         hook into the new audio sink api.
23121
23122         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23123         (GstAudioSinkClass.close): Just open and close the device -- no
23124         resource allocation or configuration.
23125         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23126         vmethods, handle device setup and resource allocation.
23127
23128         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23129         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23130         base class API.
23131
23132         * gst-libs/gst/audio/gstringbuffer.h
23133         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23134         New vmethods.
23135
23136         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23137         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23138         New API functions. The device should be opened before acquiring
23139         and closed after releasing.
23140
23141 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23142
23143         * gst-libs/gst/interfaces/mixer.h:
23144           Reset padding to GST_PADDING.
23145
23146 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23147
23148         * gst/playback/gstplaybin.c: (remove_sinks):
23149           Remove visualization from parent explicitely; works around some
23150           apparent refcount issue that I haven't tracked down yet.
23151
23152 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * ext/alsa/gstalsasink.c: (set_hwparams):
23155           Assign debug category, add negotiation debug msgs.
23156
23157 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23158
23159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23160           Fix error code for file-not-found to NOT_FOUND.
23161
23162 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23163
23164         * common/gtk-doc-plugins.mak:
23165         * docs/plugins/Makefile.am:
23166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23168           renamed to actual element names, so much nicer to look at
23169         * docs/plugins/tmpl/gstmultifdsink.sgml:
23170           remove
23171         * docs/plugins/tmpl/multifdsink.sgml:
23172         * docs/plugins/tmpl/tcpserversink.sgml:
23173           add
23174         * ext/alsa/gstalsa.c:
23175         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23176         * ext/ogg/gstoggmux.c:
23177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23178         * gst/playback/gstdecodebin.c:
23179         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23180         * gst/tcp/gsttcpserversink.c:
23181           various fixes and documentation additions
23182
23183 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23184
23185         * common/Makefile.am:
23186         * common/gstdoc-scangobj:
23187         * common/gtk-doc-plugins.mak:
23188         * common/gtk-doc.mak:
23189           add a custom scangobj that uses the registry
23190           add a custom gtk-doc-plugins.mak that uses it
23191           some doc build fixes
23192         * configure.ac:
23193         * docs/Makefile.am:
23194         * docs/plugins/Makefile.am:
23195         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23196         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23197         * docs/plugins/gst-plugins-base-plugins.types:
23198         * docs/plugins/tmpl/gstmultifdsink.sgml:
23199           add docs for one element, multifdsink
23200         * gst/adder/gstadder.h:
23201         * gst/volume/gstvolume.h:
23202           don't privatize enum
23203         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23204         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23205         (gst_sync_method_get_type), (gst_client_status_get_type),
23206         (gst_multifdsink_class_init),
23207         (gst_multifdsink_client_queue_buffer),
23208         (gst_multifdsink_handle_client_write):
23209         * gst/tcp/gstmultifdsink.h:
23210         * gst/tcp/gsttcp.h:
23211         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23212         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23213         (gst_tcpclientsink_render):
23214         * gst/tcp/gsttcpclientsink.h:
23215         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23216         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23217         (gst_tcpclientsrc_start):
23218         * gst/tcp/gsttcpclientsrc.h:
23219         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23220         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23221         * gst/tcp/gsttcpserversrc.h:
23222         * gst/typefind/gsttypefindfunctions.c:
23223           remove superfluous Type stuff
23224
23225 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23226
23227         * gst/playback/gstplaybin.c: (gen_video_element):
23228           Enable videoscale.
23229
23230 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23231
23232         * gst-libs/gst/gconf/gconf.c:
23233         * gst-libs/gst/gconf/gconf.h:
23234           Fix some Andy Problem [tm].
23235
23236 2005-08-04  Andy Wingo  <wingo@pobox.com>
23237
23238         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23239         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23240         (gst_ffmpegcsp_get_size): Adapt to API changes.
23241
23242         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23243         Implement an in-place do-nothing transform.
23244
23245 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23246
23247         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23248         (gst_ximagesink_renegotiate_size):
23249           Do not set new window sizes yet if we prepare a new buffer size
23250           for upstream renegotiation (software scaling) at some point in the
23251           future, because this new size waqs not actually accepted yet. Once
23252           accepted, renegotiation later on will set the new sizes just fine.
23253           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23254           embedding testcase.
23255
23256 2005-08-03  Andy Wingo  <wingo@pobox.com>
23257
23258         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23259         (gst_ximagesink_buffer_alloc): 
23260         Protect the height, width, and desired_caps with the pool_lock.
23261         Fixes videotestsrc ! queue ! ximagesink.
23262
23263 2005-08-02  Edward Hervey  <edward@fluendo.com>
23264
23265         * gst/volume/gstvolume.c:
23266         include left from controller cleanup
23267
23268 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23270           Stop collectpads before calling the parent state
23271           change function on PAUSED->READY.
23272
23273 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23274         * configure.ac:
23275           When testing for X libs, use the X CFlags 
23276         * gst/adder/gstadder.c: (gst_adder_change_state):
23277           Stop the collectpads before calling parent state change function
23278           on PAUSED->READY, otherwise we deadlock deactivating pads.
23279
23280 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23281
23282         * configure.ac:
23283         * docs/libs/tmpl/gstcolorbalance.sgml:
23284         * docs/libs/tmpl/gstmixer.sgml:
23285         * examples/Makefile.am:
23286         * gst/sine/Makefile.am:
23287         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23288         (gst_sinesrc_set_property), (plugin_init):
23289         * gst/sine/gstsinesrc.h:
23290         * gst/volume/Makefile.am:
23291         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23292         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23293         (volume_process_float), (volume_process_int16),
23294         (volume_set_property), (plugin_init):
23295         * gst/volume/gstvolume.h:
23296           deactivate and remove dparams (libgstcontrol)
23297
23298 2005-07-29  Wim Taymans  <wim@fluendo.com>
23299
23300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23301         Convert me to BaseTransform!! help..
23302
23303 2005-07-29  Andy Wingo  <wingo@pobox.com>
23304
23305         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23306         sinks.
23307
23308         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23309         support of both endiannesses.
23310
23311 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23312
23313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23314           Fix confusing debug message (s/event/query/)
23315
23316 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23317
23318         * gst/videotestsrc/videotestsrc.h:
23319           Use "_stdint.h" instead of <stdint.h>
23320
23321 2005-07-27  Wim Taymans  <wim@fluendo.com>
23322
23323         * ext/vorbis/Makefile.am:
23324         Revert wrong commit.
23325
23326 2005-07-27  Wim Taymans  <wim@fluendo.com>
23327
23328         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23329         More compilation fixen.
23330
23331 2005-07-27  Wim Taymans  <wim@fluendo.com>
23332
23333         * gst-libs/gst/audio/gstbaseaudiosink.c:
23334         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23335         (gst_base_audio_sink_create_ringbuffer),
23336         (gst_base_audio_sink_change_state):
23337         Fix compilation.
23338
23339 2005-07-27  Wim Taymans  <wim@fluendo.com>
23340
23341         * examples/seeking/seek.c: (setup_dynamic_link),
23342         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23343         (query_positions_elems), (query_positions_pads), (do_seek):
23344         Update seek example.
23345
23346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23347         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23348         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23349         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23350         (gst_ogg_demux_handle_event),
23351         (gst_ogg_demux_deactivate_current_chain),
23352         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23353         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23354         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23355         (gst_ogg_demux_loop):
23356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23357         * ext/theora/theoradec.c: (theora_dec_src_event),
23358         (theora_dec_src_getcaps), (theora_dec_sink_event),
23359         (theora_dec_push), (theora_dec_chain):
23360         * ext/vorbis/Makefile.am:
23361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23362         (vorbis_dec_sink_event), (vorbis_dec_push),
23363         (vorbis_handle_data_packet):
23364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23365         (gst_vorbisenc_chain):
23366         * gst/playback/gststreaminfo.c: (cb_probe):
23367         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23368         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23369         * gst/videoscale/gstvideoscale.c:
23370         (gst_videoscale_handle_src_event):
23371         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23372         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23373         (gst_ximagesink_navigation_send_event):
23374         * sys/xvimage/xvimagesink.c:
23375         (gst_xvimagesink_navigation_send_event):
23376         Various event updates and cleanups
23377
23378 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23379
23380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23381           Fix segfault for I420/YV12.
23382
23383 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23384
23385         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23386           Report bitrate.
23387
23388 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23389
23390         * gst/playback/gstplaybin.c: (gen_video_element),
23391         (gen_audio_element):
23392           Switch to auto*sink elements as default sinks; add volume element
23393           so that volume control in totem works.
23394
23395 2005-07-21  Wim Taymans  <wim@fluendo.com>
23396
23397         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23398         * gst/playback/gstplaybin.c: (setup_sinks),
23399         (gst_play_bin_change_state):
23400         Refcount fix and more comments.
23401
23402 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23403
23404         * sys/ximage/Makefile.am:
23405         * sys/ximage/ximage.c: (plugin_init):
23406         * sys/ximage/ximagesink.c:
23407         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23408         
23409
23410 2005-07-21  Wim Taymans  <wim@fluendo.com>
23411
23412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23413         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23414         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23415         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23416         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23417         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23418         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23419         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23420         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23421         Generate correct disconts for live chained oggs.
23422
23423         * gst-libs/gst/audio/gstbaseaudiosink.c:
23424         (gst_base_audio_sink_render),
23425         (gst_base_audio_sink_create_ringbuffer),
23426         (gst_base_audio_sink_change_state):
23427         Handle discont math correctly.
23428
23429         * gst/playback/gstplaybin.c: (add_sink):
23430         Some small debug cleanup.
23431
23432 2005-07-21  Wim Taymans  <wim@fluendo.com>
23433
23434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23435         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23436         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23437         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23438         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23439         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23440         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23441         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23442         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23443         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23444         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23445         (gst_ogg_demux_change_state), (gst_ogg_print):
23446         Reorganize code to send the right disconts when in streaming
23447         mode.
23448
23449 2005-07-20  Andy Wingo  <wingo@pobox.com>
23450
23451         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23452         fix (?), fixes a seggie mcfalterson (#310894).
23453
23454 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23455
23456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23457         (gst_ogg_mux_set_header_on_caps):
23458         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23460         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23461         * gst-libs/gst/audio/multichannel.c:
23462         (gst_audio_set_channel_positions),
23463         (gst_audio_set_structure_channel_positions_list):
23464         * gst/playback/gstdecodebin.c: (dynamic_create):
23465         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23466         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23467           Fixes for API changes in core.
23468
23469 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23470
23471         * gst/playback/gstplaybasebin.c: (fill_buffer):
23472           Use _new_custom() so we can set custom message types for buffering
23473           messages.
23474
23475 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23476
23477         * configure.ac:
23478         * gst-libs/gst/Makefile.am:
23479         * gst-libs/gst/gconf/.cvsignore:
23480         * gst-libs/gst/gconf/Makefile.am:
23481         * gst-libs/gst/gconf/test-gconf.c:
23482         * pkgconfig/Makefile.am:
23483         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23484         * pkgconfig/gstreamer-gconf.pc.in:
23485           Remove gconf stuff, use gconf elements instead from now on.
23486
23487 2005-07-20  Wim Taymans  <wim@fluendo.com>
23488
23489         * gst-libs/gst/audio/TODO:
23490         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23491         (gst_audio_clock_get_internal_time):
23492         * gst-libs/gst/audio/gstaudioclock.h:
23493         * gst-libs/gst/audio/gstbaseaudiosink.c:
23494         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23495         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23496         (gst_base_audio_sink_render),
23497         (gst_base_audio_sink_create_ringbuffer),
23498         (gst_base_audio_sink_change_state):
23499         Make sure the audio clock always returns an increasing value.
23500
23501 2005-07-19  Andy Wingo  <wingo@pobox.com>
23502
23503         * gst/videotestsrc/: Cleanups.
23504
23505 2005-07-19  Wim Taymans  <wim@fluendo.com>
23506
23507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23508         Better debugging.
23509
23510 2005-07-19  Wim Taymans  <wim@fluendo.com>
23511
23512         * examples/seeking/seek.c: (make_dv_pipeline),
23513         (make_vorbis_theora_pipeline), (query_rates),
23514         (query_positions_elems), (query_positions_pads), (do_seek):
23515         Make correct DV pipeline.
23516
23517 2005-07-18  Andy Wingo  <wingo@pobox.com>
23518
23519         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23520         default. Also because it's the only thing that really works. (This
23521         is used in the GConf elements).
23522         Use AS_LIBTOOL_TAGS.
23523
23524 2005-07-18  Wim Taymans  <wim@fluendo.com>
23525
23526         * gst/playback/gstdecodebin.c: (remove_element_chain):
23527         * gst/playback/gstplaybin.c: (add_sink):
23528         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23529         (gst_stream_info_set_mute):
23530         * gst/playback/gststreamselector.c:
23531         (gst_stream_selector_get_linked_pad),
23532         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23533         More leak and compile fixes.
23534
23535 2005-07-18  Wim Taymans  <wim@fluendo.com>
23536
23537         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23538         (query_rates), (query_positions_elems), (query_positions_pads),
23539         (do_seek), (seek_cb), (stop_seek):
23540         Updated seek example. 
23541
23542         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23543         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23544         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23545         * gst/playback/gstplaybin.c: (add_sink):
23546         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23547         (gst_stream_info_set_mute):
23548         Some refcount leak fixes.
23549
23550 2005-07-16  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst-libs/gst/audio/gstbaseaudiosink.c:
23553         (gst_base_audio_sink_render):
23554         Align samples even if we have roundoff errors in the 
23555         timestamp conversion.
23556
23557 2005-07-16  Wim Taymans  <wim@fluendo.com>
23558
23559         * docs/libs/tmpl/gstringbuffer.sgml:
23560         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23561         (query_rates), (query_positions_elems), (query_positions_pads),
23562         (update_scale), (do_seek):
23563         Updated seek example.
23564
23565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23566         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23567         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23568         (gst_ogg_demux_loop):
23569         Push out correct discont values.
23570
23571         * ext/theora/theoradec.c: (theora_dec_src_convert),
23572         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23573         (theora_dec_sink_event), (theora_handle_type_packet),
23574         (theora_handle_header_packet), (theora_dec_push),
23575         (theora_handle_data_packet), (theora_dec_chain),
23576         (theora_dec_change_state):
23577         Better timestamping.
23578
23579         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23580         (vorbis_dec_sink_event), (vorbis_dec_push),
23581         (vorbis_handle_data_packet), (vorbis_dec_chain):
23582         * ext/vorbis/vorbisdec.h:
23583         Better timestamping.
23584
23585         * gst-libs/gst/audio/gstbaseaudiosink.c:
23586         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23587         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23588         Handle syncing on timestamps instead of sample offsets. Make
23589         use of DISCONT values as described in design docs.
23590
23591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23592         (gst_base_audio_src_get_time):
23593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23594         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23595         (gst_ring_buffer_read):
23596         * gst-libs/gst/audio/gstringbuffer.h:
23597         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23598         (gst_ximagesink_show_frame):
23599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23600         Correcly convert buffer timestamp to stream time.
23601
23602 2005-07-16  Wim Taymans  <wim@fluendo.com>
23603
23604         * gst/audioconvert/gstaudioconvert.c:
23605         (gst_audio_convert_get_buffer):
23606         Timestamp buffers correctly.
23607
23608         * gst/playback/gstplaybin.c: (gen_video_element):
23609         Make internal fakesink silent.
23610
23611 2005-07-15  Wim Taymans  <wim@fluendo.com>
23612
23613         * gst/ffmpegcolorspace/Makefile.am:
23614         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23615         (gst_ffmpegcsp_caps_remove_format_info),
23616         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23617         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23618         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23619         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23620         Ported ffmpegcolorspace to basetransform.
23621
23622         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23623         * gst/volume/gstvolume.c: (volume_transform):
23624         Ported to new API.
23625
23626 2005-07-14  Wim Taymans  <wim@fluendo.com>
23627
23628         * gst/videotestsrc/Makefile.am:
23629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23630         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23631         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23632         (gst_videotestsrc_init), (gst_videotestsrc_event),
23633         (gst_videotestsrc_create), (gst_videotestsrc_start),
23634         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23635         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23636         (gst_videotestsrc_get_property):
23637         * gst/videotestsrc/gstvideotestsrc.h:
23638         Make videotestsrc a pushsrc.
23639
23640 2005-07-14  Wim Taymans  <wim@fluendo.com>
23641
23642         * gst/tcp/gstfdset.c: (gst_fdset_free):
23643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23644         (gst_multifdsink_add), (gst_multifdsink_remove),
23645         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23646         (gst_multifdsink_remove_client_link),
23647         (gst_multifdsink_client_queue_data),
23648         (gst_multifdsink_client_queue_caps),
23649         (gst_multifdsink_client_queue_buffer),
23650         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23651         (gst_multifdsink_stop):
23652         * gst/tcp/gstmultifdsink.h:
23653         0.8 backporting.
23654
23655         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23656         Also draw image when not from a pool.
23657
23658 2005-07-14  Wim Taymans  <wim@fluendo.com>
23659
23660         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23661         (mute_stream), (silence_stream):
23662         Small debug additions.
23663
23664 2005-07-14  Wim Taymans  <wim@fluendo.com>
23665
23666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23667         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23668         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23669         Better error recovery, ignore unconnected pads and
23670         non-fatal errors.
23671
23672 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23673
23674         * docs/libs/tmpl/gstaudio.sgml:
23675         * docs/libs/tmpl/gstcolorbalance.sgml:
23676         * docs/libs/tmpl/gstgconf.sgml:
23677         * docs/libs/tmpl/gstmixer.sgml:
23678         * docs/libs/tmpl/gstringbuffer.sgml:
23679         * docs/libs/tmpl/gsttuner.sgml:
23680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23681         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23682         (gst_tcpclientsrc_class_init):
23683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23684         (gst_tcpserversrc_class_init):
23685         * sys/v4l/gstv4lelement.c:
23686           more autistic cleanliness in functions/names/defines
23687
23688 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23689
23690         * configure.ac:
23691           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23692           added manually to each Makefile.am so we are sure it goes
23693           *last* and doesn't add -L flags before linking in libs of our
23694           own, like, say, internal .la libs, that then accidentally pick
23695           up the installed copy.
23696         * docs/libs/Makefile.am:
23697         * ext/alsa/Makefile.am:
23698         * ext/cdparanoia/Makefile.am:
23699         * ext/gnomevfs/Makefile.am:
23700         * ext/libvisual/Makefile.am:
23701         * ext/ogg/Makefile.am:
23702         * ext/theora/Makefile.am:
23703         * ext/vorbis/Makefile.am:
23704         * gst-libs/gst/video/Makefile.am:
23705         * gst/adder/Makefile.am:
23706         * gst/audioconvert/Makefile.am:
23707         * gst/audiorate/Makefile.am:
23708         * gst/audioscale/Makefile.am:
23709         * gst/ffmpegcolorspace/Makefile.am:
23710         * gst/playback/Makefile.am:
23711         * gst/sine/Makefile.am:
23712         * gst/subparse/Makefile.am:
23713         * gst/tags/Makefile.am:
23714         * gst/tcp/Makefile.am:
23715         * gst/typefind/Makefile.am:
23716         * gst/videorate/Makefile.am:
23717         * gst/videoscale/Makefile.am:
23718         * gst/videotestsrc/Makefile.am:
23719         * gst/volume/Makefile.am:
23720         * sys/v4l/Makefile.am:
23721         * sys/ximage/Makefile.am:
23722         * sys/xvimage/Makefile.am:
23723           adapt properly to this change. This should make sure that
23724           plugins and libs properly link to the as-yet-uninstalled
23725           copies of stuff like libgstinterfaces and libgstvideo
23726
23727 2005-07-13  Andy Wingo  <wingo@pobox.com>
23728
23729         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23730         (gst_v4lsrc_fixate): Fixate on format as well.
23731
23732         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23733         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23734         buffer points to it.
23735         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23736         rather just doing X calls ourselves. Also fixes a memleak.
23737
23738 2005-07-12  Andy Wingo  <wingo@pobox.com>
23739
23740         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23741         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23742         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23743         TRUE to avoid deadlocks if an element holds on to our buffers.
23744
23745 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23746
23747         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23748         (gst_sinesrc_init), (gst_sinesrc_create),
23749         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23750         (gst_sinesrc_start):
23751         * gst/sine/gstsinesrc.h:
23752           removing num-buffers property before moving it
23753
23754 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23755
23756         * configure.ac:
23757           use overridable ERROR_CFLAGS
23758         * docs/libs/gst-plugins-base-libs.types:
23759         * docs/libs/tmpl/gstringbuffer.sgml:
23760         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23761         (gst_alsasink_class_init):
23762         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23763         (gst_alsasrc_class_init):
23764         * gst-libs/gst/audio/audio.h:
23765         * gst-libs/gst/audio/gstaudioclock.h:
23766         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23767         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23768         (gst_audio_filter_link), (gst_audio_filter_init),
23769         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23770         (gst_audio_filter_get_property),
23771         (gst_audio_filter_class_add_pad_templates):
23772         * gst-libs/gst/audio/gstaudiofilter.h:
23773         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23774         (gst_audio_filter_template_get_type),
23775         (gst_audio_filter_template_base_init),
23776         (gst_audio_filter_template_class_init),
23777         (gst_audio_filter_template_init),
23778         (gst_audio_filter_template_set_property),
23779         (gst_audio_filter_template_get_property), (plugin_init),
23780         (gst_audio_filter_template_setup),
23781         (gst_audio_filter_template_filter),
23782         (gst_audio_filter_template_filter_inplace):
23783         * gst-libs/gst/audio/gstaudiosink.c:
23784         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23785         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23786         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23787         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23788         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23789         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23790         * gst-libs/gst/audio/gstaudiosink.h:
23791         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23792         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23793         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23794         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23795         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23796         (gst_audio_src_class_init), (gst_audio_src_init),
23797         (gst_audio_src_create_ringbuffer):
23798         * gst-libs/gst/audio/gstaudiosrc.h:
23799         * gst-libs/gst/audio/gstbaseaudiosink.c:
23800         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23801         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23802         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23803         (gst_base_audio_sink_set_property),
23804         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23805         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23806         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23807         (gst_base_audio_sink_create_ringbuffer),
23808         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23809         * gst-libs/gst/audio/gstbaseaudiosink.h:
23810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23811         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23812         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23813         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23814         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23815         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23816         (gst_base_audio_src_event), (gst_base_audio_src_create),
23817         (gst_base_audio_src_create_ringbuffer),
23818         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23819         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23820         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23821         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23822         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23823         (gst_ring_buffer_debug_spec_caps),
23824         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23825         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23826         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23827         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23828         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23829         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23830         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23831         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23832         (gst_ring_buffer_clear):
23833         * gst-libs/gst/audio/gstringbuffer.h:
23834         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23835         (gst_video_sink_class_init), (gst_video_sink_get_type):
23836         * gst-libs/gst/video/videosink.h:
23837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23838         (gst_multifdsink_class_init),
23839         (gst_multifdsink_handle_client_write),
23840         (gst_multifdsink_change_state):
23841         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23842         (gst_tcpclientsink_setcaps):
23843         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23844         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23845         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23846         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23847         (gst_ximagesink_send_pending_navigation),
23848         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23849         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23851         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23852         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23853         (gst_xvimagesink_send_pending_navigation),
23854         (gst_xvimagesink_navigation_send_event),
23855         (gst_xvimagesink_set_xwindow_id),
23856         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23857         (gst_xvimagesink_get_type):
23858         more macro splitting
23859
23860 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23861
23862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23863           plug a memleak, allows me to import 1479 albums in one go
23864           in jamboree
23865         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23866         (vorbis_handle_type_packet), (vorbis_dec_chain),
23867         (vorbis_dec_change_state):
23868           fix some format strings
23869
23870 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23871
23872         * docs/libs/tmpl/gstcolorbalance.sgml:
23873         * docs/libs/tmpl/gstmixer.sgml:
23874         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23875         (gst_alsasink_set_property), (gst_alsasink_get_property):
23876         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23877         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23878           add device property
23879
23880 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23881
23882         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23883         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23884         (audiocast_register_listener), (audiocast_thread_run),
23885         (gst_gnomevfssrc_send_additional_headers_callback),
23886         (gst_gnomevfssrc_received_headers_callback),
23887         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23888         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23889         (gst_gnomevfssrc_get_size):
23890           add/clean up debugging
23891         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23892           cleanups
23893
23894 2005-07-07  Andy Wingo  <wingo@pobox.com>
23895
23896         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23897         framerate. Need to get a handle on when exactly this function is
23898         called, tho.
23899
23900         * sys/v4l/v4lsrc_calls.h:
23901         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23902         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23903         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23904
23905         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23906         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23907         v4lelements are sources.
23908
23909         * sys/v4l/gstv4lxoverlay.h:
23910         * sys/v4l/gstv4lxoverlay.c:
23911         * sys/v4l/gstv4ltuner.h:
23912         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23913         
23914         * sys/v4l/gstv4lsrc.h:
23915         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23916         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23917         or something should handle that. Made a live source.
23918
23919         * sys/v4l/gstv4lelement.h:
23920         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23921         signals. Some cleanups.
23922
23923         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23924
23925         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23926         stuff.
23927
23928         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23929         stuff.
23930
23931         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23932
23933 2005-07-07  Wim Taymans  <wim@fluendo.com>
23934
23935         * ext/theora/theoradec.c: (theora_get_query_types),
23936         (theora_dec_src_getcaps), (theora_dec_push):
23937         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23939         Remove deprecated/unused query types.
23940
23941 2005-07-06  Wim Taymans  <wim@fluendo.com>
23942
23943         * ext/alsa/Makefile.am:
23944         * ext/alsa/gstalsaplugin.c: (plugin_init):
23945         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23946         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23947         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23948         (gst_alsasrc_class_init), (gst_alsasrc_init),
23949         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23950         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23951         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23952         (gst_alsasrc_reset):
23953         * ext/alsa/gstalsasrc.h:
23954         * gst-libs/gst/audio/Makefile.am:
23955         * gst-libs/gst/audio/gstaudiosink.c:
23956         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23957         (gst_audioringbuffer_start):
23958         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23959         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23960         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23961         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23962         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23963         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23964         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23965         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23966         * gst-libs/gst/audio/gstaudiosrc.h:
23967         * gst-libs/gst/audio/gstbaseaudiosink.c:
23968         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23969         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23970         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23972         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23973         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23974         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23975         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23976         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23977         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23978         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23979         (gst_baseaudiosrc_change_state):
23980         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23981         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23982         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23983         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23984         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23985         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23986         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23987         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23988         * gst-libs/gst/audio/gstringbuffer.h:
23989         Added audiosource base classes.
23990         Ported alsasrc, still very basic.
23991
23992 2005-07-06  Wim Taymans  <wim@fluendo.com>
23993
23994         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23995         (theora_dec_push), (theora_handle_data_packet):
23996         Prepare for better timestamp fix later.
23997
23998         * gst/audioconvert/gstaudioconvert.c:
23999         List most accurate caps first
24000
24001         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24002         Use proper pad task function.
24003
24004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24005         (gst_xvimagesink_show_frame):
24006         Fix deadlock when alloc failed.
24007
24008 2005-07-05  Andy Wingo  <wingo@pobox.com>
24009
24010         * ext/gnomevfs/gstgnomevfssrc.c:
24011         * gst/sine/gstsinesrc.c:
24012         * gst/tcp/gsttcpserversrc.c:
24013         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24014
24015         * sys/v4l/: Port from 0.8.
24016
24017         * Many files: Null if we got it....
24018
24019 2005-07-05  Andy Wingo  <wingo@pobox.com>
24020
24021         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24022         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24023         Signedness fixes.
24024
24025 2005-07-05  Wim Taymans  <wim@fluendo.com>
24026
24027         * configure.ac:
24028         * gst/tcp/Makefile.am:
24029         * gst/tcp/README:
24030         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24031         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24032         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24033         (is_sync_frame), (gst_multifdsink_handle_client_write),
24034         (gst_multifdsink_render), (gst_multifdsink_start),
24035         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24036         * gst/tcp/gstmultifdsink.h:
24037         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24038         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24039         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24040         * gst/tcp/gsttcp.h:
24041         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24042         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24043         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24044         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24045         * gst/tcp/gsttcpclientsink.h:
24046         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24047         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24048         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24049         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24050         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24051         * gst/tcp/gsttcpclientsrc.h:
24052         * gst/tcp/gsttcpplugin.c: (plugin_init):
24053         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24054         * gst/tcp/gsttcpserversink.h:
24055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24056         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24057         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24058         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24059         (gst_tcpserversrc_stop):
24060         * gst/tcp/gsttcpserversrc.h:
24061         * gst/tcp/gsttcpsink.c:
24062         * gst/tcp/gsttcpsink.h:
24063         * gst/tcp/gsttcpsrc.c:
24064         * gst/tcp/gsttcpsrc.h:
24065         Ported tcp plugins to 0.9. 
24066         
24067
24068 2005-07-05  Andy Wingo  <wingo@pobox.com>
24069
24070         * gst/playback/gstplaybasebin.c (fill_buffer):
24071         message_new_application fixen.
24072
24073         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24074         Style fix.
24075
24076 2005-07-04  Wim Taymans  <wim@fluendo.com>
24077
24078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24079         Set caps on output buffer.
24080
24081 2005-07-04  Andy Wingo  <wingo@pobox.com>
24082
24083         * ext/gnomevfs/gstgnomevfssrc.c
24084         (gst_gnomevfssrc_received_headers_callback) 
24085         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24086         hopefully.
24087
24088         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24089         No refcount leakage.
24090
24091         * configure.ac: Enable -Werror.
24092         
24093         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24094         * gst/audioconvert/bufferframesconvert.c
24095         (buffer_frames_convert_fixate):
24096         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24097         (gst_audio_convert_fixate):
24098         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24099         (gst_sinesrc_create): Fixate func changes.
24100         
24101         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24102         (gst_ximagesink_buffer_alloc): Unused var.
24103
24104 2005-07-01  Andy Wingo  <wingo@pobox.com>
24105
24106         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24107         getcaps to do explicit caps. Needs to be done in all decoders,
24108         possibly via a base class.
24109
24110         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24111
24112         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24113         caps on the sink pad, just rely on the pad template. Also, setting
24114         ANY caps on a pad is not valid because the caps are not fixed.
24115
24116         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24117         caps on the buffer, and get the width from the desired_caps if
24118         they're set.
24119         (gst_ximagesink_renegotiate_size): Implement via setting the
24120         desired_caps on the ximagesink.
24121         (gst_ximagesink_setcaps): Only reset the width of the player if it
24122         wasn't already set. Not sure if this is right.
24123         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24124
24125         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24126         that the user wants. NULL unless the window has been resized.
24127
24128         * gst/volume/gstvolume.c (volume_transform): Adapt to
24129         basetransform refcount changes.
24130         
24131 2005-07-01  Andy Wingo  <wingo@pobox.com>
24132
24133         * gst/videoscale/gstvideoscale.c:
24134         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24135         from BaseTransform, implements a transform_caps. Removed dead code
24136         including some PAR stuff that was never reached -- should probably
24137         be added back somehow.
24138
24139 2005-07-01  Andy Wingo  <wingo@pobox.com>
24140
24141         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24142         come later.
24143
24144 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24145
24146         * configure.ac:
24147         * docs/libs/Makefile.am:
24148         * docs/libs/gst-plugins-libs.types:
24149         * ext/alsa/Makefile.am:
24150         * ext/alsa/gstalsamixer.h:
24151         * ext/alsa/gstalsamixeroptions.h:
24152         * ext/alsa/gstalsamixertrack.h:
24153         * gst-libs/gst/Makefile.am:
24154         * gst-libs/gst/colorbalance/.cvsignore:
24155         * gst-libs/gst/colorbalance/Makefile.am:
24156         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24157         * gst-libs/gst/colorbalance/colorbalance.c:
24158         * gst-libs/gst/colorbalance/colorbalance.h:
24159         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24160         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24161         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24162         * gst-libs/gst/interfaces/Makefile.am:
24163         * gst-libs/gst/interfaces/colorbalance.c:
24164         (gst_color_balance_class_init):
24165         * gst-libs/gst/interfaces/colorbalance.h:
24166         * gst-libs/gst/interfaces/interfaces-marshal.list:
24167         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24168         * gst-libs/gst/interfaces/mixer.h:
24169         * gst-libs/gst/interfaces/mixeroptions.h:
24170         * gst-libs/gst/interfaces/navigation.c:
24171         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24172         * gst-libs/gst/interfaces/tuner.h:
24173         * gst/volume/Makefile.am:
24174         * gst/volume/gstvolume.c:
24175         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24176         * sys/ximage/Makefile.am:
24177         * sys/ximage/ximagesink.c:
24178         * sys/xvimage/Makefile.am:
24179         * sys/xvimage/xvimagesink.c:
24180           fold in all interfaces into an interfaces dir, preserving CVS
24181           history
24182
24183 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24184
24185         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24186           Fix build after riff changes.
24187
24188 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24189
24190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24191         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24192         (gst_riff_create_video_template_caps),
24193         (gst_riff_create_audio_template_caps),
24194         (gst_riff_create_iavs_template_caps):
24195         * gst-libs/gst/riff/riff-media.h:
24196         * gst-libs/gst/riff/riff-read.h:
24197         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24198           Add gst_riff_init() to initialize the debug category, instead
24199           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24200
24201 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24202
24203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24204           Oops, I shouldn't apply hacks.
24205
24206 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24207
24208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24209           Remove pad_loop function which doesn't work.
24210
24211 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24214           Send EOS when deactivating.
24215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24216         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24217         (gen_preroll_element), (probe_triggered), (mute_stream),
24218         (silence_stream), (new_decoded_pad), (setup_substreams),
24219         (set_active_source):
24220         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24221         (remove_sinks), (add_sink):
24222         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24223           Change for new probe API.
24224
24225 2005-06-29  Wim Taymans  <wim@fluendo.com>
24226
24227         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24228         * gst-libs/gst/audio/gstbaseaudiosink.c:
24229         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24230         (gst_baseaudiosink_change_state):
24231         * gst-libs/gst/audio/gstbaseaudiosink.h:
24232         * gst-libs/gst/audio/gstringbuffer.c:
24233         (gst_ringbuffer_set_callback):
24234         Fix compilation error.
24235         Ringbuffer starts out as not running.
24236         Free our clock in dispose.
24237         When releasing the ringbuffer we need to renegotiate so
24238         clear the pad caps.
24239
24240 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24241
24242         * autogen.sh:
24243         * configure.ac:
24244         * docs/Makefile.am:
24245         * docs/libs/Makefile.am:
24246         * docs/libs/gst-plugins-libs-docs.sgml:
24247         * docs/libs/gst-plugins-libs-sections.txt:
24248         * docs/libs/gst-plugins-libs.types:
24249         * docs/libs/tmpl/gstaudio.sgml:
24250         * docs/libs/tmpl/gstcolorbalance.sgml:
24251         * docs/libs/tmpl/gstringbuffer.sgml:
24252         * gst-libs/gst/audio/gstringbuffer.c:
24253         (gst_ringbuffer_set_callback):
24254           reinstate gtk-doc docs for plugin libs
24255
24256 2005-06-28  Wim Taymans  <wim@fluendo.com>
24257
24258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24259         (gst_ogg_demux_init):
24260         Removed pad loop function.
24261
24262 2005-06-28  Wim Taymans  <wim@fluendo.com>
24263
24264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24265         If we're building a chain we are not in an error case
24266         when we queue a buffer.
24267
24268 2005-06-28  Andy Wingo  <wingo@pobox.com>
24269
24270         * *.c: Don't cast to GstObject before reffing/unreffing.
24271
24272 2005-06-27  Andy Wingo  <wingo@pobox.com>
24273
24274         * gst/videotestsrc/gstvideotestsrc.c
24275         (gst_videotestsrc_activate_push): Activation API changes.
24276
24277         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24278         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24279         they have refs on the decodebin.
24280
24281         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24282         parent class.
24283         (gst_ogg_pad_typefind): Don't leak a pad ref.
24284         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24285         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24286         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24287
24288 2005-06-27  Edward Hervey  <edward@fluendo.com>
24289
24290         * ext/theora/theoradec.c: (theora_dec_change_state): 
24291         re-arranged call to parent's state change in order to avoid locks (or
24292         worse).
24293
24294 2005-06-26  Edward Hervey  <edward@fluendo.com>
24295
24296         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24297         2nd argument of 'unknow-type' signal is a GstCaps and not a
24298         GstMiniObject
24299
24300 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24301         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24302           Set the worker thread's running flag to TRUE before starting the
24303           thread.
24304         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24305           Catch a failure to add typefind to the bin.
24306
24307 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24308
24309         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24310         (gst_sinesrc_init), (gst_sinesrc_create),
24311         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24312         (gst_sinesrc_start):
24313         * gst/sine/gstsinesrc.h:
24314           add num-buffers and timestamp-offset properties
24315         * gst/videotestsrc/gstvideotestsrc.c:
24316         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24317         (gst_videotestsrc_get_property):
24318           add timestamp-offset property
24319
24320 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24321
24322         * configure.ac: add videorate
24323         * gst-plugins-base.spec.in: add videorate
24324
24325 2005-06-23  Wim Taymans  <wim@fluendo.com>
24326
24327         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24328         (gst_videorate_getcaps), (gst_videorate_setcaps),
24329         (gst_videorate_event), (gst_videorate_chain):
24330         Fixed videorate, fixating an already fixated caps is not
24331         an error.
24332
24333 2005-06-23  Wim Taymans  <wim@fluendo.com>
24334
24335         * ext/ogg/README:
24336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24337         Buffer on caps is not boxed anymore.
24338
24339 2005-06-22  Wim Taymans  <wim@fluendo.com>
24340
24341         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24343         Set buffers on caps as miniobjects and not as boxed.
24344
24345 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24346
24347         * configure.ac:
24348           back to HEAD
24349
24350 === release 0.9.1 ===
24351
24352 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24353
24354         * .cvsignore:
24355         * NEWS:
24356         * README:
24357         * RELEASE:
24358         * configure.ac:
24359         * po/af.po:
24360         * po/az.po:
24361         * po/cs.po:
24362         * po/en_GB.po:
24363         * po/hu.po:
24364         * po/it.po:
24365         * po/nb.po:
24366         * po/nl.po:
24367         * po/or.po:
24368         * po/sq.po:
24369         * po/sr.po:
24370         * po/sv.po:
24371         * po/uk.po:
24372         * po/vi.po:
24373           updates for release
24374
24375 2005-06-09  Andy Wingo  <wingo@pobox.com>
24376
24377         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24378         
24379 2005-06-09  Andy Wingo  <wingo@pobox.com>
24380
24381         * configure.ac:
24382         * gst-libs/gst/Makefile.am:
24383         * gst-libs/gst/net/Makefile.am:
24384         Add gstnet to build.
24385
24386 2005-06-09  Andy Wingo  <wingo@pobox.com>
24387
24388         * gst-libs/gst/gconf/gconf.c:
24389         * gst/playback/test.c:
24390         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24391         fixes.
24392
24393         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24394
24395         * ext/theora/theoraenc.c (theora_enc_chain): 
24396         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24397
24398         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24399         RealPad.
24400
24401 2005-06-02  Wim Taymans  <wim@fluendo.com>
24402
24403         * gst-libs/gst/net/Makefile.am:
24404         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24405         * pkgconfig/gstreamer-libs.pc.in:
24406         Added net stuff, version net lib.
24407
24408 2005-06-02  Wim Taymans  <wim@fluendo.com>
24409
24410         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24411         (query_rates), (query_positions_elems), (query_positions_pads),
24412         (do_seek):
24413         Updated seek example.
24414
24415 2005-06-02  Andy Wingo  <wingo@pobox.com>
24416
24417         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24418         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24419         list.
24420
24421         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24422         remove the typefind, the bin dispose will do it for us. When it's
24423         removed and unreffed, the signal handler will be disconnected,
24424         too.
24425         (unlinked): It's too difficult to disconnect from unlinked
24426         handlers, as they are on pads not elements. Just punt if the pads
24427         aren't grandkids of the bin.
24428
24429 2005-06-02  Wim Taymans  <wim@fluendo.com>
24430
24431         * ext/ogg/README:
24432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24433         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24435         * ext/theora/theoradec.c: (theora_dec_src_query),
24436         (theora_handle_data_packet):
24437         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24438         (theora_enc_chain):
24439         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24440         (vorbis_handle_data_packet):
24441         * gst/audioconvert/bufferframesconvert.c:
24442         (buffer_frames_convert_chain):
24443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24444         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24445         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24446         (gst_ffmpegcsp_chain):
24447         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24448         (gst_videorate_getcaps), (gst_videorate_setcaps),
24449         (gst_videorate_event), (gst_videorate_chain):
24450         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24451         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24452         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24453         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24454         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24455         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24456         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24458         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24459         Cleanups and buffer alloc.
24460
24461 2005-05-31  Wim Taymans  <wim@fluendo.com>
24462
24463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24464         Don't try to call the delay method when the device is not
24465         opened.
24466
24467 2005-05-31  Wim Taymans  <wim@fluendo.com>
24468
24469         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24470         Get actual segment size and buffer size after opening
24471         the device.
24472
24473 2005-05-30  Wim Taymans  <wim@fluendo.com>
24474
24475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24476         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24477         Also FLUSH upstream, makes the loop function exit faster.
24478         
24479         * ext/theora/theoradec.c: (theora_dec_src_query):
24480         Some more debug info in the query.
24481         
24482         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24483         (gst_ximagesink_setcaps):
24484         Release lock on par error, better error reporting.
24485
24486 2005-05-26  Wim Taymans  <wim@fluendo.com>
24487
24488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24489         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24490         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24491         Clear chains in READY
24492         Queue packets until the chain is activated.
24493
24494 2005-05-25  Wim Taymans  <wim@fluendo.com>
24495
24496         * gst-libs/gst/audio/gstaudiosink.c:
24497         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24498         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24499         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24500         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24501         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24502         (gst_audiosink_create_ringbuffer):
24503         * gst-libs/gst/audio/gstbaseaudiosink.c:
24504         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24505         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24506         (gst_baseaudiosink_set_property), (build_linear_format),
24507         (debug_spec_caps), (debug_spec_buffer),
24508         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24509         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24510         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24511         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24512         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24513         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24514         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24515         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24516         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24517         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24518         (wait_segment), (gst_ringbuffer_commit),
24519         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24520         (gst_ringbuffer_clear):
24521         Various small cleanups.
24522
24523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24524         (gst_audio_convert_change_state):
24525         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24526         No need to take the locks anymore.
24527
24528 2005-05-25  Wim Taymans  <wim@fluendo.com>
24529
24530         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24531         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24532         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24533         (type_found):
24534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24535         (group_destroy), (group_commit), (queue_overrun),
24536         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24537         (mute_stream), (new_decoded_pad), (setup_substreams),
24538         (setup_source), (mute_group_type), (set_active_source),
24539         (gst_play_base_bin_change_state):
24540         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24541         (gen_video_element), (gen_text_element), (gen_audio_element),
24542         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24543         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24544         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24545         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24546         Some playbin cleanups mostly refcounting sloppyness.
24547
24548 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24549
24550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24551           Work with streaming input.
24552
24553 2005-05-25  Wim Taymans  <wim@fluendo.com>
24554
24555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24556         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24557         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24558         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24559         No need to take the STREAM lock anymore.
24560
24561 2005-05-25  Wim Taymans  <wim@fluendo.com>
24562
24563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24564         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24565         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24566         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24567         (gst_ogg_demux_sink_activate):
24568         * ext/theora/theoradec.c: (theora_dec_src_event),
24569         (theora_handle_comment_packet), (theora_dec_chain),
24570         (theora_dec_change_state):
24571         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24572         (vorbis_handle_data_packet), (vorbis_dec_chain),
24573         (vorbis_dec_change_state):
24574         Remove STREAM locks as they are taken in core now.
24575         Never set bogus granulepos on vorbis/theora.
24576         Fix leaks in theoradec tag parsing.
24577
24578 2005-05-25  Wim Taymans  <wim@fluendo.com>
24579
24580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24581         Fix memleaks, GST_BUFFER_DATA() is not freed.
24582
24583 2005-05-25  Wim Taymans  <wim@fluendo.com>
24584
24585         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24586         Open non-blocking, set to blocking mode afterwards to avoid
24587         lockups when audio device is busy.
24588
24589 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24590
24591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24592           This can't be good.
24593
24594 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24595
24596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24597         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24598         (gst_audio_convert_setcaps):
24599           Implement instant setup switching.
24600
24601 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24602
24603         * gst/playback/gstplaybasebin.c: (probe_triggered):
24604           Fix missing unlock.
24605         * gst/playback/gstplaybin.c: (add_sink):
24606           First add, then link (otherwise pad link fails).
24607
24608 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24609
24610         * examples/Makefile.am:
24611         fix buildbot (make distcheck)
24612
24613 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24614
24615         * gst/playback/gstplaybin.c: (gen_vis_element):
24616           Remove some wrong code. Doesn't work yet.
24617
24618 2005-05-19  Wim Taymans  <wim@fluendo.com>
24619
24620         * gst-libs/gst/net/Makefile.am:
24621         * gst-libs/gst/net/README:
24622         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24623         (gst_netbuffer_class_init), (gst_netbuffer_init),
24624         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24625         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24626         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24627         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24628         * gst-libs/gst/net/gstnetbuffer.h:
24629         Added buffer subclass to store extra to/from addresses for
24630         network sources/sinks.
24631
24632 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24633
24634         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24635           Don't lock an unassigned variable.
24636
24637 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24638
24639         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24640           Increase buffer for video, decrease buffer for other media types.
24641         * gst/playback/gstplaybin.c: (gen_video_element),
24642         (gen_audio_element):
24643           Change names for debugging purposes.
24644
24645 2005-05-18  Wim Taymans  <wim@fluendo.com>
24646
24647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24648         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24649         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24650         (gst_ffmpegcsp_chain):
24651         Enable buffer alloc passthrough if the source and dest
24652         formats are the same.
24653
24654 2005-05-17  Wim Taymans  <wim@fluendo.com>
24655
24656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24657         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24658         (gst_ogg_demux_chain_unlocked):
24659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24660         (gst_audio_convert_caps_remove_format_info),
24661         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24662         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24664         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24665         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24666         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24667         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24668         (gst_ffmpegcsp_get_property):
24669         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24670         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24671         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24672         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24673         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24674         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24675         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24676         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24677         Leak fixes in oggdemux.
24678         Some cleanups in audioconvert.
24679         Make passthrough work along with buffer_alloc etc.
24680         Make buffer_alloc and buffer recycling actually work in
24681         xvimagesink.
24682
24683 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24684
24685         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24686           make the compiler happy
24687
24688 2005-05-17  Wim Taymans  <wim@fluendo.com>
24689
24690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24691         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24692         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24693         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24694         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24695         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24696         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24697         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24698         (gst_xvimagesink_set_xwindow_id):
24699         * sys/xvimage/xvimagesink.h:
24700         Port xvimagesink to new MiniObject.
24701
24702 2005-05-17  Wim Taymans  <wim@fluendo.com>
24703
24704         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24705         (gst_audiofilter_chain):
24706         * gst-libs/gst/audio/gstaudiosink.c:
24707         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24708         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24709         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24710         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24711         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24712         (gst_audiosink_create_ringbuffer):
24713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24714         (gst_audio_convert_caps_remove_format_info),
24715         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24716         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24717         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24718         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24719         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24720         Fix passthrough in ffmpegcolorspace.
24721         Fix memset in audiosink on wrong memory.
24722
24723 2005-05-16  David Schleef  <ds@schleef.org>
24724
24725         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24726         to GstMiniObject.
24727
24728 2005-05-16  David Schleef  <ds@schleef.org>
24729
24730         Port from GstData to GstMiniObject.
24731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24733         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24734         (gst_ogg_mux_collected):
24735         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24736         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24737         (theora_handle_data_packet):
24738         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24739         (theora_set_header_on_caps), (theora_enc_chain):
24740         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24741         (vorbis_handle_comment_packet):
24742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24743         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24744         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24745         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24746         * gst/audioconvert/gstaudioconvert.c:
24747         (gst_audio_convert_get_buffer):
24748         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24749         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24750         (mute_stream), (silence_stream):
24751         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24752         * gst/volume/gstvolume.c: (volume_transform):
24753         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24754         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24755         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24756         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24757         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24758         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24759         (gst_ximagesink_buffer_alloc):
24760         * sys/ximage/ximagesink.h:
24761
24762 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24765         (fill_buffer), (check_queue), (queue_threshold_reached),
24766         (queue_out_of_data):
24767         * gst/playback/gstplaybasebin.h:
24768           Post buffer-fullness on the bus.
24769
24770 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24771
24772         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24773         (try_to_link_1):
24774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24775         (group_commit), (probe_triggered), (setup_source),
24776         (gst_play_base_bin_change_state):
24777         * gst/playback/gstplaybasebin.h:
24778         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24779         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24780         (gst_play_bin_change_state):
24781           Move setup_output_pads into a virtual function, remove
24782           group-switch (no longer needed) and redirect (handled by bus
24783           now) signals.
24784
24785 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24786
24787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24788         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24789         (get_active_group), (get_building_group), (group_destroy),
24790         (group_commit), (check_queue), (queue_overrun),
24791         (queue_threshold_reached), (queue_out_of_data),
24792         (gen_preroll_element), (remove_groups), (unknown_type),
24793         (add_element_stream), (no_more_pads), (probe_triggered),
24794         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24795         (setup_substreams), (setup_source), (finish_source),
24796         (prepare_output), (muted_group_change_state),
24797         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24798         (gst_play_base_bin_change_state):
24799         * gst/playback/gstplaybasebin.h:
24800         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24801         (gst_play_bin_init), (gst_play_bin_set_property),
24802         (gen_video_element), (gen_text_element), (gen_audio_element),
24803         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24804         (gst_play_bin_change_state):
24805         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24806         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24807         (stream_info_change_state), (gst_stream_info_set_mute),
24808         (gst_stream_info_get_property):
24809         * gst/playback/gststreaminfo.h:
24810         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24811         (gst_stream_selector_get_linked_pad),
24812         (gst_stream_selector_getcaps),
24813         (gst_stream_selector_get_linked_pads),
24814         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24815         * gst/playback/gststreamselector.h:
24816           Rough port of playbin. Needs some more work, but is mostly done,
24817           and uses a few locks in important places, which should make stuff
24818           like chain-switches clean. Still uses GST_STATE() in a few places,
24819           which isn't all that good an idea, subtitles/elements disabled
24820           because no elements to test with and thus probably broken, query
24821           and event handling moved to GstBin, internal thread removed
24822           alltogether because the pipeline does that for us now. Can play
24823           Ogg/Vorbis files. Haven't tested anything else yet.
24824
24825 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24828           Do no-more-pads (needed for autoplugging).
24829
24830 2005-05-10  Andy Wingo  <wingo@pobox.com>
24831
24832         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24833         message to the bus with the tags. Still not sent downstream tho.
24834
24835         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24836         get_parent.
24837         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24838         avoid refcounting hassles.
24839
24840 2005-05-09  Andy Wingo  <wingo@pobox.com>
24841
24842         * gst/volume/Makefile.am:
24843         * gst/volume/demo.c
24844         * gst/volume/gstvolume.h
24845         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24846         basetransform. Probably need an audio filter base class.
24847
24848 2005-05-09  Wim Taymans  <wim@fluendo.com>
24849
24850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24851         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24852         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24853         (gst_vorbisenc_chain):
24854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24855         (gst_audio_convert_caps_remove_format_info),
24856         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24857         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24858         Make caps writable before writing to it.
24859         Fix negotiation in audioconvert some more.
24860
24861 2005-05-09  Wim Taymans  <wim@fluendo.com>
24862
24863         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24864         (gst_videorate_getcaps), (gst_videorate_setcaps),
24865         (gst_videorate_event), (gst_videorate_chain):
24866         Better negotiation.
24867
24868 2005-05-09  Wim Taymans  <wim@fluendo.com>
24869
24870         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24871         (gst_videorate_getcaps), (gst_videorate_setcaps),
24872         (gst_videorate_blank_data), (gst_videorate_init),
24873         (gst_videorate_event), (gst_videorate_chain),
24874         (gst_videorate_change_state):
24875         Port videorate, do a better job at negotiation while we're at
24876         it.
24877
24878 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24879
24880         * configure.ac:
24881           Disable libvisual
24882
24883         * examples/Makefile.am:
24884         * gst-libs/gst/audio/Makefile.am:
24885         * gst-libs/gst/riff/Makefile.am:
24886         * gst-libs/gst/tag/Makefile.am:
24887         * gst-libs/gst/video/Makefile.am:
24888           Fixups for missing variables.
24889
24890 2005-05-09  Wim Taymans  <wim@fluendo.com>
24891
24892         * examples/seeking/seek.c: (make_theora_pipeline),
24893         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24894         (query_rates), (query_positions_elems), (query_positions_pads),
24895         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24897         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24898         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24899         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24900         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24902         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24903         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24904         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24905         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24906         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24907         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24908         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24909         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24910         (theora_dec_src_convert), (theora_dec_sink_convert),
24911         (theora_dec_src_query), (theora_dec_sink_query),
24912         (theora_dec_src_event), (theora_dec_sink_event),
24913         (theora_handle_comment_packet), (theora_handle_type_packet),
24914         (theora_handle_header_packet), (theora_handle_data_packet),
24915         (theora_dec_chain):
24916         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24917         (vorbis_dec_convert), (vorbis_dec_src_query),
24918         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24919         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24920         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24921         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24923         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24924         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24925         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24926         (gst_play_bin_query):
24927         * gst/playback/test3.c: (update_scale):
24928         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24929         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24930         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24932         (gst_videotestsrc_src_query):
24933         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24934         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24935         (paint_hline_YUV9):
24936         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24937         Port to new query API.
24938         Updated seek.
24939         Cleanups in x[v]imagesink
24940
24941 2005-05-09  Andy Wingo  <wingo@pobox.com>
24942
24943         * ext/alsa/gstalsasink.h:
24944         * ext/gnomevfs/gstgnomevfssrc.c:
24945         (gst_gnomevfssrc_get_icy_metadata):
24946         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24947         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24948         * ext/theora/theoradec.c (theora_dec_src_query)
24949         (theora_dec_src_event, theora_dec_sink_event)
24950         (theora_handle_comment_packet, theora_handle_data_packet):
24951         * ext/theora/theoraenc.c (theora_enc_chain):
24952         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24953         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24954         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24955         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24956         (qt_type_find):
24957         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24958         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24959         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24960         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24961         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24962         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24963         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24964         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24965         (paint_setup_RGB565, paint_setup_xRGB1555):
24966         * gst/videotestsrc/videotestsrc.h:
24967         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24968         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24969         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24970         GCC4 fixes.
24971         
24972         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24973         gst_pad_query_position. Fixes oggdemux.
24974
24975 2005-05-08  David Schleef  <ds@schleef.org>
24976
24977         * configure.ac: Require liboil.
24978         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24979         a few more.
24980         * gst/videotestsrc/videotestsrc.c:
24981         * gst/videotestsrc/videotestsrc.h:
24982
24983 2005-05-06  Wim Taymans  <wim@fluendo.com>
24984
24985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24986         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24987         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24988         Well, unreffing a buffer right before pushing it is asking
24989         for trouble..
24990
24991 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24992
24993         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24994
24995 2005-05-06  Wim Taymans  <wim@fluendo.com>
24996
24997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24998         (gst_audio_convert_caps_remove_format_info),
24999         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25000         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25002         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25003         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25004         * gst/sine/Makefile.am:
25005         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25006         (gst_sinesrc_class_init), (gst_sinesrc_init),
25007         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25008         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25009         (gst_sinesrc_update_freq):
25010         * gst/sine/gstsinesrc.h:
25011         * gst/tcp/gstmultifdsink.c:
25012         * sys/xvimage/xvimagesink.c:
25013         Fixed negotiation wrt _peer_get_caps()
25014         Some cleanups.
25015
25016
25017 2005-05-06  Wim Taymans  <wim@fluendo.com>
25018
25019         * gst-libs/gst/audio/gstaudiosink.c:
25020         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25021         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25022         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25023         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25024         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25025         (gst_audiosink_create_ringbuffer):
25026         * gst-libs/gst/audio/gstbaseaudiosink.c:
25027         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25028         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25029         (gst_baseaudiosink_set_property), (build_linear_format),
25030         (debug_spec_caps), (debug_spec_buffer),
25031         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25032         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25033         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25034         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25035         * gst-libs/gst/audio/gstbaseaudiosink.h:
25036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25037         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25038         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25039         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25040         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25041         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25042         (wait_segment), (gst_ringbuffer_commit),
25043         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25044         (gst_ringbuffer_clear):
25045         * gst-libs/gst/audio/gstringbuffer.h:
25046         Make the base audiosink return an error when there is no
25047         audiobuffer negotiated.
25048
25049 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25050
25051         * ext/Makefile.am:
25052         Disable cdparanoia until someone ports it!
25053
25054 2005-05-06  Wim Taymans  <wim@fluendo.com>
25055
25056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25057         (gst_ogg_demux_sink_activate):
25058         And revert after wingo's revert.. sigh..
25059
25060 2005-05-05  Andy Wingo  <wingo@pobox.com>
25061
25062         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25063         GObject.
25064         * configure.ac: Return audiorate and subparse from the ghetto.
25065         Re-enable -Wall -Werror.
25066         * gst/subparse/gstsubparse.c:
25067         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25068         or chain-based. Cleaned up a bit. Not tested.
25069         
25070 2005-05-05  Christian Schaller <christian@fluendo.com> 
25071
25072         * Makefile.am: remove stuff that is not building
25073         * configure.ac: remove stuff that is not building
25074         * examples/Makefile.am: remove stuff that is not building
25075         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25076         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25077         * sys/Makefile.am: remove stuff that is not building
25078         * testsuite/Makefile.am: remove stuff that is not building
25079
25080 2005-05-05  Andy Wingo  <wingo@pobox.com>
25081
25082         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25083         * gst-libs/gst/tag/gstvorbistag.c:
25084         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25085         * gst/adder/gstadder.h:
25086         * gst/audioconvert/gstchannelmix.c:
25087         (gst_audio_convert_fill_one_other):
25088         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25089         (gst_audiorate_init), (gst_audiorate_chain):
25090         * gst/playback/gstplaybasebin.c: (setup_source):
25091         * gst/playback/test3.c: (update_scale):
25092         Some GCC4 fixes
25093         
25094         * po/af.po:
25095         * po/az.po:
25096         * po/cs.po:
25097         * po/en_GB.po:
25098         * po/hu.po:
25099         * po/it.po:
25100         * po/nb.po:
25101         * po/nl.po:
25102         * po/or.po:
25103         * po/sq.po:
25104         * po/sr.po:
25105         * po/sv.po:
25106         * po/uk.po:
25107         * po/vi.po: Foo
25108
25109 2005-05-05  Wim Taymans  <wim@fluendo.com>
25110
25111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25112         (gst_audio_convert_caps_remove_format_info),
25113         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25114         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25115         * gst/videotestsrc/gstvideotestsrc.c:
25116         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25117         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25118         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25119         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25120         Don't ignore _push() return values.
25121         Make sure no processing is done when shutting down.
25122         Videotestsrc pad activation fix.
25123
25124 2005-05-05  Wim Taymans  <wim@fluendo.com>
25125
25126         * gst/adder/Makefile.am:
25127         * gst/adder/gstadder.c: (gst_adder_setcaps),
25128         (gst_adder_class_init), (gst_adder_init),
25129         (gst_adder_request_new_pad), (gst_adder_collected),
25130         (gst_adder_change_state):
25131         * gst/adder/gstadder.h:
25132         Ported adder as an example of a mixer element using
25133         collect pads. Needs more negotiation work.
25134
25135 2005-05-05  Wim Taymans  <wim@fluendo.com>
25136
25137         * ext/theora/theoradec.c: (_inc_granulepos),
25138         (theora_dec_src_event), (theora_dec_sink_event),
25139         (theora_handle_comment_packet), (theora_handle_type_packet),
25140         (theora_handle_header_packet), (theora_handle_data_packet),
25141         (theora_dec_chain):
25142         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25143         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25144         (theora_push_buffer), (theora_push_packet),
25145         (theora_enc_sink_event), (theora_enc_chain),
25146         (theora_enc_change_state), (theora_enc_set_property),
25147         (theora_enc_get_property):
25148         Added stream lock to decoder so that we can serialize
25149         the discont event.
25150         More theoraenc porting, recover from errors, do clean
25151         shutdown.
25152
25153 2005-05-05  Wim Taymans  <wim@fluendo.com>
25154
25155         * ext/ogg/Makefile.am:
25156         * ext/ogg/README:
25157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25158         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25159         (gst_ogg_print):
25160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25161         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25162         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25163         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25164         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25165         (gst_ogg_mux_change_state):
25166         Ported ogg muxer.
25167
25168 2005-05-05  Wim Taymans  <wim@fluendo.com>
25169
25170         * docs/design-audiosinks.txt:
25171         * gst-libs/gst/audio/TODO:
25172         * gst-libs/gst/audio/gstaudiosink.c:
25173         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25174         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25175         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25176         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25177         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25178         (gst_audiosink_create_ringbuffer):
25179         * gst-libs/gst/audio/gstbaseaudiosink.c:
25180         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25181         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25182         (gst_baseaudiosink_set_property), (build_linear_format),
25183         (debug_spec_caps), (debug_spec_buffer),
25184         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25185         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25186         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25187         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25188         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25189         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25190         (gst_ringbuffer_release), (gst_ringbuffer_play),
25191         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25192         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25193         (gst_ringbuffer_set_sample), (wait_segment),
25194         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25195         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25196         More work on the audiosink, mostly debugging and a race in
25197         shutdown.
25198
25199 2005-04-28  Wim Taymans  <wim@fluendo.com>
25200
25201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25202         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25203         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25204         (vorbis_dec_src_query), (vorbis_dec_src_event),
25205         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25206         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25207         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25208         Don't crap out when seeking back to position 0.
25209
25210 2005-04-28  Wim Taymans  <wim@fluendo.com>
25211
25212         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25213         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25214         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25215         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25216         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25217         Make audio sink configurable, use alsasink as default.
25218
25219 2005-04-28  Wim Taymans  <wim@fluendo.com>
25220
25221         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25222         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25223         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25224         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25225         (vorbis_dec_change_state):
25226         * ext/vorbis/vorbisdec.h:
25227         Refactor, use STREAM_LOCK.
25228
25229 2005-04-28  Wim Taymans  <wim@fluendo.com>
25230
25231         * ext/theora/theoradec.c: (_inc_granulepos),
25232         (theora_dec_sink_event), (theora_handle_comment_packet),
25233         (theora_handle_type_packet), (theora_handle_header_packet),
25234         (theora_handle_data_packet), (theora_dec_chain),
25235         (theora_dec_change_state):
25236         Refactor a bit, use STREAM_LOCK.
25237
25238 2005-04-28  Wim Taymans  <wim@fluendo.com>
25239
25240         * ext/alsa/Makefile.am:
25241         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25242         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25243         (gst_alsa_link), (gst_alsa_close_audio):
25244         * ext/alsa/gstalsaplugin.c: (plugin_init):
25245         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25246         (gst_alsasink_dispose), (gst_alsasink_base_init),
25247         (gst_alsasink_class_init), (gst_alsasink_init),
25248         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25249         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25250         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25251         (gst_alsasink_reset):
25252         * ext/alsa/gstalsasink.h:
25253         Implement alsasink with simple open/write/close API. 
25254         Make alsa dir build by disabling compilation of code.
25255
25256 2005-04-28  Wim Taymans  <wim@fluendo.com>
25257
25258         * gst-libs/gst/audio/Makefile.am:
25259         * gst-libs/gst/audio/audio.h:
25260         * gst-libs/gst/audio/audioclock.c:
25261         * gst-libs/gst/audio/audioclock.h:
25262         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25263         (gst_audio_clock_class_init), (gst_audio_clock_init),
25264         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25265         * gst-libs/gst/audio/gstaudioclock.h:
25266         * gst-libs/gst/audio/gstaudiosink.c:
25267         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25268         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25269         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25270         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25271         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25272         (gst_audiosink_create_ringbuffer):
25273         * gst-libs/gst/audio/gstbaseaudiosink.c:
25274         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25275         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25276         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25277         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25278         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25279         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25280         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25281         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25282         * gst-libs/gst/audio/gstbaseaudiosink.h:
25283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25284         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25285         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25286         (gst_ringbuffer_release), (gst_ringbuffer_play),
25287         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25288         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25289         (gst_ringbuffer_set_sample), (wait_segment),
25290         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25291         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25292         * gst-libs/gst/audio/gstringbuffer.h:
25293         Make ringbuffer faster and more simple by removing the locks
25294         in the playback thread.
25295         Add sample accurate playback based on buffer sample offsets.
25296         Make the baseaudiosink provide a clock.
25297         Parse caps in the base class.
25298         Correctly handle seeking, flushing and state changes.
25299
25300 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25301
25302         * configure.ac:
25303         * gst/audioconvert/Makefile.am:
25304         * gst/audioscale/Makefile.am:
25305           Fix part of the build.  Come on guys, autogen didn't even work :)
25306
25307 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25308
25309         * configure.ac:
25310         * gst-libs/gst/Makefile.am:
25311         * gst-libs/gst/media-info/.cvsignore:
25312         * gst-libs/gst/media-info/Makefile.am:
25313         * gst-libs/gst/media-info/README:
25314         * gst-libs/gst/media-info/media-info-priv.c:
25315         * gst-libs/gst/media-info/media-info-priv.h:
25316         * gst-libs/gst/media-info/media-info-test.c:
25317         * gst-libs/gst/media-info/media-info.c:
25318         * gst-libs/gst/media-info/media-info.h:
25319         * gst-libs/gst/media-info/media-info.vcproj:
25320         * pkgconfig/Makefile.am:
25321         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25322         * pkgconfig/gstreamer-media-info.pc.in:
25323           Remove media-info, which is also successed by playbin (see Totem
25324           implementation).
25325
25326 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25327
25328         * configure.ac:
25329         * examples/Makefile.am:
25330         * examples/gstplay/.cvsignore:
25331         * examples/gstplay/Makefile.am:
25332         * examples/gstplay/player.c:
25333         * gst-libs/gst/Makefile.am:
25334         * gst-libs/gst/play/.cvsignore:
25335         * gst-libs/gst/play/Makefile.am:
25336         * gst-libs/gst/play/play.c:
25337         * gst-libs/gst/play/play.h:
25338         * gst-libs/gst/play/play.vcproj:
25339         * pkgconfig/Makefile.am:
25340         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25341         * pkgconfig/gstreamer-play.pc.in:
25342           Remove libgstplay, playbin is now the official successor.
25343
25344 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25345
25346         * configure.ac:
25347         * gst-libs/gst/Makefile.am:
25348         * gst-libs/gst/xwindowlistener/Makefile.am:
25349         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25350         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25351           Remove deprecated xwindowlistener (I've moved xwindowlistening
25352           in the v4l/v4l2 plugins over to serverside).
25353
25354 2005-04-25  David Schleef  <ds@schleef.org>
25355
25356         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25357         to examples/dynparams.  Examples do not belong interspersed with
25358         source code.
25359         * examples/dynparams/demo-dparams.c:
25360         * gst/sine/Makefile.am:
25361         * gst/sine/demo-dparams.c:
25362
25363 2005-04-25  David Schleef  <ds@schleef.org>
25364
25365         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25366         * gst-libs/gst/audio/Makefile.am:
25367         * gst-libs/gst/riff/Makefile.am:
25368         * gst-libs/gst/tag/Makefile.am:
25369         * gst-libs/gst/video/Makefile.am:
25370         * gst-libs/gst/xwindowlistener/Makefile.am:
25371
25372         Convert to 0.9 API, seems to work:
25373         * sys/ximage/Makefile.am:
25374         * sys/ximage/ximagesink.c:
25375
25376 2005-04-24  David Schleef  <ds@schleef.org>
25377
25378         Link plugins against libraries:
25379         * ext/alsa/Makefile.am:
25380         * gst/tcp/Makefile.am:
25381
25382         Remove asm code that should be in liboil
25383         * gst/videoscale/Makefile.am:
25384         * gst/videoscale/videoscale_x86_asm.s:
25385
25386         gettext wants these checked in:
25387         * po/af.po:
25388         * po/az.po:
25389         * po/cs.po:
25390         * po/en_GB.po:
25391         * po/hu.po:
25392         * po/it.po:
25393         * po/nb.po:
25394         * po/nl.po:
25395         * po/or.po:
25396         * po/sq.po:
25397         * po/sr.po:
25398         * po/sv.po:
25399         * po/uk.po:
25400         * po/vi.po:
25401
25402 2005-04-24  David Schleef  <ds@schleef.org>
25403
25404         Convert gst_main() to g_main_loop_run()
25405         * gst/playback/decodetest.c: (main):
25406         * gst/playback/test2.c: (main):
25407         * gst/playback/test3.c: (main):
25408         * gst/playback/test4.c: (main):
25409
25410         Link plugins against libraries:
25411         * ext/libvisual/Makefile.am:
25412         * sys/xvimage/Makefile.am:
25413
25414 2005-04-24  David Schleef  <ds@schleef.org>
25415
25416         * configure.ac: Remove idct and resample libs
25417         * gst-libs/gst/Makefile.am: same
25418
25419         Remove usage of gst_library_load():
25420         * ext/alsa/gstalsaplugin.c: (plugin_init):
25421         * ext/libvisual/visual.c: (plugin_init):
25422         * ext/ogg/gstogg.c: (plugin_init):
25423         * ext/theora/theora.c: (plugin_init):
25424         * ext/vorbis/vorbis.c: (plugin_init):
25425         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25426         * gst/audioscale/gstaudioscale.c:
25427         * gst/adder/gstadder.c: (plugin_init):
25428         * gst/audioconvert/plugin.c: (plugin_init):
25429         * sys/ximage/ximagesink.c: (plugin_init):
25430         * sys/xvimage/xvimagesink.c: (plugin_init):
25431         * gst/tcp/gsttcpplugin.c: (plugin_init):
25432
25433         Link plugins against libraries:
25434         * ext/ogg/Makefile.am:
25435         * ext/theora/Makefile.am:
25436         * ext/vorbis/Makefile.am:
25437         * gst/audioconvert/Makefile.am:
25438
25439         Create proper libraries:
25440         * gst-libs/gst/riff/Makefile.am:
25441         * gst-libs/gst/audio/Makefile.am:
25442         * gst-libs/gst/video/Makefile.am:
25443
25444         Move resample library to audioscale plugin directory:
25445         * gst-libs/gst/resample/Makefile.am:
25446         * gst-libs/gst/resample/README:
25447         * gst-libs/gst/resample/dtof.c:
25448         * gst-libs/gst/resample/dtos.c:
25449         * gst-libs/gst/resample/functable.c:
25450         * gst-libs/gst/resample/private.h:
25451         * gst-libs/gst/resample/resample.c:
25452         * gst-libs/gst/resample/resample.h:
25453         * gst-libs/gst/resample/resample.vcproj:
25454         * gst-libs/gst/resample/test.c:
25455         * gst/audioscale/Makefile.am:
25456         * gst/audioscale/README:
25457         * gst/audioscale/dtof.c:
25458         * gst/audioscale/dtos.c:
25459         * gst/audioscale/functable.c:
25460         * gst/audioscale/private.h:
25461         * gst/audioscale/resample.c:
25462         * gst/audioscale/resample.h:
25463         * gst/audioscale/test.c:
25464
25465         Move tagedit library to gst-libs:
25466         * gst-libs/gst/tag/Makefile.am:
25467         * gst-libs/gst/tag/gstid3tag.c:
25468         * gst-libs/gst/tag/gsttagediting.c:
25469         * gst-libs/gst/tag/gsttageditingprivate.h:
25470         * gst-libs/gst/tag/gstvorbistag.c:
25471         * gst/tags/Makefile.am:
25472         * gst/tags/gstid3tag.c:
25473         * gst/tags/gstvorbistag.c:
25474
25475         Fix for core changes:
25476         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25477         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25478         (gst_sinesrc_getrange):
25479
25480 2005-04-23  David Schleef  <ds@schleef.org>
25481
25482         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25483         in gst-plugins in a long time, and properly belongs in liboil.
25484         * gst-libs/gst/idct/Makefile.am:
25485         * gst-libs/gst/idct/README:
25486         * gst-libs/gst/idct/dct.h:
25487         * gst-libs/gst/idct/doieee:
25488         * gst-libs/gst/idct/fastintidct.c:
25489         * gst-libs/gst/idct/floatidct.c:
25490         * gst-libs/gst/idct/idct.c:
25491         * gst-libs/gst/idct/idct.h:
25492         * gst-libs/gst/idct/idtc.vcproj:
25493         * gst-libs/gst/idct/ieeetest.c:
25494         * gst-libs/gst/idct/intidct.c:
25495
25496 2005-04-20  Wim Taymans  <wim@fluendo.com>
25497
25498         * docs/design-audiosinks.txt:
25499         * gst-libs/gst/audio/Makefile.am:
25500         * gst-libs/gst/audio/TODO:
25501         * gst-libs/gst/audio/gstaudiosink.c:
25502         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25503         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25504         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25505         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25506         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25507         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25508         (gst_audiosink_class_init), (gst_audiosink_init),
25509         (gst_audiosink_create_ringbuffer):
25510         * gst-libs/gst/audio/gstaudiosink.h:
25511         * gst-libs/gst/audio/gstbaseaudiosink.c:
25512         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25513         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25514         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25515         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25516         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25517         (gst_baseaudiosink_create_ringbuffer),
25518         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25519         * gst-libs/gst/audio/gstbaseaudiosink.h:
25520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25521         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25522         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25523         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25524         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25525         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25526         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25527         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25528         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25529         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25530         * gst-libs/gst/audio/gstringbuffer.h:
25531         An attempt at a set of audio base classes together with some
25532         design docs.
25533
25534 2005-04-20  Wim Taymans  <wim@fluendo.com>
25535
25536         * gst/audioconvert/Makefile.am:
25537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25538         (gst_audio_convert_caps_remove_format_info),
25539         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25540         (gst_audio_convert_channels):
25541         Link against audio libs.
25542         Fix audio convert plugin.
25543
25544 2005-04-20  Wim Taymans  <wim@fluendo.com>
25545
25546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25547         (gst_ogg_demux_sink_activate):
25548         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25549         (theora_set_header_on_caps), (theora_enc_sink_event),
25550         (theora_enc_chain):
25551         Fix theora encoder.
25552
25553 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25556         * gst/playback/gstdecodebin.c: (find_compatibles):
25557           Work with staticpadtemplates in elementfactories.
25558
25559 2005-04-12  Wim Taymans  <wim@fluendo.com>
25560
25561         * gst/playback/README:
25562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25563         (compare_ranks), (print_feature), (gst_decode_bin_init),
25564         (dynamic_create), (dynamic_free), (find_compatibles),
25565         (mimetype_is_raw), (close_pad_link), (got_redirect),
25566         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25567         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25568         (gst_decode_bin_change_state):
25569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25570         (gst_play_base_bin_init), (group_destroy), (group_commit),
25571         (check_queue), (queue_overrun), (queue_threshold_reached),
25572         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25573         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25574         (got_redirect), (setup_source), (play_base_eos),
25575         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25576         (gst_play_base_bin_remove_element):
25577         * gst/playback/gstplaybasebin.h:
25578         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25579         (gst_play_bin_init), (gst_play_bin_dispose),
25580         (gst_play_bin_set_property), (gen_video_element),
25581         (gen_text_element), (gen_audio_element), (remove_sinks),
25582         (gst_play_bin_send_event):
25583         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25584         (stream_info_change_state), (gst_stream_info_set_mute):
25585         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25586         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25587         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25588         (gst_stream_selector_chain):
25589         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25590         (main):
25591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25592         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25593         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25594         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25595         Raw and crude port of decodebin. 
25596         Make playbin compile.
25597
25598 2005-04-06  Wim Taymans  <wim@fluendo.com>
25599
25600         * ext/gnomevfs/Makefile.am:
25601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25602         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25603         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25604         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25605         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25606         (gst_gnomevfssrc_stop):
25607         * ext/ogg/Makefile.am:
25608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25609         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25610         * ext/theora/Makefile.am:
25611         * ext/theora/theoradec.c: (_inc_granulepos),
25612         (theora_dec_sink_event), (theora_dec_chain):
25613         * ext/vorbis/Makefile.am:
25614         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25615         (vorbis_dec_sink_event), (vorbis_dec_chain):
25616         * gst-libs/gst/audio/Makefile.am:
25617         * sys/xvimage/Makefile.am:
25618         Make gnomevfssrc extend the source base class.
25619         Fix linking against libs in various plugins.
25620
25621 2005-04-06  Andy Wingo  <wingo@pobox.com>
25622
25623         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25624         GST_BASE_LIBS.
25625
25626         * configure.ac: Add check and AC_SUBST for libgstbase.
25627
25628 2005-03-31  Wim Taymans  <wim@fluendo.com>
25629
25630         * examples/seeking/Makefile.am:
25631         * examples/seeking/cdparanoia.c: (main):
25632         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25633         (play_cb), (pause_cb), (stop_cb), (main):
25634         * examples/seeking/playbin.c:
25635         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25636         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25637         (make_sid_pipeline), (make_vorbis_pipeline),
25638         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25639         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25640         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25641         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25642         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25643         (stop_cb), (main):
25644         * examples/seeking/spider_seek.c:
25645         * examples/seeking/vorbisfile.c:
25646         * ext/gnomevfs/Makefile.am:
25647         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25648         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25649         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25650         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25651         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25652         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25653         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25654         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25655         * ext/ogg/README:
25656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25657         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25658         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25659         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25660         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25661         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25662         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25663         (gst_ogg_demux_factory_filter), (compare_ranks),
25664         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25665         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25666         (gst_ogg_chain_new), (gst_ogg_chain_free),
25667         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25668         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25669         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25670         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25671         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25672         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25673         (gst_ogg_demux_get_prev_page),
25674         (gst_ogg_demux_deactivate_current_chain),
25675         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25676         (gst_ogg_demux_bisect_forward_serialno),
25677         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25678         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25679         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25680         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25681         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25682         (gst_ogg_demux_change_state), (gst_ogg_print):
25683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25684         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25685         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25686         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25687         (gst_ogg_mux_loop):
25688         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25689         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25690         (theora_dec_src_convert), (theora_dec_sink_convert),
25691         (theora_dec_src_query), (theora_dec_src_event),
25692         (theora_dec_sink_event), (theora_dec_chain),
25693         (theora_dec_change_state):
25694         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25695         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25696         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25697         (theora_enc_change_state):
25698         * ext/vorbis/Makefile.am:
25699         * ext/vorbis/oggvorbisenc.c:
25700         * ext/vorbis/oggvorbisenc.h:
25701         * ext/vorbis/vorbis.c: (plugin_init):
25702         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25703         (vorbis_dec_src_query), (vorbis_dec_src_event),
25704         (vorbis_dec_sink_event), (vorbis_dec_chain),
25705         (vorbis_dec_change_state):
25706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25707         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25708         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25709         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25710         (gst_vorbisenc_change_state):
25711         * ext/vorbis/vorbisenc.h:
25712         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25713         * gst-libs/gst/audio/audioclock.c:
25714         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25715         (gst_audiofilter_init), (gst_audiofilter_chain):
25716         * gst-libs/gst/audio/testchannels.c: (main):
25717         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25718         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25719         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25720         (gmip_find_track_streaminfo), (gmip_find_track_format):
25721         * gst-libs/gst/media-info/media-info.c:
25722         (gst_media_info_read_idler):
25723         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25724         (gst_play_get_all_by_interface):
25725         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25726         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25727         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25728         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25729         (gst_riff_parse_info):
25730         * gst-libs/gst/riff/riff-read.h:
25731         * gst-libs/gst/riff/riff.c: (plugin_init):
25732         * gst-libs/gst/video/Makefile.am:
25733         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25734         (gst_videosink_class_init), (gst_videosink_get_type):
25735         * gst-libs/gst/video/videosink.h:
25736         * gst/audioconvert/bufferframesconvert.c:
25737         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25738         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25739         * gst/audioconvert/channelmixtest.c: (main):
25740         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25741         (gst_audio_convert_chain),
25742         (gst_audio_convert_caps_remove_format_info),
25743         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25744         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25745         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25746         (gst_audio_convert_buffer_to_default_format),
25747         (gst_audio_convert_buffer_from_default_format),
25748         (gst_audio_convert_channels):
25749         * gst/audioconvert/gstchannelmix.h:
25750         * gst/ffmpegcolorspace/avcodec.h:
25751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25752         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25753         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25754         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25755         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25756         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25757         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25758         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25759         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25760         (dv_type_find):
25761         * gst/videotestsrc/gstvideotestsrc.c:
25762         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25763         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25764         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25765         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25766         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25767         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25768         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25770         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25771         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25772         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25773         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25774         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25775         (gst_xvimagesink_navigation_send_event),
25776         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25777         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25778         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25779         * sys/xvimage/xvimagesink.h:
25780         Plugin port to 0.9, ogg/theora playback should work in the seek
25781         example now.
25782         Removed old examples.
25783         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25784         explained in 0.9 TODO doc.
25785
25786
25787 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25788
25789         * autogen.sh:
25790         * configure.ac:
25791         * ext/Makefile.am:
25792         * gst/Makefile.am:
25793         * po/POTFILES.in:
25794         * po/af.po:
25795         * po/az.po:
25796         * po/cs.po:
25797         * po/en_GB.po:
25798         * po/hu.po:
25799         * po/it.po:
25800         * po/nb.po:
25801         * po/nl.po:
25802         * po/or.po:
25803         * po/sq.po:
25804         * po/sr.po:
25805         * po/sv.po:
25806         * po/uk.po:
25807         * po/vi.po:
25808         * sys/Makefile.am:
25809         * testsuite/Makefile.am:
25810           remove a whole bunch of plugins.  This module now contains a set
25811           of free reference plugins/elements as agreed.
25812
25813 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25814
25815         * configure.ac:
25816           hunting season on 0.9 is now OPEN
25817
25818 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25819
25820         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25821           Kick the hell out of gcc for not warning me about a symbol conflict.
25822
25823 2005-02-22  Luca Ognibene  <luogni@tin.it>
25824
25825         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25826
25827         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25828           Don't leak caps string (fixes #168134)
25829
25830         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25831         (gst_jpegenc_init), (gst_jpegenc_finalize),
25832         (gst_jpegenc_change_state):
25833           Don't leak line buffers and context struct (fixes #168133).
25834
25835 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25836
25837         * configure.ac:
25838         * ext/dirac/gstdiracdec.cc:
25839         (gst_diracdec_chain):
25840           Since dirac 0.5.0 the framerate in dirac is expressed as a
25841           rational number. Fix build and up requirement to 0.5.0, and
25842           also pass parameters to gst_diracdec_link in the right order
25843           (fixes #167959).
25844
25845 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25846
25847         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25848         * ext/faad/gstfaad.h:
25849         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25850         certain invalid muxed streams, where some packets will contain 
25851         junk after decoder data. Partially fixes #149158.
25852
25853 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25854         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25855           Make sure we only write to writable buffers
25856
25857 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25858
25859         * gst-libs/gst/riff/riff-media.c:
25860         (gst_riff_create_audio_caps_with_data):
25861           Do actually fix invalid RIFF fmt header values for alaw
25862           and mulaw audio instead of just saying so.
25863
25864         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25865           Give gst_riff_create_audio_caps_with_data() a chance to
25866           fix up broken format header fields before extracting any
25867           parameters from the header. (fixes #167633)
25868
25869 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25870
25871         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25872
25873         * gst/audioconvert/bufferframesconvert.c:
25874         (buffer_frames_convert_link):
25875           Don't leak othercaps. (fixes #167878)
25876
25877 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25878
25879         * configure.ac:
25880         * ext/libvisual/visual.c: (gst_visual_srclink),
25881         (gst_visual_change_state):
25882           Support libvisual 0.2.0.
25883
25884 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25885
25886         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25887         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25888           Use same rowstrides for I420 as used everywhere else.
25889
25890 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25891
25892         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25893           Declare variables at beginning of block and make gcc-2.95 happy
25894           (fixes # 167482, patch by Gergely Nagy).
25895           
25896         * gst/tcp/gsttcpclientsrc.c:
25897         * gst/tcp/gsttcpclientsrc.h:
25898           Move some includes into the header, so that struct sockaddr_in is
25899           defined when it should be defined on FreeBSD as well (fixes
25900           #167483).
25901           
25902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25903           Don't pass uninitialised values to setsockopt() here either.
25904
25905 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25906
25907         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25908
25909         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25910           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25911
25912 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * gst/playback/gstplaybin.c: (add_sink):
25915           Invert bin_add/link order to workaround deadlock in opt.
25916
25917 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25918
25919         * gst/modplug/gstmodplug.cc:
25920           Add missing break causing position queries to fail.
25921
25922 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25925           Granpos can apparently be -1, which screws up calculations...
25926
25927 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25928
25929         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25930         (gst_ximagesink_send_pending_navigation),
25931         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25932         (gst_ximagesink_init):
25933         * sys/ximage/ximagesink.h:
25934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25935         (gst_xvimagesink_send_pending_navigation),
25936         (gst_xvimagesink_navigation_send_event),
25937         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25938         * sys/xvimage/xvimagesink.h:
25939           Use a mutex protected list to marshal navigation
25940           events into the stream thread from whichever thread
25941           sends them.
25942
25943 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25944
25945         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25946           Display current position and track length; misc. clean-ups.
25947           
25948         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25949         (speed_init), (speed_chain):
25950           Add query function, so that the stream length and current position
25951           get adjusted when queried (note that current position queries may
25952           still be wrong if the audio sink returns values based on buffer
25953           timestamps instead of passing on the query).
25954
25955 2005-02-13  Benjamin Otte  <otte@gnome.org>
25956
25957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25958         (gst_audio_convert_channels):
25959           create channel conversion matrix when linking
25960         * gst/audioconvert/.cvsignore:
25961         * gst/audioconvert/Makefile.am:
25962         * gst/audioconvert/channelmixtest.c: (main):
25963           add (ugly) test that ensures stereo <=> mono conversion works
25964           correctly
25965
25966 2005-02-13  Benjamin Otte  <otte@gnome.org>
25967
25968         * gst/audioconvert/gstchannelmix.h:
25969           include missing header file
25970         * gst/audioconvert/gstchannelmix.c:
25971         (gst_audio_convert_fill_compatible):
25972           use same sign for both channels when converting to/from compatible
25973           channel. Previously used different signs made the signals cancel
25974           each other out and appear like silence. (fixes #167269)
25975
25976 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25977
25978         * gst/ffmpegcolorspace/avcodec.h:
25979         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25980         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25981         (gst_ffmpegcsp_avpicture_fill):
25982         * gst/ffmpegcolorspace/imgconvert.c:
25983           Convert to and from YV12 (fixes #156379).
25984
25985 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25986
25987         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25988         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25989         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25990         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25991         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25992         methods from chain and negotiation and vice versa (Fixes #166142).
25993         * sys/ximage/ximagesink.h: Add stream_lock.
25994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25995         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25996         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25997         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25998
25999 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26000
26001         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26002           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26003           error message when we can't open the DVD device (when dvdnav_open()
26004           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26005           the above). Send something more useful instead (fixes #167117).
26006
26007 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26008
26009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26010         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26011         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26012         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26013         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26014         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26015         methods from chain and negotiation and vice versa (Fixes #166142).
26016         Fix a possible bug of images in the buffer pool being discarded because
26017         we are looking at the wrong geometry.
26018         * sys/xvimage/xvimagesink.h: Add stream_lock.
26019
26020 2005-02-11  David Schleef  <ds@schleef.org>
26021
26022         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26023         unsigned int. (fixes #167128)
26024
26025 2005-02-11  David Schleef  <ds@schleef.org>
26026
26027         * gst/librfb/Makefile.am: Testing stuff before committing is
26028           for wimps... and people with fast machines.  Fix stupid
26029           mistake.
26030
26031 2005-02-11  David Schleef  <ds@schleef.org>
26032
26033         * configure.ac: Pull in librfb from my CVS tree, because it is
26034           too small and annoying to be separate.  Move rfbsrc plugin
26035           to gst/.
26036         * ext/Makefile.am:
26037         * ext/librfb/Makefile.am:
26038         * ext/librfb/gstrfbsrc.c:
26039         * gst/librfb/Makefile.am:
26040         * gst/librfb/gstrfbsrc.c:
26041         * gst/librfb/rfb.c:
26042         * gst/librfb/rfb.h:
26043         * gst/librfb/rfbbuffer.c:
26044         * gst/librfb/rfbbuffer.h:
26045         * gst/librfb/rfbbytestream.c:
26046         * gst/librfb/rfbbytestream.h:
26047         * gst/librfb/rfbcontext.h:
26048         * gst/librfb/rfbdecoder.c:
26049         * gst/librfb/rfbdecoder.h:
26050         * gst/librfb/rfbutil.h:
26051
26052 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26053
26054         * gst/speed/Makefile.am:
26055         * gst/speed/demo-mp3.c: (main):
26056         * gst/speed/filter.func:
26057         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26058         (speed_class_init), (speed_init), (speed_chain_int16),
26059         (speed_chain_float32), (speed_chain), (speed_set_property),
26060         (speed_get_property), (speed_change_state):
26061         * gst/speed/gstspeed.h:
26062           Fix speed element and make it chain-based (fixes #156467),
26063           and make it handle more than one channel.
26064
26065 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26066
26067         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26068         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26069         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26070         * ext/dts/gstdtsdec.h:
26071           Don't clobber the stack constructing the channels array.
26072           Make the element chain-based. DTS tracks can now be played.
26073           
26074 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26075
26076         * gst-libs/gst/audio/multichannel.h:
26077         * gst-libs/gst/gconf/gconf.h:
26078         * gst-libs/gst/idct/idct.h:
26079         * gst-libs/gst/media-info/media-info-priv.h:
26080         * gst-libs/gst/play/play.h:
26081         * gst-libs/gst/resample/private.h:
26082         * gst-libs/gst/resample/resample.h:
26083         * gst-libs/gst/riff/riff-ids.h:
26084         * gst-libs/gst/video/video.h:
26085         * gst-libs/gst/video/videosink.h:
26086           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26087           missing, so that they work when included from C++ code.
26088
26089 2005-02-09  David Schleef  <ds@schleef.org>
26090
26091         * testsuite/gst-lint: Check for non-statically scoped
26092           parent_class variables.  This won't be a problem once
26093           plugins are loaded with RTLD_LOCAL.
26094
26095 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26096
26097         * ext/mplex/gstmplexibitstream.cc:
26098           gcc madness.
26099
26100 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * ext/ogg/gstogmparse.c:
26103         * gst/debug/gstnavigationtest.c:
26104           Die, thou faulty symbol pollutors (non-static parent_class).
26105
26106 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * ext/mplex/gstmplexibitstream.cc:
26109           Fix event handling (#165525).
26110
26111 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26112
26113         * ext/mikmod/gstmikmod.c:
26114         * gst/modplug/gstmodplug.cc:
26115           Add missing endianness to template (fixes #165509).
26116
26117 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26120           Fix wrong order of reading of optional bytes (#165290).
26121
26122 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26125           Implement FILLER event awareness.
26126
26127 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26130           Fix track calculations (#166208).
26131
26132 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26133
26134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26137         * ext/libpng/gstpngenc.c:
26138           Fix byte-order, use proper fixed caps. Fixes #164197.
26139
26140 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26141
26142         * configure.ac:
26143           Add dvdlpcmdec 
26144
26145         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26146         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26147           Don't push buffers if the src pad isn't negotiated yet.
26148           
26149         * gst/audioconvert/gstaudioconvert.c:
26150         (gst_audio_convert_buffer_to_default_format),
26151         (gst_audio_convert_buffer_from_default_format):
26152           Add support for 24-bit width.
26153
26154         * gst/dvdlpcmdec/.cvsignore:
26155         * gst/dvdlpcmdec/Makefile.am:
26156         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26157         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26158         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26159         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26160         (plugin_init):
26161         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26162           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26163           format. Needs support for the channels maps if someone can find 
26164           a DVD LPCM track with > 2 channels.
26165
26166         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26167         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26168         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26169         * gst/mpegstream/gstdvddemux.h:
26170         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26171         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26172         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26173         * gst/mpegstream/gstmpegdemux.h:
26174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26175         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26176         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26177         (gst_mpeg_parse_handle_src_query),
26178         (gst_mpeg_parse_handle_src_event):
26179           Use audio/x-dvd-lpcm for LPCM output.
26180           Add DTS output.
26181
26182 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26183
26184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26187         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26188           Add BGRA handling (#165736).
26189
26190 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26191
26192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * gst/law/alaw-decode.c: (alawdec_link):
26195         * gst/law/alaw-encode.c: (alawenc_link):
26196         * gst/law/mulaw-decode.c: (mulawdec_link):
26197         * gst/law/mulaw-encode.c: (mulawenc_link):
26198           Fix caps memleaks (#166600).
26199
26200 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26201
26202         * ext/tarkin/mem.h:
26203         * ext/tarkin/wavelet.h:
26204         * ext/tarkin/yuv.h:
26205         * gst/ffmpegcolorspace/avcodec.h:
26206           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26207           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26208
26209 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26213         (gst_xvimagesink_change_state):
26214           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26215           Xv video (and thereby regenerate Xv colourkey) in clear() so
26216           that PLAY -> READY -> PLAY works (fixes #162504).
26217
26218 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26221           Switch to list instead of range, since MJPEG-devices really just
26222           support decimations, not any size.
26223
26224 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26225         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26226         (gst_mpeg2dec_reset), (free_all_buffers),
26227         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26228         * ext/mpeg2dec/gstmpeg2dec.h:
26229           The libmpeg2 user-allocated buffer management is awkward, 
26230           to say the least. Hopefully this fixes things.
26231
26232 2005-02-04  Andy Wingo  <wingo@pobox.com>
26233
26234         * gst/audioconvert/bufferframesconvert.c
26235         (buffer_frames_convert_fixate): New function, fixates to 256
26236         frames per buffer by default. (Much better than 1.)
26237         (buffer_frames_convert_init): Set the fixate function for both src
26238         and sink pad.
26239         (buffer_frames_convert_link): After success setting nonfixed caps,
26240         get the negotiated caps so we can know how many buffer-frames it
26241         will be. No idea how this worked at all before.
26242
26243 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26244
26245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26246         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26247         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26248         (handle_sequence), (handle_picture):
26249         * ext/mpeg2dec/gstmpeg2dec.h:
26250           Rearrange buffer tracking and refcounting and refactor
26251           a little for readability. 
26252
26253 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26254         * sys/v4l/gstv4l.c: (plugin_init):
26255         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26256         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26257         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26258         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26259         * sys/v4l/gstv4ljpegsrc.h:
26260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26261         * sys/v4l/v4l_calls.h:
26262         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26263         (gst_v4lsrc_get_fps):
26264         * sys/v4l/v4lsrc_calls.h:
26265           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26266           you jpeg inside rgb frames" driver.
26267           Don't error in the v4lsrc link function, just return 
26268           REFUSED.
26269
26270 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26271
26272         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26273         (gst_qcamsrc_open):
26274           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26275
26276 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26279           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26280
26281 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26284           Reset negotiated state on PAUSED->READY.
26285
26286 2005-02-02  David Schleef  <ds@schleef.org>
26287
26288         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26289         whereever possible.  (Fixes #165997)
26290         * examples/capsfilter/capsfilter1.c: (main):
26291         * examples/dynparams/filter.c: (create_ui):
26292         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26293         * examples/seeking/chained.c: (main):
26294         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26295         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26296         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26297         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26298         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26299         * examples/switch/switcher.c: (main):
26300         * ext/dv/demo-play.c: (main):
26301         * ext/faad/gstfaad.c: (gst_faad_change_state):
26302         * ext/mad/gstmad.c: (gst_mad_chain):
26303         * ext/smoothwave/demo-osssrc.c: (main):
26304         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26305         (gst_gconf_render_bin_from_description),
26306         (gst_gconf_get_default_audio_sink),
26307         (gst_gconf_get_default_video_sink),
26308         (gst_gconf_get_default_audio_src),
26309         (gst_gconf_get_default_video_src),
26310         (gst_gconf_get_default_visualization_element):
26311         * gst/level/demo.c: (main):
26312         * gst/level/plot.c: (main):
26313         * gst/playback/gstplaybin.c: (gen_video_element),
26314         (gen_audio_element):
26315         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26316         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26317         * gst/sine/demo-dparams.c: (main):
26318         * gst/spectrum/demo-osssrc.c: (main):
26319         * gst/speed/demo-mp3.c: (main):
26320         * gst/volume/demo.c: (main):
26321         * testsuite/embed/embed.c: (main):
26322
26323 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26324
26325         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26326         (gst_tcpclientsink_finalize):
26327         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26328         (gst_tcpclientsrc_finalize):
26329         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26330         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26331         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26332         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26333           Don't leak the hostname when shutting down.
26334           In tcpserversrc, take a copy of the default hostname.
26335
26336 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26339           Set caps to systemstream=TRUE.
26340
26341 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * testsuite/Makefile.am:
26344           Fix more OSX buildbots.
26345
26346 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26347
26348         * ext/mpeg2dec/gstmpeg2dec.c:
26349           Don't send things to NULL PAD_PEERs
26350
26351         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26352           Copy-on-write the incoming buffer.
26353
26354         * gst/mpegstream/gstdvddemux.h:
26355         * gst/mpegstream/gstmpegclock.h:
26356         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26357         (normal_seek), (gst_mpeg_demux_handle_src_event):
26358         * gst/mpegstream/gstmpegdemux.h:
26359         * gst/mpegstream/gstmpegpacketize.h:
26360         * gst/mpegstream/gstmpegparse.c:
26361         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26362         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26363         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26364         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26365         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26366         * gst/mpegstream/gstmpegparse.h:
26367         * gst/mpegstream/gstrfc2250enc.h:
26368           Various changes to the way time is computed that make seeking and
26369           total time estimation much better here.
26370           Use G_BEGIN/END_DECLS instead of __cplusplus
26371
26372         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26373           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26374
26375 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * gst/subparse/gstsubparse.c:
26378           Fix OSX buildbot.
26379
26380 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26381
26382         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26383         (theora_enc_chain), (theora_enc_change_state):
26384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26385         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26386         (gst_vorbisenc_change_state):
26387         * ext/vorbis/vorbisenc.h:
26388           Set granulepos and timestamp correctly for streams not
26389           starting at 0, taking into account the initial delay.
26390
26391 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26392
26393         * gst/mpegstream/gstdvddemux.c:
26394           Add audio/x-dts to audio pad template caps
26395
26396 2005-01-30  David Schleef  <ds@schleef.org>
26397
26398         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26399         (create_context), (gst_polypsink_link): Fix silly endianness
26400         bug.  Add some debugging.  Remove float from caps; it doesn't
26401         work.  Attempt to get remote audio working.
26402
26403 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26406           Add 3IV2 fourcc.
26407
26408 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26411         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26412         (gst_avi_demux_stream_data):
26413         * gst/avi/gstavidemux.h:
26414           Invert DIB images. Fixes #132341.
26415
26416 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26419         (gst_ffmpegcsp_chain):
26420           D'oh, reference the palette data, not the palette structure.
26421           Fixes color distortion in #132341.
26422
26423 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26426           PAR can be non-fixed when not provided as argument (#162626).
26427
26428 2005-01-29  David Moore  <dcm@acm.org>
26429
26430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26433         (gst_qtdemux_loop_header):
26434           Re-apply patch from #142272 that allows non-seekable sources,
26435           re-proposed by Daniel Drake <dsd@gentoo.org>.
26436
26437 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26440           Use the src template for creating the src pad (#162330).
26441
26442 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26443
26444         * configure.ac:
26445         * ext/musepack/Makefile.am:
26446         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26447         (gst_musepackdec_init), (gst_musepackdec_dispose),
26448         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26449         (gst_musepack_stream_init), (gst_musepackdec_loop),
26450         (gst_musepackdec_change_state):
26451         * ext/musepack/gstmusepackdec.cpp:
26452         * ext/musepack/gstmusepackdec.h:
26453         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26454         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26455         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26456         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26457         * ext/musepack/gstmusepackreader.cpp:
26458         * ext/musepack/gstmusepackreader.h:
26459           Update to 1.1 API (#165446).
26460
26461 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * ext/Makefile.am:
26464           Unbreak buildbot.
26465
26466 2005-01-28  Andy Wingo  <wingo@pobox.com>
26467
26468         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26469         to reflect a different dubious internet source. Add a reference
26470         and some commentary.
26471
26472 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26473
26474         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26475         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26476         * gst/playback/gststreamselector.h:
26477           Be more selective when we're redoing caps negotiation from
26478           within the chain function on a stream change.
26479
26480 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26481
26482         * configure.ac:
26483         * ext/Makefile.am:
26484         * ext/amrnb/Makefile.am:
26485         * ext/amrnb/amrnb.c: (plugin_init):
26486         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26487         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26488         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26489         (gst_amrnbdec_state_change):
26490         * ext/amrnb/amrnbdec.h:
26491         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26492         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26493         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26494         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26495         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26496         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26497         * ext/amrnb/amrnbparse.h:
26498           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26499         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26500           Add AMR-NB/-WB raw formats.
26501         * ext/alsa/gstalsa.c: (gst_alsa_link):
26502           Keep valid time when changing format.
26503         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26504         (qtdemux_parse_trak):
26505           Add some more format-specific options (#140141, #143555, #155163).
26506
26507 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * gst/matroska/matroska-demux.c:
26510         (gst_matroska_demux_parse_blockgroup):
26511           Fix logic error in timing of subtitle stream synchronization.
26512         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26513           Add skip-chunk, which is found in kodak-camera streams.
26514
26515 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26516
26517         * po/LINGUAS:
26518         * po/vi.po:
26519           Adding Vietnamese translation (submitted by Clytie Siddall)
26520
26521 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26522
26523         * gst/playback/gstdecodebin.c: (try_to_link_1):
26524           Use realpad for signal.
26525
26526 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26527
26528         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26529           Fix category so decodebin picks it up.
26530
26531 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * ext/mad/Makefile.am:
26534         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26535         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26536         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26537         (found_type), (gst_id3demux_bin_change_state):
26538         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26539         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26540         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26541         (gst_id3_tag_change_state), (plugin_init):
26542         * ext/mad/gstmad.h:
26543           Add id3demuxbin (which is a simple bin consisting of id3demux
26544           and typefind), take over rank from id3demux, remove typefind
26545           code from id3demux. Makes all broken mp3s that I know of work,
26546           and thereby fixes #152688.
26547
26548 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26549
26550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * ext/mad/gstmad.c: (gst_mad_src_event):
26553         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26554           Allow seeks on audio pad, make mad forward those (#164826).
26555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26556           Set duration (#165335).
26557
26558 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26559
26560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26561         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26562         (gst_asf_demux_process_ext_content_desc),
26563         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26564         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26565         * gst/asfdemux/gstasfdemux.h:
26566           Improve metadata display, e.g. if the metadata comes before the
26567           streams are loaded (which is perfectly valid).
26568
26569 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26570
26571         * tools/gst-launch-ext-m.m:
26572           Fix AVI/ASF pipelines (#165340).
26573
26574 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26575         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26576         build failure on amd64
26577
26578 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26579
26580         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26581         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26582           Check environment variables GST_ID3V2_TAG_ENCODING,
26583           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26584           list of character encodings to force interpretation of non-unicode
26585           strings stored in an ID3v2 tag to a particular encoding. If none
26586           is specified, try to use current locale's encoding, then fall back
26587           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26588         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26589         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26590           Check environment variables GST_ID3V1_TAG_ENCODING,
26591           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26592           list of character encodings to use in case a string encountered
26593           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26594           specified, try to use the current locale's encoding, then fall
26595           back to ISO-8859-1 (which will always succeed).
26596
26597 2005-01-25  Benjamin Otte  <otte@gnome.org>
26598
26599         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26600           - on half framerate, compute the rate in advance so the comparisons
26601             don't compare wrong values
26602           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26603             behaviour
26604           - don't use mad_header_decode anymore, mad_frame_decode does that
26605             automatically
26606           - when getting rid of consumed bytes, reset the stream's skiplen
26607           (fixes #163867)
26608
26609 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26610
26611         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26612           Use 1/2 a second for default max_discont, as PES streams from DVB
26613           seem to have larger spacings in the SCR. 
26614           Fix a typo.
26615
26616 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/playback/gstplaybasebin.c: (group_commit):
26619           Notify delayed stream-info availability.
26620
26621 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26622         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26623         (gst_a52dec_handle_event), (gst_a52dec_chain):
26624         Add some debug output. Check that a discont has a valid
26625         time associated.
26626         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26627         (gst_alsa_sink_loop):
26628         Ignore TAG events. A little extra debug for broken timestamps.
26629         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26630         (dvdnavsrc_change_state):
26631         Ensure we send a discont to engage the link before we send any
26632         other events.
26633         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26634         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26635         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26636         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26637         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26638         dvd://title works in totem because typefinding sends a seek that ends
26639         up going back to chapter 1 regardless.
26640         * ext/mpeg2dec/gstmpeg2dec.c:
26641         * ext/mpeg2dec/gstmpeg2dec.h:
26642         Output correct timestamps and handle disconts.
26643         * ext/ogg/gstoggdemux.c: (get_relative):
26644         Small guard against a null dereference.
26645         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26646         (gst_textoverlay_set_property):
26647         Free memory when done. Don't call gst_event_filler_get_duration on
26648         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26649         g_warning.
26650         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26651         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26652         (gst_sw_srclink), (gst_smoothwave_chain):
26653         Draw solid lines, prettier colours.
26654         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26655         Add a default palette that'll work for some movies.
26656         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26657         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26658         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26659         * gst/mpegstream/gstdvddemux.h:
26660         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26661         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26662         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26663         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26664         * gst/mpegstream/gstmpegparse.h:
26665         Use PTM/NAV events when for timestamp adjustment when connected to 
26666         dvdnavsrc. Don't use many discont events where one suffices.
26667         * gst/playback/gstplaybasebin.c: (group_destroy),
26668         (gen_preroll_element), (gst_play_base_bin_add_element):
26669         * gst/playback/gstplaybasebin.h:
26670         Make sure we remove subtitles from the same bin we put them in.
26671         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26672         (gst_subparse_buffer_format_autodetect),
26673         (gst_subparse_change_state):
26674         Fix some memleaks and invalid accesses.
26675         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26676         (oggskel_type_find), (cmml_type_find), (plugin_init):
26677         Some typefind functions for Annodex v3.0 files
26678         * gst/wavparse/gstwavparse.h:
26679         GstRiffReadClass is the correct parent class.
26680
26681 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * gst-libs/gst/riff/riff-media.c:
26684         (gst_riff_create_video_caps_with_data):
26685           Add extradata to huffyuv (fixes #165013).
26686         * gst-libs/gst/riff/riff-read.c:
26687         (gst_riff_read_strf_vids_with_data):
26688           Fix extradata extraction if it is in the chunk size.
26689
26690 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26691
26692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26693
26694         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26695         (gst_quarktv_change_state), (gst_quarktv_dispose):
26696           Memory free'ing location fix (#164708).
26697
26698 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * gst/playback/gstplaybasebin.c: (group_commit),
26701         (gen_preroll_element), (probe_triggered), (gen_source_element),
26702         (setup_source), (gst_play_base_bin_change_state),
26703         (gst_play_base_bin_add_element):
26704           Don't block for streams.
26705         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26706         (gst_stream_info_set_mute):
26707           Use gst_pad_set_active_recursive.
26708
26709 2005-01-25  Andy Wingo  <wingo@pobox.com>
26710
26711         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26712         for #ifndef HAVE_XVIDEO.
26713
26714 2005-01-24  Jeffrey C. Ollie
26715
26716         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26717
26718         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26719         * ext/gsm/gstgsmdec.h:
26720         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26721         * ext/gsm/gstgsmenc.h:
26722         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26723         was given by property. Add proper buffer timestamps and offsets.
26724
26725 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * gst-libs/gst/riff/riff-media.c:
26728         (gst_riff_create_audio_caps_with_data):
26729           Audio can be <8000Hz.
26730
26731 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26734           Explicit state change to workaround refcount bugs.
26735
26736 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26737
26738         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26739         (gst_avimux_riff_get_avi_header):
26740           Fix...
26741
26742 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26745         (gst_riff_read_element_data):
26746         * gst-libs/gst/riff/riff-read.h:
26747           Add _peek version (req'ed in CDXA).
26748         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26749         (gst_cdxaparse_loop):
26750           Fix parsing in playbin.
26751         * gst/playback/gstdecodebin.c: (close_pad_link):
26752           Ignore current_ pads, they cause major annoyance.
26753
26754 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26755
26756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26757           Safety guard.
26758
26759 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26760
26761         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26762           Fix padding...
26763
26764 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26765
26766         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26767           Allow for 0-sized buffers. Fixes length query problems in
26768           starwars.mkv from the testsuite.
26769
26770 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26771
26772         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26773         (gst_video_box_i420), (gst_video_box_chain):
26774           Fix row strides for I420 (fixes #163159)
26775           
26776 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26779           MPEG2 has a useful rate property, so we can actually use that.
26780           For MPEG-1, continue using the bytes/time properties.
26781
26782 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * gst-libs/gst/riff/riff-media.c:
26785         (gst_riff_create_video_caps_with_data),
26786         (gst_riff_create_video_template_caps):
26787           Add intel-h263.
26788
26789 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26790
26791         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26792           Fail if caps negotiation fails. Should fix #162184, and should
26793           definately be in there regardless of it fixing the actual bug.
26794         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26795         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26796         (gst_avimux_riff_get_avix_header),
26797         (gst_avimux_riff_get_video_header),
26798         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26799         (gst_avimux_start_file), (gst_avimux_handle_event),
26800         (gst_avimux_change_state):
26801         * gst/avi/gstavimux.h:
26802           Refactor structure writing to use GST_WRITE_UINT macros, add
26803           metadata writing support.
26804
26805 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26808           Elements may already be destroyed when this function is called.
26809
26810 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26811
26812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26813         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26814           More memory leak fixes (#149162).
26815
26816 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26819         (gst_qtdemux_add_stream):
26820           Fix two memleaks.
26821
26822 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26825           Argh...
26826
26827 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26830           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26831           when fixating to six channels in Totem.
26832
26833 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26834
26835         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26836           Fix compile warnings on Solaris 10 buildbot
26837
26838 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26839
26840         * ext/dvdread/dvdreadsrc.c: (_read):
26841           Don't read beyond the last cell in a chapter (fixes 
26842           invalid memory access)
26843
26844 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26845
26846         * ext/dvdread/stream_labels.c:
26847         (dvdreadsrc_get_audio_stream_labels):
26848           Use NULL for an empty GList instead of g_list_alloc(); fix 
26849           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26850           of GString (easier to bulk free later)
26851
26852 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26853
26854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26857         (gst_ffmpeg_pixfmt_to_caps):
26858           Fix BGRA32 caps (#164209).
26859
26860 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26861
26862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26865         (gst_ffmpeg_caps_to_pixfmt):
26866           alpha_mask can be RGBA/ABGR. Fixes #164265.
26867
26868 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26869
26870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26871
26872         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26873         (gst_mpeg2dec_alloc_buffer):
26874         * ext/mpeg2dec/gstmpeg2dec.h:
26875           Crop if decoding size is not the actual image size (#163676).
26876
26877 2005-01-17  Steve Baker  <steve@stevebaker.org>
26878
26879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26882         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26883           Add libsndfile typefind functions (#163309).
26884
26885 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * tools/gst-launch-ext-m.m:
26888           Add .aac, fix .m1v/.m2v (#163891).
26889
26890 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26893           Sanity check, don't wait endlessly since the clock might not
26894           actually run at this point (which is a deadlock). Fixes #164069.
26895
26896 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * gst/playback/gstplaybasebin.c: (probe_triggered):
26899           Of course, only pause if group is done...
26900
26901 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * gst/playback/gstplaybasebin.c: (probe_triggered):
26904           Thread safety.
26905
26906 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26907
26908         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26909           Don't return state change success when the parent
26910           failed.
26911
26912 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26913
26914         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26915           Free events (fix memleak in #162905).
26916
26917 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26918
26919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26922         (gst_ffmpeg_caps_to_pixfmt):
26923           Fix for depth = 15. Fixes #161675.
26924
26925 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26926
26927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26928           Set FPS correctly, even for webcams and the like.
26929         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26930           Don error on setting while capturing.
26931
26932 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26933
26934         * ext/dv/gstdvdec.c:
26935         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26936         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26937           I'm a bad boy. using /1001. to force C to do float division
26938           and not integer division (as it did in my last commit)
26939           Thanks to David I. Lehn for pointing this mistake.
26940
26941 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26944           Revert Johan's 1.35->1.36 since it breaks compat.
26945
26946 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26947
26948         * ext/dv/gstdvdec.c:
26949         * ext/libfame/gstlibfame.c:
26950         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26951         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26952           replace framerate aproximations by their real value
26953           (24000/1001, 30000/1001, 60000/1001)
26954           Finish fixing bug #164049
26955
26956 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26957
26958         * ext/ogg/gstoggmux.c:
26959           eos/bos debugging
26960         * gst/tcp/gstmultifdsink.c:
26961         * gst/tcp/gstmultifdsink.h:
26962         * gst/tcp/gsttcp.c:
26963         * gst/tcp/gsttcp.h:
26964         * gst/tcp/gsttcpclientsink.c:
26965         * gst/tcp/gsttcpclientsrc.c:
26966         * gst/tcp/gsttcpserversink.c:
26967         * gst/tcp/gsttcpserversrc.c:
26968           improve reusability of elements after state changes and errors
26969           make multifdsink throw away streamheaders when receiving new ones
26970
26971 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26974           Fix for if items are already in list...
26975
26976 2005-01-12  Benjamin Otte  <otte@gnome.org>
26977
26978         * gst/adder/gstadder.c: (gst_adder_loop):
26979           fix adder a bit so it doesn't screw up with events as much anymore
26980
26981 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26982
26983         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26984         (pixbufscale_scale), (gst_pixbufscale_chain):
26985         * ext/gdk_pixbuf/pixbufscale.h:
26986           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26987           to ensure rowstrides are calculated the same way as 
26988           ffmpegcolorspace
26989           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26990           that we pick up duration and offset also.
26991
26992 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26995         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26996           Reusability fixes.
26997
26998 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27001         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27002         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27003         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27004           Update flags when requested.
27005
27006 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27007
27008         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27009           Fix dmix.
27010
27011 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27012
27013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27014         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27015         (probe_triggered), (new_decoded_pad), (gen_source_element),
27016         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27017         * gst/playback/gstplaybasebin.h:
27018         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27019         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27020         (gst_play_bin_change_state):
27021           Implement group-switch signal for use in apps to clear metadata
27022           cache, clean up subtitle, add suburi property instead of # hack,
27023           some error-out fixes.
27024
27025 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27028           Debug.
27029         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27030           If we got a state change in the _get handler, don't return success.
27031
27032 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27033
27034         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27035         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27036           Make jpegdec quiet on MJPEG decoding
27037         * gst/asfdemux/README:
27038           Fix mimetypes for MJPEG and H263
27039
27040 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27041
27042         * ext/theora/theoradec.c: (theora_dec_chain):
27043           Fix broken code generation by gcc by swapping arguments.
27044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27045           Fix \n in debug.
27046
27047 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27048
27049         * TODO:
27050           delete this file, it is by far outdated
27051         * ext/alsa/gstalsa.1: remove
27052         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27053         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27054         (gst_alsa_get_caps):
27055           Add HW probing for supported sample rates. Fixes #161704
27056
27057 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27060           Don't crash, biatch! :).
27061
27062 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * ext/musepack/gstmusepackreader.cpp:
27065         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27066           Some work on tags - still doesn't work in playbin...
27067         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27068           Handle events...
27069
27070 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27073           Also shove tags on kid pads.
27074
27075 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27076
27077         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27078           Don't bail on unknown events.
27079         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27080           Don't crash on events before negotiation.
27081         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27082           Send tags on pads, too.
27083         * gst/playback/gststreamselector.c:
27084         (gst_stream_selector_request_new_pad):
27085           Forward events on first pad if no input was selected yet.
27086
27087 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27088
27089         * gst/playback/gstplaybasebin.c: (setup_substreams):
27090           Don't disable streamtype if the stream doesn't exist, since
27091           then playing a video after audio will disable both and nothing
27092           will happen. Fixes the testsuite.
27093
27094 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27097         (gst_v4l_xoverlay_set_xwindow_id):
27098         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27099         (gst_v4l2_xoverlay_set_xwindow_id):
27100           Add debug categories, fix overlay disabling.
27101
27102 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27103
27104         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27105         * ext/alsa/gstalsa.h:
27106           Add HW probing for period_count/size and buffer_size MIX/MAX
27107           Adjust default/user defined value if out of bounds
27108           Should fix bug #162024
27109
27110 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27113           Fix warning (#161191).
27114
27115 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27116
27117         * ext/dvdread/stream_labels.c:
27118         (dvdreadsrc_get_audio_stream_labels):
27119           Fix warning (init the good variable in switch default)
27120
27121 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27122
27123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27124
27125         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27126           Fix gcc-2.95 compile (#163485).
27127
27128 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * configure.ac:
27131         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27132         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27133         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27134         (gst_flacenc_change_state):
27135         * ext/flac/gstflacenc.h:
27136           Update for API change in flac-1.1.1. Update requirement in
27137           configure.ac. Fixes #162974.
27138
27139 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * gst/playback/gstplaybasebin.c: (group_destroy):
27142           Remove hack to get rid of assert and get rid of unlinked
27143           signals properly.
27144
27145 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27146
27147         * gst/playback/gstplaybasebin.c: (setup_source):
27148           Set source to NULL so that resources are free'ed. Fixes issues
27149           with playback of CDDA and similar device-accessing things.
27150
27151 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * testsuite/embed/Makefile.am:
27154           test->noinst, fix make test in buildbot.
27155
27156 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27157
27158         * ext/dvdread/stream_labels.c: new file
27159         * ext/dvdread/stream_labels.h: new file
27160         * ext/dvdread/Makefile.am:
27161         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27162           Extract audio stream label from DVD IFO files.
27163           It only dump them on the console for now, still have to
27164           make playbin aware of them.
27165
27166 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * gst/playback/gstplaybasebin.c: (setup_source):
27169           Fix hanging subs.
27170
27171 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27174         (gen_preroll_element), (remove_groups), (setup_subtitle),
27175         (gen_source_element), (setup_source):
27176         * gst/playback/gstplaybasebin.h:
27177           Multiple .sub files is just a stupid idea... Fix some threading
27178           mistakes. Interestingly, external .sub files cause playbin to
27179           hang, I don't know why... Parsing fixes contributed by Fran??ois
27180           Kooman <fkooman@tuxed.net>.
27181
27182 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * testsuite/embed/Makefile.am:
27185           Fix buildbot.
27186
27187 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27188
27189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27190
27191         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27192         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27193         (gst_pngenc_set_property):
27194         * ext/libpng/gstpngenc.h:
27195           Add compression level property (#163323).
27196
27197 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * configure.ac:
27200         * examples/capsfilter/capsfilter1.c: (main):
27201         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27202         * ext/dvdread/Makefile.am:
27203         * ext/dvdread/demo-play:
27204         * ext/dvdread/demo-play.c:
27205         * gconf/gstreamer.schemas.in:
27206         * gst-libs/gst/gconf/gconf.c:
27207         * sys/v4l/TODO:
27208         * testsuite/Makefile.am:
27209         * testsuite/embed/Makefile.am:
27210         * testsuite/embed/embed.c: (cb_expose), (main):
27211           Remove all references to xvideosink, fix examples (#140845).
27212         * gst/playback/gstplaybasebin.c: (group_destroy):
27213           Apparently, disposal does not unlink - so do explicitely.
27214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27215           Add debug.
27216
27217 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27218
27219         * README: fix PKG_CONFIG_PATH instructions, what was there
27220         previously was breaking default search path, not nice. 
27221         Fixes #163358
27222
27223 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27226         (gst_audioscale_chain):
27227           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27228           when resampling - how the ^@$^!@^! is this possible?!?
27229
27230 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27233           Reset variables on READY.
27234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27235         (gst_matroska_mux_loop):
27236           Require data before writing header.
27237
27238 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27239
27240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * ext/mad/gstmad.c: (gst_mad_chain):
27243           Don't call mad_stream_sync() directly after recovering sync.
27244           Fixes #151661.
27245
27246 2005-01-09  Martin Eikermann  <meiker@upb.de>
27247
27248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27251         (snapshot_handler), (gst_snapshot_sinkconnect),
27252         (gst_snapshot_chain):
27253           Allocate resources when required, fix recursive signal emission
27254           and fix caps. Fixes #161667.
27255
27256 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27257
27258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27259
27260         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27261         (gst_pngdec_chain):
27262           Handle only 8-bppc (bits-per-pixel-component) images, better
27263           error handling and correct strides. Fixes #163177.
27264         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27265         (gst_pngenc_chain):
27266           Better error handling. Fixes #163348.
27267
27268 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27269
27270         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27271         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27272         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27273         (dvdnavsrc_uri_handler_init):
27274           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27275         * gst/playback/gstplaybasebin.c: (gen_source_element):
27276           Add MMS to streaming URIs.
27277
27278 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27279
27280         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27281         * sys/xvimage/xvimagesink.c:
27282         (gst_xvimagesink_navigation_send_event):
27283           Check for pad availability before sending event.
27284
27285 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27286
27287         * gst-plugins.spec.in:
27288           Add subparse.
27289
27290 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27291
27292         * configure.ac:
27293           Since we use functions from CVS, up requirement.
27294
27295 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27296
27297         * gst/playback/Makefile.am:
27298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27299         (group_destroy), (group_commit), (group_is_muted),
27300         (gen_preroll_element), (add_stream), (unknown_type),
27301         (probe_triggered), (preroll_unlinked), (mute_stream),
27302         (silence_stream), (new_decoded_pad), (setup_substreams),
27303         (setup_source), (get_active_source), (mute_group_type),
27304         (muted_group_change_state), (set_active_source),
27305         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27306         (play_base_eos), (gst_play_base_bin_change_state):
27307         * gst/playback/gstplaybasebin.h:
27308         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27309         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27310         (gst_stream_info_dispose), (stream_info_mute_pad),
27311         (stream_info_change_state), (gst_stream_info_set_mute):
27312         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27313         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27314         (gst_stream_selector_init), (gst_stream_selector_dispose),
27315         (gst_stream_selector_get_linked_pad),
27316         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27317         (gst_stream_selector_get_linked_pads),
27318         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27319         * gst/playback/gststreamselector.h:
27320           Adding stream selection support plus required properties for
27321           applications to use this. Fully fixes #100931.
27322
27323 2005-01-08  Benjamin Otte  <otte@gnome.org>
27324
27325         * gst/games/gstpuzzle.c: (nav_event_handler):
27326           - handle nav events differently: forward every event no matter if it
27327             was handled or not.
27328           - translate events
27329           You can now cheat by using navigationtest ! puzzle and moving the
27330           mouse close to the edge of a tile. ;)
27331
27332 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * configure.ac:
27335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27336         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27337         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27338         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27339         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27340         (gst_ogm_parse_plugin_init):
27341         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27342         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27343         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27344         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27345         * ext/pango/gsttextoverlay.h:
27346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27347         (gst_matroska_demux_handle_seek_event),
27348         (gst_matroska_demux_sync_streams),
27349         (gst_matroska_demux_parse_blockgroup),
27350         (gst_matroska_demux_subtitle_caps),
27351         (gst_matroska_demux_plugin_init):
27352         * gst/matroska/matroska-ids.h:
27353         * gst/playback/gstdecodebin.c: (close_pad_link):
27354         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27355         (gen_preroll_element), (remove_groups), (add_stream),
27356         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27357         (setup_source):
27358         * gst/playback/gstplaybasebin.h:
27359         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27360         * gst/subparse/Makefile.am:
27361         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27362         (gst_subparse_base_init), (gst_subparse_class_init),
27363         (gst_subparse_init), (gst_subparse_formats),
27364         (gst_subparse_eventmask), (gst_subparse_event),
27365         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27366         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27367         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27368         (parse_mpsub_deinit), (parse_mpsub_init),
27369         (gst_subparse_buffer_format_autodetect),
27370         (gst_subparse_format_autodetect), (gst_subparse_loop),
27371         (gst_subparse_change_state), (gst_subparse_type_find),
27372         (plugin_init):
27373         * gst/subparse/gstsubparse.h:
27374         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27375         (plugin_init):
27376           Add subtitle support, .sub parser (supports SRT and MPsub),
27377           OGM text support, Matroska UTF-8 text support, deadlock fixes
27378           all over the place, subtitle awareness in decodebin/playbin
27379           and some fixes to textoverlay to handle subtitles in a stream
27380           correctly. Fixes #100931.
27381
27382 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27385           Check for pad availability before doing a query on it.
27386
27387 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27388
27389         * ext/dv/gstdvdec.c:
27390           really fix bpp24/32 dvdec caps (classic rgba indeed)
27391         * gst/asfdemux/gstasfdemux.c:
27392         (gst_asf_demux_process_ext_content_desc):
27393           don't send text tags if they are empty (bis repetita)
27394
27395 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27396
27397         * ext/dv/gstdvdec.c:
27398          remove unneeded comment from dvdec
27399           (related to DV 4CC codes in AVI files)
27400           moved them in gstreamer/docs/random/mimetypes
27401         * gst/asfdemux/gstasfdemux.c:
27402         (gst_asf_demux_process_ext_content_desc):
27403          don't send text tags if they are empty
27404          fix mem leak on error path
27405         * gst/ffmpegcolorspace/avcodec.h:
27406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27407         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27408         (gst_ffmpegcsp_avpicture_fill):
27409         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27410         * gst/ffmpegcolorspace/imgconvert_template.h:
27411          adds BGR32 and BGRA32 to ffmpegcolorspace
27412           (still bad colors, fixing it on next commit)
27413           helps with dvdec outputing BGR32
27414
27415 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27416
27417         * ext/dv/gstdvdec.c:
27418          Fix audio caps i just broke (missing ',')
27419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27420         (gst_matroska_mux_reset):
27421          Fix typo + add FIXME about old "x-gst-metadata" crap
27422
27423 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27424
27425         * ext/dv/demo-play.c: (main):
27426          xvideosink -> xvimagesink
27427         * ext/dv/gstdvdec.c:
27428          change rgb 32/32 caps to 24/32 (no alpha)
27429          change nb of channels to be a list (2 or 4, not 2)
27430          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27431         * gst/asfdemux/gstasfdemux.c:
27432         (gst_asf_demux_process_ext_content_desc):
27433          Add 'date/year' to extracted metadata list
27434
27435 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27438           The return value of fixate_to does not imply that the requested
27439           value was set, so don't assume.
27440
27441 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27442
27443         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * ext/libpng/gstpngdec.c:
27446         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27447         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27448         * ext/libpng/gstpngenc.h:
27449           Alpha support (encoder; #163161), mime fixage.
27450
27451 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27452
27453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27454
27455         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27456         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27457         (gst_faac_set_property), (gst_faac_get_property):
27458         * ext/faac/gstfaac.h:
27459           Allow for ADTS output (#153434).
27460
27461 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27462
27463         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27464           Fix against template (#150576).
27465
27466 2005-01-06  Benjamin Otte  <otte@gnome.org>
27467
27468         * gst/games/gstpuzzle.c: (draw_puzzle):
27469           don't draw a puzzle if either width or height of tiles would be 0.
27470
27471 2005-01-06  Benjamin Otte  <otte@gnome.org>
27472
27473         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27474         (gst_puzzle_class_init), (gst_puzzle_finalize):
27475           no memleaks, please
27476         (gst_puzzle_create), (gst_puzzle_init),
27477         (gst_puzzle_set_property), (gst_puzzle_setup):
27478           change initialization code around so we don't reshuffle on resize
27479         (draw_puzzle):
27480           fix another stupid typo
27481
27482 2005-01-06  Benjamin Otte  <otte@gnome.org>
27483
27484         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27485           fix stupid typo that borked copying on YUY2
27486
27487 2005-01-06  Benjamin Otte  <otte@gnome.org>
27488
27489         * gst/games/gstpuzzle.c: (draw_puzzle):
27490           fix edges when image sizes aren't multiples of tile sizes
27491
27492 2005-01-06  Benjamin Otte  <otte@gnome.org>
27493
27494         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27495           make RGB endianness work correctly
27496         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27497           refactor and fix race with initial shuffling
27498         (nav_event_handler):
27499           allow using the mouse to puzzle
27500         (draw_puzzle):
27501           insist on tiles having width and height as multiples of 4 to get
27502           clean YUV image handling
27503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27504         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27505           s/DEBUG/LOG/ for common messages
27506         (gst_xvimagesink_navigation_send_event):
27507           fix mouse event translation to not include screen PAR
27508         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27509           fix mouse event translation to actually work
27510
27511 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27512
27513         * gst/asfdemux/gstasfdemux.c:
27514         (gst_asf_demux_process_ext_content_desc):
27515          Extract TrackNumber metadata + clean up code
27516         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27517          Hope this is the good fix (var used unitialised)
27518
27519 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27520
27521         * ext/faad/gstfaad.c: (gst_faad_chain):
27522           Only increment timestamp if it's valid. Fixes raw AAC streams.
27523
27524 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27525
27526         * configure.ac:
27527         * gst/games/Makefile.am:
27528         * gst/games/gstpuzzle.c:
27529           add a puzzle game with...
27530         * gst/games/gstvideoimage.c:
27531         * gst/games/gstvideoimage.h:
27532           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27533           from videotestsrc and made into something that would be a nice
27534           library for a lot of other plugins.
27535
27536 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27537
27538         * configure.ac:
27539          don't compile faad plugin if a RC of 2.0 is found
27540          Fixes #155346 (and FC1 buildbot)
27541         * gst/asfdemux/gstasfdemux.c:
27542         (gst_asf_demux_process_ext_content_desc):
27543          try to make Solaris compiler happier
27544
27545 2005-01-06  Paul Jack  <pjack@sfaf.org>
27546
27547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27550           Fix segfault (#161667).
27551
27552 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27555           Fix framerate reporting.
27556
27557 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27558
27559         * gst-libs/gst/riff/riff-ids.h:
27560         * gst/wavenc/riff.h:
27561          Add AMR (VBR and CBR) ids to riff.h audio codec list
27562         * gst/asfdemux/gstasfdemux.c:
27563         (gst_asf_demux_process_ext_content_desc),
27564         (gst_asf_demux_process_object):
27565           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27566
27567 2005-01-05  Martin Eikermann  <meiker@upb.de>
27568
27569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27572         (gst_dvd_demux_handle_discont):
27573         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27574         (gst_mpeg_demux_handle_discont):
27575           Recreate pads on new-media (#160730).
27576         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27577           Send discont even if manager changes timestamps (#161929).
27578
27579 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27580
27581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27582
27583         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27584           Fix invalid memory access (#159211).
27585
27586 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * examples/gstplay/player.c: (main):
27589           Don't iterate.
27590         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27591           Add visualizations.
27592         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27593         (gst_a52dec_handle_frame):
27594           Set duration.
27595         * ext/dvdnav/gst-dvd:
27596           Add audioconvert. Fixes #161325.
27597         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27598           Explicitely case to gint64. Possible valgrind error.
27599         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27600         (gst_play_tick_callback), (gst_play_change_state),
27601         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27602         (gst_play_set_location), (gst_play_get_location),
27603         (gst_play_seek_to_time), (gst_play_set_data_src),
27604         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27605         (gst_play_set_visualization), (gst_play_connect_visualization),
27606         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27607         (gst_play_new):
27608           Use playbin. Fixes #139749 and #147744.
27609         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27610           Add genre tag.
27611         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27612         (audioscale_get_type), (gst_audioscale_base_init),
27613         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27614         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27615         (gst_audioscale_link), (gst_audioscale_get_buffer),
27616         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27617         (gst_audioscale_init), (gst_audioscale_dispose),
27618         (gst_audioscale_chain), (gst_audioscale_set_property),
27619         (gst_audioscale_get_property), (plugin_init):
27620           Indent properly.
27621         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27622           Fix LPCM.
27623         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27624         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27625         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27626           Add more metadata (fixes #162656).
27627
27628 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27629
27630         * configure.ac:
27631           back to cvs
27632
27633 === release 0.8.7 ===
27634
27635 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27636
27637         * NEWS:
27638         * RELEASE:
27639         * configure.ac:
27640           releasing 0.8.7, "Hyperspace"
27641
27642 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27643
27644         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27645
27646         * gst/playback/gstplaybasebin.c:
27647          Fix for #162924 - free caps after use, not before
27648
27649 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27650
27651         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27652
27653         * gst/playback/gstplaybasebin.c:
27654         * gst/wavparse/gstwavparse.c:
27655           Fix for #154773 - fixes playback of small .wav files
27656
27657 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27660
27661         * gst/audioscale/gstaudioscale.c:
27662           Fix for #162819 - make audioscale reusable
27663           Fixes playback of more than one file with playbin/totem
27664
27665 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27666
27667         * gst/ffmpegcolorspace/avcodec.h:
27668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27669         * gst/ffmpegcolorspace/imgconvert.c:
27670           clean up the mess that made me cry and avoid needless duplication
27671
27672 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27673
27674         * gst/ffmpegcolorspace/imgconvert.c:
27675           give some indication of why we're segfaulting
27676
27677 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27678
27679         * configure.ac:
27680           Fix indentation, fix v4l2 plugin detection.
27681         * ext/Makefile.am:
27682           Fix libmms location (Maciej, use diff -u!).
27683         * ext/alsa/gstalsa.c: (gst_alsa_init):
27684           Initialize caps cache to NULL.
27685         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27686           Only change state on audiosink if it exists.
27687
27688 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27689
27690         * gst/matroska/matroska-demux.c:
27691         * gst/matroska/matroska-ids.h:
27692         * gst/matroska/matroska-demux.h:
27693         Fix Vorbis streams failing to decode in some files, where cluster_time
27694         isn't 0, because then it doesn't send codec_priv before actual data.
27695         Remove time-based test and replace it with marker set on beginning of
27696         new stream
27697
27698 2004-12-28  David Schleef  <ds@schleef.org>
27699
27700         Merge patch from Ronald fixing problems with streaming
27701         text.
27702         * ext/cairo/gstcairo.c: (plugin_init):
27703         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27704         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27705         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27706         (gst_textoverlay_font_init), (gst_textoverlay_init),
27707         (gst_textoverlay_set_property):
27708         * ext/cairo/gsttextoverlay.h:
27709
27710 2004-12-27  David Schleef  <ds@schleef.org>
27711
27712         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27713         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27714         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27715         (gst_textoverlay_font_init), (gst_textoverlay_init),
27716         (gst_textoverlay_set_property): Improvements to actually
27717         render text as white on black outline on video, including
27718         font selection and horizontal/vertical alignment.  (Ronald's
27719         christmas present)
27720         * ext/cairo/gsttextoverlay.h:
27721
27722 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27723
27724         * ext/ogg/gstogg.c:
27725         * ext/ogg/gstogmparse.c:
27726           fix ogm[audio/video]parse plugin registration
27727           (riff won't load if bytestream is already loaded)
27728
27729 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27730
27731         * gst/audioconvert/gstchannelmix.c:
27732           fix for GLIB < 2.4
27733
27734 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27735
27736         * Makefile.am:
27737         * configure.ac:
27738           disable docs again until it actually passes make distcheck.
27739
27740 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27741
27742         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27743         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27744         (plugin_init):
27745           Add 3GP (variables name Q3GP because they can't start with a
27746           number). Add samr audio fourcc (used in .3gp files), decoder
27747           is work in progress. Also do a GST_WARNING instead of ERROR
27748           in case of unknown nodes, to decrease output.
27749
27750 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27751
27752         * Makefile.am:
27753           really fix dist
27754
27755 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27756
27757         * configure.ac:
27758         * ext/speex/gstspeexdec.h:
27759         * ext/speex/gstspeexenc.h:
27760           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27761           Fix detection code in configure.ac
27762
27763 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27764
27765         * gst/matroska/matroska-demux.c:
27766         (gst_matroska_demux_parse_blockgroup):
27767           Save position, so that queries give proper return values. Don't
27768           know how this could ever have worked before...
27769
27770 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27771
27772         * configure.ac:
27773           Put additional LAME check inside the conditional.  Fixes #152339
27774
27775 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27778         (gst_avi_demux_stream_scan):
27779           Add some more debug. Fix logic error when setting movi offset
27780           while reading index.
27781
27782 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27783
27784         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27785         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27786         (gst_avi_demux_process_next_entry):
27787           Add some debugging. Better detection of broken indexes and the
27788           accompanying index recovery. No infinite loops on state changes
27789           when we're still in our loopfunction.
27790
27791 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27792
27793         * configure.ac:
27794           Fix up.
27795
27796 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27797
27798         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27799
27800         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27801           Normalizing the value before setting
27802         (gst_sunaudiomixer_get_volume):
27803           Normalizing the value after getting. Fixes bug# 161980
27804
27805 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27806
27807         * Makefile.am: Make sure docs gets disted
27808         * docs/Makefile.am: Make sure all needed files get disted
27809         * gst-plugins.spec.in: latest updates
27810
27811 2004-12-22  Wim Taymans  <wim@fluendo.com>
27812
27813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27814         Revert patch 1.38 as clock distribution over schedulers does
27815         not work correcly in the core yet.
27816
27817 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27818
27819         * sys/oss/README: remove this file, which predates my birth
27820           (and which content is by far outdated)
27821
27822 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27823
27824         * Makefile.am:
27825         * configure.ac:
27826         * docs/Makefile.am:
27827         * docs/libs/Makefile.am:
27828         * docs/libs/gst-plugins-libs-docs.sgml:
27829         * docs/libs/gst-plugins-libs-sections.txt:
27830         * docs/libs/tmpl/gstgconf.sgml:
27831         * docs/upload.mak:
27832         * docs/version.entities.in:
27833           Added boilerplate gtk-doc files for plugin-libs documentation.
27834
27835 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27836
27837         * gst/auparse/gstauparse.c: fix int and float audio caps
27838
27839 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27842         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27843           g_assert() can be a macro, don't use #ifdef inside it.
27844
27845 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27846
27847         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27850         (gst_videorate_init), (gst_videorate_chain),
27851         (gst_videorate_change_state):
27852           Event handling (fixes #159986).
27853
27854 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * gst-libs/gst/riff/riff-media.c:
27857         (gst_riff_create_video_caps_with_data):
27858           Add BLZ0 (Blizzard's version of DivX) fourcc.
27859
27860 2004-12-18  David Schleef  <ds@schleef.org>
27861
27862         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27863         portability fix.
27864
27865 2004-12-18  David Schleef  <ds@schleef.org>
27866
27867         * gst/tta/ttadec.h: Disable some header code that isn't used
27868         and clearly isn't portable.
27869
27870 2004-12-18  David Schleef  <ds@schleef.org>
27871
27872         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27873         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27874         (avcodec_get_pix_fmt), (avpicture_layout),
27875         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27876         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27877         Fix code to not use GCC extensions (and c99 extensions that
27878         Forte does not like.)
27879
27880 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27881
27882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27885         (gst_deinterlace_chain):
27886           Rowstride fixes. Fixes #161039.
27887         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27888         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27889         (gst_video_crop_getcaps), (gst_video_crop_link),
27890         (gst_video_crop_i420), (gst_video_crop_chain),
27891         (gst_video_crop_change_state):
27892           Rework of negotiation. Actually works now. Fixes #158650.
27893
27894 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27895
27896         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27897           That was very stupid.
27898
27899 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * gst/matroska/matroska-demux.c:
27902         (gst_matroska_demux_parse_blockgroup):
27903           Fix possible crasher.
27904
27905 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27908         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27909           Lace sizes can be zero.
27910
27911 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27912
27913         * ext/musepack/gstmusepackdec.cpp:
27914           Fetch error return values. Fixes #161624.
27915         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27916           Really EOS.
27917
27918 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27921           Work for truncated (unfinished download etc.) files. Fixes #160514.
27922
27923 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27924
27925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27926           Fix for integer overflow. Makes #156001 not crash. Probably masks
27927           the real bug.
27928
27929 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27930
27931         * gst/ac3parse/gstac3parse.c: (plugin_init):
27932           Parsers never have ranks. Fixes #159651.
27933
27934 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27935
27936         * gst/playback/gstdecodebin.c: (compare_ranks):
27937           make sure the facotries are ordered the same every time even if they
27938           have the same rank by using the name
27939         * gst/playback/gstdecodebin.c: (find_compatibles):
27940           make sure we don't add factories to the list twice
27941
27942 2004-12-16  David Schleef  <ds@schleef.org>
27943
27944         * configure.ac: look for musepack headers as musepack/*.h
27945         (fixes #159847)
27946         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27947         * ext/musepack/gstmusepackreader.h: same
27948
27949 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27950
27951         * gst-libs/gst/riff/riff-read.c:
27952         (gst_riff_read_strf_auds_with_data):
27953           Read extradata correctly (fixes #155879).
27954
27955 2004-12-16  David Schleef  <ds@schleef.org>
27956
27957         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27958         audio.  does _not_ attempt or allow conversion unless channels
27959         is 1 or 2.
27960
27961 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27962
27963         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27964
27965 2004-12-16  David Schleef  <ds@schleef.org>
27966
27967         * gst/audioscale/gstaudioscale.c: the resample library only
27968         handles 1 or 2 channels.  Change caps to compensate.
27969
27970 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27971
27972         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27973         (gst_matroska_demux_audio_caps):
27974           Some MPEG-AAC hacks, because else it doesn't work...
27975
27976 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst-libs/gst/riff/riff-media.c:
27979         (gst_riff_create_video_caps_with_data),
27980         (gst_riff_create_video_template_caps):
27981           Add h264.
27982
27983 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27984
27985         * gst-libs/gst/audio/Makefile.am:
27986           Try to fix buildbot.
27987
27988 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27989
27990         * gst/tcp/gstmultifdsink.c:
27991           Clean up and uniformize debugging.
27992
27993 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27994
27995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27996
27997         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27998         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28000         (gst_mpeg_demux_change_state):
28001           Reset on ready. Fixes 160276.
28002
28003 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28004
28005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28006
28007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28008         (gst_ffmpegcsp_pad_link):
28009           Fix memleak (#154815).
28010
28011 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28012
28013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28016         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28017         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28018         * ext/musicbrainz/gsttrm.h:
28019           Add support for using a proxy server when getting a trm id from
28020           the MusicBrainz database (#149613).
28021
28022 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28023
28024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28025
28026         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28027         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28028           Fix memleaks (#157233).
28029
28030 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28031
28032         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28033
28034         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28035         * gst-libs/gst/resample/resample.h:
28036         * gst/audioscale/gstaudioscale.c:
28037           Fix memleak (#159215).
28038
28039 2004-12-16  Toni Willberg  <toniw@iki.fi>
28040
28041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28042
28043         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28044         * sys/oss/oss_probe.c: (main):
28045           Check for mono/stereo support (similar to samplerate probing),
28046           fixes #159433. Also add missing copyright header to oss_probe.c.
28047
28048 2004-12-15  David Schleef  <ds@schleef.org>
28049
28050         * configure.ac: add audioresample and cairo plugins.  Remove
28051         HAVE_MMX stuff, because it's not used.
28052         * ext/Makefile.am: same
28053         * ext/audioresample/Makefile.am: You are not ready for an
28054         audio resampling element based on audioresample.
28055         * ext/audioresample/gstaudioresample.c:
28056         * ext/audioresample/gstaudioresample.h:
28057         * ext/cairo/Makefile.am: You are not ready for overlay elements
28058         based on cairo.  Don't look too closely, these elements kinda
28059         suck right now.
28060         * ext/cairo/gstcairo.c: new
28061         * ext/cairo/gsttextoverlay.c: new
28062         * ext/cairo/gsttextoverlay.h: new
28063         * ext/cairo/gsttimeoverlay.c: new
28064         * ext/cairo/gsttimeoverlay.h: new
28065         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28066         problem with compilers that don't support variadic macros.
28067
28068 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28069
28070         Reviewed by:  David Schleef  <ds@schleef.org>
28071
28072         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28073         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28074         bit.  Also ran indent-gst.
28075         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28076         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28077         (gst_sunaudiosrc_setparams):
28078
28079 2004-12-14  David Schleef  <ds@schleef.org>
28080
28081         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28082         output rate to 16000.  Should fix #160235.
28083
28084 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28085
28086         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28087         Add typefinding for mpeg2 pes streams
28088
28089 2004-12-13  David Schleef  <ds@schleef.org>
28090
28091         * configure.ac:  Applied patch from bug #143659, making default
28092         sources and sinks OS-dependent (for Solaris), and added code
28093         for OS/X.
28094         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28095
28096 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28097
28098         * gst-libs/gst/riff/riff-media.c:
28099           forgot to add h2.64 to avidemux template caps
28100
28101 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28102
28103         * gst/wavenc/riff.h:
28104         * gst-libs/gst/riff/riff-media.c:
28105         * gst-libs/gst/riff/riff-ids.h:
28106         * gst/avi/gstavimux.c
28107         add 4CC code for VideoSoft h264 in AVI (VSSH)
28108           fixes bug #160655
28109         remove s323 from riff, it's quicktime specific :(
28110
28111 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28112
28113         * gst/asfdemux/README
28114         * gst/wavenc/riff.h
28115         * gst-libs/gst/riff/riff-ids.h
28116         * gst-libs/gst/riff/riff-media.c
28117         * gst/qtdemux/qtdemux.c:
28118           add new 4CC codes for h263 related codecs
28119           fixes partially bug #155163
28120
28121 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28122
28123         * configure.ac: Update polyaudio requirement to 0.7
28124         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28125
28126 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28127
28128         * gst/interleave/deinterleave.c:
28129         fix my name's spelling! :)
28130
28131 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28132
28133         * AUTHORS ChangeLog
28134         * gst/auparse/gstauparse.c
28135         * gst/interleave/deinterleave.c
28136         * gst/law/:
28137                 alaw-decode.c alaw-encode.c
28138                 mulaw-decode.c mulaw-encode.c
28139         * gst/oneton/gstoneton.c
28140         * sys/osxaudio/:
28141                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28142         * sys/osxvideo/:
28143                 cocoawindow.h cocoawindow.m
28144                 osxvideosink.h osxvideosink.m
28145
28146         put the same mail address for Zaheer Abbas Merali everywhere
28147
28148 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28149
28150         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28151           Align by packetsize, and assert that we a packet available before
28152           playing. The first makes webstreams work (they often include
28153           trailing padding data in a packet), the second allows pausing a
28154           ASF stream in totem without getting demux errors afterwards.
28155
28156 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28157
28158         * ext/ogg/gstoggdemux.c: (get_relative):
28159           Check for non-NULL before accessing member (end-of-chain).
28160
28161 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28164         (cdparanoia_set_property), (cdparanoia_get_property):
28165         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28166         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28167         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28168         (dvdreadsrc_init), (dvdreadsrc_set_property),
28169         (dvdreadsrc_get_property):
28170         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28171         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28172           Synchronize property names where not yet the case. Devices are
28173           now device=X, other versions are deprecated (but still exist).
28174           Also use g_free() unconditionally.
28175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28176         (setup_source), (gst_play_base_bin_get_property):
28177           Expose source.
28178
28179 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28180
28181         * configure.ac: move GCONF macro outside conditional for the am
28182           conditional. Fixes #160439
28183
28184 2004-12-08  David Schleef  <ds@schleef.org>
28185
28186         * tools/gst-visualise-m.m: Switch to elements that currently
28187         exist.
28188
28189 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28192           We love wrong commas.
28193
28194 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28195
28196         * gst/matroska/matroska-demux.c:
28197         (gst_matroska_demux_handle_src_query):
28198           Don't set DEFAULT, unsupported - makes length display incorrectly
28199           in some cases.
28200
28201 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28202
28203         * gst/monoscope/README: remove blurb about files being GPL
28204         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28205         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28206           monoscope is now effectively LGPL licensed
28207
28208 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28209
28210         * gst/monoscope/README: Update information to be more correct
28211         * gst/monoscope/convolve.c: Relicense to LGPL
28212         * gst/monoscope/convolve.h: Relicense to LGPL
28213
28214 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28215
28216         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28217           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28219           set default_duration for mpeg1 audio
28220
28221 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28222
28223         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28224         * ext/alsa/gstalsa.h:
28225           refactor big chunks of the core caps negotiation code to make it
28226           a lot faster, because people claim it's really slow
28227           (actually, just cache the getcaps when the device is opened)
28228
28229 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28230
28231         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28232         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28233         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28234         (gst_a52dec_change_state), (plugin_init):
28235         * ext/a52dec/gsta52dec.h:
28236           Do something useful with timestamps. Make chain-based (since
28237           there's really no reason to be loopbased).
28238         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28239           Update current_byte/frame correctly.
28240
28241 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28244         (gst_ape_demux_stream_init):
28245           Forward tags, too.
28246
28247 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28250           Let's make sure we're done typefinding when detecting tags.
28251
28252 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28253
28254         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28255         (gst_ebml_read_init), (gst_ebml_read_use_event),
28256         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28257         (gst_ebml_read_seek), (gst_ebml_read_skip),
28258         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28259         (gst_ebml_read_master):
28260         * gst/matroska/ebml-read.h:
28261         * gst/matroska/matroska-demux.c:
28262         (gst_matroska_demux_parse_contents),
28263         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28264           Disgustingly evil hack for working around INTERRUPT events and
28265           their extremely annoying habit of being a pain in the ass. We
28266           simply peek a cluster before reading any of it.
28267
28268 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28269
28270         * ext/musepack/gstmusepackdec.cpp:
28271           There's also floating point libmusepacks.
28272
28273 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28276         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28277           Set DURATION even if source buffer didn't. Also use increasing
28278           timestamps.
28279         * gst-libs/gst/riff/riff-media.c:
28280         (gst_riff_create_audio_caps_with_data):
28281           Block_align can have larger values than 8192.
28282
28283 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28286         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28287         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28288         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28289           Fix caps.
28290
28291 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28294           Fix logic bug.
28295
28296 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28297
28298         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28299           Yay, another one.
28300
28301 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28302
28303         * ext/esd/esdsink.c: (gst_esdsink_chain):
28304           Make error actually say something useful (fixes #156798).
28305         * gst-libs/gst/riff/riff-media.c:
28306         (gst_riff_create_video_caps_with_data),
28307         (gst_riff_create_video_template_caps):
28308           Add Intel Video 5.0 fourcc (IV50).
28309
28310 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28311
28312         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28313         detection on mono and stereo mp3 files.
28314
28315 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28318           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28319           the contained stream).
28320
28321 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28324           Oops, remove debug.
28325
28326 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28327
28328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28329
28330         * gst/law/alaw-decode.c: (alawdec_getcaps):
28331         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28332           Prevent warnings when negotiating caps (fixes #159338).
28333
28334 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28337         (gst_ffmpegcsp_chain):
28338           Remove old leftover that shouldn't be there...
28339
28340 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28341
28342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28343
28344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28345           Don't forward DISCONT events (fixes #159684).
28346
28347 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28348
28349         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28350           Unlink manually since sometimes bin disposal (and therefore
28351           pad unlinking) is delayed, which will cause a new media file
28352           to not be able to start playing instantly.
28353
28354 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28357           On mute of an unlinked stream, check for pad availability so
28358           we don't crash on unlinked pad.
28359
28360 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28363         (gst_avi_demux_massage_index):
28364           Fix quite humiliating bug in omitting 0-sized index chunks but
28365           forgetting to count them for timestamps.
28366
28367 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28370           Actually leave the loop if we failed to sync. Don't crash.
28371
28372 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28373
28374         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28375         (gst_dvd_demux_process_private):
28376         * gst/mpegstream/gstdvddemux.h:
28377           Fix crash (#159759). Doesn't work, though. :-(.
28378
28379 2004-11-28  Benjamin Otte  <otte@gnome.org>
28380
28381         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28382           more overwriting protection due to modifying channels one by one
28383           instead of all at once
28384
28385 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * gst/audioconvert/gstchannelmix.c:
28388         (gst_audio_convert_fill_normalize):
28389           Normalize using absolute values.
28390
28391 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28392
28393         * configure.ac:
28394         * ext/Makefile.am:
28395         * ext/directfb/Makefile.am:
28396         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28397         (gst_directfbvideosink_get_pixel_format),
28398         (gst_directfbvideosink_get_format_from_fourcc),
28399         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28400         (gst_directfbvideosink_sink_link),
28401         (gst_directfbvideosink_change_state),
28402         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28403         (gst_directfbvideosink_buffer_alloc),
28404         (gst_directfbvideosink_interface_supported),
28405         (gst_directfbvideosink_interface_init),
28406         (gst_directfbvideosink_navigation_send_event),
28407         (gst_directfbvideosink_navigation_init),
28408         (gst_directfbvideosink_set_property),
28409         (gst_directfbvideosink_get_property),
28410         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28411         (gst_directfbvideosink_base_init),
28412         (gst_directfbvideosink_class_init),
28413         (gst_directfbvideosink_get_type), (plugin_init):
28414         * ext/directfb/directfbvideosink.h: Adding a first version of
28415         directfbvideosink.
28416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28417         more.
28418
28419 2004-11-28  Benjamin Otte  <otte@gnome.org>
28420
28421         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28422           walk the samples backwards if out_channels > in_channels so we don't
28423           overwrite data
28424
28425 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * gst/audioconvert/Makefile.am:
28428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28429         (gst_audio_convert_link), (gst_audio_convert_change_state),
28430         (gst_audio_convert_channels):
28431         * gst/audioconvert/gstchannelmix.c:
28432         (gst_audio_convert_unset_matrix),
28433         (gst_audio_convert_fill_identical),
28434         (gst_audio_convert_fill_compatible),
28435         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28436         (gst_audio_convert_fill_others),
28437         (gst_audio_convert_fill_normalize),
28438         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28439         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28440         * gst/audioconvert/gstchannelmix.h:
28441           Implement a channel mixer.
28442
28443 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28444
28445         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28446         * ext/alsa/gstalsa.h:
28447         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28448         Make alsasink actually honor gst_element_set_clock and use that
28449         clock instead of its internal one.
28450
28451 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28452
28453         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28454         (gst_play_base_bin_change_state): nullify source and decoder when
28455         going from READY to NULL so that we don't try to do weird stuff with
28456         them when going from NULL to READY
28457         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28458         instead of g_object_unref
28459         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28460         it should be correct
28461         (gst_play_bin_change_state): don't call remove_sinks if we are
28462         currently disposing the object
28463
28464 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28465
28466         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28467           Don't forget bass if it's there. Else left channel is silent...
28468
28469 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28470
28471         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28472         (gst_a52dec_change_state):
28473           Don't do sample adjusting anymore, we use float audio now.
28474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28475           Don't fixate to non-existing properties.
28476
28477 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28478
28479         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28480         (gst_a52dec_change_state):
28481           Advertise that we can do surround sound.
28482
28483 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28486           Add buffer-frames=0.
28487         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28488         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28489         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28490         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28491         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28492         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28493         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28494         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28495         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28496         * ext/dvdread/dvdreadsrc.h:
28497           Add seeking, querying for bytes, sectors, title, angle and
28498           chapter. Handle multiple chapters. Relicense to LGPL because
28499           Billy agreed on that (thanks Billy!).
28500
28501 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28502
28503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28504         call parent dispose method
28505
28506 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28507
28508         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28509         (gst_audio_clock_get_internal_time):
28510         Fix active <-> inactive transitions: ensure time value always
28511         grows and avoid abrupt value changes.
28512
28513 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28514
28515         * configure.ac:
28516         * gst/tta/Makefile.am:
28517         * gst/tta/crc32.h:
28518         * gst/tta/filters.h:
28519         * gst/tta/gsttta.c:
28520         * gst/tta/gstttadec.c:
28521         * gst/tta/gstttadec.h:
28522         * gst/tta/gstttaparse.c:
28523         * gst/tta/gstttaparse.h:
28524         * gst/tta/ttadec.h:
28525           added TTA parser and decoder
28526
28527 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28528
28529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28530         (probe_triggered), (check_queue), (buffer_underrun),
28531         (buffer_running), (buffer_overrun), (gen_source_element),
28532         (setup_source):
28533         * gst/playback/gstplaybasebin.h:
28534           Implement buffering. Needs some more work.
28535
28536 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * ext/theora/theoradec.c: (theora_dec_chain):
28539           Fix ilog mask range overflow.
28540
28541 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28542
28543         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28544           Don't omit the last (which in case of dmix is the only :) )
28545           channel count. Don't set channels if <= 2.
28546
28547 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28548
28549         * gst/playback/gstplaybin.c: (gen_video_element),
28550         (gen_audio_element): Removed 2 obsolete comments
28551
28552 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28553
28554         * ext/vorbis/oggvorbisenc.c
28555         * ext/vorbis/vorbisenc.c :
28556           change description fields of those plugins to differentiate them
28557           (pitivi show Encoders by description, they had the same one)
28558
28559 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28560
28561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28564         (gst_play_bin_set_property), (gen_video_element),
28565         (gen_audio_element):
28566           Refcounting fixes for provided audio-/videosinks.
28567
28568 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28569
28570         * gst/playback/gstplaybin.c: (gen_video_element),
28571         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28572           Don't reference all sinks, but only the video- and audiosinks.
28573           The vis. element should be disposed when we're done with it.
28574           We don't have any reason to keep it around. This fixes warnings
28575           when reusing playbin for playing multiple audio files with
28576           vis. enabled. Also release audio device on pause - idea stolen
28577           from Rhythmbox.
28578
28579 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28582         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28583         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28584         * ext/alsa/gstalsaplugin.c: (plugin_init):
28585         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28586         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28587         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28588         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28589         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28590         (gst_faad_change_state), (plugin_init):
28591         * ext/faad/gstfaad.h:
28592         * ext/vorbis/vorbis.c: (plugin_init):
28593         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28594         * gst-libs/gst/audio/Makefile.am:
28595         * gst-libs/gst/audio/audio.c: (plugin_init):
28596         * gst-libs/gst/audio/multichannel.c:
28597         (gst_audio_check_channel_positions),
28598         (gst_audio_get_channel_positions),
28599         (gst_audio_set_channel_positions),
28600         (gst_audio_set_structure_channel_positions_list),
28601         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28602         (gst_audio_fixate_channel_positions):
28603         * gst-libs/gst/audio/multichannel.h:
28604         * gst-libs/gst/audio/testchannels.c: (main):
28605         * gst/audioconvert/gstaudioconvert.c:
28606         (gst_audio_convert_class_init), (gst_audio_convert_init),
28607         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28608         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28609         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28610         * gst/audioconvert/plugin.c: (plugin_init):
28611           Surround sound support.
28612
28613 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28616           Fix position for discont if we're close as well. Nitpicking, but
28617           saves a few milliseconds of extra waiting or skipping.
28618
28619 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28622           We sometimes need parsers for playback, so add those too.
28623
28624 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28625
28626         * configure.ac:
28627         * gst/apetag/Makefile.am:
28628         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28629         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28630         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28631         (gst_ape_demux_get_src_query_types),
28632         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28633         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28634         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28635         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28636         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28637         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28638         (gst_ape_demux_change_state):
28639         * gst/apetag/apedemux.h:
28640         * gst/apetag/apetag.c: (plugin_init):
28641         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28642         (plugin_init):
28643           APE v1/2 tag reader plus typefind function.
28644
28645 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28646
28647         * configure.ac:
28648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28650           Remove hacks for older core. Require newer core version
28651           accordingly.
28652
28653 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * gst/cdxaparse/Makefile.am:
28656         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28657         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28658         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28659         * gst/cdxaparse/gstcdxaparse.h:
28660         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28661         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28662         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28663         (gst_cdxastrip_get_src_query_types),
28664         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28665         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28666         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28667         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28668         * gst/cdxaparse/gstcdxastrip.h:
28669           SVCD/VCD header stripping separated from CDXA image parsing.
28670         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28671         (plugin_init):
28672           Add VCD/SVCD header typefinding for VCD/SVCD.
28673         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28674         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28675         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28676         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28677         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28678         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28679         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28680         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28681         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28682         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28683         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28684         * sys/vcd/vcdsrc.h:
28685           Fix up, add seeking, querying, URI interface. Works in totem now.
28686
28687 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28688
28689         * configure.ac:
28690           back to CVS
28691
28692 === release 0.8.6 ===
28693
28694 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28695
28696         * NEWS:
28697         * RELEASE:
28698         * configure.ac:
28699         * po/af.po:
28700         * po/az.po:
28701         * po/cs.po:
28702         * po/en_GB.po:
28703         * po/hu.po:
28704         * po/it.po:
28705         * po/nb.po:
28706         * po/nl.po:
28707         * po/or.po:
28708         * po/sq.po:
28709         * po/sr.po:
28710         * po/sv.po:
28711         * po/uk.po:
28712           releasing 0.8.6, "IOU Love"
28713
28714 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28715
28716         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28717
28718         * gst/playback/gstplaybasebin.c:
28719           Fix unplayable files error handling.  Fixes #158365
28720
28721 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28722
28723         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28724
28725         * gst/typefind/gsttypefindfunctions.c:
28726           Fix broken mp3 typefinding.  Fixes #158375
28727
28728 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28729
28730         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28731
28732         * ext/ogg/gstoggdemux.c:
28733           Fix sync on broken files.  Fixes #158976
28734
28735 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         patch by: Edward Hervey <bilboed@bilboed.com>
28738
28739         * ext/libpng/gstpngenc.c:
28740           Copy over buffer properties.  Fixes #158832
28741
28742 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28743
28744         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28745
28746         * ext/dvdread/dvdreadsrc.c:
28747           Fixes invalid reads (#158462)
28748
28749 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28750
28751         * sys/v4l/gstv4lsrc.c:
28752         * sys/v4l/gstv4lsrc.h:
28753         * sys/v4l/v4lsrc_calls.c:
28754           Probe less and cache it.  Fixes #159187.
28755
28756 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28757
28758         * gst/videorate/gstvideorate.c:
28759           Handle all video formats. Fixes #159186.
28760
28761 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28762         * gst/synaesthesia/gstsynaesthesia.c:
28763         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28764         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28765         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28766         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28767         (gst_synaesthesia_change_state), (plugin_init):
28768         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28769         Force 320x200 output, as that's the only thing the underlying
28770         synaesthesia implementation supports. Still needs to be made
28771         re-entrant.
28772
28773 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28774
28775         * configure.ac:
28776           Fix mpeg2enc configure check (similar to mplex check below).
28777
28778 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28779
28780         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28783           Fix for gcc-2.95 (fixes #158221).
28784
28785 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28788           Re-add clock distribution hack (until new core is released).
28789           Fixes #158125.
28790
28791 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28792         * configure.ac:
28793           fix mplex configure check segfaulting on some systems (bug #140994)
28794
28795 2004-11-13  Benjamin Otte  <otte@gnome.org>
28796
28797         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28798           add debugging
28799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28800           do a wait when we enter the loop func with no data available to
28801           write instead of getting into an 100% CPU loop by just returning and
28802           being called again by the scheduler
28803
28804 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28805
28806         * configure.ac:
28807         * ext/libvisual/visual.c: (gst_visual_get_type),
28808         (libvisual_log_handler), (gst_visual_getcaps),
28809         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28810         (plugin_init):
28811           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28812         * ext/smoothwave/Makefile.am:
28813         * ext/smoothwave/demo-osssrc.c: (main):
28814         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28815         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28816         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28817         (plugin_init):
28818         * ext/smoothwave/gstsmoothwave.h:
28819           Make gstsmoothwave a working element in the 20th century.
28820
28821         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28822           Fix incorrect link function
28823
28824 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28825
28826         * gst/volume/gstvolume.c:
28827           Allow buffer-frames=0.
28828
28829 2004-11-12 Iain <iaingnome@gmail.com>
28830
28831         * configure.ac: Check for polypaudio
28832
28833         * ext/Makefile.am: Build the polyp dir
28834
28835         * ext/polyp: The polypsink sources.
28836
28837 2004-10-30 Iain <iaingnome@gmail.com>
28838
28839         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28840         caps to reflect the new number of channels.
28841
28842 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28843
28844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28845           Fix for negotiation order problem. This would show when the
28846           ALSA loopfuction was called before any other function. ALSA
28847           wouldn't do anything because we're not negotiated yet, leading
28848           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28849
28850 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28851
28852         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28853
28854         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28855           No warnings (#157986).
28856
28857 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28858
28859         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28860           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28861
28862 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28865           Signal no-more-pads (so it works in playbin).
28866
28867 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28868
28869         * ext/musepack/gstmusepackreader.cpp:
28870           Workaround for older core.
28871
28872 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28875           Actually test for odd width/height rather than testing whether
28876           a temporary variable that was 0 before we subtracted 1 is now
28877           not equal to zero (which it always is).
28878
28879 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28880
28881         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28882         Fix compilation if HAVE_XVIDEO is not defined
28883
28884 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28885
28886         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28887         Fix compilation if HAVE_XVIDEO is not defined
28888
28889 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28890
28891         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28892         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28893         (gst_goom_change_state), (plugin_init):
28894         Use the bytestream adapter so goom doesn't depend on the input
28895         buffer size.
28896         Add a debug category
28897
28898 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28899
28900         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28901           Only set hardware parameters *after* negotiation. Before
28902           negotiation, it will set ANY and that seems to cause crashes
28903           (see e.g. #151288, #153227).
28904
28905 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28906
28907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28908           This seems to be antique leftover. It needs to pass error
28909           checking.
28910         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28911         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28912         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28913         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28914           Fix GstXOverlay implementation (#151059).
28915
28916 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28917
28918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28919           Don't assert (#157853).
28920
28921 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28922
28923         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28924           Fix bytes/samples confustion.
28925         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28926           Fix for underrun (#144389).
28927
28928 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28929
28930         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28931           Disable halfway-seek for pending release (since it needs a new
28932           core release).
28933
28934 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28935
28936         * sys/v4l/gstv4lsrc.c:
28937         * sys/v4l/gstv4lsrc.h:
28938         * sys/v4l/v4lsrc_calls.c:
28939           add autoprobe-fps property so we can separate autoprobing parts
28940
28941 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28942
28943         * sys/v4l/gstv4lsrc.c:
28944         * sys/v4l/v4lsrc_calls.c:
28945         initialise fourcc to catch unset fourcc's, and debug
28946
28947 2004-11-09  Wim Taymans  <wim@fluendo.com>
28948
28949         * gst/playback/README:
28950         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28951         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28952         (gst_play_bin_dispose), (gst_play_bin_set_property),
28953         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28954         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28955         (gst_play_bin_get_formats), (gst_play_bin_convert),
28956         (gst_play_bin_get_query_types), (gst_play_bin_query):
28957         Cleanups and some more documentation.
28958
28959 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28960
28961         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28962         (gst_cacasink_init), (gst_cacasink_chain):
28963         * ext/libcaca/gstcacasink.h:
28964         Cacasink inherits from VideoSink, so let that store the clock.
28965
28966 2004-11-09  Wim Taymans  <wim@fluendo.com>
28967
28968         * gst/playback/README:
28969         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28970         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28971         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28972         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28973         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28974         (setup_sinks):
28975         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28976         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28977         * gst/playback/gststreaminfo.h:
28978         Updated README.
28979         Only switch groups if all streams have muted (EOSed).
28980         Send Tags in sync with the stream playback instead of in
28981         the playback/preroll phase.
28982         Some cleanups, free the fakesrc elements.
28983
28984 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28985
28986         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28987           buffer-frames property was missing
28988         * ext/arts/gst_arts.c:
28989           rate missing from sinkcaps
28990         * ext/audiofile/gstafparse.c:
28991         * ext/audiofile/gstafsink.c:
28992         * ext/audiofile/gstafsrc.c:
28993         * ext/swfdec/gstswfdec.c:
28994           int audio doesn't know buffer-frames
28995         * ext/cdparanoia/gstcdparanoia.c:
28996           int audio doesn't know chunksize either
28997         * ext/nas/nassink.c:
28998           it's endianness, not endianess
28999         * gst-libs/gst/audio/audio.h:
29000           make float standard pad template caps really describe float
29001         * gst/law/mulaw.c: (linear_factory):
29002           signed only, please
29003         * gst/mpegstream/gstdvddemux.c:
29004           widths of 20 are not valid
29005
29006 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29009
29010         * po/LINGUAS:
29011         * po/it.po:
29012           Add Italian
29013
29014 2004-11-08  Wim Taymans  <wim@fluendo.com>
29015
29016         * gst/playback/README:
29017         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29018         * gst/playback/gstplaybasebin.c: (probe_triggered),
29019         (gst_play_base_bin_change_state):
29020         Updated README, added more comments for fixmes etc..
29021
29022 2004-11-08  Wim Taymans  <wim@fluendo.com>
29023
29024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29025         We can remove this hack now.
29026
29027 2004-11-08  Wim Taymans  <wim@fluendo.com>
29028
29029         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29030         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29031         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29032         Only mix AYUV for maximum quality.
29033
29034 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29035
29036         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29037         (gst_ogg_demux_push), (gst_ogg_pad_push):
29038           Let's act as if we're synchronized now! :).
29039         * ext/theora/theoradec.c: (theora_dec_chain):
29040           Add some debug.
29041
29042 2004-11-08  Wim Taymans  <wim@fluendo.com>
29043
29044         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29045         (gst_alpha_set_property), (gst_alpha_sink_link),
29046         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29047         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29048         (gst_alpha_init_params), (gst_alpha_chain):
29049         Implement alpha functions for AYUV too, this increases
29050         accuracy quite a bit.
29051
29052 2004-11-08  Wim Taymans  <wim@fluendo.com>
29053
29054         * gst/ffmpegcolorspace/avcodec.h:
29055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29056         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29057         (gst_ffmpegcsp_avpicture_fill):
29058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29059         (gst_ffmpegcsp_caps_remove_format_info):
29060         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29061         (shrink12), (img_get_alpha_info), (deinterlace_line),
29062         (deinterlace_line_inplace):
29063         * gst/ffmpegcolorspace/imgconvert_template.h:
29064         Added AYUV colorspace and handle RGBA a bit more respectful.
29065
29066 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29069           Actually always send a discont (cornercase when resending the
29070           same serial-tagged chain twice).
29071
29072 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29073
29074         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29075         (gst_ximagesink_finalize):
29076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29077         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29078
29079 2004-11-08  Wim Taymans  <wim@fluendo.com>
29080
29081         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29082         Don't segfault on NULL data.
29083
29084 2004-11-08  Wim Taymans  <wim@fluendo.com>
29085
29086         * gst/playback/gstdecodebin.c: (unlinked):
29087         * gst/playback/gstplay-marshal.list:
29088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29089         (gst_play_base_bin_init), (group_create), (get_active_group),
29090         (get_building_group), (group_destroy), (group_commit),
29091         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29092         (add_element_stream), (no_more_pads), (probe_triggered),
29093         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29094         (state_change), (setup_source), (gst_play_base_bin_get_property),
29095         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29096         (gst_play_base_bin_link_stream),
29097         (gst_play_base_bin_get_streaminfo):
29098         * gst/playback/gstplaybasebin.h:
29099         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29100         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29101         Add support for chained ogg files. Prepare for playlist
29102         support. This patch introduces the concept of pad groups, which
29103         together compose one playable media file.
29104
29105 2004-11-07  David Schleef  <ds@schleef.org>
29106
29107         * testsuite/gst-lint: Check for pad templates that aren't statically
29108         scoped.
29109
29110 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29111
29112         * configure.ac:
29113         * ext/Makefile.am:
29114         * ext/musepack/Makefile.am:
29115         * ext/musepack/gstmusepackdec.cpp:
29116         * ext/musepack/gstmusepackdec.h:
29117         * ext/musepack/gstmusepackreader.cpp:
29118         * ext/musepack/gstmusepackreader.h:
29119           Add musepack decoder.
29120         * ext/faad/gstfaad.c: (gst_faad_base_init):
29121           Make pad templates static.
29122         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29123         (plugin_init):
29124           Add musepack typefinder, make mp3 typefinding work halfway stream,
29125           which doesn't actually work yet because id3demux doesn't implement
29126           _get_length().
29127
29128 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29129
29130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29131         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29132           Fix interrupt event handling (#144436).
29133
29134 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29135
29136         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29137           Hide unused glory.
29138
29139 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29140
29141         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29144           Fix weird caps (#157548).
29145
29146 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29147
29148         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29149
29150         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29151           Add missing NULL terminator (#157543).
29152
29153 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29154
29155         * gst/tcp/gsttcp.h:
29156         * gst/tcp/gsttcpclientsink.c:
29157         * gst/tcp/gsttcpclientsrc.c:
29158         * gst/tcp/gsttcpserversink.c:
29159         * gst/tcp/gsttcpserversrc.c:
29160           ports can go up to 65535.  Move common defines to gsttcp.h
29161
29162 2004-11-05  Wim Taymans  <wim@fluendo.com>
29163
29164         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29165         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29166         Added two more colorspaces.
29167
29168 2004-11-05  Wim Taymans  <wim@fluendo.com>
29169
29170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29171         (gst_ffmpegcsp_avpicture_fill):
29172         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29173         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29174         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29175         More stride fixes.
29176
29177 2004-11-05  Wim Taymans  <wim@fluendo.com>
29178
29179         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29180         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29181         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29182         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29183         (gst_videomixer_loop):
29184         More stride fixes.
29185
29186 2004-11-05  Benjamin Otte  <otte@gnome.org>
29187
29188         * ext/mad/gstmad.c: (gst_mad_chain):
29189           don't overflow data buffer. Flush not needed sync data when syncing
29190           failed.
29191
29192 2004-11-04  Wim Taymans  <wim@fluendo.com>
29193
29194         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29195         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29196         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29197         (gst_alpha_init_params), (gst_alpha_chain),
29198         (gst_alpha_change_state):
29199         Updated the chroma keying algorithm with something more
29200         sophisticated.
29201
29202 2004-11-03  Wim Taymans  <wim@fluendo.com>
29203
29204         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29205         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29206         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29207         Fix stride issues. Does not completely work for odd
29208         heights.
29209
29210 2004-11-03  Wim Taymans  <wim@fluendo.com>
29211
29212         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29213         (gst_alpha_chroma_key), (gst_alpha_chain):
29214         Fix stride issues. Does not completely work for odd
29215         heights.
29216
29217 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29218
29219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29220         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29221         leak fixes
29222
29223 2004-11-03  Wim Taymans  <wim@fluendo.com>
29224
29225         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29226         (gst_ffmpegcsp_avpicture_fill):
29227         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29228         (avpicture_alloc):
29229         * gst/ffmpegcolorspace/imgconvert_template.h:
29230         Use correct _fill function to get correct strides.
29231
29232 2004-11-02  David Schleef  <ds@schleef.org>
29233
29234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29235         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29236         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29237         Change all g_print()s to debugging.  Add a bunch of consistency
29238         checks.
29239
29240 2004-11-02  Wim Taymans  <wim@fluendo.com>
29241
29242         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29243         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29244         (unlinked), (no_more_pads), (close_link):
29245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29246         (unknown_type), (add_element_stream), (new_decoded_pad),
29247         (removed_decoded_pad), (setup_source):
29248         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29249         (gst_stream_info_class_init), (gst_stream_info_init),
29250         (gst_stream_info_new), (gst_stream_info_dispose),
29251         (stream_info_mute_pad), (gst_stream_info_set_property),
29252         (gst_stream_info_get_property):
29253         * gst/playback/gststreaminfo.h:
29254         Fix playback of multiple files.
29255         a slightly different approach to handling dynamic pad removals.
29256         This one only looks at pads that we have linked.
29257
29258 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29259
29260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29261         free" warning from libc.
29262
29263 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29266         (get_unconnected_element), (remove_starting_from), (pad_removed),
29267         (close_link):
29268           Implement support for dynamic pad changing. We listen to "live"
29269           pad removals (i.e. while playing) and re-setup autoplugging
29270           after that. Playbasebin/playbin need some more work for this
29271           to finally work, but decodebin supports (and replugs) chained
29272           ogg now.
29273
29274 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29275
29276         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29277         (gst_alsa_finalize):
29278         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29279         (gst_cdaudio_finalize):
29280         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29281         (cdparanoia_finalize):
29282         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29283         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29284         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29285         (dvdreadsrc_finalize):
29286         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29287         (gst_flacdec_finalize):
29288         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29289         (gst_flacenc_finalize):
29290         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29291         (gst_gnomevfssink_finalize):
29292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29293         (gst_gnomevfssrc_finalize):
29294         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29295         (gst_fameenc_finalize):
29296         * ext/nas/nassink.c: (gst_nassink_class_init),
29297         (gst_nassink_finalize):
29298         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29299         (gst_sdlvideosink_class_init):
29300         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29301         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29302         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29303         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29304         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29305         (gst_x_window_listener_dispose):
29306         * gst/audioscale/gstaudioscale.c:
29307         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29308         (play_on_demand_finalize):
29309         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29311         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29312         (cdplayer_finalize):
29313         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29314         (gst_glimagesink_class_init):
29315         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29316         (gst_osselement_finalize):
29317         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29318         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29319         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29320           Fixes a bunch of problems with finalize and dispose functions,
29321           either assumptions that dispose is only called once, or not calling
29322           the parent class dispose/finalize function
29323
29324 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29325
29326         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29327           added two api precondition guards
29328           use g_strdup with getenv to fix crash when using ENVVAR
29329
29330 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29331         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29332         (gst_esdsink_finalize):
29333         Use a finalize function, not dispose, and more importantly,
29334         call the parent class finalize function too
29335
29336 2004-11-01  Johan Dahlin  <johan@gnome.org>
29337
29338         * ext/ogg/gstoggdemux.c:
29339         * gst/tags/gstvorbistag.c:
29340         Plug leaks.
29341
29342 2004-10-31  Benjamin Otte  <otte@gnome.org>
29343
29344         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29345           lotsa memleaks today. But they're all small...
29346
29347 2004-10-31  Benjamin Otte  <otte@gnome.org>
29348
29349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29350           another memleak crushed
29351
29352 2004-10-31  Benjamin Otte  <otte@gnome.org>
29353
29354         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29355           fix memleak
29356
29357 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29358
29359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29360           Hack to prevent crash when going to READY inside signal handler
29361           while this function is active.
29362
29363 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * gst/ffmpegcolorspace/Makefile.am:
29366         * gst/ffmpegcolorspace/avcodec.h:
29367         * gst/ffmpegcolorspace/common.h:
29368         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29369         * gst/ffmpegcolorspace/dsputil.h:
29370         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29372         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29373         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29374         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29375         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29376         (gst_ffmpegcsp_avpicture_fill):
29377         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29379         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29380         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29381         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29382         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29383         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29384         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29385         * gst/ffmpegcolorspace/imgconvert.c:
29386         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29387         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29388         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29389         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29390         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29391         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29392         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29393         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29394         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29395         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29396         (grow21), (grow22), (grow41), (grow44), (conv411),
29397         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29398         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29399         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29400         (avpicture_free), (is_yuv_planar), (img_convert),
29401         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29402         (deinterlace_line_inplace), (deinterlace_bottom_field),
29403         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29404         * gst/ffmpegcolorspace/imgconvert_template.h:
29405         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29406         * gst/ffmpegcolorspace/mmx.h:
29407         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29408         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29409         (av_freep), (avcodec_get_context_defaults),
29410         (avcodec_alloc_context), (avcodec_init):
29411           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29412           handling plus update from ffmpeg CVS. Large clean-up.
29413
29414 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29415
29416         * gst/playback/Makefile.am:
29417           We need the marshallers for decodebin, too.
29418
29419 2004-10-30  David Schleef  <ds@schleef.org>
29420
29421         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29422           quicktime typefinding work with 64-bit offsets.
29423
29424 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29425
29426         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29427           Set EOS on the element when processing an EOS event.
29428         * ext/speex/gstspeexdec.h:
29429         * ext/speex/gstspeexenc.h:
29430           Only keep a const ptr to the mode
29431         * gst-libs/gst/riff/riff-media.c:
29432         (gst_riff_create_audio_caps_with_data),
29433         (gst_riff_create_audio_template_caps):
29434           Allow WMAV3, with up to 6 channels.
29435         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29436           Don't call gst_pad_set_event_function on a sink pad.
29437         * gst/mpegstream/gstdvddemux.c:
29438         (gst_dvd_demux_get_subpicture_stream),
29439         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29440           Copy the explicit caps that were set across to the cur_* pads,
29441           instead of trying to use a possibly non-existent negotiated caps.
29442           Reset the type of subpicture pads to UNKNOWN after calling
29443           init_stream, so that the caps get set.
29444
29445 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29446
29447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29448
29449         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29450           Don't touch buffer if it is of size 0 (fixes #151064).
29451
29452 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29453
29454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29455           Synchronized discont handling.
29456
29457 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29458
29459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29460         (gst_ogg_demux_push):
29461           Make seeking sort-of exact again (fixes #156387).
29462
29463 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * gst/playback/gstplaybasebin.c: (unknown_type),
29466         (add_element_stream), (new_decoded_pad),
29467         (gst_play_base_bin_change_state):
29468         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29469         (gst_stream_info_init), (gst_stream_info_new),
29470         (gst_stream_info_dispose), (gst_stream_info_get_property):
29471         * gst/playback/gststreaminfo.h:
29472           Make caps explicitely available. Makes testing for unsupported
29473           types possible. Improves error reporting.
29474
29475 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29476
29477         * gst/audioconvert/gstaudioconvert.c:
29478         (gst_audio_convert_buffer_to_default_format):
29479           Really don't touch read-only buffers (#156563).
29480
29481 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29482
29483         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29486           Fix memleak (#155223).
29487
29488 2004-10-29  Wim Taymans  <wim@fluendo.com>
29489
29490         * gst/tcp/.cvsignore:
29491         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29492         (gst_multifdsink_class_init), (gst_multifdsink_init),
29493         (gst_multifdsink_add), (gst_multifdsink_remove),
29494         (gst_multifdsink_remove_client_link), (is_sync_frame),
29495         (gst_multifdsink_new_client),
29496         (gst_multifdsink_handle_client_write),
29497         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29498         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29499         (gst_multifdsink_get_property):
29500         * gst/tcp/gstmultifdsink.h:
29501         Added burst on connect sync_method, deprecated sync_clients,
29502         streamlined the sync code some more.
29503
29504 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29505
29506         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29507         (gst_play_base_bin_change_state):
29508           Improve error reporting.
29509
29510 2004-10-28  Wim Taymans  <wim@fluendo.com>
29511
29512         * gst/tcp/Makefile.am:
29513         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29514         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29515         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29516         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29517         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29518         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29519         (gst_fdset_wait):
29520         Added more locks around fdset structures. Fixed/reworked
29521         the poll array resizing code.
29522         Added stress test for fdset.
29523
29524 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29525
29526         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29527         fix build
29528
29529 2004-10-28  Benjamin Otte  <otte@gnome.org>
29530
29531         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29532           fix link function to always query channels and query width for
29533           floats
29534         * configure.ac:
29535           add equalizer dir
29536         * gst/equalizer/Makefile.am:
29537         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29538         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29539         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29540         (arg_to_scale), (setup_filter),
29541         (gst_iir_equalizer_compute_frequencies),
29542         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29543         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29544         (plugin_init):
29545           add an equalizer
29546
29547 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29548
29549         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29550
29551         * po/LINGUAS:
29552         * po/nb.po:
29553           Added Norwegian Bokmaal translation
29554
29555 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29556
29557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29558           Don't break on options (fixes #156488).
29559
29560 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29561
29562         * configure.ac:
29563         * ext/cdaudio/Makefile.am:
29564         * sys/Makefile.am:
29565           fix build on older automake
29566
29567 2004-10-26  Wim Taymans  <wim@fluendo.com>
29568
29569         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29570         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29571         Allow a little margin when negotiating the framerate.
29572
29573 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29574
29575         * gst/level/gstlevel.c:
29576           synchonised naming of pads and pad-templates
29577
29578 2004-10-26  Wim Taymans  <wim@fluendo.com>
29579
29580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29581         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29582         (_find_streams_check), (gst_ogg_demux_push):
29583         Fix EOS again. Needs to be done in a better way. We should not
29584         remove the pad if there is no new chained stream.
29585
29586 2004-10-26 Iain <iaingnome@gmail.com>
29587
29588         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29589         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29590         of the caps.
29591         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29592         pad.
29593         (interleave_release_pad): Remove the pad.
29594         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29595         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29596         the set device.
29597         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29598         attrs
29599         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29600         (gst_xvimagesink_finalize): Free the par.
29601
29602 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29603
29604         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29605         (gst_avimux_stop_file):
29606           First calculate the rate, and only then use it. Hdr.rate is a
29607           multiple and not a derivative of hdr.scale. Scale is not the
29608           same as blockalign but is solely related to rate.
29609
29610 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29611
29612         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29613         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29614           Implement seeking.
29615
29616 2004-10-25  James Henstridge  <james@jamesh.id.au>
29617
29618         Reviewed by:  David Schleef  <ds@schleef.org>
29619
29620         * examples/gstplay/player.c: (got_stream_length), (main):
29621         * examples/seeking/cdplayer.c: (update_scale):
29622         * examples/seeking/seek.c: (format_value), (update_scale):
29623         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29624         (stop_seek):
29625         Build fixes on AMD64.
29626
29627 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29628
29629         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29630
29631         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29632         Fix for some v4l cards which hang in v4lsrc
29633
29634 2004-10-25  Wim Taymans  <wim@fluendo.com>
29635
29636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29637         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29638         Make sure to remove the pad when a new chain is
29639         encountered. Set some vars to NULL so we don't try
29640         to reference freed memory.
29641
29642 2004-10-25  Wim Taymans  <wim@fluendo.com>
29643
29644         * examples/seeking/Makefile.am:
29645         * examples/seeking/cdplayer.c: (update_scale):
29646         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29647         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29648         (format_value), (update_scale), (iterate), (start_seek),
29649         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29650         (print_usage), (main):
29651         Added some more examples, update others.
29652
29653 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29654
29655         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29656         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29657         * ext/theora/theoradec.c: (theora_dec_chain):
29658         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29659           Add codec-name metadata.
29660
29661 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29662
29663         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29666         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29667         * ext/alsa/gstalsamixertrack.h:
29668         * po/POTFILES.in:
29669           ALSA mixer track label internationalization (#154054).
29670
29671 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * ext/theora/theoradec.c: (theora_dec_chain):
29674           Export bitrate as metadata.
29675
29676 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29679         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29680         * ext/alsa/gstalsamixertrack.h:
29681           Fix names, fix loop.
29682
29683 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29686         (speex_dec_convert):
29687           sinkconvert function so oggdemux can get the file length (totem).
29688
29689 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29690
29691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29694           Don't push incomplete packets.
29695         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29696           Fix MPEG-4 audio typefinding.
29697
29698 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * sys/v4l/Makefile.am:
29701         * sys/v4l/gstv4l.c: (plugin_init):
29702         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29703         (gst_v4lelement_init), (gst_v4lelement_dispose),
29704         (gst_v4lelement_change_state):
29705         * sys/v4l/gstv4lelement.h:
29706         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29707         (gst_v4l_xoverlay_close), (idle_refresh),
29708         (gst_v4l_xoverlay_set_xwindow_id):
29709         * sys/v4l/gstv4lxoverlay.h:
29710         * sys/v4l/v4l-overlay_calls.c:
29711         * sys/v4l/v4l_calls.h:
29712         * sys/v4l2/Makefile.am:
29713         * sys/v4l2/gstv4l2.c: (plugin_init):
29714         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29715         (gst_v4l2element_init), (gst_v4l2element_dispose),
29716         (gst_v4l2element_change_state):
29717         * sys/v4l2/gstv4l2element.h:
29718         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29719         (gst_v4l2_xoverlay_close), (idle_refresh),
29720         (gst_v4l2_xoverlay_set_xwindow_id):
29721         * sys/v4l2/gstv4l2xoverlay.h:
29722         * sys/v4l2/v4l2-overlay_calls.c:
29723         * sys/v4l2/v4l2_calls.h:
29724           Remove client-side overlay handling, use the X-server v4l plugin
29725           for that. Nicer overlay, less code. Also make the plugin
29726           compileable without X (but then without overlay, obviously).
29727           Makes xwindowlistener obsolete, should we remove that?
29728
29729 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29730
29731         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29732         (gst_osssrc_src_query):
29733         * sys/oss/gstosssrc.h:
29734           OK, so people want offset in DEFAULT. This time, actually fix all
29735           cases.
29736         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29737           Add FPS properly.
29738
29739 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29740
29741         * gst/asfdemux/gstasfmux.c:
29742         * gst/avi/gstavimux.c:
29743           Framerate.
29744
29745 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29746
29747         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29748           Fix properties (channel, norm, frequency).
29749
29750 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29751
29752         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29753           Flag typo.
29754         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29755           No warnings.
29756
29757 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29758
29759         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29760           Fix hang.
29761
29762 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * sys/v4l2/gstv4l2element.h:
29765           Yet Another Hack (tm) for kernel header borkedness.
29766         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29767         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29768         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29769         (gst_v4l2src_change_state):
29770         * sys/v4l2/gstv4l2src.h:
29771         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29772         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29773           Fix caps, keep track of state, work.
29774
29775 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29776
29777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29778           Quiet.
29779
29780 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29781
29782         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29783           Don't mix bytes and samples.
29784
29785 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29786
29787         * ext/ogg/gstoggmux.c:
29788           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29789           and theora. Any is incorrect.
29790         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29791           Fix caps.
29792         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29793         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29794         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29795         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29796         * sys/v4l/gstv4lmjpegsrc.h:
29797         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29798         (gst_v4lsrc_change_state):
29799         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29800         (gst_v4lmjpegsrc_capture_stop):
29801           Fix caps. Keep track of internal state. Work.
29802
29803 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29804
29805         * ext/Makefile.am:
29806           Fix the build fixes.
29807
29808 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29809
29810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29811         (gst_ogg_demux_src_event), (_find_chain_seek),
29812         (gst_ogg_pad_push):
29813           Check for pad availability before using it.
29814         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29815           Fix parsing of chained ogg. Needs more work on the decoder side.
29816
29817 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29818
29819         * gst/spectrum/Makefile.am:
29820         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29821         (idle_func):
29822           Fix demo and reenable it. Yes, I'm currently playing with audio
29823           analysis tools
29824
29825 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29826
29827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29828           We love it if files that start at zero work too...
29829
29830 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29831
29832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29833           Handle files with missing EOS headers.
29834
29835 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29836
29837         * gst/tcp/gsttcpserversink.c:
29838         (gst_tcpserversink_handle_server_read),
29839         (gst_tcpserversink_init_send):
29840         Zero some variables first (need for accept not to return EINVAL)
29841
29842 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29845         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29846         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29847         (theora_dec_chain):
29848         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29849         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29850           Seeking and querying finetune.
29851
29852 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29853
29854         * configure.ac:
29855         * ext/Makefile.am:
29856         * ext/raw1394/Makefile.am:
29857           fix the build
29858
29859 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29862           Wrong return.
29863         * gst/playback/Makefile.am:
29864         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29865         * gst/playback/gstplay-marshal.list:
29866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29867           Fix marshallers.
29868
29869 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29870
29871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29872           Silence.
29873
29874 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29877         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29878         (gst_ogg_pad_push):
29879           Yay for non-lineair granulepos in theora.
29880
29881 2004-10-18  Wim Taymans  <wim@fluendo.com>
29882
29883         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29884         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29885         * ext/dv/gstdvdec.h:
29886         Make sure we renegotiate aspect ratio when the camera switches.
29887
29888 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29891         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29892           Start at zero.
29893         * ext/theora/theoradec.c: (theora_dec_chain):
29894           Skip headers. Bad idea for chained ogg, but fixes seeking.
29895
29896 2004-10-18  Wim Taymans  <wim@fluendo.com>
29897
29898         * configure.ac:
29899         I swear, this is the last time I touch this.
29900
29901 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29902
29903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29904         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29905         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29906           Faster seeking.
29907         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29908           Time-to-default conversion.
29909         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29910           Don't error on unknown packets, just skip. We should probably
29911           read them if we want to support chained ogg.
29912
29913 2004-10-18  Wim Taymans  <wim@fluendo.com>
29914
29915         * configure.ac:
29916         Added cdaudio to wrong list.
29917
29918 2004-10-18  Wim Taymans  <wim@fluendo.com>
29919
29920         * configure.ac:
29921         Revive cdaudio.
29922
29923 2004-10-18  Wim Taymans  <wim@fluendo.com>
29924
29925         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29926         (gst_dvdec_video_link), (gst_dvdec_push):
29927         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29928         (gst_smokeenc_resync), (gst_smokeenc_chain):
29929         Fix mimetype on smoke encoder.
29930         Add aspect ratio to dvdec. Not sure if these
29931         values are correct though....
29932
29933 2004-10-18  Wim Taymans  <wim@fluendo.com>
29934
29935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29936         Fix vorbis property descriptions and ranges.
29937
29938 2004-10-18  Wim Taymans  <wim@fluendo.com>
29939
29940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29941         Really do nothing when no data is available.
29942         Go to the playing state when the stream is not seekable
29943         instead of failing.
29944
29945 2004-10-18  Wim Taymans  <wim@fluendo.com>
29946
29947         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29948         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29949         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29950         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29951         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29952         Added uri handler for cd://
29953         Port to new API.
29954
29955 2004-10-18  Wim Taymans  <wim@fluendo.com>
29956
29957         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29958         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29959         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29960         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29961         (remove_prerolls), (unknown_type), (add_element_stream),
29962         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29963         (gst_play_base_bin_remove_element),
29964         (gst_play_base_bin_link_stream):
29965         * gst/playback/gstplaybin.c: (gen_video_element),
29966         (gen_vis_element), (remove_sinks), (setup_sinks):
29967         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29968         (gst_stream_info_get_type), (gst_stream_info_class_init),
29969         (gst_stream_info_init), (gst_stream_info_new),
29970         (gst_stream_info_dispose), (stream_info_mute_pad),
29971         (gst_stream_info_set_property), (gst_stream_info_get_property):
29972         * gst/playback/gststreaminfo.h:
29973         Add sink padtemplate to decodebin.
29974         Added some more comments.
29975         Make queue size configurable in playbasebin.
29976         Added possibility to use elements as sinks (ex cdaudio).
29977
29978 2004-10-15  Wim Taymans  <wim@fluendo.com>
29979
29980         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29981         (gst_speexenc_chain):
29982         Fix speex timestamps so that it gets muxed properly.
29983
29984 2004-10-15  Wim Taymans  <wim@fluendo.com>
29985
29986         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29987         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29988         (gst_dv1394src_init), (gst_dv1394src_dispose),
29989         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29990         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29991         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29992         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29993         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29994         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29995         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29996         * ext/raw1394/gstdv1394src.h:
29997         Added conversion/query functions.
29998         Update buffer timestamps,
29999         Added signals.
30000         Added uri dv:// so it might play from the firewire in playbin.
30001         Fix a possible leak.
30002         Added debugging.
30003
30004 2004-10-15  Wim Taymans  <wim@fluendo.com>
30005
30006         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30007         (gst_dv1394src_init), (gst_dv1394src_set_property),
30008         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30009         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30010         * ext/raw1394/gstdv1394src.h:
30011         Added AV/C VTR control support needed for some cameras.
30012         Added automatic port detection.
30013         Added properties for selecting the channel.
30014         The configure.ac script is not yet updated to reflect the
30015         new libavc1394 and librom1394 dependencies.
30016
30017 2004-10-15  Wim Taymans  <wim@fluendo.com>
30018
30019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30020         (qtdemux_parse), (gst_qtdemux_handle_esds):
30021         An esds box is not a container.
30022         Fix parsing of mp4v boxes.
30023         Do not try to renegotiate fps for each frame. Need to
30024         find a better method. This should fix mp4 playback.
30025
30026 2004-10-14  David Schleef  <ds@schleef.org>
30027
30028         * configure.ac: update for swfdec-0.3 and liboil-0.2
30029         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30030         * ext/swfdec/gstswfdec.h: same
30031         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30032         * gst/videotestsrc/videotestsrc.c: same
30033
30034 2004-10-14  Wim Taymans  <wim@fluendo.com>
30035
30036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30037         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30038         (is_sync_frame), (gst_multifdsink_new_client),
30039         (gst_multifdsink_handle_client_write),
30040         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30041         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30042         Turn warnings into info.
30043         Don't allow a state change in the streaming thread.
30044
30045 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30046
30047         * ext/vorbis/oggvorbisenc.c:
30048         * ext/vorbis/vorbisdec.c:
30049           fix template sample rate
30050
30051 2004-10-13  Wim Taymans  <wim@fluendo.com>
30052
30053         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30054         Decoding the header first fixes some problems in resyncing
30055         in more mp3s.
30056
30057 2004-10-12  Wim Taymans  <wim@fluendo.com>
30058
30059         * gst/playback/gstplaybin.c: (gen_video_element),
30060         (gen_vis_element), (remove_sinks), (setup_sinks):
30061         Added vis plugin support, need to configure the vis
30062         element to activate it.
30063
30064 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30065
30066         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30067         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30068           Some debug.
30069         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30070         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30071         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30072         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30073         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30074         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30075         * gst/avi/gstavidemux.h:
30076           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30077           recovery (where, if part of the index is broken, we will still read
30078           the rest of the index and recover the broken part by stream
30079           scanning). More broken media support. EOS workarounds. General AVI
30080           braindamage headache recovery. Aspirin included.
30081
30082 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30085         (cdparanoia_event), (cdparanoia_query):
30086           Get rid of hideous lead-in.
30087
30088 2004-10-11  Wim Taymans  <wim@fluendo.com>
30089
30090         * gst/playback/gstplaybasebin.c: (setup_source):
30091         Wrong var used to get g_list_next.
30092
30093 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30094
30095         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30096         (cdparanoia_get), (cdparanoia_open):
30097           Report discid as metadata, add duration.
30098
30099 2004-10-11  Wim Taymans  <wim@fluendo.com>
30100
30101         * gst/playback/gstplaybasebin.c: (setup_source):
30102         Cleanup the previous pipeline a little earlier for the
30103         case that a source element provides raw data.
30104
30105 2004-10-11  Benjamin Otte  <otte@gnome.org>
30106
30107         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30108           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30109           consuming the last 128 bytes, even though it was valid mp3 data.
30110
30111 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30112
30113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30114         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30115         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30116         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30117
30118 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30119
30120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30121         Fix for webcams that support only specific width or height
30122
30123 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30124
30125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30126
30127         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30128           Fix wrong discont event setup (fixes #154967).
30129
30130 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30131
30132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30133
30134         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30135           Error out on invalid data (fixes #154807).
30136
30137 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30138
30139         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30140
30141         * ext/dvdread/dvdreadsrc.c: (_read):
30142           Make titles > 0 work again (fixes #154834).
30143
30144 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30145
30146         * gst-libs/gst/riff/riff-media.c:
30147         (gst_riff_create_video_template_caps):
30148           WMV3 missing in template caps.
30149
30150 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30153           OK, so the original code was too strict. It makes random AVI files
30154           hang for seconds upon opening, which is unacceptable and is far
30155           beyond the original goal of getting multiple chunks for one-chunk
30156           sounc stream files. So now do just that.
30157
30158 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30159
30160         * gst/playback/gstplaybasebin.c: (setup_source),
30161         (gst_play_base_bin_change_state):
30162           Actually clean up streaminfo if output fails. This would trigger
30163           if, for example, there was no CD in the drive. No preroll, so
30164           a streaminfo structure is created, but the subsequent state change
30165           of the thread fails.
30166         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30167           Don't change state if parent failed.
30168
30169 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30170
30171         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30172         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30173         (gen_video_element), (remove_sinks):
30174           Add small bits of code for screenshot handling.
30175
30176 2004-10-08  Wim Taymans  <wim@fluendo.com>
30177
30178         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30179         (gen_video_element), (gen_audio_element), (setup_sinks):
30180         Don't assume the user provided sinks are named "sink"...
30181
30182 2004-10-08  Wim Taymans  <wim@fluendo.com>
30183
30184         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30185         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30186         (gst_play_base_bin_link_stream):
30187         Do not try to autoplug sources that generate raw streams like
30188         cdparanoia.
30189         disconnect the preroll overrun signal when we don't need it anymore.
30190
30191 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30192
30193         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30194         Added reworked patch from #154903 from milosz derezynski (deadchip).
30195
30196 2004-10-08  Wim Taymans  <wim@fluendo.com>
30197
30198         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30199         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30200         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30201         (cdparanoia_convert), (cdparanoia_uri_get_type),
30202         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30203         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30204         * ext/cdparanoia/gstcdparanoia.h:
30205         This adds the cdda://<tracknum> uri.
30206
30207 2004-10-08  Wim Taymans  <wim@fluendo.com>
30208
30209         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30210         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30211         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30213         (unknown_type), (gst_play_base_bin_remove_element),
30214         (gst_play_base_bin_link_stream):
30215         * gst/playback/gstplaybasebin.h:
30216         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30217         (gst_play_bin_set_property), (gen_video_element),
30218         (gen_audio_element), (setup_sinks):
30219         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30220         (gst_stream_info_get_type), (gst_stream_info_class_init),
30221         (gst_stream_info_init), (gst_stream_info_new),
30222         (gst_stream_info_dispose), (stream_info_mute_pad),
30223         (gst_stream_info_set_property), (gst_stream_info_get_property):
30224         * gst/playback/gststreaminfo.h:
30225         Reuse the audio and video bins.
30226         Some internal cleanups in the stream selection code.
30227
30228 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30229
30230         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30231         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30232         * sys/ximage/ximagesink.h:
30233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30234         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30235         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30236         not coming from those elements. Moreover these elements should not keep
30237         the xid they have been given when in NULL state.
30238
30239 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30240
30241         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30242         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30243         * sys/ximage/ximagesink.h:
30244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30245         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30246         * sys/xvimage/xvimagesink.h:
30247           Actually only create a new toplevel window if we're not gonna
30248           embed it right after.
30249
30250 2004-10-07  Wim Taymans  <wim@fluendo.com>
30251
30252         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30253         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30254         * gst/playback/gstplaybin.c: (setup_sinks):
30255         Implement muting/unmuting of streams, mute streams that are not
30256         used.
30257
30258 2004-10-07  Wim Taymans  <wim@fluendo.com>
30259
30260         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30261         (plugin_init):
30262         Added lame audio/x-ac3 typefind function.
30263
30264 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30265
30266         * configure.ac:
30267           bump nano to cvs
30268
30269 === release 0.8.5 ===
30270
30271 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30272
30273         * NEWS:
30274         * RELEASE:
30275         * configure.ac:
30276           releasing 0.8.5, "Take You On"
30277
30278 2004-10-06  Wim Taymans  <wim@fluendo.com>
30279
30280         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30281         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30282         (no_more_pads), (close_link), (type_found):
30283         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30284         * gst/playback/gstplaybin.c: (gen_video_element):
30285         Do not signal the no_more_pads after the first pad when
30286         we are plugging a non dynamic element with multiple
30287         output pads (like swfdec, dvdec, ...).
30288
30289 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30290
30291         * configure.ac:
30292           bump for prerelease
30293
30294 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30295
30296         * gst/wavparse/gstwavparse.c:
30297           add ATRAC3 to STATIC CAPS to fix a warning
30298
30299         * gst/matroska/ebml-read.c:
30300         * gst-libs/gst/riff/riff-read.c:
30301           fix typos
30302
30303 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30304
30305         * gst-libs/gst/riff/riff-media.c:
30306           generate caps for ATRAC3 audio streams
30307
30308         * gst/realmedia/rmdemux.c:
30309           generate caps for ATRAC3 audio streams
30310
30311 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30312
30313         * gst/wavparse/Makefile.am
30314         * gst/wavparse/riff.h
30315         * gst/wavparse/wavparse.vcproj
30316           riff.h removal (unused and duplication with riff-ids.h)
30317
30318 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30319
30320         * gst/wavparse/gstwavparse.h
30321           remove duplicated defines for audio codec codes
30322
30323         * gst-libs/gst/riff/riff-ids.h
30324         * gst/wavenc/riff.h:
30325           add "4CC" code for ATRAC3 audio streams
30326           add "4CC" code for ITU_G721_ADPCM (unused for now)
30327
30328 2004-10-06  Wim Taymans  <wim@fluendo.com>
30329
30330         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30331         Actually _do_ negotiation. Pass gdouble as arg instead
30332         of guint64 for the framerate.
30333
30334 2004-10-06  Wim Taymans  <wim@fluendo.com>
30335
30336         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30337         (find_compatibles), (close_pad_link), (try_to_link_1),
30338         (no_more_pads), (close_link), (type_found):
30339         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30340         * gst/playback/gstplaybin.c: (gen_video_element),
30341         (gen_audio_element):
30342         Set state on newly added element to READY so that negotiation
30343         can happen ASAP.
30344         Addes some more debug info.
30345         Do not try to plug pads with multiple caps structures or ANY
30346         because it is too dangerous since we do not do dynamic
30347         replugging.
30348
30349 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30350
30351         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30352
30353         * po/LINGUAS:
30354         * po/or.po:
30355           add Oriya translation
30356
30357 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30358
30359         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30360           Prevent overwrite of size member. Makes audio sound crappy.
30361
30362 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30363
30364         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30365         Add rmvb to the list of known RealMedia extensions
30366
30367 2004-10-05  Wim Taymans  <wim@fluendo.com>
30368
30369         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30370         (mngdec_openstream), (mngdec_closestream),
30371         (mngdec_handle_sink_event), (mngdec_readdata),
30372         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30373         (mngdec_getcanvasline), (mngdec_refresh),
30374         (gst_mngdec_change_state):
30375         Set the framerate correctly.
30376
30377 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30378
30379         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30380           There was something wrong with the index massaging.
30381
30382 2004-10-04  Wim Taymans  <wim@fluendo.com>
30383
30384         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30385         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30386         (gst_smokedec_chain):
30387         * ext/jpeg/gstsmokedec.h:
30388         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30389         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30390         * ext/jpeg/gstsmokeenc.h:
30391         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30392         (smokecodec_decode_new), (smokecodec_info_free),
30393         (smokecodec_set_quality), (smokecodec_get_quality),
30394         (smokecodec_set_threshold), (smokecodec_get_threshold),
30395         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30396         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30397         (smokecodec_encode), (smokecodec_parse_id),
30398         (smokecodec_parse_header), (smokecodec_decode):
30399         * ext/jpeg/smokecodec.h:
30400         * ext/jpeg/smokeformat.h:
30401         Updated smoke, new bitstream, allows embedding in ogg.
30402
30403 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30406           Fix seeking in some files. All this code is no longer needed (and
30407           actually breaks stuff) because we now synchronize the full index
30408           right when reading the header.
30409
30410 2004-10-04  Wim Taymans  <wim@fluendo.com>
30411
30412         * configure.ac:
30413         configure update for libmng.
30414
30415 2004-10-04  Wim Taymans  <wim@fluendo.com>
30416
30417         * ext/libmng/Makefile.am:
30418         * ext/libmng/gstmng.c: (plugin_init):
30419         * ext/libmng/gstmng.h:
30420         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30421         (gst_mngdec_base_init), (gst_mngdec_class_init),
30422         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30423         (gst_mngdec_loop), (gst_mngdec_get_property),
30424         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30425         (mngdec_closestream), (mngdec_handle_sink_event),
30426         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30427         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30428         (gst_mngdec_change_state):
30429         * ext/libmng/gstmngdec.h:
30430         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30431         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30432         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30433         (gst_mngenc_chain), (gst_mngenc_get_property),
30434         (gst_mngenc_set_property):
30435         * ext/libmng/gstmngenc.h:
30436         Added basic MNG decoder. Needs more work. The encoder does
30437         not work yet.
30438
30439 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30442         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30443         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30444           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30445           no-more-pads.
30446
30447 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30448
30449         * configure.ac:
30450           you need at least 1.0.4 of speex
30451
30452 2004-10-04 Iain <iaingnome@gmail.com>
30453
30454         * ext/speex/gstspeexdec.h: Revert the includes changes.
30455
30456         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30457
30458 2004-09-30 Iain <iaingnome@gmail.com>
30459
30460         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30461         found during init or set as a property instead of hardcoding /dev/audio
30462
30463 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30464
30465         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30466         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30467         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30468         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30469         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30470         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30471         (gst_rmdemux_dump_data):
30472           Use debug category, fix EOS handling. filesrc ! rmdemux now
30473           works.
30474
30475 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30478         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30479         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30480           Improve allocation, cutting and sorting of the index. How takes a
30481           few seconds instead of minutes.
30482
30483 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30484
30485         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30486           fixed compilation
30487
30488 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30489
30490         * gst-libs/gst/riff/riff-media.c:
30491         (gst_riff_create_video_caps_with_data),
30492         (gst_riff_create_video_template_caps):
30493           Add wing commander format mimetype/fourccs.
30494         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30495           Don't crash if some value is 0.
30496
30497 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst-libs/gst/riff/riff-media.c:
30500         (gst_riff_create_video_caps_with_data),
30501         (gst_riff_create_video_template_caps):
30502           Add DIB fourcc (raw, palettized 8-bit RGB).
30503         * gst-libs/gst/riff/riff-read.c:
30504         (gst_riff_read_strf_vids_with_data):
30505           Oops, fix strf_data reading bug.
30506         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30507           Use a non-NULL tag.
30508         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30509           Time for hacks. Sorry Dave. At least one quicktime movie (a
30510           trailer) that I've encountered contains multiple video tracks.
30511           One of those is the actual video track, the other are one-frame
30512           tracks (images). Unfortunately, the number of frames according
30513           to the trak header is 1 for each, so that doesn't help. So
30514           instead, I look at the duration and discard tracks with a
30515           duration shorter than 20% of the length of the stream. Better
30516           than nothing.
30517
30518 2004-10-01  Christian Schaller <christian@fluendo.com>
30519
30520         * ext/ivorbis/vorbis.c:
30521           Patch from Phil Blundell (Bug 152341)
30522
30523 2004-10-01  Wim Taymans  <wim@fluendo.com>
30524
30525         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30526         (speex_dec_get_formats), (speex_dec_convert),
30527         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30528         (speex_dec_chain), (gst_speexdec_get_property),
30529         (gst_speexdec_set_property):
30530         Small cleanups.
30531
30532 2004-10-01  Wim Taymans  <wim@fluendo.com>
30533
30534         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30535         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30536         (gst_wavparse_other), (gst_wavparse_loop),
30537         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30538         (gst_wavparse_srcpad_event):
30539         * gst/wavparse/gstwavparse.h:
30540         Added some more debugging info.
30541         Fix the case where the length of the file is 0.
30542         Make sure we seek to sample borders.
30543
30544 2004-10-01  Wim Taymans  <wim@fluendo.com>
30545
30546         * gst/playback/README:
30547         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30548         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30549         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30550         Add some debug info to decodebin, update README
30551
30552 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30553
30554         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30555           Don't use g_print(); use GST_DEBUG().
30556
30557 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30560         (gst_ogg_mux_queue_pads):
30561           Handle EOS properly.
30562
30563 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30564
30565         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30568         (gst_faad_chain), (gst_faad_change_state):
30569         * ext/faad/gstfaad.h:
30570           Allow playback of raw (unframed) MPEG AAC files (#148993).
30571
30572 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30573
30574         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30577           Throw error if we didn't recognize the stream. Fixes #152289.
30578
30579 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30582           Fix negotiation.
30583
30584 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30585
30586         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30589           Fix memleak.
30590
30591 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30592
30593         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30594
30595         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30596           Solve #152805.
30597         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30598           Solve 152806.
30599
30600 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30601
30602         * gst-libs/gst/riff/riff-media.c:
30603         (gst_riff_create_video_caps_with_data),
30604         (gst_riff_create_audio_caps_with_data):
30605           Add codec_data handling (like asfdemux used to do).
30606         * gst/asfdemux/gstasf.c: (plugin_init):
30607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30608         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30609           Use riff-media for caps creation instead of our own (mostly
30610           broken) copy of its functions.
30611
30612 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30615           Don't actually error out if we get another return value than
30616           -EINVAL. Opposite to what I first thought, drivers have random
30617           return values for this, although -EINVAL is the expected return
30618           value. Since this is not fatal, we shouldn't use
30619           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30620
30621 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30622
30623         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30624         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30625         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30626         (dvdreadsrc_get), (dvdreadsrc_open_file),
30627         (dvdreadsrc_change_state):
30628           Fix. Don't do one big huge loop around the whole DVD, that will
30629           cache all data and thus eat sizeof(dvd) (several GB) before we
30630           see something.
30631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30632           Actually NULL'ify event after using it.
30633         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30634         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30635         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30636         (gst_ebml_read_seek), (gst_ebml_read_skip):
30637           Handle events.
30638         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30639         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30640         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30641           Fix timing (this will probably break if I seek using menus, but
30642           I didn't get there yet). VOBs and normal DVDs should now work.
30643           Add a mpeg2-only pad with high rank so this get autoplugged for
30644           MPEG-2 movies.
30645         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30646         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30647         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30648         (gst_mpeg_demux_get_audio_stream),
30649         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30650         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30651           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30652           MPEG-1 but use dvddemux for MPEG-2.
30653         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30654         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30655         (gst_mpeg_parse_parse_packhead):
30656           Timing. Only add pad template if it exists. Add sink template from
30657           class and not from ourselves. This means we will always use the
30658           correct sink template even if it is not the one defined in this
30659           file.
30660
30661 2004-09-29  Wim Taymans  <wim@fluendo.com>
30662
30663         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30664         (gst_mpeg_demux_parse_pes):
30665         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30666         Fix playback of mpeg again, timestamps where screwed up by
30667         patch 1.61.
30668
30669 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30670
30671         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30672           Only return true if we actually filled something in. Prevents
30673           player applications from showing a random length for flac files.
30674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30675         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30676         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30677         (gst_riff_read_strf_vids_with_data),
30678         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30679           OK, ok, so I implemented event handling. Apparently it's normal
30680           that we receive random events at random points without asking
30681           for it.
30682         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30683         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30684         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30685         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30686         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30687         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30688         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30689         * gst/avi/gstavidemux.h:
30690           Implement non-lineair chunk handling and subchunk processing.
30691           The first solves playback of AVI files where the audio and video
30692           data of individual buffers that we read are not synchronized.
30693           This should not happen according to the wonderful AVI specs, but
30694           of course it does happen in reality. It is also a prerequisite for
30695           the second. Subchunk processing allows us to cut chunks in small
30696           pieces and process each of these pieces separately. This is
30697           required because I've seen several AVI files with incredibly large
30698           audio chunks, even some files with only one audio chunk for the
30699           whole file. This allows for proper playback including seeking.
30700           This patch is supposed to fix all AVI A/V sync issues.
30701         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30702         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30703           Work.
30704         * gst/modplug/gstmodplug.cc:
30705           Proper return value setting for the query() function.
30706         * gst/playback/gstplaybasebin.c: (setup_source):
30707           Being in non-playing state (after, e.g., EOS) is not necessarily
30708           a bad thing. Allow for that. This fixes playback of short files.
30709           They don't actually playback fully now, because the clock already
30710           runs. This means that small files (<500kB) with a small length
30711           (<2sec) will still not or barely play. Other files, such as mod
30712           or flx, will work correctly, however.
30713
30714 2004-09-28  Wim Taymans  <wim@fluendo.com>
30715
30716         * ext/speex/gstspeex.c: (plugin_init):
30717         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30718         (gst_speex_dec_class_init), (speex_dec_get_formats),
30719         (speex_get_event_masks), (speex_get_query_types),
30720         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30721         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30722         (gst_speexdec_get_property), (gst_speexdec_set_property),
30723         (speex_dec_change_state):
30724         * ext/speex/gstspeexdec.h:
30725         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30726         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30727         (gst_speexenc_base_init), (gst_speexenc_class_init),
30728         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30729         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30730         (gst_speexenc_src_query), (gst_speexenc_init),
30731         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30732         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30733         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30734         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30735         (gst_speexenc_chain), (gst_speexenc_get_property),
30736         (gst_speexenc_set_property), (gst_speexenc_change_state):
30737         * ext/speex/gstspeexenc.h:
30738         Rewrote speex encoder, make sure it can be embedded in ogg.
30739         Implemented speex decoder.
30740
30741 2004-09-28  Christian Schaller <christian@fluendo.com>
30742
30743         * configure.ac:
30744         Remove kioslave plugin. Markey is brewing a new working one
30745         * ext/Makefile.am: Remove kioslave plugin
30746         * ext/kio: remove
30747         * gst-plugins.spec.in: remove kio plugin from spec
30748
30749 2004-09-27  Wim Taymans  <wim@fluendo.com>
30750
30751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30752         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30753         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30754         (gst_multifdsink_new_client),
30755         (gst_multifdsink_handle_client_write),
30756         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30757         (gst_multifdsink_handle_clients):
30758         * gst/tcp/gstmultifdsink.h:
30759         Make syncing to keyframes actually work for new clients and lagging
30760         clients.
30761
30762 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30763
30764         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30765         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30766         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30767         * gst/debug/gstnavigationtest.h:
30768           make navigationtest display button-press and button-release events
30769
30770 2004-09-26 Iain <iaingnome@gmail.com>
30771
30772         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30773         the channels have received a new media event.
30774         (interleave_buffered_loop): Compresses a new media event on all
30775         channels into one.
30776
30777 2004-09-26 Iain <iaingnome@gmail.com>
30778
30779         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30780         call the sinkpad's default event handler and not the srcpads. He also
30781         says this is confusing :)
30782         (gst_wavenc_stop_file): Company says that seek events only go upstream
30783         we should send a discontinuous downstream instead.
30784
30785 2004-09-25  Christian Schaller <christian@fluendo.com>
30786
30787         * Update SPEC file to be usable in conjunction with Fedora Core,
30788           Fedora.us and freshrpms packages
30789         * Fix typo in multifilesrc test Makefile
30790
30791 2004-09-24  Wim Taymans  <wim@fluendo.com>
30792
30793         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30794         Only signal the no_more_pads signal when we have
30795         added the stream to our list.
30796
30797 2004-09-24  Wim Taymans  <wim@fluendo.com>
30798
30799         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30800         (new_decoded_pad):
30801         * gst/playback/gstplaybasebin.h:
30802         * gst/playback/gstplaybin.c: (setup_sinks):
30803         Don't try to preroll or decode more than one audio/video
30804         track.
30805
30806 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30807
30808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30809           Throw error if we failed to find a suitable output. This should
30810           throw an error if we successfully set up a pipeline (e.g. because
30811           we recognized a media file) but found no decodable streams in it
30812           (e.g. because it contains only media stream types for which we
30813           have no decoders, or because it's not a media type).
30814
30815 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30816
30817         * ext/dirac/Makefile.am:
30818         * ext/dirac/gstdirac.cc:
30819         * ext/dirac/gstdiracdec.cc:
30820         * ext/dirac/gstdiracdec.h:
30821           Do something. Don't actually know if this works because I don't
30822           have a demuxer yet.
30823         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30824           Add channels=1 to caps returned from _getcaps().
30825         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30826         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30827         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30828         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30829         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30830         (gst_ogm_parse_change_state):
30831           Separate between audio/video so ogmaudioparse actually uses the
30832           audio pad templates. Both audio and video work now, including
30833           autoplugging. Also use sometimes-srcpad hack.
30834         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30835           Handle events better. Don't hang on infinite loops.
30836         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30837         (gst_avi_demux_init), (gst_avi_demux_reset),
30838         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30839         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30840         (gst_avi_demux_change_state):
30841         * gst/avi/gstavidemux.h:
30842           Improve A/V sync. Still not perfect.
30843         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30844         (gst_ebml_read_skip):
30845           Handle events better.
30846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30847         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30848         (qtdemux_audio_caps):
30849           Add IMA4. Improve event handling. Save offset after a seek when
30850           the headers are at the end of the file so that we don't end up in
30851           an infinite loop.
30852         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30853           Add low-priority typefind support for files with no length.
30854
30855 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30856
30857         * testsuite/multifilesink/Makefile.am:
30858         fix typo
30859
30860 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30861
30862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30864         mistakes from thaytan's patches.
30865
30866 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30867
30868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30869           For completeness, XSync in the destroy function as xvimage does.
30870
30871 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30872
30873         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30874            Correct caps negotiation
30875         * gst/volume/gstvolume.c: (volume_chain_float),
30876         (volume_chain_int16):
30877            Modify debug output to be little more informative
30878         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30880         (gst_xvimagesink_xvimage_destroy):
30881           Add XSync calls after detaching from the shared memory segment to
30882           avoid a crash.
30883
30884 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30885
30886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30887         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30888         * ext/vorbis/vorbis.c: (plugin_init):
30889         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30890         (gst_vorbisenc_chain):
30891         * ext/vorbis/vorbisenc.h:
30892         remove explicit newmedia support from oggmux and vorbisenc
30893         add debug category to vorbisenc
30894         * gst/multifilesink/gstmultifilesink.c:
30895         (gst_multifilesink_class_init), (gst_multifilesink_init),
30896         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30897         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30898         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30899         (plugin_init):
30900         * gst/multifilesink/gstmultifilesink.h:
30901         add support for streamheader in multifilesink
30902
30903 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30904
30905         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30906         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30907         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30908           Prevent infinite loops. More correct error reporting.
30909         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30910           Error out if negotiation fails.
30911         * gst/playback/gstplaybasebin.c: (setup_source),
30912         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30913         (gst_play_base_bin_found_tag):
30914           Error/tag forwarding. Pre-roll fixes for source errors on state
30915           changes (e.g. "file does not exist") to prevent hangs.
30916
30917 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30918
30919         * testsuite/multifilesink/Makefile.am:
30920         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30921         (gst_newmedia_class_init), (gst_newmedia_init),
30922         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30923         (newfile_signal), (test_signal), (main):
30924         * testsuite/multifilesink/multifilesrc_test.c: (main):
30925         * testsuite/multifilesink/oggtheora_test.c:
30926         (gst_newmedia_base_init), (gst_newmedia_class_init),
30927         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30928         (test_format), (newfile_signal), (test_signal), (main):
30929         * testsuite/multifilesink/oggvorbis_test.c:
30930         (gst_newmedia_base_init), (gst_newmedia_class_init),
30931         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30932         (test_format), (newfile_signal), (test_signal), (main):
30933         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30934         (gst_newmedia_class_init), (gst_newmedia_init),
30935         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30936         (newfile_signal), (test_signal), (main):
30937         New media tests
30938
30939 2004-09-20  Christian Schaller <christian@fluendo.com>
30940
30941         * Fix mikmod license to LGPL as they have relicensed
30942         * Move Dirac and Effectv into LGPL section of README_license
30943
30944 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30947         (gst_mad_change_state):
30948           Allow for mp3 rate/channels changes. However, only very
30949           conservatively. Reason that we *have* to enable this is smiply
30950           because the mad find_sync() function is not good enough, it will
30951           regularly sync on random data as valid frames and therefore make
30952           us provide random caps as *final* caps of the stream. The best fix
30953           I could think of is to simply require several of the same stream
30954           changes in a row before we change caps.
30955           The actual testcase that works now is #
30956         * ext/ogg/Makefile.am:
30957         * ext/ogg/gstogg.c: (plugin_init):
30958         * ext/ogg/gstogmparse.c:
30959           OGM support (video only for now; I need an audio sample file).
30960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30961         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30962         (gst_asf_demux_add_video_stream):
30963           WMV extradata.
30964         * gst/playback/gstplaybasebin.c: (unknown_type):
30965           Don't error out on single unknown-types after all. It's wrong.
30966           If we found type of video and audio but not of a subtitle stream,
30967           it will still error out (which is unwanted). Will find a better fix
30968           later on.
30969         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30970         (ogmaudio_type_find), (plugin_init):
30971           OGM support.
30972
30973 2004-09-20  Johan Dahlin  <johan@gnome.org>
30974
30975         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30976         after setting caps.
30977
30978 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30979
30980         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30981         * gst/wavenc/gstwavenc.h:
30982         Added newmedia support to wavenc
30983
30984 2004-09-17  Wim Taymans  <wim@fluendo.com>
30985
30986         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30987         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30988         (gst_fdset_fd_can_write), (gst_fdset_wait):
30989         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30990         (gst_multifdsink_init), (gst_multifdsink_add),
30991         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30992         (gst_multifdsink_remove_client_link),
30993         (gst_multifdsink_client_queue_buffer),
30994         (gst_multifdsink_handle_client_write),
30995         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30996         (gst_multifdsink_close), (gst_multifdsink_change_state):
30997         * gst/tcp/gstmultifdsink.h:
30998         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30999         (gst_tcpserversink_removed):
31000         Small cleanups in fdset.c
31001         Use a hastable to map fd to the client structure for faster
31002         lookup in _remove and get_stats.
31003         Added virtual function to close the fds.
31004         Handle clients even when the select/poll call was unblocked because
31005         of a command.
31006         Implement syncing to keyframe in the recovery procedure.
31007
31008 2004-09-16 Iain <iaingnome@gmail.com>
31009
31010         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31011         try caps.
31012
31013 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31014
31015         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31016           Caps are only set if the type of the stream is unknown, but this
31017           is initialized in ->init_stream(), so set to UNKNOWN after calling
31018           ->init_stream() so that capsnego starts.
31019
31020 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31021
31022         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31023         (gst_avi_demux_stream_data):
31024           Just hardcode for raw audio then. AVI audio sucks.
31025
31026 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31027
31028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31029         * gst/matroska/matroska-mux.c: (audiosink_templ),
31030         (gst_matroska_mux_audio_pad_link):
31031         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31032         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31033
31034 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31035
31036         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31037         (gst_avi_demux_stream_data):
31038           Try to fix a/v sync issues.
31039
31040 2004-09-15  David Schleef  <ds@schleef.org>
31041
31042         * configure.ac: remove NASM check, since we don't use it.  Update
31043         dirac check to 0.4
31044         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31046         Initialized variables.
31047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31048         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31049         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31050         SVQ3 format
31051
31052 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31055         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31056         * gst/avi/gstavidemux.h:
31057           Fix for compressed audio (mp3) timestamp generation. How did this
31058           ever work?
31059
31060 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31063           Volume is a double not a float.
31064
31065 2004-09-15  Wim Taymans  <wim@fluendo.com>
31066
31067         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31068         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31069         Don't close the fd in multifdsink as we didn't open it in the
31070         first place. Some cleanups.
31071
31072 2004-09-15  Wim Taymans  <wim@fluendo.com>
31073
31074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31076         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31077         Fix the case where the muxer would mark pages as delta
31078         frames when they are not (vorbis only ogg).
31079
31080 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31081
31082         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31083         (gst_play_base_bin_change_state):
31084           Handle the case where we failed to setup a clear pipeline. This
31085           will throw an error (or EOS, another nice case) and if you don't
31086           catch that, the app will wait for the signal forever (and thus
31087           hang).
31088
31089 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31090
31091         * ext/gnomevfs/gstgnomevfssink.c:
31092         (gst_gnomevfssink_uri_get_protocols):
31093         * ext/gnomevfs/gstgnomevfssrc.c:
31094         (gst_gnomevfssrc_uri_get_protocols):
31095         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31096         * ext/gnomevfs/gstgnomevfsuri.h:
31097           Use _uri_new() instead of _open(), so it doesn't take as long and
31098           Christophe's computer won't hang.
31099         * gst/playback/gstplaybasebin.c: (unknown_type):
31100           Throw error on unknown media type, so apps actually display it.
31101
31102 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31103
31104         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31105           this script to work on Solaris since bash shell handles echo
31106           differenly than bash.
31107
31108 2004-09-17  Wim Taymans  <wim@fluendo.com>
31109
31110         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31111         (setup_source), (gst_play_base_bin_set_property),
31112         (gst_play_base_bin_add_element):
31113         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31114         Some more work on making sure seeking pauses the pipeline and
31115         that changing the uri actually does something.
31116
31117 2004-09-17  Wim Taymans  <wim@fluendo.com>
31118
31119         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31121         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31122         (gst_tcpserversink_close):
31123         Be a bit more paranoid when freeing memory.
31124
31125 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31126
31127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31128         (qtdemux_parse_trak):
31129           Don't crash by dividing by zero (see sample movie in #126922).
31130
31131 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31132
31133         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31134           Don't touch non-existing data (fixes crash on file in #140147).
31135
31136 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31137
31138         * gst/playback/gstplaybasebin.c:
31139         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31140           Handle double disposals, and proper change of URIs.
31141
31142 2004-09-13  Martin Eikermann <meiker@upb.de>
31143
31144         * gst/mpegstream/gstmpegparse.c:
31145           fix synchronistation for streams recorded from digital PCR
31146           fixes bug #119376
31147
31148 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31149
31150         * ext/gnomevfs/Makefile.am:
31151         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31152         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31153         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31154         (gst_gnomevfssink_uri_get_type),
31155         (gst_gnomevfssink_uri_get_protocols),
31156         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31157         (gst_gnomevfssink_uri_handler_init),
31158         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31159         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31160         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31161         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31162         (gst_gnomevfssrc_uri_get_type),
31163         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31164         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31165         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31166         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31167         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31168         * ext/gnomevfs/gstgnomevfsuri.h:
31169           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31170           of fake URIs to see which this version of Gnome-VFS likes, and
31171           uses that for the Gst-URI interface. Makes playbin support http://
31172           streams. Also fix up some stupid behaviour in gnomevfssrc.
31173
31174 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31175
31176         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31177         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31178         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31179         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31180           Update mixer (to sync with other sessions) if we try to obtain
31181           a new value. This makes alsamixer work accross applications.
31182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31183           Only call sync functions if we're running, else alsalib asserts.
31184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31185           Sometimes fails to compile. Possibly a gcc bug.
31186         * gst/playback/gstplaybin.c: (gen_video_element),
31187         (gen_audio_element):
31188           Add a reference to an application-provided object, because we lose
31189           this same reference if we add it to the bin. If we don't do this,
31190           we can only use this object once and thus crash if we go from
31191           ready to playing, back to ready and back to playing again.
31192           Also add an audioscale element because several cheap soundcards -
31193           like mine - don't support all samplerates.
31194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31195         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31196           Fix wrong order or PAR calls. Makes automatically obtained PAR
31197           from the X server atually being used.
31198
31199 2004-09-12  David Schleef  <ds@schleef.org>
31200
31201         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31202         #151887, #152102, #152247.
31203         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31204         * examples/seeking/cdparanoia.c: same
31205         * examples/seeking/cdplayer.c: same
31206         * examples/seeking/seek.c: same
31207         * examples/seeking/spider_seek.c: same
31208         * examples/seeking/vorbisfile.c: same
31209         * examples/stats/mp2ogg.c: same
31210         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31211         (gst_esdsink_dispose): Dispose of element properly.
31212         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31213         fixes.
31214         * ext/nas/nassink.c: (gst_nassink_class_init),
31215         (gst_nassink_dispose): Dispose of element correctly.
31216         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31217         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31218         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31219         Fix 64-bit warning.
31220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31221         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31222         Fix 64-bit warning.
31223
31224 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31225
31226         * configure.ac : change speex detection as 1.1.6 now uses
31227           .pc/pkg-config and they changed their headers location.
31228
31229 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31230
31231         * gst/matroska/matroska-mux.h:
31232         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31233         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31234         (gst_matroska_mux_write_data):
31235           Write multiple blocks/frames per cluster.
31236                 Write meta-seek information (seek heads).
31237
31238 2004-09-09  Scott Wheeler <wheeler@kde.org>
31239
31240         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31241         (gst_play_bin_set_property), (gst_play_bin_get_property),
31242         (gen_audio_element), (gen_audio_element):
31243           Add a volume element / property to the pipeline.
31244
31245 2004-09-07  Wim Taymans  <wim@fluendo.com>
31246
31247         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31248         Copy timestamps from the master pad to the output buffers.
31249
31250 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31251
31252         * ext/raw1394/gstdv1394src.c:
31253           throw errors when applicable
31254
31255 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31256
31257         * gst/matroska/ebml-ids.h:
31258         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31259         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31261           automatically convert unix time <-> ebml time when reading/writing
31262           a date, use gst_ebml_write_uint to write CUETIME,
31263           not gst_ebml_write_date.
31264         * gst/matroska/matroska-ids.h:
31265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31266         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31267         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31268         (gst_matroska_mux_write_data):
31269           Write track and segment UIDs, write muxing date, write
31270           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31271           Create cues for audio only files.
31272
31273 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31274
31275         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31276         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31277           Re-commit ALSA switches.
31278         * gst/adder/gstadder.c: (gst_adder_loop):
31279           64-bit fix (#151416).
31280         * gst/debug/progressreport.c: (gst_progressreport_report):
31281           64-bit fix (#151419).
31282         * gst/matroska/matroska-demux.c:
31283         (gst_matroska_demux_parse_contents):
31284           64-bit fix (#151420).
31285         * gst/playback/test3.c: (update_scale):
31286           64-bit fix (#151421).
31287
31288 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31289
31290         * configure.ac:
31291           bump nano to cvs
31292
31293 === release 0.8.4 ===
31294
31295 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31296
31297         * configure.ac: releasing 0.8.4, "Alias"
31298
31299 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31300
31301         * ext/theora/Makefile.am:
31302           fix makefile.  Fixes #151462.
31303
31304 2004-08-30  Wim Taymans  <wim@fluendo.com>
31305
31306         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31308         (gst_multifdsink_remove_client_link),
31309         (gst_multifdsink_client_queue_buffer),
31310         (gst_multifdsink_handle_client_write):
31311         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31313         Fix some memory leaks.
31314
31315 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31316
31317         Patch by: David Schleef
31318
31319         * configure.ac:
31320         * sys/Makefile.am:
31321           rename our detection macro for V4L2.  Fixes #151236.
31322
31323 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31324
31325         Patch by: David Schleef
31326
31327         * configure.ac:
31328           check to define LAMEPRESET.  Fixes #151232.
31329
31330 2004-08-27  David Schleef  <ds@schleef.org>
31331
31332         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31333         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31334         (gst_glimagesink_fixate):  Move local variable declarations to
31335         make gcc-2.95 happy.
31336
31337 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31338
31339         * configure.ac:
31340           bump nano for prerelease
31341
31342 2004-08-27  David Schleef  <ds@schleef.org>
31343
31344         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31345         * sys/sunaudio/gstsunaudiosrc.c:
31346         * sys/sunaudio/gstsunaudiosrc.h:
31347
31348 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31349
31350         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31351         handle EOS correctly
31352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31353         * gst/matroska/matroska-mux.h:
31354         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31355         VFW compatibility mode
31356
31357 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31358
31359         patch by: Zaheer Abbas Merali
31360
31361         * ext/ogg/gstoggmux.c:
31362         * ext/vorbis/vorbisenc.c:
31363         * ext/vorbis/vorbisenc.h:
31364           handle NEWMEDIA
31365
31366 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31367
31368         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31369         fix byte order reversion on little endian machines.
31370         * gst/matroska/matroska-mux.c: (audiosink_templ),
31371         (gst_matroska_mux_audio_pad_link):
31372         add TTA codec to the list of supported codecs.
31373         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31374         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31375         (gst_matroska_mux_write_data):
31376         * gst/matroska/matroska-mux.h:
31377         write segment duration correctly, write muxing app string, fixes bugs
31378         #140897 and #140898.
31379         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31380         wait for all pads to be negotiated before starting to mux.
31381
31382 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31383
31384         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31385         * ext/lame/gstlame.h:
31386         Added new media support to lame
31387
31388 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31389
31390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31391         send vorbis headers at the beginning of a stream, fixes bug #141554.
31392         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31393         bug #148950.
31394         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31395         (gst_matroska_demux_plugin_init):
31396         * gst/matroska/matroska-ids.h:
31397         enable demuxing of TTA audio streams, fixes bug #148951.
31398         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31399         enable typefinding for TTA audio files, fixes bug #148711.
31400         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31401         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31402         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31403
31404 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31405
31406         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31407         (gst_riff_read_element_data), (gst_riff_read_seek),
31408         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31409         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31410         <teuf@gnome.org>
31411
31412 2004-08-23 Iain <iaingnome@gmail.com>
31413
31414         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31415         tags. They appear to be handled differently to normal.
31416         (tag_list_to_id3_tag_foreach): Ditto.
31417
31418 2004-08-22  Wim Taymans  <wim@fluendo.com>
31419
31420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31421         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31422         Make sure we never send -1 granulepos.
31423
31424 2004-08-20  Wim Taymans  <wim@fluendo.com>
31425
31426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31427         (gst_ogg_mux_loop):
31428         I will accept bitchslappings with non sharp objects.
31429
31430 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31431
31432         * configure.ac:
31433         Clean up the test for lame presets
31434
31435 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31436
31437         * configure.ac:
31438         * ext/lame/Makefile.am:
31439         * ext/lame/gstlame.c: (gst_lame_class_init),
31440         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31441         Only enable lame presets if version of lame has presets in API
31442
31443 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31444         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31445         * gst/udp/gstudpsrc.h:
31446           Don't call gst_pad_push in a get function. Fixes #150449
31447
31448 2004-08-18  Wim Taymans  <wim@fluendo.com>
31449
31450         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31451         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31452         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31453         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31454         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31455         (gst_fdset_wait):
31456         * gst/tcp/gstfdset.h:
31457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31458         (gst_multifdsink_client_queue_buffer),
31459         (gst_multifdsink_handle_client_write):
31460         * gst/tcp/gstmultifdsink.h:
31461         Some extra checks in gstfdset.
31462         Only use send() when the fd is a socket. Don't try to
31463         read from write only fds.
31464
31465 2004-08-18  Wim Taymans  <wim@fluendo.com>
31466
31467         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31468         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31469         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31470         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31471         (gst_fdset_wait):
31472         Add more locking and bounds checking.
31473
31474 2004-08-18  Wim Taymans  <wim@fluendo.com>
31475
31476         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31477         Realloc test fdset in the lock and right before starting
31478         the poll call. Bump the limit to 4096.
31479
31480 2004-08-17  David Schleef  <ds@schleef.org>
31481
31482         * sys/sunaudio/Makefile.am:
31483         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31484         of rates and channels.  Make debugging less obnoxious.
31485
31486         Patch from Balamurali Viswanathan implementing a mixer for
31487         Sun audio.  (bug #144091):
31488         * sys/sunaudio/gstsunelement.c:
31489         * sys/sunaudio/gstsunelement.h:
31490         * sys/sunaudio/gstsunmixer.c:
31491         * sys/sunaudio/gstsunmixer.h:
31492
31493 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31494
31495         * gst/audioscale/gstaudioscale.c:
31496         * gst/audioscale/gstaudioscale.h:
31497         made audioscale resample from any sample rate to any sample rate
31498
31499 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31500
31501         * ext/libpng/gstpngdec.c:
31502           error out on unsupported types
31503
31504 2004-08-17  Iain <iaingnome@gmail.com>
31505
31506         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31507         mid_side and loose_mid_side properties if its a stereo stream.
31508
31509 2004-08-17  Wim Taymans  <wim@fluendo.com>
31510
31511         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31512         (theora_get_formats), (theora_dec_src_convert),
31513         (theora_dec_sink_convert), (theora_dec_src_query),
31514         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31515         Add a debug line.
31516
31517 2004-08-17  Wim Taymans  <wim@fluendo.com>
31518
31519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31520         (gst_ogg_pad_push):
31521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31522         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31523         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31524         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31525         Mark delta units in the muxer.
31526         Try to decode the packet after an out-of-sync error from
31527         libogg.
31528
31529 2004-08-17  Wim Taymans  <wim@fluendo.com>
31530
31531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31532         (gst_multifdsink_init), (gst_multifdsink_add),
31533         (gst_multifdsink_client_queue_buffer),
31534         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31535         * gst/tcp/gstmultifdsink.h:
31536         Added option to send a keyframe to clients as the first buffer.
31537         Make timeout property writable.
31538
31539 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31540
31541         patch by: Wim Taymans
31542
31543         * gst/tcp/gstfdset.c:
31544         * gst/tcp/gstmultifdsink.c:
31545           fix index comparison, should include 0
31546
31547 2004-08-16  Wim Taymans  <wim@fluendo.com>
31548
31549         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31550         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31551         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31552         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31553         (gst_fdset_wait):
31554           copy when reallocing for poll so the select arguments don't get
31555           changed during the call
31556
31557 2004-08-16  Wim Taymans  <wim@fluendo.com>
31558
31559         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31560         (gst_theora_enc_class_init), (theora_enc_sink_link),
31561         (theora_buffer_from_packet), (theora_enc_chain):
31562         Fix bug where buffers were not marked as keyframes
31563         correctly.
31564
31565 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31566
31567         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31568         (gst_lame_preset_get_type), (gst_lame_class_init):
31569         describe the enum values for vbr mode and presets more verbosely
31570
31571 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31572
31573         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31574         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31575         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31576         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31577         * ext/lame/gstlame.h:
31578         add preset property to lame so it can use lame presets
31579
31580 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31581
31582         * ext/lame/gstlame.c: (gst_lame_get_property):
31583         whoops forgot break, thanks teuf
31584
31585 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31586
31587         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31588         (gst_lame_class_init), (gst_lame_src_getcaps),
31589         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31590         (gst_lame_get_property), (gst_lame_setup):
31591         * ext/lame/gstlame.h:
31592         fix lame's broken vbr stuff, allow it to resample if need be, and also
31593         make xing header optional
31594
31595 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31596
31597         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31598         added getcaps function so samplerate doesnt get fixated to silly values
31599
31600 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31601
31602         * ext/lame/gstlame.c: (gst_lame_src_link):
31603         revert previous fix
31604
31605 2004-08-12  Johan Dahlin  <johan@gnome.org>
31606
31607         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31608         checks. Doesn't matter what state we are in. Interfaces are a
31609         compile time thing, not runtime. It also broke the python bindings.
31610
31611 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31612
31613         * ext/lame/gstlame.c: (gst_lame_src_link):
31614         made source pad link function check if sinkpad is ok..fixes the problem
31615         where core fixates the output rate of lame stupidly
31616
31617 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31618
31619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31620         * sys/v4l/v4l_calls.c:
31621         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31622           fix fixate function to handle nonsimple caps.
31623           remove bogus check in _link
31624           cleanups
31625
31626 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31627
31628         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31629         set default compression ratio parameter to 0.0 so bitrate parameter
31630         works :)
31631
31632 2004-08-11  David Schleef  <ds@schleef.org>
31633
31634         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31635
31636 2004-08-11  David Schleef  <ds@schleef.org>
31637
31638         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31639         before.
31640
31641 2004-08-11  David Schleef  <ds@schleef.org>
31642
31643         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31644
31645 2004-08-11  David Schleef  <ds@schleef.org>
31646
31647         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31648           license field
31649         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31650         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31651           LGPL.
31652         * gst/auparse/gstauparse.c: Fix plugin license field.
31653         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31654         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31655         * gst/rtp/gstrtp.c: Fix plugin license field.
31656
31657 2004-08-11  Wim Taymans  <wim@fluendo.com>
31658
31659         * gst/tcp/Makefile.am:
31660         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31661         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31662         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31663         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31664         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31665         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31666         (gst_fdset_fd_can_write), (gst_fdset_wait):
31667         * gst/tcp/gstfdset.h:
31668         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31669         (gst_multifdsink_class_init), (gst_multifdsink_init),
31670         (gst_multifdsink_add), (gst_multifdsink_remove),
31671         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31672         (gst_multifdsink_remove_client_link),
31673         (gst_multifdsink_handle_client_read),
31674         (gst_multifdsink_client_queue_data),
31675         (gst_multifdsink_client_queue_caps),
31676         (gst_multifdsink_client_queue_buffer),
31677         (gst_multifdsink_handle_client_write),
31678         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31679         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31680         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31681         (gst_multifdsink_close):
31682         * gst/tcp/gstmultifdsink.h:
31683         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31684         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31685         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31686         (gst_tcpserversink_close):
31687         * gst/tcp/gsttcpserversink.h:
31688         Abstracted away the select call, implemented poll (yes we ran into
31689         the 1024 limit in production).
31690
31691 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31692
31693         * gst/tcp/gsttcp.c:
31694         * gst/tcp/gsttcpplugin.c:
31695           improve debuggging, remove assert
31696
31697 2004-08-10  Wim Taymans  <wim@fluendo.com>
31698
31699         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31700         (gst_client_status_get_type), (gst_multifdsink_class_init),
31701         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31702         (gst_multifdsink_handle_client_read),
31703         (gst_multifdsink_handle_client_write),
31704         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31705         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31706         (gst_multifdsink_get_property):
31707         * gst/tcp/gstmultifdsink.h:
31708         * gst/tcp/gsttcp-marshal.list:
31709         Starting to prepare for specifying buffer time in other units
31710         than buffers. Expose remove reason in signal.
31711
31712 2004-08-10  Wim Taymans  <wim@fluendo.com>
31713
31714         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31715         (gst_multifdsink_remove), (gst_multifdsink_clear),
31716         (gst_multifdsink_remove_client_link),
31717         (gst_multifdsink_handle_client_read),
31718         (gst_multifdsink_client_queue_data),
31719         (gst_multifdsink_client_queue_buffer),
31720         (gst_multifdsink_handle_client_write),
31721         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31722         (gst_multifdsink_chain), (gst_multifdsink_close):
31723         * gst/tcp/gstmultifdsink.h:
31724         Added more debugging info. Changed the way clients are
31725         removed from the lists. Fixed a bug where a bad file descriptor
31726         could cause many clients to be removed.
31727
31728 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31729
31730         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31731           allow all pixel-aspect-ratios, not just 1:1
31732
31733 2004-08-09  David Schleef  <ds@schleef.org>
31734
31735         * sys/glsink/ARB_multitexture.h:  Remove old files.
31736         * sys/glsink/EXT_paletted_texture.h:
31737         * sys/glsink/NV_register_combiners.h:
31738         * sys/glsink/gstgl_nvimage.c:
31739         * sys/glsink/gstgl_pdrimage.c:
31740         * sys/glsink/gstgl_rgbimage.c:
31741         * sys/glsink/gstglsink.c:
31742         * sys/glsink/gstglsink.h:
31743         * sys/glsink/gstglxwindow.c:
31744         * sys/glsink/regcomb_yuvrgb.c:
31745
31746 2004-08-09  David Schleef  <ds@schleef.org>
31747
31748         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31749         GL sink plugin.  (Bug #147302)
31750
31751         * configure.ac: Test for OpenGL
31752         * sys/Makefile.am: Use test for OpenGL
31753         * sys/glsink/Makefile.am:
31754         * sys/glsink/glimagesink.c: rewrite
31755         * sys/glsink/glimagesink.h: rewrite
31756
31757 2004-08-09  David Schleef  <ds@schleef.org>
31758
31759         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31760         sane framerates.
31761         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31763         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31764
31765 2004-08-09  Wim Taymans  <wim@fluendo.com>
31766
31767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31768         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31769         (gst_multifdsink_client_remove),
31770         (gst_multifdsink_handle_client_read),
31771         (gst_multifdsink_handle_client_write),
31772         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31773         Do a bit more logging, make the client_read code more robust.
31774
31775 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31776
31777         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31778         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31779         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31780         (gst_jpegdec_init), (gst_jpegdec_chain):
31781         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31782         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31783           cleanups, debugging fixes and memleak plugging
31784
31785 2004-08-09  Wim Taymans  <wim@fluendo.com>
31786
31787         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31788         (theora_get_formats), (theora_dec_src_convert),
31789         (theora_dec_sink_convert), (theora_dec_src_query),
31790         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31791         (theora_dec_change_state):
31792         Don't crash on missing header packets.
31793
31794 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31795
31796         * po/LINGUAS:
31797         * po/sq.po:
31798           Added Albanian translation (Laurent Dhima)
31799         * po/cs.po:
31800           updated
31801
31802 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31803
31804         * ext/lame/gstlame.c:
31805           fix/add debugging
31806
31807 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31808
31809         * sys/ximage/ximagesink.c:
31810         * sys/xvimage/xvimagesink.c:
31811           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31812
31813 2004-08-06  Wim Taymans  <wim@fluendo.com>
31814
31815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31816         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31817         (gst_multifdsink_client_remove),
31818         (gst_multifdsink_handle_client_read),
31819         (gst_multifdsink_handle_client_write),
31820         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31821         Make sure we don't try to read more from a client that what
31822         ioctl says us or we deadlock.
31823
31824 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31825
31826         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31827         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31828         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31829           decouple running_time and n_frames so it can handle changing
31830           framerate while running
31831
31832 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31833
31834         * po/nl.po:
31835         * po/sv.po:
31836           updated translations
31837
31838 2004-08-04  Benjamin Otte  <otte@gnome.org>
31839
31840         * gst/videotestsrc/gstvideotestsrc.c:
31841         (gst_videotestsrc_get_capslist), (generate_capslist),
31842         (plugin_init):
31843           generate the list of supported caps at startup and reuse it instead
31844           of always generating it
31845
31846 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31847
31848         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31849           whoops, last checkin broke normal build
31850
31851 2004-08-03  Benjamin Otte  <otte@gnome.org>
31852
31853         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31854         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31855         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31856         (gst_alsa_mixer_get_option):
31857         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31858         (dvdnavsrc_print_event):
31859         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31861         (gst_ogg_mux_pad_unlink):
31862         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31863         (gst_multipart_mux_pad_unlink):
31864         * gst/videofilter/gstvideobalance.c:
31865         (gst_videobalance_colorbalance_set_value):
31866         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31867         (gst_videomixer_pad_unlink):
31868         * po/uk.po:
31869         * sys/oss/gstossmixer.c:
31870         * sys/v4l/gstv4lcolorbalance.c:
31871         * sys/v4l/gstv4ltuner.c:
31872         * sys/v4l/v4lsrc_calls.c:
31873         * sys/v4l2/gstv4l2colorbalance.c:
31874         * sys/v4l2/gstv4l2tuner.c:
31875           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31876
31877 2004-08-03  Benjamin Otte  <otte@gnome.org>
31878
31879         * examples/dynparams/filter.c: (ui_control_create):
31880         * examples/gstplay/player.c: (print_tag):
31881         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31882         * ext/gdk_pixbuf/gstgdkanimation.c:
31883         (gst_gdk_animation_iter_may_advance):
31884         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31885         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31886         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31887         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31889         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31890         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31891         * gst/sine/demo-dparams.c: (main):
31892         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31893         * testsuite/alsa/formats.c: (create_pipeline):
31894         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31895           fixes for G_DISABLE_ASSERT and friends
31896         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31897         (mp3_type_frame_length_from_header), (mp3_type_find),
31898         (plugin_init):
31899           require mp3 typefinding to have at least MIN_HEADERS valid headers
31900           add typefinding for AAC adts files
31901
31902 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31903
31904         * sys/ximage/ximagesink.c:
31905         (gst_ximagesink_calculate_pixel_aspect_ratio):
31906         * sys/xvimage/xvimagesink.c:
31907         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31908         Make sure we calculate pixel-aspect-ratio using floating point maths
31909
31910 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31911
31912         * po/uk.po:
31913           updated translation
31914
31915 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31916
31917         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31919           add debugging for display PAR calculation
31920
31921 2004-08-02  David Schleef  <ds@schleef.org>
31922
31923         * configure.ac: Fix mikmod CFLAGS.
31924
31925 2004-07-27  Benjamin Otte  <otte@gnome.org>
31926
31927         * gst/audioscale/gstaudioscale.c:
31928         - fix templates to only support S16, it's the only format that works
31929         - make caps nego code use try_set_caps_nonfixed and fixation instead
31930         of try_set_caps twice, which is not nice for autopluggers
31931         - change rank to secondary, so autopluggers can pick it up after
31932         audioconvert
31933
31934 2004-08-02  Iain <iain@prettypeople.org>
31935
31936         * gst/interleave/interleave.c (interleave_init),
31937         (interleave_request_new_pad),
31938         (interleave_pad_removed),
31939         (interleave_buffered_loop): Use the real pad count, not the artificial
31940         one.
31941
31942 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31943
31944         * configure.ac: bump nano back to development
31945
31946 === release 0.8.3 ===
31947
31948 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31949
31950         * configure.ac: releasing 0.8.3, "Water"
31951
31952 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31953
31954         * sys/xvimage/xvimagesink.c:
31955         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31956         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31957         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31958         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31959         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31960         * sys/xvimage/xvimagesink.h:
31961           apply similar PAR fixes as to ximagesink
31962
31963 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31964
31965         patch from: Benjamin Otte
31966
31967         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31968           add link function to lame.  Fixes #148986.
31969
31970 2004-08-02  Johan Dahlin  <johan@gnome.org>
31971
31972         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31973         fix debugging log
31974
31975 2004-07-30  David Schleef  <ds@schleef.org>
31976
31977         * gst/videomixer/Makefile.am: Fix things that should have been
31978         fixed in the last checkin.
31979
31980 2004-07-30  David Schleef  <ds@schleef.org>
31981
31982         * gst/multipart/Makefile.am: Fix things that should have been
31983         fixed in the last checkin.
31984
31985 2004-07-30  David Schleef  <ds@schleef.org>
31986
31987         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31988
31989 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31990
31991         * configure.ac:
31992           bump nano for prerelease
31993         * po/af.po:
31994         * po/az.po:
31995         * po/cs.po:
31996         * po/en_GB.po:
31997         * po/hu.po:
31998         * po/nl.po:
31999         * po/sr.po:
32000         * po/sv.po:
32001         * po/uk.po:
32002           updates
32003
32004 2004-07-30  Wim Taymans  <wim@fluendo.com>
32005
32006         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32007         (gst_multifdsink_add), (gst_multifdsink_remove),
32008         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32009         (gst_multifdsink_client_remove),
32010         (gst_multifdsink_handle_client_write),
32011         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32012         * gst/tcp/gstmultifdsink.h:
32013         Recover from a select with a bad file descriptor by removing
32014         the client.
32015
32016 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32017
32018         * configure.ac:
32019           fix requirement of core
32020         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32021         (gst_play_pipeline_setup):
32022           don't use colorspace element.  do use hermescolorspace element.
32023           make macro to get a colorspace element.
32024           mark strings for translation.
32025         * po/POTFILES.in:
32026           add play.c
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           update translations
32037
32038 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32039
32040         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32041         fix default for newmedia flag
32042
32043 2004-07-30  Wim Taymans  <wim@fluendo.com>
32044
32045         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32046         (gst_theora_dec_init), (theora_get_formats),
32047         (theora_dec_src_convert), (theora_dec_sink_convert),
32048         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32049         (theora_dec_chain), (theora_dec_set_property),
32050         (theora_dec_get_property):
32051         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32052         (gst_theora_enc_class_init), (gst_theora_enc_init),
32053         (theora_enc_sink_link), (theora_enc_chain),
32054         (theora_enc_set_property), (theora_enc_get_property):
32055         Added cropping option to theora decoder.
32056         Added border option to theora encoder.
32057
32058 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32059
32060         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32061         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32062         (gst_pngenc_set_property):
32063         * ext/libpng/gstpngenc.h:
32064         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
32065
32066 2004-07-30  Wim Taymans  <wim@fluendo.com>
32067
32068         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32069         (theora_enc_sink_link), (theora_enc_chain),
32070         (theora_enc_set_property), (theora_enc_get_property):
32071         Fix encoding of non-multiple-of-16 video.
32072
32073 2004-07-29  David Schleef  <ds@schleef.org>
32074
32075         * configure.ac: make test for audiofile more strict
32076
32077 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32078
32079         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32080           give different names to typefind functions
32081
32082 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32083
32084         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32085         (gst_ximagesink_calculate_pixel_aspect_ratio),
32086         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32087         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32088         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32089         (gst_ximagesink_get_property), (gst_ximagesink_init):
32090         * sys/ximage/ximagesink.h:
32091           allocate PAR's dynamically.
32092           use autodetected PAR if no object-set PAR is given.
32093           add workaround for directfb's X not setting physical size.
32094           fix to xvimagesink will follow tomorrow.
32095
32096 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32097
32098         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32099         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32100         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32101         (gst_shout2send_class_init), (gst_shout2send_init),
32102         (set_shout_metadata), (gst_shout2send_set_metadata),
32103         (gst_shout2send_chain), (gst_shout2send_set_property),
32104         (gst_shout2send_get_property), (gst_shout2send_connect),
32105         (gst_shout2send_change_state):
32106         * ext/shout2/gstshout2.h:
32107         - fix for sending mp3 audio to icecast2 server, if pad link function not
32108         called before PAUSED state
32109         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32110         - added tagging support for mp3 audio broadcasted
32111         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32112         debug info
32113
32114 2004-07-28  Wim Taymans  <wim@fluendo.com>
32115
32116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32117         (gst_ogg_demux_push):
32118         Return query failure when we don't know the length of
32119         an ogg stream insteda of returning TRUE with a bogus value.
32120
32121 2004-07-28  Wim Taymans  <wim@fluendo.com>
32122
32123         * ext/theora/theoradec.c: (theora_get_formats),
32124         (theora_dec_src_convert), (theora_dec_sink_convert),
32125         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32126         (theora_dec_chain):
32127         Don't screw up the 1 Chroma for 1 luma sample situation when we
32128         have an odd offset/width by adding a black border in those cases.
32129
32130 2004-07-28  Wim Taymans  <wim@fluendo.com>
32131
32132         * ext/theora/theoradec.c: (theora_get_formats),
32133         (theora_dec_src_convert), (theora_dec_sink_convert),
32134         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32135         (theora_dec_chain):
32136         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32137         Added first attempt at cropping of the image as required by the
32138         theora spec. We need more properties in the caps (offset_x,
32139         offset_y,stride) to implement this correctly.
32140
32141 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32142
32143         * ext/dvdnav/README:
32144           Update the README to use dvddemux
32145         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32146           Ensure getcaps returns a subset of the template caps
32147         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32148         (gst_mpeg2subt_init):
32149           Ensure getcaps returns a subset of the template caps
32150         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32151         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32152         (gst_dvd_demux_get_subpicture_stream),
32153         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32154         * gst/mpegstream/gstdvddemux.h:
32155           Set the explicit caps on the current_video pad before pushing
32156           anything
32157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32158         (gst_mpeg_demux_get_audio_stream):
32159           Free caps used to gst_pad_set_explicit_caps, which takes a const
32160           GstCaps *
32161
32162 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32163
32164         * configure.ac: update GStreamer requirement to 0.8.4 because of
32165           GstFraction.
32166
32167 2004-07-28  Wim Taymans  <wim@fluendo.com>
32168
32169         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32170         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32171         Add the pad to the element after setting up the caps. This
32172         makes it a lot easier to autoplug.
32173
32174 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32175
32176         * gst/median/gstmedian.c:
32177         * gst/mpeg2subt/gstmpeg2subt.c:
32178         * gst/mpegaudioparse/gstmpegaudioparse.c:
32179         * gst/mpegstream/gstdvddemux.c:
32180         * gst/mpegstream/gstmpegdemux.c:
32181         * gst/mpegstream/gstmpegpacketize.c:
32182         * gst/rtjpeg/gstrtjpeg.c:
32183         * gst/rtjpeg/gstrtjpegdec.c:
32184         * gst/rtjpeg/gstrtjpegenc.c:
32185         * gst/sine/gstsinesrc.c:
32186         * gst/smooth/gstsmooth.c:
32187         * gst/smpte/gstsmpte.c:
32188         * gst/smpte/gstsmpte.h:
32189         * gst/stereo/gststereo.c:
32190         * gst/videofilter/gstgamma.c:
32191         * gst/videofilter/gstvideobalance.c:
32192         * gst/videofilter/gstvideofilter.c:
32193         * gst/videofilter/gstvideoflip.c:
32194         * gst/videoscale/gstvideoscale.c:
32195         * gst/videoscale/videoscale.c:
32196         * gst/videotestsrc/gstvideotestsrc.c:
32197         * gst/videotestsrc/videotestsrc.c:
32198         * gst/wavenc/gstwavenc.c:
32199         * gst/wavparse/gstwavparse.c:
32200           fix local includes and 64 bits constants
32201
32202 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32203
32204         * win32/gst.sln:
32205         * gst-libs/gst/*/*.vcproj:
32206         * gst/*/*.vcproj:
32207           more working plugins
32208
32209 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32210
32211         * testsuite/alsa/Makefile.am:
32212         * testsuite/alsa/srcstate.c:
32213         add test for alsasrc changing state
32214
32215 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32216
32217         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32218         (gst_silence_get):
32219         * gst/silence/gstsilence.h:
32220         fix silence generation for 16bit raw audio
32221
32222 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32223
32224         * gst/matroska/matroska-demux.c:
32225         (gst_matroska_demux_parse_metadata),
32226         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32227         * gst/mpegaudio/common.c:
32228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32229         (gst_videoscale_getcaps), (gst_videoscale_link),
32230         (gst_videoscale_src_fixate), (gst_videoscale_init),
32231         (gst_videoscale_finalize):
32232         * gst/videoscale/gstvideoscale.h:
32233         * gst/videotestsrc/gstvideotestsrc.c:
32234         (gst_videotestsrc_get_capslist):
32235         * gst/wavenc/gstwavenc.c:
32236         * sys/oss/gstossmixer.c: (fill_labels):
32237         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32238         (gst_ximagesink_handle_xevents),
32239         (gst_ximagesink_calculate_pixel_aspect_ratio),
32240         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32241         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32242         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32243         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32244         (gst_ximagesink_init), (gst_ximagesink_class_init):
32245         * sys/ximage/ximagesink.h:
32246         * sys/xvimage/xvimagesink.c:
32247         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32248         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32249         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32250         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32251         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32252         * sys/xvimage/xvimagesink.h:
32253           first batch of pixel aspect ratio commits.
32254
32255 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32256
32257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32258         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32259         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32260           handle stride, needs work if we want to move stride handling
32261           upstream, but works correctly for our purposes.
32262
32263 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32264
32265         * gst/videoscale/README:
32266           add testing examples
32267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32268         (gst_videoscale_chain):
32269         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32270         (gst_videoscale_get_size):
32271           add get_size function that handles stride like videotestsrc.
32272           fixes conversion for YUV formats for as much as I can test them.
32273
32274 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32275
32276         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32277         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32279         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32280         (gst_xvimagesink_xvimage_put):
32281           further cleanups, logging, error handling and synchronizing
32282
32283 2004-07-27  Wim Taymans  <wim@fluendo.com>
32284
32285         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32286         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32287         (gst_videomixer_pad_set_property),
32288         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32289         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32290         (gst_videomixer_class_init), (gst_videomixer_init),
32291         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32292         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32293         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32294         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32295         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32296         (gst_videomixer_loop), (plugin_init):
32297         Be a nicer negotiation citizen and provide a getcaps function on
32298         the srcpad. This also fixes a crash when resizing.
32299
32300 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32301
32302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32303         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32304
32305 2004-07-27  Wim Taymans  <wim@fluendo.com>
32306
32307         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32308         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32309         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32310         (gst_pngenc_set_property):
32311         * ext/libpng/gstpngenc.h:
32312         Added snapshot property to pngenc.
32313         removed g_print from pngdec
32314
32315 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32316
32317         * gst/ac3parse/ac3parse.vcproj
32318         * gst/adder/adder.vcproj
32319         * gst/alpha/alpha.vcproj
32320         * gst/alpha/alphacolor.vcproj
32321         * gst/asfdemux/asf.vcproj
32322         * gst/audioconvert/audioconvert.vcproj
32323         * gst/audiorate/audiorate.vcproj
32324         * gst/audioscale/audioscale.vcproj
32325         * gst/auparse/auparse.vcproj
32326         * gst/avi/avi.vcproj
32327         * gst/cdxaparse/cdxaparse.vcproj
32328         * gst/chart/chart.vcproj
32329         * gst/colorspace/colorspace.vcproj
32330         * gst/cutter/cutter.vcproj
32331         * gst/debug/debug.vcproj
32332         * gst/debug/efence.vcproj
32333         * gst/debug/navigationtest.vcproj
32334         * gst/deinterlace/deinterlace.vcproj
32335         * gst/effectv/effectv.vcproj
32336         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32337         * gst/filter/filter.vcproj
32338         * gst/flx/flxdec.vcproj
32339         * gst/goom/goom.vcproj
32340         * gst/interleave/interleave.vcproj
32341         * gst/law/alaw.vcproj
32342         * gst/law/mulaw.vcproj
32343         * gst/matroska/matroska.vcproj
32344         * gst/median/median.vcproj
32345         * gst/mixmatrix/mixmatrix.vcproj
32346         * gst/mpeg1sys/mpeg1systemencode.vcproj
32347         * gst/mpeg1videoparse/mp1videoparse.vcproj
32348         * gst/mpeg2sub/mpeg2subt.vcproj
32349         * gst/mpegaudio/mpegaudio.vcproj
32350         * gst/mpegaudioparse/mpegaudioparse.vcproj
32351         * gst/mpegstream/mpegstream.vcproj
32352         * gst/multifilesink/multifilesink.vcproj
32353         * gst/multipart/multipart.vcproj
32354         * gst/oneton/oneton.vcproj
32355         * gst/overlay/overlay.vcproj
32356         * gst/passthrough/passthrough.vcproj
32357         * gst/qtdemux/qtdemux.vcproj
32358         * gst/realmedia/rmdemux.vcproj
32359         * gst/rtjpeg/rtjpeg.vcproj
32360         * gst/rtp/rtp.vcproj
32361         * gst/silence/silence.vcproj
32362         * gst/sine/sinesrc.vcproj
32363         * gst/smooth/smooth.vcproj
32364         * gst/smpte/smpte.vcproj
32365         * gst/spectrum/spectrum.vcproj
32366         * gst/speed/speed.vcproj
32367         * gst/stereo/stereo.vcproj
32368         * gst/switch/switch.vcproj
32369         * gst/tags/tagedit.vcproj
32370         * gst/tcp/tcp.vcproj
32371         * gst/typefind/typefindfunctions.vcproj
32372         * gst/udp/udp.vcproj
32373         * gst/videobox/videobox.vcproj
32374         * gst/videocrop/videocrop.vcproj
32375         * gst/videodrop/videodrop.vcproj
32376         * gst/videofilter/gamma.vcproj
32377         * gst/videofilter/videobalance.vcproj
32378         * gst/videofilter/videofilter.vcproj
32379         * gst/videofilter/videoflip.vcproj
32380         * gst/videoflip/videoflip.vcproj
32381         * gst/videomixer/videomixer.vcproj
32382         * gst/videorate/videorate.vcproj
32383         * gst/videoscale/videoscale.vcproj
32384         * gst/videotestsrc/videotestsrc.vcproj
32385         * gst/virtualdub/virtualdub.vcproj
32386         * gst/volenv/volenv.vcproj
32387         * gst/volume/volume.vcproj
32388         * gst/wavenc/wavenc.vcproj
32389         * gst/wavparse/wavparse.vcproj
32390         * gst/y4m/y4menc.vcproj
32391         * gst-libs/gst/audio/audio.vcproj
32392         * gst-libs/gst/audio/audiofilter.vcproj
32393         * gst-libs/gst/colorbalance/colorbalance.vcproj
32394         * gst-libs/gst/idct/idtc.vcproj
32395         * gst-libs/gst/media-info/media-info.vcproj
32396         * gst-libs/gst/mixer/mixer.vcproj
32397         * gst-libs/gst/navigation/navigation.vcproj
32398         * gst-libs/gst/play/play.vcproj
32399         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32400         * gst-libs/gst/resample/resample.vcproj
32401         * gst-libs/gst/riff/riff.vcproj
32402         * gst-libs/gst/tuner/tuner.vcproj
32403         * gst-libs/gst/video/video.vcproj
32404         * gst-libs/gst/xoverlay/xoverlay.vcproj
32405           avoid problems with math.h, fix release dependancy
32406           rename GStreamer-0.8.lib to libgstreamer.lib
32407
32408 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32409
32410         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32412         the atom is not available we have to unlock the mutex. Fixes #148023
32413
32414 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32415
32416         * gst-libs/gst/media-info/media-info.h:
32417           issue for a vararg macro with MSVC
32418
32419 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32420
32421         * gst/effectv/effectv.vcproj
32422         * gst-libs/gst/idct/idct.vcproj:
32423         * gst-libs/gst/media-info/media-info.vcproj:
32424         * gst-libs/gst/navigation/navigation.vcproj:
32425         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32426         * gst-libs/gst/video/video.vcproj:
32427         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32428           fixes for build problems
32429
32430 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32431
32432         * gst-libs/gst/audio/audio.def:
32433         * gst-libs/gst/audio/riff.def:
32434           add some definitions needed by plugins
32435
32436 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32437
32438         * gst/asfdemux/gstasfmux.c
32439           Fix some 64 bits constants to be glib friendly
32440
32441 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32442
32443         * gst/ac3parse/gstac3parse.c
32444         * gst/audioscale/gstaudioscale.c
32445         * gst/auparse/gstauparse.c
32446         * gst/colorspace/gstcolorspace.c
32447         * gst/colorspace/yuv2rgb.h
32448           local include fixes
32449
32450 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32451
32452         * win32/gst.sln
32453           add more plugins to the build
32454
32455 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32456
32457         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32458         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32459
32460 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32461
32462         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32463         (gst_level_set_property), (gst_level_get_property),
32464         (gst_level_base_init), (gst_level_class_init):
32465           add debugging categories.  cleanups.
32466
32467 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32468
32469         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32470         (gst_videoscale_planar411), (gst_videoscale_planar400),
32471         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32472         (gst_videoscale_scale_nearest_str1),
32473         (gst_videoscale_scale_nearest_str2),
32474         (gst_videoscale_scale_nearest_str4),
32475         (gst_videoscale_scale_nearest_16bit),
32476         (gst_videoscale_scale_nearest_24bit):
32477           fixed stride issues
32478           tested with 320x240 -> 321, 322, 324 x240
32479           tested with YV12, I420, YUY2, UYVY
32480           fixed packed422rev (don't think it could have worked before)
32481           by testing with UYVY
32482
32483 2004-07-26  Benjamin Otte  <otte@gnome.org>
32484
32485         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32486         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32487         (plugin_init):
32488           add debugging category, add error checks like checking return values
32489           of setup calls, make sure it still works after
32490           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32491
32492 2004-07-26  Wim Taymans  <wim@fluendo.com>
32493
32494         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32495         (gst_mpeg_demux_get_audio_stream),
32496         (gst_mpeg_demux_process_private):
32497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32498         Check for error codes from the negotiation functions. Make sure
32499         we really set the pad caps when a new pad is created.
32500
32501 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32502
32503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32504         (gst_ffmpeg_caps_to_pix_fmt):
32505         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32507         (gst_ffmpegcolorspace_pad_link):
32508           don't make function do two things at the same time without reason.
32509
32510 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32511
32512         * gst/ac3parse/ac3parse.vcproj
32513         * gst/adder/adder.vcproj
32514         * gst/alpha/alpha.vcproj
32515         * gst/alpha/alphacolor.vcproj
32516         * gst/asfdemux/asf.vcproj
32517         * gst/audioconvert/audioconvert.vcproj
32518         * gst/audiorate/audiorate.vcproj
32519         * gst/audioscale/audioscale.vcproj
32520         * gst/auparse/auparse.vcproj
32521         * gst/avi/avi.vcproj
32522         * gst/cdxaparse/cdxaparse.vcproj
32523         * gst/chart/chart.vcproj
32524         * gst/colorspace/colorspace.vcproj
32525         * gst/cutter/cutter.vcproj
32526         * gst/debug/debug.vcproj
32527         * gst/debug/efence.vcproj
32528         * gst/debug/navigationtest.vcproj
32529         * gst/deinterlace/deinterlace.vcproj
32530         * gst/effectv/effectv.vcproj
32531         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32532         * gst/filter/filter.vcproj
32533         * gst/flx/flxdec.vcproj
32534         * gst/goom/goom.vcproj
32535         * gst/interleave/interleave.vcproj
32536         * gst/law/alaw.vcproj
32537         * gst/law/mulaw.vcproj
32538         * gst/matroska/matroska.vcproj
32539         * gst/median/median.vcproj
32540         * gst/mixmatrix/mixmatrix.vcproj
32541         * gst/mpeg1sys/mpeg1systemencode.vcproj
32542         * gst/mpeg1videoparse/mp1videoparse.vcproj
32543         * gst/mpeg2sub/mpeg2subt.vcproj
32544         * gst/mpegaudio/mpegaudio.vcproj
32545         * gst/mpegaudioparse/mpegaudioparse.vcproj
32546         * gst/mpegstream/mpegstream.vcproj
32547         * gst/multifilesink/multifilesink.vcproj
32548         * gst/multipart/multipart.vcproj
32549         * gst/oneton/oneton.vcproj
32550         * gst/overlay/overlay.vcproj
32551         * gst/passthrough/passthrough.vcproj
32552         * gst/qtdemux/qtdemux.vcproj
32553         * gst/realmedia/rmdemux.vcproj
32554         * gst/rtjpeg/rtjpeg.vcproj
32555         * gst/rtp/rtp.vcproj
32556         * gst/silence/silence.vcproj
32557         * gst/sine/sinesrc.vcproj
32558         * gst/smooth/smooth.vcproj
32559         * gst/smpte/smpte.vcproj
32560         * gst/spectrum/spectrum.vcproj
32561         * gst/speed/speed.vcproj
32562         * gst/stereo/stereo.vcproj
32563         * gst/switch/switch.vcproj
32564         * gst/tags/tagedit.vcproj
32565         * gst/tcp/tcp.vcproj
32566         * gst/typefind/typefindfunctions.vcproj
32567         * gst/udp/udp.vcproj
32568         * gst/videobox/videobox.vcproj
32569         * gst/videocrop/videocrop.vcproj
32570         * gst/videodrop/videodrop.vcproj
32571         * gst/videofilter/gamma.vcproj
32572         * gst/videofilter/videobalance.vcproj
32573         * gst/videofilter/videofilter.vcproj
32574         * gst/videofilter/videoflip.vcproj
32575         * gst/videoflip/videoflip.vcproj
32576         * gst/videomixer/videomixer.vcproj
32577         * gst/videorate/videorate.vcproj
32578         * gst/videoscale/videoscale.vcproj
32579         * gst/videotestsrc/videotestsrc.vcproj
32580         * gst/virtualdub/virtualdub.vcproj
32581         * gst/volenv/volenv.vcproj
32582         * gst/volume/volume.vcproj
32583         * gst/wavenc/wavenc.vcproj
32584         * gst/wavparse/wavparse.vcproj
32585         * gst/y4m/y4menc.vcproj
32586           more plugins supported under windows
32587
32588 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32589
32590         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32591         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32592         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32594         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32595           Add debugging statements.  Use the sizes as returned by the
32596           *CreateImage calls.
32597
32598 2004-07-26  Johan Dahlin  <johan@gnome.org>
32599
32600         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32601         the pad is negotiated.
32602
32603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32604
32605 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32606
32607         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32608         * gst-libs/gst/idct/idct.vcproj:
32609         * gst-libs/gst/media-info/media-info.vcproj:
32610         * gst-libs/gst/mixer/mixer.vcproj:
32611         * gst-libs/gst/navigation/navigation.vcproj:
32612         * gst-libs/gst/play/play.vcproj:
32613         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32614         * gst-libs/gst/resample/resample.vcproj:
32615         * gst-libs/gst/tuner/tuner.vcproj:
32616         * gst-libs/gst/video/video.vcproj:
32617         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32618           more plugins supported under windows
32619
32620 2004-07-25 Iain <iain@prettypeople.org>
32621
32622         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32623         pad now rather than when the pad is created because state changes wipe
32624         explicit caps (fixes #148043).
32625
32626 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32627
32628         reviewed by Benjamin Otte  <otte@gnome.org>
32629
32630         * ext/mad/gstmad.c:
32631           fix mad plugin crashing on Sun (fixes #148289)
32632
32633 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32634
32635         * gst/avi/avi.def:
32636         * gst/avi/avi.vcproj:
32637         * gst/matroska/matroska.def:
32638         * gst/matroska/matroska.vcproj:
32639           remove unused .def files
32640
32641 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32642
32643         * gst-libs/gst/audio/gstaudiofilter.c:
32644           Clean the local include
32645
32646 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32647
32648         * win32/gst.sln:
32649         * gst-libs/gst/audio/audio.def:
32650         * gst-libs/gst/audio/audio.vcproj:
32651         * gst-libs/gst/audio/audiofilter.vcproj:
32652         * gst-libs/gst/audio/riff.def:
32653         * gst-libs/gst/audio/riff.vcproj:
32654         * gst-libs/gst/gst-libs.def:
32655         * gst-libs/gst/gst-libs.vcproj:
32656         * gst/avi/avi.vcproj:
32657         * gst/avi/avi.vcproj:
32658           Copy the files where needed after building, cleaner projects
32659
32660 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32661
32662         * gst/matroska/ebml-write.c:
32663           Fix some 64 bits constants to be glib friendly
32664
32665 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32666
32667         * win32/gst.sln:
32668         * gst-libs/gst/gst-libs.def:
32669         * gst-libs/gst/gst-libs.vcproj:
32670         * gst/matroska/matroska.def:
32671         * gst/matroska/matroska.vcproj:
32672           Add the preliminary canvas to build plugins on Win32
32673
32674 2004-07-23  Benjamin Otte  <otte@gnome.org>
32675
32676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32677           don't enfore negotiation from source side, it breaks
32678           sinesrc ! audioconvert ! osssink
32679
32680 2004-07-22  David Schleef  <ds@schleef.org>
32681
32682         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32683         for ELF files, since they can easily be recognized as audio/mpeg.
32684         (bug #147441)
32685
32686 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32687
32688         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32689         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32690         (gst_videoscale_scale_nearest_24bit),
32691         (gst_videoscale_scale_nearest_16bit):
32692           fix 16bit and 24bit for stride (24bit might need testing)
32693           don't pretend we do more than one algorithm
32694
32695 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32696
32697         * configure.ac:
32698         * gst/Makefile.am:
32699         * gst/multifilesink/Makefile.am:
32700         * gst/multifilesink/gstmultifilesink.c:
32701         (gst_multifilesink_get_formats),
32702         (gst_multifilesink_get_query_types), (_do_init),
32703         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32704         (gst_multifilesink_init), (gst_multifilesink_dispose),
32705         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32706         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32707         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32708         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32709         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32710         (gst_multifilesink_uri_get_type),
32711         (gst_multifilesink_uri_get_protocols),
32712         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32713         (gst_multifilesink_uri_handler_init), (plugin_init):
32714         * gst/multifilesink/gstmultifilesink.h:
32715         * testsuite/Makefile.am:
32716         * testsuite/multifilesink/Makefile.am:
32717         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32718         (gst_newmedia_class_init), (gst_newmedia_init),
32719         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32720         (newfile_signal), (test_signal), (main):
32721         multifilesink plugin for creating new files every time a new media
32722         discontinuity event occurs
32723
32724 2004-07-22  Wim Taymans  <wim@fluendo.com>
32725
32726         * gst/alpha/Makefile.am:
32727         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32728         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32729         (gst_alpha_color_init), (gst_alpha_color_set_property),
32730         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32731         (transform), (gst_alpha_color_chain),
32732         (gst_alpha_color_change_state), (plugin_init):
32733         Stupid plugin to to RGBA to AYUV conversion because none of
32734         the colorspace plugins can handle that yet.
32735
32736 2004-07-22  Wim Taymans  <wim@fluendo.com>
32737
32738         * examples/seeking/seek.c: (update_scale), (main):
32739         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32740         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32741         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32742         (gst_decode_bin_init), (gst_decode_bin_dispose),
32743         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32744         (no_more_pads), (close_link), (type_found),
32745         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32746         (plugin_init):
32747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32748         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32749         (gst_play_base_bin_dispose), (queue_overrun),
32750         (gen_preroll_element), (remove_prerolls), (unknown_type),
32751         (no_more_pads), (new_stream), (setup_source),
32752         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32753         (play_base_eos), (gst_play_base_bin_change_state),
32754         (gst_play_base_bin_add_element),
32755         (gst_play_base_bin_remove_element),
32756         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32757         (gst_play_base_bin_unlink_stream),
32758         (gst_play_base_bin_get_streaminfo):
32759         * gst/playback/gstplaybin.c: (gen_video_element),
32760         (gen_audio_element):
32761         * gst/playback/gststreaminfo.h:
32762         More playback updates, attempt to fix things after the state change
32763         breakage.
32764
32765 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32766
32767         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32768         (gst_videoscale_scale_nearest_16bit):
32769           comment algorithm
32770
32771 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32772
32773         * gst/videotestsrc/gstvideotestsrc.c:
32774         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32775         (gst_videotestsrc_init), (gst_videotestsrc_get),
32776         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32777         (gst_videotestsrc_get_property):
32778         * gst/videotestsrc/gstvideotestsrc.h:
32779         * gst/videotestsrc/videotestsrc.c:
32780         * gst/videotestsrc/videotestsrc.h:
32781           cleanup and commenting
32782
32783 2004-07-21  Wim Taymans  <wim@fluendo.com>
32784
32785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32786         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32787         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32788         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32789         (_find_chain_get_unknown_part), (_find_streams_check),
32790         (gst_ogg_demux_push), (gst_ogg_pad_push):
32791         * ext/theora/theoradec.c: (theora_get_formats),
32792         (theora_dec_src_convert), (theora_dec_sink_convert),
32793         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32794         (theora_dec_chain):
32795         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32796         (vorbis_dec_convert), (vorbis_dec_src_query),
32797         (vorbis_dec_src_event), (vorbis_dec_event):
32798         More seeking fixes, oggdemux now supports seeking to time and
32799         uses the downstream element to convert granulepos to time.
32800         Seeking in theora-only ogg files now works.
32801
32802 2004-07-21  Wim Taymans  <wim@fluendo.com>
32803
32804         * ext/theora/theoradec.c: (gst_theora_dec_init),
32805         (theora_get_formats), (theora_get_event_masks),
32806         (theora_get_query_types), (theora_dec_src_convert),
32807         (theora_dec_sink_convert), (theora_dec_src_query),
32808         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32809         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32810         (vorbis_get_event_masks), (vorbis_get_query_types),
32811         (gst_vorbis_dec_init), (vorbis_dec_convert),
32812         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32813         Added query/convert/formats functions to vorbis and theora decoders
32814         so that the outside world can use them too. Fixed seeking on an
32815         ogg/theora/vorbis file by disabling the seeking seeking on the
32816         theora srcpad.
32817
32818 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32819
32820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32821         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32822         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32823         images creation for both elements. We don't create the image on caps
32824         nego or renego, we just destroy the internal one if present if it does
32825         not match the needs. The chain function takes care of creating a new
32826         image when needed.
32827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32828         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32829         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32830         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32831         the image format information. The buffer pool checks for the context
32832         image format and discard images with different formats.
32833         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32834
32835 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32836
32837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32838         (gst_ffmpegcolorspace_chain):
32839           no point in doing any chaining if the pad we want to push from
32840           isn't usable.
32841
32842 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32843
32844         * gst-libs/gst/riff/riff-media.c:
32845         (gst_riff_create_audio_caps_with_data):
32846           Fix double end-to-native symbol conversion (#148021).
32847
32848 2004-07-20  David Schleef  <ds@schleef.org>
32849
32850         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32851         Don't use an Atom that doesn't exist.
32852
32853 2004-07-20  Wim Taymans  <wim@fluendo.com>
32854
32855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32856         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32857         (gst_multifdsink_client_remove),
32858         (gst_multifdsink_handle_client_write),
32859         (gst_multifdsink_queue_buffer):
32860         * gst/tcp/gstmultifdsink.h:
32861         More multifdsink stats. Avoid deadlock by releasing locks
32862         before sending out a signal.
32863
32864 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32865
32866         * po/LINGUAS:
32867         * po/hu.po:
32868           added Hungarian translation (Laszlo Dvornik)
32869
32870 2004-07-20  Wim Taymans  <wim@fluendo.com>
32871
32872         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32873         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32874         (gst_multifdsink_handle_client_write),
32875         (gst_multifdsink_queue_buffer):
32876         * gst/tcp/gsttcp-marshal.list:
32877         Fixed the stupid marshal definition.
32878
32879 2004-07-20  Wim Taymans  <wim@fluendo.com>
32880
32881         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32882         (gst_multifdsink_init), (gst_multifdsink_add),
32883         (gst_multifdsink_client_remove),
32884         (gst_multifdsink_handle_client_write),
32885         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32886         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32887         (gst_multifdsink_init_send):
32888         * gst/tcp/gstmultifdsink.h:
32889         Added more stats, added timeout for a client, fixed some typos
32890         and added some comments.
32891
32892 2004-07-20  Wim Taymans  <wim@fluendo.com>
32893
32894         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32895         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32896         (gst_multifdsink_client_remove),
32897         (gst_multifdsink_handle_client_write):
32898         * gst/tcp/gstmultifdsink.h:
32899         * gst/tcp/gsttcp-marshal.list:
32900         Added get_stats method that returns a GValueArray of
32901         stats values.
32902
32903 2004-07-19  Benjamin Otte  <otte@gnome.org>
32904
32905         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32906           make sure longname, description and author are valid UTF-8
32907
32908 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32909
32910         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32911         (gst_ximagesink_set_property):
32912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32913         (gst_xvimagesink_set_property):
32914           make sure SYNCHRONOUS is respected after getting the X context
32915
32916 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32917
32918         * gst/matroska/matroska-demux.c:
32919         (gst_matroska_demux_handle_src_event),
32920         (gst_matroska_demux_parse_blockgroup):
32921         * gst/matroska/matroska-ids.h:
32922           add BlockReference tag and ignore it to clear out log.
32923           ignore NAVIGATION events to clear out log.
32924
32925 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32926
32927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32928         (gst_matroska_demux_add_stream):
32929         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32930           add debug categories
32931
32932 2004-07-16  Wim Taymans  <wim@fluendo.com>
32933
32934         * ext/libpng/Makefile.am:
32935         * ext/libpng/gstpng.c: (plugin_init):
32936         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32937         (gst_pngdec_get_type), (gst_pngdec_base_init),
32938         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32939         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32940         * ext/libpng/gstpngdec.h:
32941         Added png decoder.
32942
32943 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32944
32945         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32946         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32947         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32948         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32949         (gst_ximagesink_buffer_alloc):
32950         * sys/ximage/ximagesink.h:
32951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32952         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32953         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32954         (gst_xvimagesink_buffer_alloc):
32955         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32956         again. Using internal data pointer of the x(v)image to store image's
32957         data to be coherent with the buffer alloc mechanism. Investigated the
32958         image destruction code to be sure that everything gets freed correctly.
32959
32960 2004-07-16  Wim Taymans  <wim@fluendo.com>
32961
32962         * gst-libs/gst/riff/riff-read.c:
32963         (gst_riff_read_strf_vids_with_data),
32964         (gst_riff_read_strf_auds_with_data):
32965         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32966         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32967         Make sure we don't create 0 sized subbuffers in riff-read.
32968         Signal the no more pads signal after reading the avi header.
32969
32970 2004-07-16  Wim Taymans  <wim@fluendo.com>
32971
32972         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32973         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32974         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32975         (gst_decode_bin_init), (gst_decode_bin_dispose),
32976         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32977         (no_more_pads), (close_link), (type_found),
32978         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32979         (gst_decode_bin_change_state), (plugin_init):
32980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32981         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32982         (gst_play_base_bin_dispose), (queue_overrun),
32983         (gen_preroll_element), (remove_prerolls), (unknown_type),
32984         (no_more_pads), (new_stream), (setup_source),
32985         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32986         (play_base_eos), (gst_play_base_bin_change_state),
32987         (gst_play_base_bin_add_element),
32988         (gst_play_base_bin_remove_element),
32989         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32990         (gst_play_base_bin_unlink_stream),
32991         (gst_play_base_bin_get_streaminfo):
32992         * gst/playback/gstplaybasebin.h:
32993         Better error recovery. Added configurable preroll queue size. Faster
32994         detection of no-more-pads.
32995
32996 2004-07-16  Wim Taymans  <wim@fluendo.com>
32997
32998         * gst-libs/gst/video/video.h:
32999         Added 32 bits RGBA. Not sure if we should use another mime-type
33000         for alpha rgb. Currently the presence of the alpha_mask property
33001         signals an alpha channel.
33002
33003 2004-07-16  Wim Taymans  <wim@fluendo.com>
33004
33005         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33007         FPS seems to be 0.0 to MAX everywhere else.
33008
33009 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33010
33011         * gst-libs/gst/riff/riff-media.c:
33012         (gst_riff_create_video_caps_with_data):
33013           mp42/mp43 (no caps) exist too.
33014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33015           Set pixel_width/height; we've got them in-caps.
33016         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33017         * gst/wavparse/gstwavparse.c: (plugin_init):
33018           Both are valid primary.
33019         * sys/oss/gstossmixer.c:
33020           Remove i18n hack and enable translations.
33021
33022 2004-07-15  Benjamin Otte  <otte@gnome.org>
33023
33024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33025         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33026           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33027
33028 2004-07-15  Benjamin Otte  <otte@gnome.org>
33029
33030         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33031         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33032         (gst_alsa_close_audio):
33033           disable some of the debugging code for now. Writing debugging to a
33034           buffer is broken in current alsalib releases.
33035
33036 2004-07-12  Benjamin Otte  <otte@gnome.org>
33037
33038         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33039           use bufferpools
33040
33041 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33042
33043         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33044         (theora_dec_src_query), (theora_dec_event):
33045         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33046           add debugging categories.  Remove \n's.
33047
33048 2004-07-13  Johan Dahlin  <johan@gnome.org>
33049
33050         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33051         (gst_play_bin_get_property): Impl.
33052
33053 2004-07-13  Wim Taymans  <wim@fluendo.com>
33054
33055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33056         When trying to find the stream length, seek back N pages
33057         instead of just one, where N is the number of streams in
33058         the current chain.
33059
33060 2004-07-13  Wim Taymans  <wim@fluendo.com>
33061
33062         * gst-libs/gst/riff/riff-media.c:
33063         (gst_riff_create_audio_caps_with_data),
33064         (gst_riff_create_audio_caps),
33065         (gst_riff_create_audio_template_caps):
33066         * gst-libs/gst/riff/riff-media.h:
33067         * gst-libs/gst/riff/riff-read.c:
33068         (gst_riff_read_strf_vids_with_data),
33069         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33070         * gst-libs/gst/riff/riff-read.h:
33071         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33072         (gst_avi_demux_add_stream):
33073         Set codec_data on caps for avidemuxer.
33074
33075 2004-07-12  David Schleef  <ds@schleef.org>
33076
33077         * configure.ac: Fix test for Objective C
33078
33079 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33080         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33081         (gst_gdk_pixbuf_chain):
33082           Add svg and pcx to template caps, and ensure that getcaps returns a
33083           subset of the template caps.
33084           Copy each row manually for output, as gdkpixbuf may pad the
33085           rowstride to a 32-bit word boundary.
33086
33087 2004-07-12  Wim Taymans  <wim@fluendo.com>
33088
33089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33090         (gst_riff_create_video_template_caps):
33091         Fix the template caps to include some more media types.
33092
33093 2004-07-12  Wim Taymans  <wim@fluendo.com>
33094
33095         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33096         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33097         (compare_ranks), (print_feature), (gst_decode_bin_init),
33098         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33099         (try_to_link_1), (new_pad), (close_link), (type_found),
33100         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33101         (gst_decode_bin_change_state), (plugin_init):
33102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33103         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33104         (gst_play_base_bin_dispose), (queue_overrun),
33105         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33106         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33107         (gst_play_base_bin_get_property), (play_base_eos),
33108         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33109         (gst_play_base_bin_remove_element),
33110         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33111         (gst_play_base_bin_unlink_stream),
33112         (gst_play_base_bin_get_streaminfo):
33113         * gst/playback/gstplaybasebin.h:
33114         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33115         (gst_play_bin_class_init), (gst_play_bin_init),
33116         (gst_play_bin_dispose), (gst_play_bin_set_property),
33117         (gst_play_bin_get_property), (gen_video_element),
33118         (gen_audio_element), (remove_sinks), (setup_sinks),
33119         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33120         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33121         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33122         (gst_play_bin_query), (plugin_init):
33123         * gst/playback/test4.c: (main):
33124         More fixes on reusing of the element.
33125
33126 2004-07-11  Benjamin Otte  <otte@gnome.org>
33127
33128         * ext/mad/gstmad.c: (normal_seek):
33129           allow seeking for other methods than just SET
33130
33131 2004-07-11  Andy Wingo  <wingo@pobox.com>
33132
33133         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33134         float, "any" caps -> buffer_frames=[0,MAX].
33135
33136         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33137         doesn't intersect our caps with the template any more. Do it
33138         ourselves.
33139         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33140
33141 2004-07-09  Wim Taymans  <wim@fluendo.com>
33142
33143         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33144         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33145         (compare_ranks), (print_feature), (gst_decode_bin_init),
33146         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33147         (try_to_link_1), (new_pad), (close_link), (type_found),
33148         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33149         (gst_decode_bin_change_state), (plugin_init):
33150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33151         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33152         (gst_play_base_bin_dispose), (queue_overrun),
33153         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33154         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33155         (gst_play_base_bin_get_property), (play_base_eos),
33156         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33157         (gst_play_base_bin_remove_element),
33158         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33159         (gst_play_base_bin_unlink_stream),
33160         (gst_play_base_bin_get_streaminfo):
33161         * gst/playback/gstplaybasebin.h:
33162         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33163         (gst_play_bin_class_init), (gst_play_bin_init),
33164         (gst_play_bin_dispose), (gst_play_bin_set_property),
33165         (gst_play_bin_get_property), (gen_video_element),
33166         (gen_audio_element), (remove_sinks), (setup_sinks),
33167         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33168         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33169         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33170         (gst_play_bin_query), (plugin_init):
33171         * gst/playback/test4.c: (main):
33172         Work on object reuse and seeking.
33173
33174 2004-07-09  Wim Taymans  <wim@fluendo.com>
33175
33176         * examples/seeking/seek.c: (iterate):
33177         Don't consume all CPU in the idle loop.
33178
33179 2004-07-09  Wim Taymans  <wim@fluendo.com>
33180
33181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33182         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33183         Add pad to element *after* setting the pad functions so that
33184         the scheduler can use the correct ones.
33185
33186 2004-07-09  Wim Taymans  <wim@fluendo.com>
33187
33188         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33189         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33190         Sync to keyframe after seek
33191
33192 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33193
33194         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33196         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33197         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33198         * ext/libvisual/visual.c: (gst_visual_change_state):
33199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33200         * ext/theora/theoradec.c: (theora_dec_change_state):
33201         * ext/theora/theoraenc.c: (theora_enc_change_state):
33202         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33203         * gst-libs/gst/navigation/navigation.c:
33204         * gst/adder/gstadder.c: (gst_adder_change_state):
33205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33206         (gst_audio_convert_get_buffer):
33207         * gst/multipart/multipartdemux.c:
33208         (gst_multipart_demux_change_state):
33209         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33211         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33212         * gst/videoscale/gstvideoscale.c:
33213         (gst_videoscale_handle_src_event):
33214         * gst/volume/gstvolume.c: (volume_chain_int16):
33215           don't assert in state change, this should be done by the base
33216           GstElement class.
33217           various debugging fixes.
33218
33219 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33220
33221         * configure.ac:
33222         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33223         (gst_play_dispose), (gst_play_set_location),
33224         (gst_play_set_data_src), (gst_play_set_video_sink),
33225         (gst_play_set_audio_sink), (gst_play_set_visualization),
33226         (gst_play_connect_visualization), (gst_play_get_sink_element),
33227         (gst_play_get_all_by_interface):
33228         * gst-libs/gst/play/play.h:
33229           add new method to get elements implementing an interface.
33230           add various error logging
33231
33232 2004-07-08  Wim Taymans  <wim@fluendo.com>
33233
33234         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33235         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33236         (make_playerbin_pipeline), (query_durations_elems),
33237         (query_durations_pads), (query_positions_elems),
33238         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33239         (main):
33240         Added playbin seeking example.
33241
33242 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33243
33244         * gst-libs/gst/play/play.c: (gst_play_set_location),
33245         (gst_play_set_data_src), (gst_play_set_video_sink),
33246         (gst_play_set_audio_sink), (gst_play_set_visualization),
33247         (gst_play_connect_visualization), (gst_play_get_framerate):
33248           use a macro to look up elements from hash table
33249
33250 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33251
33252         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33253         (gst_play_get_length_callback), (gst_play_set_location),
33254         (gst_play_seek_to_time), (gst_play_set_data_src),
33255         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33256         (gst_play_set_visualization), (gst_play_connect_visualization),
33257         (gst_play_get_sink_element):
33258         - add debugging info
33259         - fix looking up sink elements by iterating over complete caps
33260         - put everything except for source and autoplugger in a complete bin
33261
33262 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33263
33264         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33266         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33267         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33268         * ext/alsa/gstalsasink.h:
33269         - add debugging info
33270         - clean up schizophrenia of data/buffer/event
33271         - fix double event unref error
33272
33273 2004-07-08  Wim Taymans  <wim@fluendo.com>
33274
33275         * gst/playback/Makefile.am:
33276         Add headers to noinst
33277
33278 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33279
33280         * tools/gst-launch-ext-m.m:
33281         * tools/gst-launch-ext.1.in:
33282           convert to the third millenium
33283
33284 2004-07-07  David Schleef  <ds@schleef.org>
33285
33286         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33287
33288 2004-07-07  Wim Taymans  <wim@fluendo.com>
33289
33290         * gst/playback/Makefile.am:
33291         * gst/playback/README:
33292         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33293         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33294         (compare_ranks), (print_feature), (gst_decode_bin_init),
33295         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33296         (try_to_link_1), (new_pad), (close_link), (type_found),
33297         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33298         (plugin_init):
33299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33300         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33301         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33302         (gen_preroll_element), (no_more_pads), (new_stream),
33303         (setup_source), (gst_play_base_bin_set_property),
33304         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33305         (gst_play_base_bin_add_element),
33306         (gst_play_base_bin_remove_element),
33307         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33308         (gst_play_base_bin_unlink_stream),
33309         (gst_play_base_bin_get_streaminfo):
33310         * gst/playback/gstplaybasebin.h:
33311         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33312         (gst_play_bin_class_init), (gst_play_bin_init),
33313         (gst_play_bin_dispose), (gst_play_bin_set_property),
33314         (gst_play_bin_get_property), (gen_video_element),
33315         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33316         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33317         (gst_play_bin_get_formats), (gst_play_bin_convert),
33318         (gst_play_bin_get_query_types), (gst_play_bin_query),
33319         (plugin_init):
33320         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33321         (gst_stream_info_get_type), (gst_stream_info_class_init),
33322         (gst_stream_info_init), (gst_stream_info_new),
33323         (gst_stream_info_dispose), (gst_stream_info_set_property),
33324         (gst_stream_info_get_property):
33325         * gst/playback/gststreaminfo.h:
33326         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33327         (main):
33328         * gst/playback/test2.c: (main):
33329         * gst/playback/test3.c: (update_scale), (main):
33330         More playbin fixes. Added README. Do better element filtering.
33331         Added base class to preroll media. Added test apps.
33332
33333 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33334
33335         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33336         * ext/mpeg2dec/gstmpeg2dec.h:
33337           various debugging improvements.  Reset stream to next picture
33338           instead of sequence header, otherwise seeks cannot work.
33339
33340 2004-07-07  Wim Taymans  <wim@fluendo.com>
33341
33342         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33343         (gst_video_box_class_init), (gst_video_box_set_property),
33344         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33345         Use pad_alloc where possible.
33346
33347 2004-07-07  Wim Taymans  <wim@fluendo.com>
33348
33349         * sys/oss/gstosselement.c: (gst_osselement_reset),
33350         (gst_osselement_parse_caps):
33351         * sys/oss/gstosselement.h:
33352         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33353         Fix offset on osssrc.
33354
33355 2004-07-07  Wim Taymans  <wim@fluendo.com>
33356
33357         * ext/theora/theora.c: (plugin_init):
33358         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33359         (theora_dec_src_query), (theora_dec_chain):
33360         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33361         (theora_enc_sink_link), (theora_buffer_from_packet),
33362         (theora_push_packet), (theora_enc_chain):
33363         Fix theora granulepos calculation.
33364         Fix overflow in duration/position calculation.
33365         Bump rank to PRIMARY for theoradec.
33366         Use granulepos of last packet to calculate position.
33367         Set keyframe flag on buffers when needed.
33368
33369 2004-07-06  David Schleef  <ds@schleef.org>
33370
33371         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33372         serious?  (Fixed, obviously.)
33373
33374 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33375
33376         * po/LINGUAS:
33377         * po/cs.po:
33378           added Czech translation (Miloslav Trmac)
33379
33380 2004-07-05  Wim Taymans  <wim@fluendo.com>
33381
33382         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33383         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33384         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33385         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33386         (close_link), (type_found), (gst_decode_bin_set_property),
33387         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33388         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33389         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33390         (gst_decode_bin_query), (plugin_init):
33391         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33392         (gst_play_bin_class_init), (gst_play_bin_init),
33393         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33394         (get_video_element), (new_pad), (setup_source),
33395         (gst_play_bin_set_property), (gst_play_bin_get_property),
33396         (gst_play_bin_change_state), (gst_play_bin_add_element),
33397         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33398         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33399         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33400         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33401         * gst/playback/test.c: (main):
33402         More fixes, cleaned up playbin, make it use decodebin. Added
33403         threaded property to playbin.
33404
33405 2004-07-05  Wim Taymans  <wim@fluendo.com>
33406
33407         * configure.ac:
33408         * gst/playback/Makefile.am:
33409         * gst/playback/decodetest.c: (main):
33410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33411         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33412         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33413         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33414         (close_link), (type_found), (gst_decode_bin_set_property),
33415         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33416         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33417         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33418         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33419         (plugin_init):
33420         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33421         (gst_play_bin_class_init), (gst_play_bin_init),
33422         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33423         (collect_sink_pads), (find_compatibles), (close_pad_link),
33424         (try_to_link_1), (new_pad), (close_link), (type_found),
33425         (setup_source), (gst_play_bin_set_property),
33426         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33427         (compare_ranks), (gst_play_bin_collect_factories),
33428         (gst_play_bin_change_state), (gst_play_bin_add_element),
33429         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33430         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33431         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33432         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33433         * gst/playback/test.c: (main):
33434         Added some playback helper elements and some test apps, very alpha
33435         still.
33436
33437 2004-07-04  Benjamin Otte  <otte@gnome.org>
33438
33439         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33440           only restart audio when we indeed have an xrun to fix repeated
33441           xruns. Fix suggested by Giuliano Pochini.
33442
33443 2004-07-03  David Schleef  <ds@schleef.org>
33444
33445         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33446         call to gst_debug_log() if debugging is disabled (bug #145118)
33447
33448 2004-07-03  Benjamin Otte  <otte@gnome.org>
33449
33450         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33451           use our own functions for restarting the alsa device.
33452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33453           I should apply patches myself - use MIN for the third argument, not
33454           the second, this fixes seeking
33455
33456 2004-07-02  David Schleef  <ds@schleef.org>
33457
33458         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33459         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33460         do with the logic.
33461
33462 2004-07-02  David Schleef  <ds@schleef.org>
33463
33464         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33465         output buffers.  Fix logic mistake.  (bug #144866)
33466
33467 2004-07-02  David Schleef  <ds@schleef.org>
33468
33469         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33470         on X.  (bug #144753)
33471
33472 2004-07-02  David Schleef  <ds@schleef.org>
33473
33474         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33475         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33476         (bug #144624)
33477         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33478         (gst_osselement_rate_probe_check): Add another workaround for
33479         buggy drivers (bug #145336)
33480
33481 2004-07-02  David Schleef  <ds@schleef.org>
33482
33483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33484         Most systems don't have MSG_NOSIGNAL.
33485
33486 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33487
33488         * Makefile.am:
33489         * gst-libs/gst/colorbalance/Makefile.am:
33490         * gst-libs/gst/mixer/Makefile.am:
33491         * gst-libs/gst/play/Makefile.am:
33492         * gst-libs/gst/tuner/Makefile.am:
33493           (hopefully) fix both install and dist and make error message useful.
33494           needs testing across automakes.
33495
33496 2004-07-02  Benjamin Otte  <otte@gnome.org>
33497
33498         * ext/ogg/gstogg.c: (plugin_init):
33499           we require bytestream now
33500         * ext/ogg/gstoggdemux.c:
33501           huge diff to implement chain setup in a fast and generic way. This
33502           improves tag reading and startup of huge files (read: Theora videos)
33503           quite a bit. It probably contains bugs, too, so please test.
33504           Seeking is not improved to the fast method.
33505
33506 2004-06-29  Wim Taymans  <wim@fluendo.com>
33507
33508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33509         * ext/ogg/gstoggmux.c:
33510         Fix memleak in oggdemux when running unconnected pads.
33511         doc update in mux, start working on keyframe mode.
33512
33513 2004-06-29  Benjamin Otte  <otte@gnome.org>
33514
33515         * sys/oss/gstosssink.c:
33516         * sys/oss/gstosssrc.c:
33517           advertise correct template caps - we indeed do non-native endianness
33518           and 8bit audio has no endianness
33519         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33521           avoid (wrong) duplications in getcaps function and return
33522           template caps
33523
33524 2004-06-29  Wim Taymans  <wim@fluendo.com>
33525
33526         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33527         (gst_multifdsink_class_init), (gst_multifdsink_add),
33528         (gst_multifdsink_remove), (gst_multifdsink_clear),
33529         (gst_multifdsink_client_remove),
33530         (gst_multifdsink_handle_client_read),
33531         (gst_multifdsink_client_queue_data),
33532         (gst_multifdsink_client_queue_caps),
33533         (gst_multifdsink_client_queue_buffer),
33534         (gst_multifdsink_handle_client_write),
33535         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33536         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33537         (gst_multifdsink_init_send), (gst_multifdsink_close):
33538         Fix wrong GList iteration that could crash the server when
33539         more then 2 clients disconnect at the same time. Read all the
33540         pending commands in one batch to recover from command storms under
33541         very heavy load.
33542
33543 2004-06-28  Wim Taymans  <wim@fluendo.com>
33544
33545         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33546         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33547         (gst_videomixer_pad_set_property),
33548         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33549         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33550         (gst_videomixer_class_init), (gst_videomixer_init),
33551         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33552         (pad_zorder_compare), (gst_videomixer_sort_pads),
33553         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33554         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33555         (gst_videomixer_update_queues), (gst_videomixer_loop),
33556         (plugin_init):
33557         Avoid divide by zero, choose masterpad as the pad with the highest
33558         framerate.
33559
33560 2004-06-27  Julien Moutte  <julien@moutte.net>
33561
33562         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33563         (gst_ximagesink_xwindow_new):
33564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33565         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33566         function directly. We might want to call it from somewhere else one day.
33567
33568 2004-06-27  Julien Moutte  <julien@moutte.net>
33569
33570         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33571         (gst_ximagesink_xwindow_new):
33572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33573         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33574         window decorations.
33575
33576 2004-06-27  Wim Taymans  <wim@fluendo.com>
33577
33578         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33579         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33580         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33581         (gst_dvdec_set_property), (gst_dvdec_get_property):
33582         * ext/dv/gstdvdec.h:
33583         Implement drop_factor property to lower the framerate with
33584         a factor.
33585
33586 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33587
33588         * gst-libs/gst/colorbalance/Makefile.am:
33589         * gst-libs/gst/mixer/Makefile.am:
33590         * gst-libs/gst/play/Makefile.am:
33591         * gst-libs/gst/tuner/Makefile.am:
33592           unbreak Company's fix that didn't install the -enum.h files
33593
33594 2004-06-27  Wim Taymans  <wim@fluendo.com>
33595
33596         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33597         (gst_dvdec_change_state):
33598         * ext/dv/gstdvdec.h:
33599         Fix timestamp, duration and offset of the buffers.
33600
33601 2004-06-27  Wim Taymans  <wim@fluendo.com>
33602
33603         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33604         (gst_multifdsink_class_init), (gst_multifdsink_add),
33605         (gst_multifdsink_remove), (gst_multifdsink_clear),
33606         (gst_multifdsink_client_remove),
33607         (gst_multifdsink_handle_client_read),
33608         (gst_multifdsink_client_queue_data),
33609         (gst_multifdsink_client_queue_caps),
33610         (gst_multifdsink_client_queue_buffer),
33611         (gst_multifdsink_handle_client_write),
33612         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33613         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33614         (gst_multifdsink_init_send), (gst_multifdsink_close):
33615         * gst/tcp/gstmultifdsink.h:
33616         * gst/tcp/gsttcpserversink.c:
33617         (gst_tcpserversink_handle_server_read),
33618         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33619         More multifdsink fixes, more recovery policy fixes.
33620         Removed stupid g_print
33621
33622 2004-06-26  Wim Taymans  <wim@fluendo.com>
33623
33624         * gst/tcp/Makefile.am:
33625         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33626         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33627         (gst_multifdsink_class_init), (gst_multifdsink_init),
33628         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33629         (gst_multifdsink_handle_client_read),
33630         (gst_multifdsink_client_queue_data),
33631         (gst_multifdsink_client_queue_caps),
33632         (gst_multifdsink_client_queue_buffer),
33633         (gst_multifdsink_handle_client_write),
33634         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33635         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33636         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33637         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33638         (gst_multifdsink_close), (gst_multifdsink_change_state):
33639         * gst/tcp/gstmultifdsink.h:
33640         * gst/tcp/gsttcpplugin.c: (plugin_init):
33641         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33642         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33643         (gst_tcpserversink_handle_server_read),
33644         (gst_tcpserversink_handle_select),
33645         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33646         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33647         * gst/tcp/gsttcpserversink.h:
33648         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33649         one of the locks, added recovery policy to multifdsink.
33650
33651 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33652
33653         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33654           fix decision for when getting frames with same timestamp
33655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33656         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33657         (gst_v4lsrc_get_property):
33658         * sys/v4l/gstv4lsrc.h:
33659           add latency offset property
33660
33661 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33662
33663         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33664         (plugin_init):
33665           fix debugging. add category.
33666
33667 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33668
33669         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33670           fix wrong offsets
33671
33672 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33673
33674         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33675         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33676         (gst_alsa_src_change_state):
33677           return a time that is in sync with the element's processing
33678
33679 2004-06-25  Wim Taymans  <wim@fluendo.com>
33680
33681         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33682         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33683         (gst_tcpserversink_client_remove),
33684         (gst_tcpserversink_handle_client_read),
33685         (gst_tcpserversink_client_queue_data),
33686         (gst_tcpserversink_client_queue_caps),
33687         (gst_tcpserversink_client_queue_buffer),
33688         (gst_tcpserversink_handle_client_write),
33689         (gst_tcpserversink_queue_buffer),
33690         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33691         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33692         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33693         (gst_tcpserversink_close):
33694         * gst/tcp/gsttcpserversink.h:
33695         Serversink rewrite. Really do non blocking writes to clients and
33696         maintain an internal queue to handle slower clients while not
33697         disturbing fast clients.
33698
33699 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33700
33701         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33702           better debug, don't override OFFSET and OFFSET_END
33703
33704 2004-06-25  Iain <iain@prettypeople.org>
33705
33706         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33707         name=source for the wavparse pipeline.
33708
33709 2004-06-24  Johan Dahlin  <johan@gnome.org>
33710
33711         * ext/theora/theoraenc.c (theora_enc_chain): Call
33712         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33713         streamheader caps are set correctly.
33714
33715 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33716
33717         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33718         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33719           respect minimum bitrate; same could be done for max bitrate
33720
33721 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33722
33723         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33724         (gst_vorbisenc_setup):
33725           fix sample rate range
33726
33727 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33728
33729         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33730         (gst_oggvorbisenc_setup):
33731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33732         (gst_vorbisenc_setup):
33733           resolve ambiguities in code and description
33734
33735 2004-06-24  Wim Taymans  <wim@fluendo.com>
33736
33737         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33738         * ext/alsa/gstalsa.h:
33739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33740         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33741         Use alsa trigger_tstamp to get the timestamp of the first
33742         sample in the buffer for more precise sync. Some cleanups.
33743
33744 2004-06-24  Wim Taymans  <wim@fluendo.com>
33745
33746         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33747         (gst_audiorate_init), (gst_audiorate_chain),
33748         (gst_audiorate_set_property), (gst_audiorate_get_property):
33749         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33750         (gst_videorate_chain):
33751         Added some logging, fixed an overflow bug in videorate.
33752
33753 2004-06-24  Benjamin Otte  <otte@gnome.org>
33754
33755         * ext/kio/Makefile.am:
33756           fix for builddir != srcdir and distcheck
33757
33758 2004-06-24  Benjamin Otte  <otte@gnome.org>
33759
33760         * gst-libs/gst/colorbalance/Makefile.am:
33761         * gst-libs/gst/mixer/Makefile.am:
33762         * gst-libs/gst/play/Makefile.am:
33763         * gst-libs/gst/tuner/Makefile.am:
33764         * gst/tcp/Makefile.am:
33765         * sys/dxr3/Makefile.am:
33766           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33767           tarball.
33768           Also add all *.list files that were missing.
33769         * Makefile.am:
33770           add a distcheck hook to ensure the above doesn't happen again.
33771
33772 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33773
33774         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33775
33776 2004-06-23  Colin Walters  <walters@redhat.com>
33777
33778         * m4/Makefile.am: Distribute gst-fionread.m4.
33779
33780 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33781
33782         * configure.ac: back to dev
33783
33784 2004-06-23  Wim Taymans  <wim@fluendo.com>
33785
33786         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33787         (gst_alsa_xrun_recovery):
33788         * ext/alsa/gstalsa.h:
33789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33790         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33791         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33792         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33793         (gst_alsa_src_loop):
33794         Add clock to alsasrc. Take new capture timestamp when
33795         restarting after an overrun. Split up some functions between
33796         alsasrc and alsasink.
33797
33798 === release 0.8.2 ===
33799
33800 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33801
33802         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33803         (gst_alsa_change_state), (gst_alsa_update_avail),
33804         (gst_alsa_xrun_recovery):
33805         * ext/alsa/gstalsa.h:
33806         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33807           merge back changes from release
33808
33809 2004-06-23  Wim Taymans  <wim@fluendo.com>
33810
33811         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33812         (gst_audiorate_init), (gst_audiorate_chain),
33813         (gst_audiorate_set_property), (gst_audiorate_get_property):
33814         Implement sample dropping and notify
33815
33816 2004-06-22  Wim Taymans  <wim@fluendo.com>
33817
33818         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33819         (theora_enc_sink_link), (theora_buffer_from_packet),
33820         (theora_push_packet), (theora_enc_chain):
33821         Some cleanups, make sure the timestamps are correct.
33822
33823 2004-06-22  Wim Taymans  <wim@fluendo.com>
33824
33825         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33826         (gst_alsa_change_state), (gst_alsa_update_avail),
33827         (gst_alsa_xrun_recovery):
33828         * ext/alsa/gstalsa.h:
33829         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33830         Cleanups, take queued samples into account when reporting
33831         the time.
33832
33833 2004-06-22  Wim Taymans  <wim@fluendo.com>
33834
33835         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33836         (gst_videorate_init):
33837         Initialize the property as well.
33838
33839 2004-06-22  Wim Taymans  <wim@fluendo.com>
33840
33841         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33842         (gst_videorate_init), (gst_videorate_chain),
33843         (gst_videorate_set_property), (gst_videorate_get_property):
33844         Add property to make videorate silent.
33845         Add property to prefer new frames over old ones.
33846
33847 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33848
33849         * sys/osxvideo/Makefile.am:
33850         Workaround so that the osxvideo .so file gets linked with the
33851         Cocoa, OpenGL and QuickTime frameworks
33852
33853 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33854
33855         * sys/osxaudio/Makefile.am:
33856         Workaround so that the osxaudio .so file gets linked with the
33857         CoreAudio framework
33858
33859 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33860
33861         * configure.ac:
33862         Whoops, my fault...fixed build issues
33863
33864 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33865
33866         * configure.ac:
33867         Add objective-c support if running in Darwin/Mac OS X
33868         * sys/Makefile.am:
33869         * sys/osxvideo:
33870         * sys/osxvideo/Makefile.am:
33871         * sys/osxvideo/osxvideosink.h:
33872         * sys/osxvideo/osxvideosink.m:
33873         * sys/osxvideo/cocoawindow.h:
33874         * sys/osxvideo/cocoawindow.m:
33875         Add osxvideosink, a cocoa-based osx video sink
33876
33877
33878 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33879         * ext/dvdnav/gst-dvd:
33880         Grab the gconf key from the right spot
33881         * gst/debug/gstnavseek.c: (gst_navseek_init),
33882         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33883         (gst_navseek_chain):
33884         * gst/debug/gstnavseek.h:
33885           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33886           and loop parameters of a segment seek.
33887         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33888         (gst_videotestsrc_get_event_masks),
33889         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33890         * gst/videotestsrc/gstvideotestsrc.h:
33891           Add seeking support to videotestsrc
33892           Initialise the timestamp_offset variable.
33893
33894 2004-06-18  Wim Taymans  <wim@fluendo.com>
33895
33896         * ext/sidplay/gstsiddec.cc:
33897         Fix negotiation and set correct end offset.
33898
33899 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33900
33901         * configure.ac: branch and prerelease
33902
33903 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33904
33905         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33906         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33907         (gst_tcpclientsrc_init_receive):
33908         * gst/tcp/gsttcpclientsrc.h:
33909           read caps when connecting to server for GDP so we set them correctly
33910
33911 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33912
33913         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33914           notify drops and duplicates
33915         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33916           no good reason to limit ourselves to 100x100
33917
33918 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33921         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33922         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33923         (gst_v4lsrc_get_property):
33924         * sys/v4l/gstv4lsrc.h:
33925         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33926         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33927         (gst_v4l_set_audio):
33928         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33929         (gst_v4lsrc_try_capture):
33930         * sys/v4l/v4lsrc_calls.h:
33931           change try_palette to more general try_capture
33932           add autoprobe option so we can turn off autoprobing
33933           various fixes
33934
33935 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33936
33937         * configure.ac:
33938           add videorate
33939         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33940         (gst_ximagesink_class_init):
33941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33942         (gst_xvimagesink_class_init):
33943           run them as finalize, not dispose, since dispose can be invoked
33944           multiple times
33945
33946 2004-06-17  Wim Taymans  <wim@fluendo.com>
33947
33948         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33949         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33950         * ext/alsa/gstalsa.h:
33951         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33952         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33953         (gst_alsa_src_change_state):
33954         * ext/alsa/gstalsasrc.h:
33955         Make the xrun code timestamp and offset the buffers correctly.
33956         moved the clock to the base class, use alsa methods to get time.
33957         Do correct timestamping on outgoing buffers.
33958
33959 2004-06-17  Wim Taymans  <wim@fluendo.com>
33960
33961         * gst/audiorate/Makefile.am:
33962         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33963         (gst_audiorate_base_init), (gst_audiorate_class_init),
33964         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33965         (gst_audiorate_set_property), (gst_audiorate_get_property),
33966         (gst_audiorate_change_state), (plugin_init):
33967         Added an audiorate converter that fills in gaps.
33968
33969 2004-06-17  Johan Dahlin  <johan@gnome.org>
33970
33971         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33972
33973 2004-06-16  Wim Taymans  <wim@fluendo.com>
33974
33975         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33977         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33978         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33979         (gst_v4lsrc_get_property):
33980         * sys/v4l/gstv4lsrc.h:
33981         Added a copy mode to v4lsrc where it will output a copied version
33982         of its internal hardware buffer.
33983         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33984         can't | them.
33985
33986 2004-06-16  Wim Taymans  <wim@fluendo.com>
33987
33988         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33989         Timestamp fixes.
33990
33991 2004-06-16  Wim Taymans  <wim@fluendo.com>
33992
33993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33994         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33995         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33996         (gst_v4lsrc_get_property):
33997         * sys/v4l/gstv4lsrc.h:
33998         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33999         Added a sync mode enum property to control v4lsrc timestamp method
34000         Removed the use-fixed-fps property and moved functionality in
34001         the enum.
34002         Don't error on an error value from v4l-conf, it might not always
34003         be a real error.
34004
34005 2004-06-16  Wim Taymans  <wim@fluendo.com>
34006
34007         * gst/videorate/Makefile.am:
34008         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34009         (gst_videorate_base_init), (gst_videorate_class_init),
34010         (gst_videorate_getcaps), (gst_videorate_link),
34011         (gst_videorate_init), (gst_videorate_chain),
34012         (gst_videorate_set_property), (gst_videorate_get_property),
34013         (gst_videorate_change_state), (plugin_init):
34014         Added a video timestamp corrector.
34015
34016 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34017
34018         fixed a potential leak with previous commit
34019
34020         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34021
34022 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34023
34024         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34025         Added missing refcount, fixes bug #144425
34026         Cheers Tim for finding the bug
34027
34028 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34029
34030         * sys/v4l/gstv4l.c: (plugin_init):
34031         * sys/v4l/gstv4lcolorbalance.c:
34032         * sys/v4l/gstv4lcolorbalance.h:
34033         * sys/v4l/gstv4lelement.c:
34034         * sys/v4l/gstv4lelement.h:
34035         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34036         * sys/v4l/gstv4lmjpegsink.h:
34037         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34038         * sys/v4l/gstv4lmjpegsrc.h:
34039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34040         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34041         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34042         * sys/v4l/gstv4lsrc.h:
34043         * sys/v4l/gstv4ltuner.c:
34044         * sys/v4l/gstv4ltuner.h:
34045         * sys/v4l/gstv4lxoverlay.c:
34046         * sys/v4l/gstv4lxoverlay.h:
34047         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34048         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34049         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34050         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34051         (gst_v4l_set_audio):
34052         * sys/v4l/v4l_calls.h:
34053         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34054         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34055         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34056         (gst_v4lmjpegsink_playback_init),
34057         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34058         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34059         (gst_v4lmjpegsink_playback_stop),
34060         (gst_v4lmjpegsink_playback_deinit):
34061         * sys/v4l/v4lmjpegsink_calls.h:
34062         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34063         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34064         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34065         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34066         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34067         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34068         * sys/v4l/v4lmjpegsrc_calls.h:
34069         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34070         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34071         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34072         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34073         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34074         (gst_v4lsrc_try_palette):
34075         * sys/v4l/v4lsrc_calls.h:
34076           bunch of paranoia cleanups
34077
34078 2004-06-14  David Schleef  <ds@schleef.org>
34079
34080         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34081         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34082         Send discont events and change timestamps appropriately when
34083         we get a seek event.  (bug #144240)
34084         * ext/cdparanoia/gstcdparanoia.h:
34085
34086 2004-06-14  Benjamin Otte  <otte@gnome.org>
34087
34088         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34089           snd_pcm_hw_params_set_rate  since the latter fails for no good
34090           reason on some setups.
34091
34092 2004-06-14  David Schleef  <ds@schleef.org>
34093
34094         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34095         standard.  Thank you for playing.
34096
34097 2004-06-14  Wim Taymans  <wim@fluendo.com>
34098
34099         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34100         Patch 1.3 broke the ordering of the colorspace info and
34101         made the plugin basically work by coincidence, reordered
34102         the info.
34103
34104 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34105
34106         * ext/lame/gstlame.c:
34107         * ext/mad/gstmad.c:
34108           sync caps.  Make sure mad can only output a list of rates, not
34109           a full range.  In the future, have three caps lists for each of the
34110           mpeg versions.  Change mpegversion to a double as well.
34111
34112 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34113
34114         * gst/volume/.cvsignore:
34115         * gst/volume/Makefile.am:
34116         * gst/volume/demo.c: (value_changed_callback), (idler),
34117         (setup_gui), (main):
34118           added small demo app
34119
34120 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34121         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34122         * ext/esd/esdsink.h:
34123         Close the esd connection on pause, because esd will just wait -
34124         blocking all other esd clients indefinitely.
34125
34126 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34127
34128         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34129           previous commit with GST_DEBUG
34130
34131 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34132
34133         * configure.ac:
34134           add a header check for a dvdread header in dvdnav.  Fixes #133002
34135
34136 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34137
34138         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34139         * gst/tcp/gsttcpclientsink.h:
34140         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34141         * gst/tcp/gsttcpclientsrc.h:
34142         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34143         (gst_tcpserversink_handle_server_read),
34144         (gst_tcpserversink_init_send):
34145         * gst/tcp/gsttcpserversink.h:
34146         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34147         * gst/tcp/gsttcpserversrc.h:
34148         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34149         version of IP)
34150
34151 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34152
34153         * configure.ac:
34154         Added ogg library so that OSX detects libtheora properly
34155
34156 2004-06-11  Wim Taymans  <wim@fluendo.com>
34157
34158         * ext/theora/theoradec.c: (theora_dec_chain),
34159         (theora_dec_change_state):
34160         Don't try to decode frames before we received a keyframe.
34161
34162 2004-06-11  Wim Taymans  <wim@fluendo.com>
34163
34164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34165         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34166         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34167         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34168         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34169         Added property to set the maximum delay of a page.
34170
34171 2004-06-10  Wim Taymans  <wim@fluendo.com>
34172
34173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34174         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34175         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34176         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34177         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34178         Added max-delay property to control the maximum amount
34179         of data to put in one page.
34180
34181 2004-06-10  Wim Taymans  <wim@fluendo.com>
34182
34183         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34184         (gst_theora_enc_init), (theora_enc_sink_link),
34185         (theora_buffer_from_packet), (theora_enc_set_property),
34186         (theora_enc_get_property):
34187         Set duration on encoded buffer, added some more properties
34188
34189 2004-06-10  Wim Taymans  <wim@fluendo.com>
34190
34191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34192         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34193         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34194         * ext/theora/theoraenc.c: (theora_enc_chain):
34195         Fix refcounting bugs
34196
34197 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34198
34199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34200         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34201         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34202         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34203         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34204         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34205         (gst_asf_demux_change_state):
34206         * gst/asfdemux/gstasfdemux.h:
34207           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34208           feels like. I think we should set a new requirement for demuxers
34209           from now on to implement sane loop functions, data loops, query
34210           and seek functions before first commit into CVS. And this commit
34211           fixes all of the above.
34212
34213 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34214
34215         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34216           vorbis comments are properly encoded in UTF-8 before adding them
34217           to a GstTagList
34218
34219 2004-06-09  Benjamin Otte  <otte@gnome.org>
34220
34221         * ext/alsa/gstalsa.c: (add_channels):
34222           handle min <= max correctly
34223         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34224         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34225           add fixation functions so we fixate correctly. No preferring of alaw
34226           anymore because it's the first structure.
34227         * ext/alsa/gstalsa.h:
34228         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34229         (gst_alsa_hw_params_dump):
34230           add functions to ease debugging in alsalib
34231         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34232         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34233         (gst_alsa_start_audio):
34234           only specify hw params if we really setup a format (fixes #134007 -
34235           or at least works around it)
34236
34237 2004-06-09  Wim Taymans  <wim@fluendo.com>
34238
34239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34240         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34241         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34242         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34243         (gst_ogg_mux_loop):
34244         Use stream caps to setup the initial pages in the ogg stream.
34245         Correctly set the streamheader caps on the srcpad.
34246
34247 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34248
34249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34250         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34251         (gst_v4lsrc_getcaps):
34252         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34253         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34254           add querying of fps lists for webcams.  Negotiating to a framerate
34255           now works.
34256
34257 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34260         (theora_push_buffer), (theora_push_packet),
34261         (theora_set_header_on_caps), (theora_enc_chain):
34262           mark buffers and put on streamheader, raw theora streaming
34263           now works too, whee
34264
34265 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34266
34267         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34268         (gst_tcp_gdp_read_caps):
34269           do a looping read for caps and GDP headers too
34270
34271 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34272
34273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34275           return EOS instead of NULL in _get
34276
34277 2004-06-08  Wim Taymans  <wim@fluendo.com>
34278
34279         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34280         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34281         (gst_tcp_gdp_write_caps):
34282         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34283         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34284         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34285         Memory leak fixes
34286
34287 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34288
34289         * ext/vorbis/Makefile.am:
34290         * ext/vorbis/vorbis.c: (plugin_init):
34291         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34292         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34293         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34294         (vorbis_parse_change_state):
34295         * ext/vorbis/vorbisparse.h:
34296           adding a vorbisparse element that marks the buffers, streaming
34297           raw vorbis using GDP now works, whee
34298
34299 2004-06-08  Wim Taymans  <wim@fluendo.com>
34300
34301         * ext/jpeg/Makefile.am:
34302         * ext/jpeg/README:
34303         * ext/jpeg/gstjpeg.c: (plugin_init):
34304         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34305         (gst_smokedec_base_init), (gst_smokedec_class_init),
34306         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34307         * ext/jpeg/gstsmokedec.h:
34308         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34309         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34310         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34311         (gst_smokeenc_resync), (gst_smokeenc_chain),
34312         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34313         * ext/jpeg/gstsmokeenc.h:
34314         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34315         (smokecodec_flush_destination), (smokecodec_term_destination),
34316         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34317         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34318         (smokecodec_term_source), (smokecodec_encode_new),
34319         (smokecodec_decode_new), (smokecodec_info_free),
34320         (smokecodec_set_quality), (smokecodec_get_quality),
34321         (smokecodec_set_threshold), (smokecodec_get_threshold),
34322         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34323         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34324         (smokecodec_parse_header), (smokecodec_decode):
34325         * ext/jpeg/smokecodec.h:
34326         Added a new simple jpeg based codec
34327
34328 2004-06-08  Wim Taymans  <wim@fluendo.com>
34329
34330         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34331         (gst_multipart_mux_loop):
34332         Fix memory leak
34333
34334 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34335
34336         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34337         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34338         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34339         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34340         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34341         * gst/tcp/gsttcpserversink.h:
34342           take streamheader into account
34343
34344 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34345
34346         * gst/level/Makefile.am:
34347         * gst/level/gstlevel.c: (gst_level_class_init):
34348           clean up marshal generation
34349
34350 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34351
34352         * gst/tcp/Makefile.am:
34353         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34354         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34355         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34356         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34357         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34358         (gst_tcpclientsrc_get_property):
34359         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34360         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34361         (gst_tcpserversink_handle_client_read),
34362         (gst_tcpserversink_handle_client_write),
34363         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34364         * gst/tcp/gsttcpserversink.h:
34365           add signals client-added and client-removed
34366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34367         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34368         (gst_tcpserversrc_get_property):
34369         uniformized, change default protocol to NONE
34370         * gst/tcp/gsttcp-marshal.list: added
34371 2004-06-07  Benjamin Otte  <otte@gnome.org>
34372
34373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34374           handle discont events if they happen before caps nego
34375
34376 2004-06-07  Wim Taymans  <wim@fluendo.com>
34377
34378         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34379         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34380         (gst_multipart_demux_plugin_init):
34381         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34382         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34383         (gst_multipart_mux_change_state):
34384         Small updates, fix a memleak
34385
34386 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34387
34388         * configure.ac: OSS portability
34389         * ext/arts/gst_arts.c: idem
34390         * sys/oss/gstosselement.c: idem
34391         * sys/oss/gstossmixer.c: idem
34392         * sys/oss/gstosssink.c: idem
34393         * sys/oss/gstosssrc.c: idem
34394         * sys/oss/oss_probe.c: idem
34395           - check for soundcard.h in different places for some BSD
34396
34397 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34398
34399         * AUTHORS:
34400         Add me to the authors file
34401         * configure.ac:
34402         Increase the libdv requirement to >= version 0.100
34403         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34404         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34405         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34406         * ext/dv/gstdvdec.h:
34407         Add support for the new_media flag when sending DISCONT events
34408         Make the querying work when video pad is not linked
34409
34410 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34411
34412         reviewed by Benjamin Otte  <otte@gnome.org>
34413
34414         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34415           create a NULL-initialized array of pads, so we don't think they
34416           exist already. (fixes #143130)
34417
34418 2004-06-07  Benjamin Otte  <otte@gnome.org>
34419
34420         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34421         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34422         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34423           don't use // coments
34424
34425 2004-06-07  Benjamin Otte  <otte@gnome.org>
34426
34427         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34428           cast to GstClockTime to get higher granularity
34429         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34430           use gst_element_set_time_delay to get the exact time
34431         * ext/mad/gstmad.c: (gst_mad_chain):
34432           use the negotiated rate instead of the current frame's rate which
34433           might be wrong because of bit errors. This avoids emitting totally
34434           bogus timestamps and screwing sync.
34435         (fixes #143454)
34436
34437 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34438
34439         reviewed by Benjamin Otte  <otte@gnome.org>
34440
34441         * gst/adder/gstadder.c: (gst_adder_loop):
34442           properly error out when no negotiation has happened yet. (fixes
34443           #143032)
34444
34445 2004-06-06  Benjamin Otte  <otte@gnome.org>
34446
34447         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34448           forward correctly transformed offset in discont events. Based on
34449           patch by Arwed v. Merkatz. (fixes #142851)
34450
34451 2004-06-06  David Schleef  <ds@schleef.org>
34452
34453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34454         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34455         problems on several systems.
34456
34457 2004-06-06  Benjamin Otte  <otte@gnome.org>
34458
34459         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34460           use explicit caps on the srcpad
34461         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34462           properly error out if caps couldn't be set (fixes #142764)
34463
34464 2004-06-06  Benjamin Otte  <otte@gnome.org>
34465
34466         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34467         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34468         (gst_alsa_start_audio):
34469           - don't call set_periods_integer anymore, it breaks the
34470           configuration randomly
34471           - call snd_pcm_hw_params_set_access directly instead of using masks
34472           - don't fail if the sw_params can't be set, just use the default
34473           params and hope it works. Alsalib has weird issues when you touch
34474           sw_params and does no proper error reporting about what failed.
34475         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34476         (gst_alsa_close_audio):
34477           make our alsa debugging go via gst debugging and not conditionally
34478           defined
34479         * ext/alsa/gstalsa.h:
34480           add ALSA_DEBUG_FLUSH macro
34481         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34482         (plugin_init):
34483           wrap alsa errors to be printed via the gst debugging system and not
34484           spammed to stderr
34485
34486 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34487
34488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34489         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34490         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34491         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34492         (qtdemux_parse_trak):
34493         * gst/qtdemux/qtdemux.h:
34494           Bitch. Also known as seeking, querying & co.
34495         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34496         (gst_osssink_change_state):
34497         * sys/oss/gstosssink.h:
34498           Resyncing is for weenies, this hack is no longer needed and was
34499           broken anyway (since it - unintendedly - always leaves resync to
34500           TRUE).
34501
34502 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34503
34504         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34505         * gst/tcp/gsttcpclientsrc.h: idem
34506           - define MSG_NOSIGNAL if not done
34507           - include unistd.h for off_t
34508           (fixes #143749)
34509
34510 2004-06-05  Benjamin Otte  <otte@gnome.org>
34511
34512         * configure.ac:
34513         * ext/kio/Makefile.am:
34514           check for qt's moc preprocessor explicitly and use it
34515
34516 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34517
34518         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34519           don't get a signal for EPIPE on socket writes
34520           (somebody check if this works on other platforms)
34521
34522 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34523
34524         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34525         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34526           check error condition on available samples correctly
34527
34528 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34529
34530         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34531           avoid a segfault
34532         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34533         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34534         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34535         (gst_tcpserversrc_gdp_read_header):
34536          use ssize_t over size_t since the former is signed and thus the
34537          check for error codes can work
34538
34539 2004-06-02  Wim Taymans  <wim@fluendo.com>
34540
34541         reviewed by: Johan
34542
34543         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34544         (gst_multipart_mux_loop):
34545         Oops
34546
34547 2004-06-02  Wim Taymans  <wim@fluendo.com>
34548
34549         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34550         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34551         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34552         (gst_multipart_mux_change_state):
34553         Added configurable boundary specifier, added the value as a
34554         caps field as well.
34555
34556 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34557
34558         * gst/tcp/gsttcp.c:
34559         * gst/tcp/gsttcpclientsrc.c:
34560         * gst/tcp/gsttcpclientsrc.h:
34561         * gst/tcp/gsttcpserversrc.c:
34562           - portability fix, to compile on OSX
34563             (fixes #143146)
34564
34565         * sys/osxaudio/gstosxaudioelement.c:
34566         * sys/osxaudio/gstosxaudiosink.c:
34567         * sys/osxaudio/gstosxaudiosrc.c:
34568           - compilation warnings on OSX
34569             (fixes #143153)
34570
34571 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34572
34573         * ext/vorbis/vorbisdec.c : sign warning fixes
34574
34575         * gst-libs/gst/mixer/mixertrack.c :
34576           do no use defines which are glib 2.4 specific
34577
34578 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34579
34580         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34581           buffer since libflac doesn't expect it (reports a sync error when
34582           it encounters that)
34583
34584
34585 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34586
34587         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34588         * gst-libs/gst/mixer/mixertrack.c:
34589         (gst_mixer_track_get_property), (get_mixer_track_init),
34590         (get_mixer_track_get_property): Added property accessors
34591         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34592         * gst-libs/gst/mixer/mixeroptions.c:
34593         (gst_mixer_options_get_values): Added
34594         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34595         * gst-libs/gst/mixer/mixer.c: Fixed comment
34596
34597
34598 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34599
34600         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34601           improve error messages on open
34602
34603
34604 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34605
34606         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34607           check if v4l-conf is in path
34608
34609 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34610
34611         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34612           change assert to a more readable error message
34613
34614 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34615
34616         * gst-libs/gst/tuner/tunerchannel.h:
34617           - add a freq_multiplicator field to make the conversion
34618             between internal frequency unit and Hz
34619         * sys/v4l/gstv4lelement.c:
34620         * sys/v4l2/gstv4l2element.c:
34621           - change default video device to /dev/video0
34622         * sys/v4l/v4l_calls.c:
34623         * sys/v4l2/v4l2_calls.c:
34624           - we only expose frequency to the user in Hz instead of
34625             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34626
34627 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34628         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34629           Initialise b_o_s and e_o_s variables
34630         * gst-libs/gst/riff/riff-media.c:
34631         (gst_riff_create_video_caps_with_data):
34632           Add some unusual fourcc's from mplayer avi's
34633         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34634           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34635           autoplugging.
34636
34637 2004-05-28  Wim Taymans  <wim@fluendo.com>
34638
34639         * configure.ac:
34640         * gst/alpha/Makefile.am:
34641         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34642         (gst_alpha_get_type), (gst_alpha_base_init),
34643         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34644         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34645         (gst_alpha_chroma_key), (gst_alpha_chain),
34646         (gst_alpha_change_state), (plugin_init):
34647         A plugin to add an alpha channel to I420 video. Can optionally do
34648         chroma keying.
34649         * gst/multipart/Makefile.am:
34650         * gst/multipart/multipart.c: (plugin_init):
34651         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34652         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34653         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34654         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34655         (gst_multipart_demux_change_state),
34656         (gst_multipart_demux_plugin_init):
34657         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34658         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34659         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34660         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34661         (gst_multipart_mux_pad_unlink),
34662         (gst_multipart_mux_request_new_pad),
34663         (gst_multipart_mux_handle_src_event),
34664         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34665         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34666         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34667         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34668         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34669         send multipart jpeg images to a browser.
34670         * gst/videobox/Makefile.am:
34671         * gst/videobox/README:
34672         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34673         (gst_video_box_get_type), (gst_video_box_base_init),
34674         (gst_video_box_class_init), (gst_video_box_init),
34675         (gst_video_box_set_property), (gst_video_box_get_property),
34676         (gst_video_box_sink_link), (gst_video_box_i420),
34677         (gst_video_box_ayuv), (gst_video_box_chain),
34678         (gst_video_box_change_state), (plugin_init):
34679         Crops or adds borders around an image. can do alpha channel
34680         borders as well.
34681         * gst/videomixer/Makefile.am:
34682         * gst/videomixer/README:
34683         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34684         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34685         (gst_videomixer_pad_get_sink_event_masks),
34686         (gst_videomixer_pad_get_property),
34687         (gst_videomixer_pad_set_property),
34688         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34689         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34690         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34691         (gst_videomixer_base_init), (gst_videomixer_class_init),
34692         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34693         (gst_videomixer_handle_src_event),
34694         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34695         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34696         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34697         (gst_videomixer_loop), (gst_videomixer_get_property),
34698         (gst_videomixer_set_property), (gst_videomixer_change_state),
34699         (plugin_init):
34700         Generic video mixer plugin, can handle multiple inputs all with
34701         different framerates and video sizes. Is fully alpha channel
34702         aware.
34703
34704 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34705
34706         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34707           Select first track as master track. Not sure how else to handle
34708           that...
34709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34710           Discard discont events. Should fix #142962.
34711
34712 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34713
34714         * ext/alsa/Makefile.am:
34715         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34716         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34717         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34718         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34719         (gst_alsa_mixer_get_option):
34720         * ext/alsa/gstalsamixer.h:
34721         * ext/alsa/gstalsamixeroptions.c:
34722         (gst_alsa_mixer_options_get_type),
34723         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34724         (gst_alsa_mixer_options_new):
34725         * ext/alsa/gstalsamixeroptions.h:
34726         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34727         * ext/alsa/gstalsamixertrack.h:
34728           Add enumerations (as GstMixerOptions). Make correct distinction
34729           between input/output tracks. Add capture/playback private flag.
34730           Use flag to decide on whether to set capture or playback volumes
34731           or switches. Use playback and record switches.
34732         * gst-libs/gst/mixer/Makefile.am:
34733         * gst-libs/gst/mixer/mixer-marshal.list:
34734         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34735         (gst_mixer_set_option), (gst_mixer_get_option),
34736         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34737         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34738         * gst-libs/gst/mixer/mixer.h:
34739         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34740         (gst_mixer_options_class_init), (gst_mixer_options_init),
34741         (gst_mixer_options_dispose):
34742         * gst-libs/gst/mixer/mixeroptions.h:
34743           Add GstMixerOptions.
34744         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34745           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34746           broken device detection on computers with multiple OSS sound
34747           cards.
34748
34749 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34750
34751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34752           fixate nicely even when the peer is not negotiating
34753
34754 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34755
34756         * gst/audioconvert/gstaudioconvert.c:
34757         (gst_audio_convert_parse_caps):
34758           make sure we don't allow depth > width
34759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34760           fixate endianness to G_BYTE_ORDER as default
34761         * gst/audioscale/gstaudioscale.c:
34762           we don't handle another endianness as host-endianness
34763
34764 2004-05-25  David Schleef  <ds@schleef.org>
34765
34766         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34767
34768 2004-05-24  Benjamin Otte  <otte@gnome.org>
34769
34770         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34771         (gst_oggvorbisenc_setup):
34772           properly fail when we can't setup the vorbis encoder due to
34773           unsupported settings
34774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34775         (gst_vorbisenc_setup):
34776           same
34777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34778           fix case where warnings occured when one pad was unlinked while the
34779           other's link function was called
34780
34781 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34782
34783         * gst/tcp/Makefile.am:
34784           use GST_ENABLE_NEW
34785
34786 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34787
34788         * gst-libs/gst/resample/private.h:
34789           don't use optimizations that are #if 0'ed
34790
34791 2004-05-24  Wim Taymans  <wim@fluendo.com>
34792
34793         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34794         Fix potential division by zero error and hopefully get
34795         the position query right to get correct timestamps on avi
34796         audio.
34797
34798 2004-05-24  Wim Taymans  <wim@fluendo.com>
34799
34800         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34801         (gst_videoscale_scale_nearest_str2),
34802         (gst_videoscale_scale_nearest_str4),
34803         (gst_videoscale_scale_nearest_32bit),
34804         (gst_videoscale_scale_nearest_24bit),
34805         (gst_videoscale_scale_nearest_16bit):
34806         Fix the scaling algorithm and avoid a buffer overflow.
34807         removed the while loop in the scaling function as it
34808         was used for point sampling only.
34809
34810 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34811
34812         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34813         (gst_id3_tag_class_init), (gst_id3_tag_init),
34814         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34815         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34816         (gst_id3_tag_send_tag_event):
34817           lots of fixes to make id3mux work and id3demux work correctly
34818
34819 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34820
34821         * ext/Makefile.am:
34822           add rules to build shout2send (was removed by accident
34823           when this module was no more marked experimental/broken)
34824
34825 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34826
34827         * ext/shout2/gstshout2.c:
34828         * ext/shout2/gstshout2.h:
34829           adding a "connection problem" signal to shout2send
34830           (fixes #142954)
34831
34832 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34833
34834         * ext/kio/kioreceiver.cpp:
34835         * ext/kio/kioreceiver.h:
34836           fix sign comparison issues
34837
34838 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34839
34840         * gst/cdxaparse/gstcdxaparse.c:
34841         * gst/cdxaparse/gstcdxaparse.h:
34842           some renaming
34843           add some checks/sanity
34844           prepare for seek addition
34845
34846         * sys/sunaudio/gstsunaudio.c:
34847           remove exported dupe init function
34848
34849 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34850
34851         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34852         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34853           Fix format conversion and position querying.
34854         * gst/debug/progressreport.c: (gst_progressreport_report):
34855           Don't output a bogus total value that we didn't query.
34856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34857           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34858           only a blank window after xine has been used.
34859
34860 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34861
34862         * m4/as-arts.m4:
34863           sync with upstream version to fix test on FC2
34864           readd with -ko to preserve Id header
34865
34866 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34867
34868         * configure.ac:
34869           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34870         * gst/tcp/gsttcpclientsrc.c: idem
34871         * gst/tcp/gsttcpserversink.c: idem
34872         * gst/tcp/gsttcpserversrc.c: idem
34873         * m4/gst-fionread.m4: idem
34874
34875         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34876
34877         * configure.ac: enable speex plugin for speex 1.1.5+
34878         * ext/speex/gstspeexenc.c: fix cast warning
34879
34880         * ext/esd/README: fix typo
34881
34882 2004-05-20  David Schleef  <ds@schleef.org>
34883
34884         * configure.ac: Minor cosmetic change to convince the buildbot to
34885         reautogen.
34886         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34887         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34888         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34889         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34890         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34891         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34892         More hacking.  Plays audio now.
34893
34894 2004-05-20  David Schleef  <ds@schleef.org>
34895
34896         * configure.ac:
34897         * sys/Makefile.am:
34898
34899 2004-05-20  David Schleef  <ds@schleef.org>
34900
34901         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34902         * sys/osxaudio/gstosxaudio.c:
34903         * sys/osxaudio/gstosxaudioelement.c:
34904         * sys/osxaudio/gstosxaudioelement.h:
34905         * sys/osxaudio/gstosxaudiosink.c:
34906         * sys/osxaudio/gstosxaudiosink.h:
34907         * sys/osxaudio/gstosxaudiosrc.c:
34908         * sys/osxaudio/gstosxaudiosrc.h:
34909
34910 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34911
34912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34913         (gst_vorbisenc_chain):
34914           put the codec headers on the caps as streamheader as well as
34915           pushing them out
34916
34917 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34918
34919         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34920         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34921         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34922         split up push_packet into two functions
34923
34924 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34925
34926         * gst/tcp/.cvsignore:
34927           ignore enums
34928         * gst/tcp/Makefile.am:
34929         * gst/tcp/README:
34930         * gst/tcp/gsttcp.c:
34931         * gst/tcp/gsttcp.h:
34932         * gst/tcp/gsttcpclientsink.c:
34933         * gst/tcp/gsttcpclientsink.h:
34934         * gst/tcp/gsttcpclientsrc.c:
34935         * gst/tcp/gsttcpclientsrc.h:
34936         * gst/tcp/gsttcpplugin.c:
34937         * gst/tcp/gsttcpserversink.c:
34938         * gst/tcp/gsttcpserversink.h:
34939         * gst/tcp/gsttcpserversrc.c:
34940         * gst/tcp/gsttcpserversrc.h:
34941           add new tcp elements
34942
34943 2004-05-19  Wim Taymans  <wim@fluendo.com>
34944
34945         * gst/law/mulaw-conversion.c: (mulaw_encode):
34946         Fix overflow bug in ulaw encoding.
34947
34948 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34949
34950         * ext/mad/gstmad.c: (gst_mad_handle_event):
34951           don't unref the event twice
34952
34953 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34954
34955         * configure.ac:
34956           remove -Wno-sign-compare
34957
34958 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34959
34960         * configure.ac:
34961           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34962           if you want to work against glib 2.2 and 2.4
34963
34964 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34965
34966         * gst/tcp/Makefile.am:
34967         * gst/tcp/gsttcp.c:
34968         * gst/tcp/gsttcp.h:
34969         * gst/tcp/gsttcpsink.h:
34970         * gst/tcp/gsttcpsrc.h:
34971           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34972
34973 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34974
34975         * gst/debug/tests.c: (md5_get_value):
34976           fix segfault on gst-inspect
34977
34978 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34979
34980         * gst/debug/testplugin.c:
34981         * gst/debug/tests.c:
34982         * gst/debug/tests.h:
34983           add new extensible and configurable testing element. Current tests
34984           include buffer count, stream length, timestamp/duration matching and
34985           md5.
34986         * gst/debug/Makefile.am:
34987         * gst/debug/gstdebug.c: (plugin_init):
34988           add infrastructure for new element
34989
34990 2004-05-19  Johan Dahlin  <johan@gnome.org>
34991
34992         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34993         ending of the array. Fixes gst-inspect segfault on ppc.
34994
34995 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34996
34997         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34998
34999         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35000
35001 2004-05-18  David Schleef  <ds@schleef.org>
35002
35003         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35004         warnings (bugs, actually) noticed by gcc but not forte.
35005
35006 2004-05-18  David Schleef  <ds@schleef.org>
35007
35008         * sys/sunaudio/Makefile.am:
35009         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35010
35011 2004-05-18  David Schleef  <ds@schleef.org>
35012
35013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35014         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35015         to allow qtdemux to use non-seekable streams. (bug #142272)
35016
35017 2004-05-18  David Schleef  <ds@schleef.org>
35018
35019         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35020         (gst_resample_sinc_ft_float): Remove use of static temporary
35021         buffer.  This code was obviously not supposed to last long, but
35022         it's stuck in our ABI, so it required a little hack to make it
35023         ABI-compatible.  Fixes #142585.
35024         * gst-libs/gst/resample/resample.h: same.
35025
35026 2004-05-18  David Schleef  <ds@schleef.org>
35027
35028         * configure.ac: Add sunaudio
35029         * examples/Makefile.am: make gstplay depend on gconf
35030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35031         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35032         (convert_table_lookup), (img_convert): remove c99-isms
35033         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35034           unsigned, to fix a warning on Solaris
35035         * gst/mpeg1sys/systems.c: bcopy->memcpy
35036         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35037         * sys/Makefile.am: Add sunaudio
35038
35039 2004-05-18  Wim Taymans  <wim@fluendo.com>
35040
35041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35042         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35043         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35044         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35045         (gst_ogg_mux_loop):
35046         Fix an ugly memleak where the muxer didn't flush enough ogg
35047         pages. This also resulted in badly muxed ogg files.
35048
35049 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35050
35051         * gst/asfdemux/asfheaders.c :
35052         * gst/asfdemux/asfheaders.h :
35053         * gst/asfdemux/gstasfdemux.c :
35054           - fix ASF_OBJ_PADDING guid
35055           - add 3 new object guids (language list, metadata,
35056             extended stream properties)
35057           - add a function to parse extended header objects
35058
35059 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35060
35061         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35062           remove leftover debugging g_print
35063
35064 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35065
35066         * ext/mad/gstmad.c: (gst_mad_handle_event):
35067           Fix for when the first format in a discont event is not a
35068           byte-based one. Should fix #137710.
35069
35070 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35071
35072         * m4/a52.m4 : fix compilation with -Wall -Werror
35073         * m4/libfame.m4 : idem
35074         * m4/libmikmod.m4 : idem
35075
35076 2004-05-17  Benjamin Otte  <otte@gnome.org>
35077
35078         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35079           signal the new tags before giving up the reference
35080
35081 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35082
35083         * ext/shout2/gstshout2.c:
35084           use application/ogg instead of application/x-ogg (patch by Patrick
35085           Guimond, fixes #142432)
35086         * sys/oss/gstosselement.c: (gst_osselement_reset),
35087         (gst_osselement_sync_parms):
35088           don't set fragment size unless specified (fixes #142493)
35089
35090 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35091
35092         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35093           fixes #142664
35094
35095 2004-05-17  Benjamin Otte  <otte@gnome.org>
35096
35097         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35098           compute offsets correctly for internal buffers so timestamps are set
35099           correctly when we can't seek. Also handle cases where there are no
35100           offsets. (based on a patch by David Moore, fixes #142507)
35101
35102 2004-05-17  Benjamin Otte  <otte@gnome.org>
35103
35104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35105           use correct variable when determining amount of data to skip so we
35106           don't skip into the void and segfault
35107
35108 2004-05-16  Benjamin Otte  <otte@gnome.org>
35109
35110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35111           Hi, I'm a memleak
35112
35113 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35114
35115         * gst/asfdemux/gstasfdemux.c:
35116           - fix a mem leak and always propagate tags
35117           - add WMV3 to known video codecs (but no decoder yet)
35118           - replace "surplus data" at end of audio header for what
35119             it is : codec specific data
35120           - fix a typo
35121
35122 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35123
35124         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35125
35126         * gst-libs/gst/audio/audioclock.c:
35127           Fix wrong return type (#142205).
35128
35129 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35130
35131         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35132           Ignore CRCs by default (fixes #142566).
35133
35134 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35135
35136         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35137         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35138         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35139         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35140         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35141         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35142           Fix for cases where we fail to attach to a mixer.
35143
35144 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35145
35146         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35147           Don't touch events after not owning them anymore.
35148         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35149         (gst_wavparse_fmt), (gst_wavparse_other),
35150         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35151         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35152         (gst_wavparse_srcpad_event):
35153         * gst/wavparse/gstwavparse.h:
35154           Add seeking, fix querying.
35155
35156 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35157
35158         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35159           - process comments even if they don't end with \0\0
35160             g_convert would ignore them if present and works well without them
35161
35162 2004-05-16  Benjamin Otte  <otte@gnome.org>
35163
35164         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35165           simplify caps
35166
35167 2004-05-16  Benjamin Otte  <otte@gnome.org>
35168
35169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35170           don't write to memory we might not write to - g_convert does that
35171           for us anyway (fixes #142613)
35172         (gst_asf_demux_audio_caps):
35173           comment out gst_util_dump_mem
35174
35175 2004-05-16  Benjamin Otte  <otte@gnome.org>
35176
35177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35178           compute correct expected timestamps after seek (broken since
35179           last commit)
35180         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35181           rename element and debugging category to gdkpixbufscale
35182
35183 2004-05-16  Benjamin Otte  <otte@gnome.org>
35184
35185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35186           add error checking to snd_pcm_delay and remove duplicate call to
35187           snd_pcm_delay that caused issues (see inline code comments)
35188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35189           make more readable and fix return value when snd_pcm_delay fails
35190         (fixes #142586)
35191
35192 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35193         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35194         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35195         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35196         (gst_pixbufscale_link), (gst_pixbufscale_init),
35197         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35198         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35199         (gst_pixbufscale_get_property), (pixbufscale_init):
35200         * ext/gdk_pixbuf/pixbufscale.h:
35201         Add these files I forgot earlier
35202
35203 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35204         * ext/gdk_pixbuf/Makefile.am:
35205         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35206         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35207         Add new pixbufscale element to scale RGB video
35208         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35209         and HYPER interpolation correctly.
35210         * ext/theora/theoraenc.c: (theora_enc_chain),
35211         Discard buffer and return if explicit caps could not be set
35212         (theora_enc_get_property):
35213         Make _get return kbps for the bitrate consistent with
35214         the _set function.
35215
35216
35217 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35218
35219         * ext/libvisual/visual.c: (gst_visual_chain):
35220           add missing visual_audio_analyze
35221
35222 2004-05-14  David Schleef  <ds@schleef.org>
35223
35224         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35225         is killed while we're playing.
35226         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35227         gst_element_no_more_pads().
35228
35229 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35230
35231         * gst-libs/gst/riff/riff-read.c :
35232           - fix INFO tag extraction in RIFF/AVI files
35233             because gst_event_unref (event) also freed taglist
35234           - avoid a mem leak
35235
35236 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35237
35238         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35239         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35240
35241         * gst/auparse/gstauparse.c :
35242           - add code (commented for now) to support audio/x-adpcm on src pad
35243             (we have no decoder for those layout yet)
35244
35245         * gst/cdxaparse/gstcdxaparse.c :
35246         * gst/cdxaparse/gstcdxaparse.h :
35247           - partial rewrite using RiffRead (ripped iain's wavparse code)
35248
35249         * gst/rtp/gstrtpL16enc.c : typo
35250         * gst/rtp/gstrtpgsmenc.c : typo
35251
35252 2004-05-13  Benjamin Otte  <otte@gnome.org>
35253
35254         * configure.ac:
35255           check for exact version of libvisual, it's not supposed to be
35256           API/ABI stable yet
35257
35258 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35259
35260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35261           signal no-more-pads
35262
35263 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35264
35265         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35266         Report which format was used for GST_FORMAT_DEFAULT
35267         * gst/debug/Makefile.am:
35268         * gst/debug/gstdebug.c: (plugin_init):
35269         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35270         (gst_progressreport_class_init), (gst_progressreport_init),
35271         (gst_progressreport_report), (gst_progressreport_set_property),
35272         (gst_progressreport_get_property), (gst_progressreport_chain),
35273         (gst_progressreport_plugin_init):
35274         Add progressreport element for testing.
35275
35276 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35277
35278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35279         * sys/v4l/gstv4lsrc.h:
35280         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35281         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35282         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35283         (gst_v4lsrc_grab_frame):
35284           add more debugging
35285           send a discont at start
35286
35287 2004-05-12  Colin Walters  <walters@redhat.com>
35288
35289         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35290         inflooping if we can't find a chunk.  Or in other words, don't blow
35291         chunks if we don't have a chunk to blow.
35292
35293 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35294         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35295         Remove old debug output
35296         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35297         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35298         (gst_dvdec_set_property), (gst_dvdec_get_property):
35299         Change the quality setting to an enum, so it works from gst-launch
35300         Don't renegotiate a non-linked pad. Allows audio only decoding.
35301         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35302         (gst_deinterlace_link), (gst_deinterlace_init):
35303         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35304         (gst_videodrop_link):
35305         Some caps negotiation fixes
35306
35307 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35308
35309         * ext/tarkin/gsttarkin.c :
35310           - Change RANK from NONE to PRIMARY
35311         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35312           - Change RANK from NONE to MARGINAL
35313         * ext/divx/gstdivxenc.c :
35314           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35315
35316 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35317
35318         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35319         (gst_vorbisenc_push_packet):
35320           copy a function that was added between 1.0 and 1.0.1 until we
35321           depend on worthwhile features of post-1.0
35322
35323 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35324
35325         * configure.ac:
35326           enable shout2 by default
35327         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35328         (gst_shout2send_base_init), (gst_shout2send_init),
35329         (gst_shout2send_connect), (gst_shout2send_change_state):
35330         * ext/shout2/gstshout2.h:
35331           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35332           #142262)
35333         * ext/theora/theora.c: (plugin_init):
35334           don't set rank on encoders
35335
35336 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35337
35338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35339           Use codec_data property instead of flag1 and flag2 for wma
35340
35341 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35342
35343         * gst/cdxaparse/gstcdxaparse.c :
35344           - Add mpegversion to CAPS to make it link
35345           - Rank is as GST_RANK_SECONDARY instead of NONE
35346         * gst/auparse/gstauparse.c :
35347           - Document all audio encoding we can encounter from Solaris 9
35348             headers and libsndfile information.
35349           - Increase max. rate from 48000 to 192000 (to match other elements)
35350           - Don't try to play junk data between header and samples
35351
35352 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35353
35354         * ext/libvisual/visual.c: (gst_visual_getcaps):
35355           use the right caps depending on endianness (I hope)
35356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35357           use GST_RANK_NONE for all non-decoding elements or spider gets
35358           mighty confused
35359
35360 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35361
35362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35363           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35364
35365 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35366
35367         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35368         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35369         (gst_switch_loop), (gst_switch_get_type):
35370           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35371           HEADERS. Had to be said.
35372
35373 2004-05-10  David Schleef  <ds@schleef.org>
35374
35375         * configure.ac: Add prototype Dirac support.
35376         * ext/Makefile.am:
35377         * ext/dirac/Makefile.am:
35378         * ext/dirac/gstdirac.cc:
35379         * ext/dirac/gstdiracdec.cc:
35380
35381 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35382
35383         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35384         (gst_auparse_init), (gst_auparse_chain),
35385         (gst_auparse_change_state):
35386           Hack around spider. Remove me some day please.
35387
35388 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35389
35390         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35391           Fix for some uninitialized variables in previous patch, also
35392           makes it work. Fixes #142286 while we're at it.
35393
35394 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35395
35396         * gst/auparse/gstauparse.c:
35397                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35398                 only unsupported formats are ADPCM/CCITT G.72x
35399                 reviewed by Ronald
35400         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35401
35402 2004-05-10  Wim Taymans  <wim@fluendo.com>
35403
35404         * ext/vorbis/Makefile.am:
35405         * ext/vorbis/README:
35406         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35407         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35408         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35409         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35410         (gst_oggvorbisenc_convert_sink),
35411         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35412         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35413         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35414         (get_constraints_string), (update_start_message),
35415         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35416         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35417         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35418         * ext/vorbis/oggvorbisenc.h:
35419         * ext/vorbis/vorbis.c: (plugin_init):
35420         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35421         (raw_caps_factory), (gst_vorbisenc_class_init),
35422         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35423         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35424         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35425         * ext/vorbis/vorbisenc.h:
35426         Added a raw vorbis encoder to be used with the oggmuxer.
35427         We still need the old encoder for some gnome applications,
35428         read the README to find out how that works.
35429         The raw encoder is called "rawvorbisenc" until 0.9.
35430
35431 2004-05-10  Wim Taymans  <wim@fluendo.com>
35432
35433         * ext/ogg/gstogg.c: (plugin_init):
35434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35435         (gst_ogg_print):
35436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35437         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35438         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35439         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35440         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35441         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35442         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35443         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35444         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35445         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35446         Added an ogg muxer.
35447         Small typo fixes in the demuxer.
35448
35449 2004-05-10  Wim Taymans  <wim@fluendo.com>
35450
35451         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35452         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35453         (theora_enc_change_state), (theora_enc_set_property),
35454         (theora_enc_get_property):
35455         Mark the last packet with an EOS flag which is not really needed
35456         in gstreamer.
35457         Do some better video framerate initialisation.
35458         Update the buffer timestamp.
35459
35460 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35461
35462         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35463         Return the result of the parent state change call
35464
35465 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35466
35467         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35468         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35469         * gst/law/alaw-encode.c : (idem)
35470         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35471         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35472         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35473
35474 2004-05-09  Benjamin Otte  <otte@gnome.org>
35475
35476         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35477           don't use a fixed buffer size when writing variable length data to
35478           it. Fixes memory corruption and makes alsasrc work
35479
35480 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35481
35482         * ext/gnomevfs/gstgnomevfssink.c:
35483         (_gst_boolean_allow_overwrite_accumulator),
35484         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35485           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35486           RUN_LAST, and don't use that to set the accumulator value because
35487           then it's always FALSE.
35488
35489 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35490
35491         * gst-libs/gst/riff/riff-media.c:
35492         (gst_riff_create_video_caps_with_data),
35493         (gst_riff_create_audio_caps),
35494         (gst_riff_create_audio_template_caps):
35495         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35496           Fix for unaligned RIFF files (i.e. where all the chunks together
35497           in a LIST chunk are not of the same size as the size given in
35498           the LIST chunk header). Fixes several odd WAVE files. Also fix
35499           ADPCM (block_align property) in audio, so that wavparse based
35500           on this works now as it used to stand-alone.
35501
35502 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35503
35504         reviewed by Benjamin Otte  <otte@gnome.org>
35505
35506         * ext/a52dec/gsta52dec.c:
35507         * ext/divx/gstdivxdec.c:
35508         * ext/divx/gstdivxenc.c:
35509         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35510         * ext/faac/gstfaac.c: (gst_faac_base_init):
35511         * ext/faad/gstfaad.c: (gst_faad_base_init):
35512         * ext/ivorbis/vorbisfile.c:
35513         * ext/lame/gstlame.c:
35514         * ext/libfame/gstlibfame.c:
35515         * ext/mpeg2enc/gstmpeg2enc.cc:
35516         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35517         * ext/sidplay/gstsiddec.cc:
35518         * ext/speex/gstspeexdec.c:
35519         * ext/speex/gstspeexenc.c:
35520         * ext/xvid/gstxviddec.c:
35521         * ext/xvid/gstxvidenc.c:
35522           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35523           (fixes #142193)
35524
35525 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35526
35527         * ext/alsa/gstalsa.c: (device_list),
35528         (gst_alsa_class_probe_devices):
35529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35530           Fix alsa oddness in mixer after the combination of using mixer
35531           in source/sink elements and using hw:x,y instead of just hw:x.
35532
35533 2004-05-09  Benjamin Otte  <otte@gnome.org>
35534
35535         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35536         (gst_wavparse_create_sourcepad):
35537           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35538           sourcepads
35539
35540 2004-05-09  Benjamin Otte  <otte@gnome.org>
35541
35542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35543           allow discont events before caps nego
35544
35545 2004-05-08  Benjamin Otte  <otte@gnome.org>
35546
35547         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35548           don't leak events
35549
35550 2004-05-08  Benjamin Otte  <otte@gnome.org>
35551
35552         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35553         (gst_level_change_state), (gst_level_init):
35554         * gst/level/gstlevel.h:
35555           figure out if we're initialized directly instead of keeping a
35556           variable that's wrong in 90% of cases
35557           don't initialize pads and then leak them and use a new unitialized
35558           pad. (fixes #142084)
35559           these were bugs so n00bish I didn't find them for an hour :/
35560
35561 2004-05-08 Iain <iain@prettypeople.org>
35562
35563         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35564         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35565         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35566         return the length that was read.
35567         (gst_riff_read_strf_auds): Allow fmt tags as well.
35568
35569 2004-05-07  David Schleef  <ds@schleef.org>
35570
35571         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35572         signed char assumption in faad.h.
35573
35574 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35575
35576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35577           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35578
35579 2004-05-07  Colin Walters  <walters@redhat.com>
35580
35581         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35582         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35583         function.
35584         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35585         Add dispose function.
35586
35587 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35588         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35589           Fix caps nego and pad templates. RGB mode caps should
35590           work now.
35591         * ext/dvdnav/gst-dvd:
35592           Move mpeg2dec inside the thread because otherwise the
35593           queue rejects cap changes mid-stream
35594         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35595         (gst_mpeg2dec_flush_decoder):
35596           For mpeg2dec > 0.4.0, call the flush function instead of
35597           manually extracting all in-flight frames.
35598         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35599         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35600           Change mime type video/dv go video/x-dv to match the
35601           rest of gst-plugins
35602
35603 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35604
35605         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35607         (gst_alsa_sink_class_init):
35608         * ext/alsa/gstalsasink.h:
35609         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35610         (gst_alsa_src_class_init):
35611         * ext/alsa/gstalsasrc.h:
35612           Make alsasink/src a subclass of alsamixer so that mixer stuff
35613           shows up in gst-rec. Needs some finetuning.
35614
35615 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35616
35617         * ext/lame/gstlame.c: (gst_lame_chain):
35618           simplify
35619         * ext/mad/gstmad.c: (gst_mad_handle_event):
35620           fix event leak
35621         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35622           be able to detect mp3 files < 4096 bytes
35623
35624 2004-05-06  Wim Taymans  <wim@fluendo.com>
35625
35626         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35627         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35628         (theora_enc_set_property), (theora_enc_get_property):
35629         Also encode the first frame, cleanup some code.
35630
35631 2004-05-06  Wim Taymans  <wim@fluendo.com>
35632
35633         * ext/mpeg2enc/gstmpeg2enc.cc:
35634         Forward events first before deciding that negotiation was
35635         not performed.
35636
35637 2004-05-06  Wim Taymans  <wim@fluendo.com>
35638
35639         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35640         First process the events before deciding that negotiation
35641         was not performed.
35642
35643 2004-05-06  Wim Taymans  <wim@fluendo.com>
35644
35645         * ext/theora/Makefile.am:
35646         * ext/theora/theora.c: (plugin_init):
35647         * ext/theora/theoradec.c: (theora_dec_change_state):
35648         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35649         (gst_theora_enc_class_init), (gst_theora_enc_init),
35650         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35651         (theora_enc_chain), (theora_enc_change_state),
35652         (theora_enc_set_property), (theora_enc_get_property):
35653         Added a theora encoder, grouped the encoder and decoder into the
35654         same plugin.
35655
35656 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35657
35658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35659         (gst_jpegenc_chain):
35660         fix DURATION on outgoing buffers
35661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35662         debug using time formats
35663         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35665         (gst_xvimagesink_sink_link):
35666         windows with width/height 0 generate X errors, so don't allow them
35667
35668 2004-05-05  Wim Taymans  <wim@fluendo.com>
35669
35670         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35671         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35672         (gst_mpeg2dec_negotiate_format):
35673         * ext/mpeg2dec/gstmpeg2dec.h:
35674           removed the static pad template so that we can add the
35675           more accurate framerate value to the caps.
35676
35677
35678 2004-05-04  Benjamin Otte  <otte@gnome.org>
35679
35680         * configure.ac:
35681           check for kdemacros.h, too (should fix #141821)
35682         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35683           don't crash if no header was sent, but nicely error out (fixes part
35684           of #141554)
35685
35686 2004-05-04  Wim Taymans  <wim@fluendo.com>
35687
35688         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35689         parent dispose function to avoid segfault on destroy.
35690
35691 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35692
35693         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35694         (plugin_init):
35695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35696         (gst_xvimagesink_sink_link):
35697         clean up debugging caps
35698         also recreate xvimage when format has changed
35699
35700 2004-05-04  Benjamin Otte  <otte@gnome.org>
35701
35702         * ext/libvisual/Makefile.am:
35703         * ext/libvisual/visual.c: (gst_visual_class_init),
35704         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35705         (gst_visual_srclink), (gst_visual_chain),
35706         (gst_visual_change_state), (plugin_init):
35707           use a GstAdapter to correctly adapt buffer sizes - allows using a
35708           framerate
35709
35710 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35711
35712         * sys/v4l/gstv4lelement.h:
35713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35715         (gst_v4lsrc_buffer_free):
35716         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35717         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35718         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35719         (gst_v4lsrc_requeue_frame):
35720         move some debugging categories around
35721         query for fps index and set accordingly if found
35722
35723 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35724
35725         * ext/lame/gstlame.c:
35726         correct defaults that lame_init puts out of range
35727
35728 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35729
35730         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35731         (gst_divxenc_class_init):
35732         fix range since -1 is the default
35733         * gst/mpeg1sys/gstmpeg1systemencode.c:
35734         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35735         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35736         (gst_rtjpegdec_chain):
35737         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35738         (gst_rtjpegenc_chain):
35739         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35740         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35741         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35742         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35743         * sys/v4l/gstv4lsrc.c:
35744         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35745         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35746         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35747         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35748         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35749           remove gst_info calls
35750
35751 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35752
35753         * Makefile.am:
35754         * po/af.po:
35755         * po/az.po:
35756         * po/en_GB.po:
35757         * po/nl.po:
35758         * po/sr.po:
35759         * po/sv.po:
35760           Updated translations
35761
35762 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35765           refactor/comment code
35766
35767 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35768
35769         * gst/asfdemux/Makefile.am:
35770         * gst/asfdemux/asfheaders.c:
35771         * gst/asfdemux/asfheaders.h:
35772         * gst/asfdemux/gstasf.c: (plugin_init):
35773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35774         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35775         (gst_asf_demux_setup_pad):
35776         * gst/asfdemux/gstasfdemux.h:
35777         * gst/asfdemux/gstasfmux.c:
35778         * gst/asfdemux/gstasfmux.h:
35779           Add tagging support to demuxer, split out registration in its own
35780           file instead of in demux (hacky), and prevent having some tables
35781           in our memory multiple times (in asfheaders.h).
35782
35783 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35784
35785         * gst/matroska/matroska-demux.c:
35786         (gst_matroska_demux_parse_metadata):
35787         * gst/matroska/matroska-ids.h:
35788           Basic tag reading support.
35789
35790 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35791
35792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35793           Really detect ac-3 audio.
35794         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35795           really detect matroska files (off-by-1).
35796
35797 2004-04-30  David Schleef  <ds@schleef.org>
35798
35799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35800         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35801         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35802         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35803         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35804         hackage -- parse a lot more atoms, extract a few tags.  One might even
35805         mistake this for tag support.  Maybe it is.
35806         * gst/qtdemux/qtdemux.h:
35807
35808 2004-04-30  Colin Walters  <walters@verbum.org>
35809
35810         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35811
35812 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35813
35814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35815         (gst_ffmpegcolorspace_getcaps):
35816           remove broken nego fix
35817
35818 2004-04-30  Benjamin Otte  <otte@gnome.org>
35819
35820         * configure.ac:
35821         * ext/Makefile.am:
35822         * ext/libvisual/Makefile.am:
35823         * ext/libvisual/visual.c:
35824           add initial support for libvisual (http://libvisual.sourceforge.net)
35825           libvisual is still quite alpha, so expect crashes in there :)
35826
35827 2004-04-29  David Schleef  <ds@schleef.org>
35828
35829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35830         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35831         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35832         code; you will no longer respect me.
35833
35834 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35835
35836         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35837         * ext/alsa/gstalsa.h :
35838         change alsa pcm device discovery to find more than 1 device
35839         per card. code review by Ronald.
35840
35841 2004-04-29  David Schleef  <ds@schleef.org>
35842
35843         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35844         Add a check for a driver bug on FreeBSD.  (bug #140565)
35845
35846 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35847
35848         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35849         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35850         (gst_jpegenc_getcaps):
35851           move format setting to inner loop
35852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35853         (gst_ffmpegcolorspace_getcaps):
35854           use GST_PAD_CAPS if available so that we use already negotiated
35855           caps
35856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35857         (qtdemux_parse_moov), (qtdemux_parse):
35858           extra debugging
35859         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35860         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35861           move hardcoded path to DEFINE
35862
35863 2004-04-28  David Schleef  <ds@schleef.org>
35864
35865         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35866         (bug #140064)
35867
35868 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35869
35870         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35871           Don't probe for playback device if we're a source element. Fixes
35872           #139658.
35873
35874 2004-04-29  Benjamin Otte  <otte@gnome.org>
35875
35876         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35877         (gst_id3_tag_chain):
35878           rewrite buffer offset
35879
35880 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35881
35882         * configure.ac:
35883         * ext/Makefile.am:
35884         * ext/dts/Makefile.am:
35885         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35886         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35887         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35888         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35889         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35890         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35891         (plugin_init):
35892         * ext/dts/gstdtsdec.h:
35893           New DTS decoder.
35894         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35895         (gst_faad_srcconnect):
35896           Add ESDS atom handling (.m4a).
35897
35898 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35899
35900         * ext/divx/gstdivxdec.c: (plugin_init):
35901           Remove comment that makes no sense.
35902         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35903           Fix for obvious typo that resulted in warnings during gst-register.
35904         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35905         (gst_xviddec_sink_link):
35906           Fix caps negotiation a bit better.
35907         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35908           We call this 'codec_data', not 'esds'.
35909
35910 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35911
35912         * gst/monoscope/gstmonoscope.c:
35913           make sure we only provide 256x128
35914         * gst/monoscope/monoscope.c: (monoscope_init):
35915           assert size of 256x128
35916
35917 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35918
35919         * Makefile.am:
35920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35921         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35922           fixate to max width and height of device
35923
35924 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35925
35926         * Makefile.am:
35927         * sys/v4l/gstv4l.c:
35928         * sys/v4l/gstv4lsrc.c:
35929         * sys/v4l/v4l_calls.c:
35930         * sys/v4l/v4lsrc_calls.c:
35931           fix for qc-usb driver which fakes having more than one buffer
35932           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35933           buffer_free override
35934           add debugging
35935
35936 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35937
35938         * Makefile.am:
35939         * gst/videotestsrc/gstvideotestsrc.c:
35940         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35941         (gst_videotestsrc_init), (gst_videotestsrc_get),
35942         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35943         * gst/videotestsrc/gstvideotestsrc.h:
35944           add num-buffers property
35945
35946         2004-04-26  Benjamin Otte  <otte@gnome.org>
35947
35948         * ext/mad/gstid3tag.c: (plugin_init):
35949           set id3mux rank to NONE so it doesn't confuse spider
35950           require audio/mpeg,mpegversion=1 in id3mux
35951
35952 2004-04-26  Benjamin Otte  <otte@gnome.org>
35953
35954         * configure.ac:
35955           detect faad correctly as non-working if it's indeed non-working
35956
35957 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35958
35959         * Makefile.am:
35960         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35961         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35962         fix _getcaps so it only negotiates to its supported format
35963
35964 2004-04-25  Benjamin Otte  <otte@gnome.org>
35965
35966         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35967           fix memleak
35968
35969 2004-04-23  Benjamin Otte  <otte@gnome.org>
35970
35971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35972           audio/x-raw-int with height rules! not. Now it's depth.
35973
35974 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35975
35976         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35977         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35978         (gst_wavparse_loop):
35979           Missing variable initialization. Add handling of DVI ADPCM. Fix
35980           mis-parsing of LIST chunks. This works around a bug where we mis-
35981           parse non-aligning LIST chunks (so LIST chunks where the contents
35982           don't align with the actual LIST size). The correct fix is to use
35983           rifflib, I'm not going to fix wavparse - too much work. All this
35984           fixes #104878.
35985
35986 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35987
35988         reviewed by Benjamin Otte  <otte@gnome.org>
35989
35990         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35991           fix shoutcast not working (fixes #140844)
35992
35993 2004-04-22  Benjamin Otte  <otte@gnome.org>
35994
35995         * ext/hermes/gsthermescolorspace.c:
35996         (gst_hermes_colorspace_caps_remove_format_info):
35997         * gst/colorspace/gstcolorspace.c:
35998         (gst_colorspace_caps_remove_format_info):
35999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36000         (gst_ffmpegcolorspace_caps_remove_format_info):
36001           s/gst_caps_simplify/gst_caps_do_simplify/
36002
36003 2004-04-22  Benjamin Otte  <otte@gnome.org>
36004
36005         * gst-libs/gst/riff/riff-media.c:
36006         (gst_riff_create_video_caps_with_data):
36007           mpegversion is an int
36008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36009           don't try to create pad templates with NULL caps, use any caps
36010           instead.
36011
36012 2004-04-20  David Schleef  <ds@schleef.org>
36013
36014         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36015         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36016         (bug #140384)
36017
36018 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36019
36020         reviewed by David Schleef
36021
36022         * ext/mad/gstid3tag.c: Add stdlib.h
36023         * gst/rtp/gstrtpgsmenc.c: same
36024         * gst/tags/gstid3tag.c: same
36025         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36026         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36027         GST_DISABLE_LOADSAVE use.
36028         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36029         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36030         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36031         atol(3)).
36032         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36033         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36034         strtoul(3)).
36035         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36036         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36037         $(ID3_CFLAGS).
36038         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36039         $(LIBFAME_CFLAGS).
36040
36041 2004-04-20  David Schleef  <ds@schleef.org>
36042
36043         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36044         last checkin.  Same idea.
36045
36046 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36047
36048         reviewed by David Schleef
36049
36050         * configure.ac: bump required gstreamer version to 0.8.1.1
36051         because of following changes [--ds]
36052
36053         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36054         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36055         (gst_riff_read_header):  Use GST_READ_UINT*
36056         macros to access possibly unaligned memory.
36057
36058         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36059         (mp3_type_find):  Use GST_READ_UINT*
36060         macros to access possibly unaligned memory.
36061         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36062         (speex_type_find): Likewise
36063
36064         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36065
36066         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36067         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36068         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36069         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36070         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36071         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36072         macros to access possibly unaligned memory.
36073
36074         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36075         Likewise.
36076
36077         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36078         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36079
36080         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36081         Likewise.
36082
36083         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36084         (gst_mpeg2subt_chain_subtitle): Likewise.
36085
36086         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36087         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36088         Likewise.
36089
36090         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36091         Likewise.
36092
36093         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36094         Likewise.
36095
36096         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36097         Likewise.
36098
36099 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36100
36101         * configure.ac:
36102           update required version of GStreamer because of GST_TIME_FORMAT
36103
36104 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36105
36106         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36107           remove leftover g_print
36108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36109           don't try setting only a subset of the caps. We don't want to kill
36110           autoplugging on purpose
36111
36112 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36113
36114         * sys/ximage/ximagesink.c: (plugin_init):
36115         * sys/xvimage/xvimagesink.c: (plugin_init):
36116           add debugging categories
36117
36118 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * po/en_GB.po:
36121         * po/LINGUAS:
36122           Adding en_GB translation (Gareth Owen)
36123
36124 2004-04-20  David Schleef  <ds@schleef.org>
36125
36126         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36127         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36128         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36129         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36130         A number of new features and hacks to extract the esds atom and
36131         put it into the caps.  (bug #137724)
36132
36133 2004-04-19  David Schleef  <ds@schleef.org>
36134
36135         * gconf/Makefile.am: Fix for non-GNU make
36136         * gst-libs/gst/Makefile.am: Change directory order to handle
36137         GstPlay linking with gstinterfaces
36138         * gst-libs/gst/audio/make_filter: make use of tr portable
36139         * gst-libs/gst/play/Makefile.am: Add intended \
36140         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36141         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36142         function prototype instead of void *.
36143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36144         macro.
36145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36146         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36147         * gst/videofilter/make_filter: make use of tr portable
36148         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36149
36150 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36151
36152         * po/LINGUAS:
36153         * po/uk.po:
36154           Added Ukrainian translation (Maxim V. Dziumanenko)
36155
36156 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36157
36158         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36159         (gst_gsmdec_link), (gst_gsmdec_chain):
36160           Fix capsnego, simplify chain function slightly.
36161         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36162           Add GSM.
36163
36164 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36165
36166         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36167         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36168         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36169           Hack to make wavparse work with spider (always -> sometimes pad).
36170           Fixes #135862 && #140411.
36171
36172 2004-04-18  Benjamin Otte  <otte@gnome.org>
36173
36174         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36175         (gst_osselement_rate_probe_check),
36176         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36177           get rid of \n in debug output
36178
36179 2004-04-17  Iain <iain@prettypeople.org>
36180
36181         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36182         not just EOS.
36183
36184 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36185
36186         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36187         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36188         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36189         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36190         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36191         (gst_id3_tag_change_state), (plugin_init):
36192           deprecate id3tag element and replace with id3demux/id3mux.
36193           great side effect: this ugly file is now even uglier, yay!
36194         * ext/mad/gstmad.h:
36195           remove non-available function
36196           update for new get_type
36197
36198 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36199
36200         * configure.ac:
36201           require mpeg2dec >= 0.4.0
36202
36203 2004-04-17  Benjamin Otte  <otte@gnome.org>
36204
36205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36206         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36207         (gst_xvimagesink_set_xwindow_id):
36208           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36209           assorted cleanup fixes.
36210
36211 2004-04-16  David Schleef  <ds@schleef.org>
36212
36213         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36214         * sys/xvimage/xvimagesink.h: same
36215
36216 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36217
36218         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36219           Fix GST_ELEMENT_ERROR with (NULL)
36220
36221 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36222
36223         * gst-libs/gst/riff/riff-media.c:
36224         (gst_riff_create_video_caps_with_data):
36225           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36226
36227 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36228
36229         * gst-libs/gst/riff/riff-media.c:
36230         (gst_riff_create_video_caps_with_data),
36231         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36232         (gst_riff_create_video_template_caps),
36233         (gst_riff_create_audio_template_caps):
36234         * gst-libs/gst/riff/riff-media.h:
36235         * gst-libs/gst/riff/riff-read.c:
36236         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36237         * gst-libs/gst/riff/riff-read.h:
36238         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36239           Add MS RLE support. I added some functions to read out strf chunks
36240           into strf chunks and the data behind it. This is usually color
36241           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36242           caps creation. Lastly, add ADPCM (similar to wavparse - which
36243           should eventually be rifflib based).
36244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36245         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36246         * gst/matroska/matroska-demux.h:
36247           Remove placeholders for some prehistoric tagging system. Didn't add
36248           support for any tag system really anyway.
36249         * gst/qtdemux/qtdemux.c:
36250           Add support for audio/x-m4a (MPEG-4) through spider.
36251         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36252         (gst_wavparse_loop):
36253           ADPCM support (#135862). Increase max. buffer size because we
36254           cannot split buffers for ADPCM (screws references) and I've seen
36255           files with 2048 byte chunks. 4096 seems safe for now.
36256
36257 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36258
36259         * configure.ac: bump nano to 1
36260
36261 === release 0.8.1 ===
36262
36263 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36264
36265         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36266
36267 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36268
36269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36270           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36271           Fixes #140058
36272
36273 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36274
36275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36276           lower rank of dvddemux so that it's not used for mpeg playback.
36277
36278 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36279
36280         * configure.ac:
36281           save libs correctly when checking mad
36282
36283 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36284
36285         * ext/mad/gstid3tag.c: (plugin_init):
36286           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36287
36288 2004-04-13  David Schleef  <ds@schleef.org>
36289
36290         * common/m4/gst-feature.m4: Call -config scripts with
36291         --plugin-libs if it is supported.
36292         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36293         JPEG images are image/jpeg.
36294         * gst/debug/Makefile.am:
36295         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36296         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36297         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36298         (gst_negotiation_plugin_init): Add a property that acts like
36299         filter caps.
36300         * testsuite/gst-lint:  Move license checking to be a standard
36301         test.
36302
36303 2004-04-13  David Schleef  <ds@schleef.org>
36304
36305         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36306         patch from Sebastien Cote (bug #139958)
36307
36308 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36309
36310         * examples/gstplay/Makefile.am:
36311         * examples/gstplay/player.c: (main):
36312           make the commandline player example use gconf settings
36313
36314 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36315
36316         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36317         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36318         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36319           init/end library during state transition, not object
36320           creation/disposal.  get rid of custom dispose handler.
36321
36322
36323 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36324
36325         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36326         be a symlink
36327
36328 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36329
36330         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36331           Handle JUNK chunks inside data section. Prevents warnings.
36332
36333 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36334
36335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36336         (gst_riff_create_video_template_caps):
36337           Add MS video v1.
36338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36339         (gst_avi_demux_stream_data):
36340           Add support for "rec-list" chunks.
36341
36342 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36343
36344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36345           Fix another codecname mismatch.
36346
36347 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36348
36349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36350           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36351           so that MJPEG plays back.
36352
36353 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36354
36355         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36356         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36357         * gst/mpeg1videoparse/gstmp1videoparse.h:
36358           Fix for some slight mis-cuts in buffer parsing, and for some
36359           potential overflows or faults-causers. Adds disconts. Also fixes
36360           #139105 while we're at it.
36361
36362 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36363
36364         * configure.ac:
36365         * sys/v4l2/gstv4l2element.h:
36366           Workaround for missing struct v4l2_buffer declaration in Suse 9
36367           and Mandrake 10 linux/videodev2.h header file (#135919).
36368
36369 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36370
36371         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36372           Bail out if no filename was given.
36373
36374 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36375
36376         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36377         (gst_v4l2_fourcc_from_structure):
36378           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36379           Y41B somewhere).
36380
36381 2004-04-09  Benjamin Otte  <otte@gnome.org>
36382
36383         * ext/gnomevfs/gstgnomevfssink.c:
36384         (_gst_boolean_allow_overwrite_accumulator),
36385         (gst_gnomevfssink_class_init):
36386           fix erase signal - if any handler returns false the file will not be
36387           overwritten. If no handler is connected, the file will not be
36388           overwritten either.
36389           renamed signal to "allow-overwrite"
36390         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36391           free string when adding it to ID3 failed
36392         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36393           unref event when done
36394         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36395           free caps
36396         * gst/typefind/gsttypefindfunctions.c:
36397         (mpeg_video_stream_type_find):
36398           fix invalid read
36399
36400 2004-04-08  David Schleef  <ds@schleef.org>
36401
36402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36403         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36404
36405 2004-04-08  David Schleef  <ds@schleef.org>
36406
36407         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36408         we don't support (bug #139532)
36409
36410 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36411
36412         * ext/mad/gstmad.c: (gst_mad_handle_event),
36413         (gst_mad_check_caps_reset), (gst_mad_chain),
36414         (gst_mad_change_state):
36415           only set explicit caps if they haven't been set before for
36416           this stream.  MPEG-audio sample rate/channels aren't allowed
36417           to change in-stream.
36418           Fixes #139382
36419
36420 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36421
36422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36423         (_gst_boolean_did_something_accumulator),
36424         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36425         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36426         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36427         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36428         (gst_gnomevfssink_change_state):
36429           Fix erase signal. Don't erase by default. Remove handoff signal.
36430           Remove erase property. Don't segfault. General cleanup.
36431
36432 2004-04-07  Benjamin Otte  <otte@gnome.org>
36433
36434         * gst-libs/gst/gconf/test-gconf.c: (main):
36435           add missing gst_init
36436
36437 2004-04-07  Benjamin Otte  <otte@gnome.org>
36438
36439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36440           free the mutexes, too
36441
36442 2004-04-07  Benjamin Otte  <otte@gnome.org>
36443
36444         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36445           actually free the URI string
36446         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36447           compute offset correctly when passing discont events
36448         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36449           don't leak discont events
36450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36451           add some missing breaks so caps aren't copied randomly
36452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36453           if we realloc memory, we better use it
36454
36455 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36456
36457         * ext/mad/gstmad.c: (normal_seek):
36458           fix GST_FORMAT_TIME usage
36459
36460 2004-04-05  David Schleef  <ds@schleef.org>
36461
36462         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36463         a deprecated function (hack!)
36464
36465 2004-04-05  Benjamin Otte  <otte@gnome.org>
36466
36467         * ext/esd/esdmon.c: (gst_esdmon_get):
36468           fix nonterminated vararg and memleak
36469
36470 2004-04-05  Benjamin Otte  <otte@gnome.org>
36471
36472         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36473         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36474         (gst_ladspa_set_property), (gst_ladspa_get_property),
36475         (gst_ladspa_instantiate), (gst_ladspa_activate),
36476         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36477           clean up debugging
36478
36479 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36480
36481         reviewed by Benjamin Otte  <otte@gnome.org>
36482
36483         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36484           check for broken LADSPA parameters (fixes #138635)
36485
36486 2004-04-05  Benjamin Otte  <otte@gnome.org>
36487
36488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36489           advertise buffer-frames correctly on sinkpads
36490
36491 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36492
36493         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36494         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36495         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36496         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36497         (gst_mad_check_caps_reset), (gst_mad_chain):
36498         add more debugging, only reset caps when we're not in error state
36499
36500 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36501
36502         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36503
36504 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36505
36506         reviewed by Benjamin Otte  <otte@gnome.org>
36507
36508         * configure.ac:
36509           fix == in test(1) operator
36510
36511 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36512
36513         reviewed by Benjamin Otte  <otte@gnome.org>
36514
36515         * configure.ac:
36516           fix --export-symblos-regex to a working regex.
36517
36518 2004-04-04  Benjamin Otte  <otte@gnome.org>
36519
36520         * sys/oss/.cvsignore:
36521           add for oss_probe
36522
36523 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36524
36525         reviewed by Benjamin Otte  <otte@gnome.org>
36526
36527         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36528           add missing 'new_media' argument (fixes #138168)
36529         * gst/matroska/matroska-demux.c:
36530         (gst_matroska_demux_handle_seek_event):
36531           add vararg terminator (fixes #138169)
36532
36533 2004-04-02  David Schleef  <ds@schleef.org>
36534
36535         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36536         disted (bug #138914)
36537
36538 2004-04-01  Benjamin Otte  <otte@gnome.org>
36539
36540         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36541         (gst_alsa_close_audio):
36542           handle case better where a soundcard can't pause
36543         * ext/ogg/gstoggdemux.c:
36544           don't crash when we get events but don't have pads yet
36545
36546 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36547
36548         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36549           throw an error if we couldn't probe any caps.
36550
36551 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36552
36553         * ext/dvdnav/gst-dvd:
36554         Add a really simple sample DVD player
36555
36556 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36557
36558         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36559         (gst_a52dec_push), (gst_a52dec_handle_event),
36560         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36561         (gst_a52dec_change_state):
36562         * ext/a52dec/gsta52dec.h:
36563           Use a debug category, Output timestamps correctly
36564           Emit tag info, Handle events, tell liba52dec about cpu
36565           capabilities so it can use MMX etc.
36566         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36567           Fix a crasher accessing invalid memory
36568         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36569         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36570         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36571         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36572         (dvdnavsrc_query):
36573           Some support for byte-format seeking.
36574           Small fixes for still frames and menu button overlays
36575         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36576         (gst_mpeg2dec_alloc_buffer):
36577           Use a debug category. Adjust the report level of several items to
36578           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36579           so it doesn't lose the GstBuffer pointer
36580         * gst/debug/Makefile.am:
36581         * gst/debug/gstdebug.c: (plugin_init):
36582         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36583         (gst_navseek_base_init), (gst_navseek_class_init),
36584         (gst_navseek_init), (gst_navseek_seek),
36585         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36586         (gst_navseek_get_property), (gst_navseek_chain),
36587         (gst_navseek_plugin_init):
36588         * gst/debug/gstnavseek.h:
36589           Add the navseek debug element for seeking back and forth in a
36590           video stream using arrow keys.
36591         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36592         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36593         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36594         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36595         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36596         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36597         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36598         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36599         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36600         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36601         * gst/mpeg2sub/gstmpeg2subt.h:
36602           Pretty much a complete rewrite. Now a loopbased element. May still
36603           require work to properly synchronise subtitle buffers.
36604         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36605         (gst_dvd_demux_send_subbuffer):
36606         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36607           Don't attempt to create subbuffers of size 0
36608           Reduce a couple of error outputs to warnings.
36609         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36610         (gst_y4mencode_chain):
36611         Output the y4m frame header correctly.
36612
36613 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36614
36615         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36616           throw errors instead of allowing SIGFPE
36617
36618 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36621         (gst_gconf_render_bin_from_key):
36622           leak plugging and style fixing
36623
36624 2004-03-31  David Schleef  <ds@schleef.org>
36625
36626         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36627         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36628         (bug #138225)
36629         * gst/debug/Makefile.am:
36630         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36631         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36632         plugin.
36633         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36634         (gst_negotiation_base_init), (gst_negotiation_class_init),
36635         (gst_negotiation_init), (gst_negotiation_getcaps),
36636         (gst_negotiation_pad_link), (gst_negotiation_chain),
36637         (gst_negotiation_set_property), (gst_negotiation_get_property),
36638         (gst_negotiation_plugin_init):  New element to talk about random
36639         negotiation things happening in a pipeline.
36640
36641 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36642
36643         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36644           fix integer addition with help of Stefan Kost
36645
36646 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36647
36648         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36649
36650 2004-03-30  David Schleef  <ds@schleef.org>
36651
36652         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36653         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36654         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36655         (bug #137504)
36656         * ext/mpeg2dec/gstmpeg2dec.h:
36657
36658 2004-03-30  David Schleef  <ds@schleef.org>
36659
36660         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36661
36662 2004-03-30  David Schleef  <ds@schleef.org>
36663
36664         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36665         Michael Petullo) to handle .mov
36666
36667 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36668
36669         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36670         (gst_osselement_rate_check_rate):
36671           probe caps correctly for sound cards that only support one format
36672
36673 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36674
36675         * ext/kio/kiosrc.cpp: (process_events):
36676           update handling event processing if inside KDE - untested
36677
36678 2004-03-29  David Schleef  <ds@schleef.org>
36679
36680         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36681         by 2 to not interfere with other colorspaces.
36682         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36683         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36684         one to not interfere with ffmpeg_colorspace.
36685
36686 2004-03-29  David Schleef  <ds@schleef.org>
36687
36688         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36689         aren't in the caps.
36690         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36691         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36692
36693 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36694
36695         * gst-libs/gst/riff/riff-media.c:
36696           fail on error, don't try to set stuff on NULL caps
36697
36698 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36699
36700         * configure.ac:
36701         * ext/Makefile.am:
36702         * ext/kio/Makefile.am:
36703         * ext/kio/kioreceiver.cpp:
36704         * ext/kio/kioreceiver.h:
36705         * ext/kio/kiosrc.cpp:
36706         * ext/kio/kiosrc.h:
36707           add experimental kiosrc plugin
36708         * ext/alsa/gstalsaplugin.c: (plugin_init):
36709           initialize debugging category only when we're sure registering the
36710           plugins worked.
36711
36712 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36713
36714         * examples/gstplay/player.c: (main):
36715         * gst-libs/gst/play/play.c: (gst_play_class_init),
36716         (gst_play_set_location), (gst_play_set_data_src),
36717         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36718         (gst_play_set_visualization), (gst_play_connect_visualization):
36719           check return values of element_set_state and return FALSE where
36720           failed
36721
36722 2004-03-29  Benjamin Otte  <otte@gnome.org>
36723
36724         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36725           try harder to check if an event is really a discont
36726
36727 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36728
36729         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36730         * po/az.po:
36731
36732 2004-03-28  Benjamin Otte  <otte@gnome.org>
36733
36734         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36736         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36737           get rid of non-standard "..." ranges in case statements.
36738
36739 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36740
36741         * gst/mpegstream/gstmpegdemux.c:
36742         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36743         specific functionality split to the new dvddemux element.
36744         * gst/mpegstream/gstdvddemux.c:
36745         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36746         streams, derived from mpegdemux.
36747         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36748         up. SCR based timestamp rewriting can be turned off (will probably
36749         completely disappear soon).
36750         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36751         hacking. General cleanup. All printf statements replaced by
36752         debugging messages. Almost complete libdvdnav support.
36753         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36754         by events. New properties for audio and subpicture languages.
36755         (dvdnavsrc_update_highlight): Now uses events.
36756         (dvdnavsrc_user_op): Cleaned up.
36757         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36758         based). Lots of cleanup, and propper support for most libdvdnav
36759         events.
36760         (dvdnavsrc_make_dvd_event): New function.
36761         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36762         (dvdnavsrc_make_clut_change_event): New function.
36763
36764 2004-03-26  Benjamin Otte  <otte@gnome.org>
36765
36766         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36767           fix bug where typefinding would claim it's theora whenever less then
36768           7 bytes of data were available
36769
36770 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36771
36772         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36773         (gst_alawdec_base_init), (gst_alawdec_class_init),
36774         (gst_alawdec_init), (gst_alawdec_chain):
36775         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36776         (gst_alawenc_base_init), (gst_alawenc_class_init),
36777         (gst_alawenc_init), (gst_alawenc_chain):
36778         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36779         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36780         (gst_mulawdec_init), (gst_mulawdec_chain):
36781         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36782         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36783         (gst_mulawenc_init), (gst_mulawenc_chain):
36784           Fix capsnego in all four, remove the unused property functions and
36785           simplify the chain functions slightly. I guess we could use macros
36786           or something similar for those, since the code is so similar, but
36787           I'm currently too lazy...
36788
36789 2004-03-24  David Schleef  <ds@schleef.org>
36790
36791         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36792         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36793         (gst_osselement_get_format_structure),
36794         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36795         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36796         (gst_osselement_rate_int_compare): Add code to handle rate probing
36797         (bug #120883)
36798         * sys/oss/gstosselement.h: same
36799         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36800         Use rate probing provided by osselement.
36801         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36802
36803 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36804
36805         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36806         (gst_xvidenc_get_property):
36807           ulong/int mess-up.
36808
36809 2004-03-24  David Schleef  <ds@schleef.org>
36810
36811         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36812         (gst_speexdec_init):
36813         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36814         (gst_speexenc_init):  Create the pad template correctly (from
36815         the static pad template, not a NULL pointer.)
36816
36817 2004-03-25  Benjamin Otte  <otte@gnome.org>
36818
36819         * gst/debug/Makefile.am:
36820         * gst/debug/breakmydata.c:
36821           add element that quasi-randomly changes bytes in the stream.
36822           Intended use is robustness checking of demuxers and decoders in
36823           media tests.
36824
36825 2004-03-24  Benjamin Otte  <otte@gnome.org>
36826
36827         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36828         (gst_alsa_probe_hw_params):
36829         * ext/alsa/gstalsa.h:
36830           debugging output fixes
36831
36832 2004-03-24  Benjamin Otte  <otte@gnome.org>
36833
36834         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36835           don't g_return_if_fail if element is PLAYING, fail silently as every
36836           other element.
36837         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36838           only fix needed for cast lvalue issues in gst-plugins
36839         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36840           add proxy_getcaps
36841
36842 2004-03-24  Benjamin Otte  <otte@gnome.org>
36843
36844         * gst/level/gstlevel.c: (gst_level_init):
36845           add proxying getcaps function, so level doesn't advertise impossible
36846           caps
36847
36848 2004-03-24  David Schleef  <ds@schleef.org>
36849
36850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36851         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36852         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36853         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36854         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36855         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36856         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36857         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36858         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36859         messages.  Divide the chunk size by the compression ratio
36860         (needed for MACE audio)
36861
36862 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36863
36864         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36865           Fix buffer overflow read error.
36866
36867 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36868
36869         * ext/alsa/gstalsa.h:
36870           Remove unused entry.
36871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36872           Add cinepak.
36873         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36874         (gst_videodrop_link), (gst_videodrop_chain):
36875           Fix, sort of. Was horribly broken with new capsnego. Bah...
36876
36877 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36878
36879         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36880         (plugin_init):
36881         Add a monkeysaudio typefind function
36882
36883 2004-03-23  Johan Dahlin  <johan@gnome.org>
36884
36885         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36886         (gst_play_video_fixate): Check so the structure has the field
36887         before trying to fixate them, this makes it possible to have
36888         fakesinks for video and audio output without printing errors on
36889         the output console.
36890
36891 2004-03-22  David Schleef  <ds@schleef.org>
36892
36893         * sys/oss/Makefile.am:
36894         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36895         (check_rate), (add_rate):  Rate probing test app.
36896
36897 2004-03-21  Benjamin Otte  <otte@gnome.org>
36898
36899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36900         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36901           add a fixation function that pretty much does the right thing (fixes
36902           #137556)
36903
36904 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36905
36906         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36907
36908 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36909
36910         reviewed by: Benjamin Otte  <otte@gnome.org>
36911
36912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36913           terminate gst_event_new_discontinuous correctly (fixes parts of
36914           #137711)
36915
36916 2004-03-19  David Schleef  <ds@schleef.org>
36917
36918         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36919         since it doesn't depend on X, and it's part of our ABI.
36920
36921 2004-03-19  Iain <iain@prettypeople.org>
36922
36923         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36924         is_int in the structure, not the local variable.
36925
36926 2004-03-19  David Schleef  <ds@schleef.org>
36927
36928         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36929         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36930         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36931         Improvements in caps negotiation.
36932
36933 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36934
36935         * po/LINGUAS:
36936         * po/af.po:
36937           adding Afrikaans (Petri Jooste)
36938
36939 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36940
36941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36942         (gst_ffmpegcolorspace_chain):
36943         throw error instead of g_critical (#137588)
36944
36945 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36946
36947         * Makefile.am:
36948         * configure.ac:
36949           dist common and m4 correctly
36950         * po/sv.po:
36951
36952 2004-03-17  David Schleef  <ds@schleef.org>
36953
36954         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36955         (bug #137348)
36956
36957 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36958
36959         * po/LINGUAS:
36960         * po/sv.po:
36961           adding Swedish translation (Christian Rose)
36962
36963 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36964
36965         * Makefile.am: use release.mak
36966
36967 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36968
36969         * common/ChangeLog:
36970         * common/gst-autogen.sh:
36971           add some explanation about the version detection
36972         * configure.ac:
36973           fix X check
36974
36975 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36976
36977         * configure.ac: bump nano to 1
36978
36979 === release 0.8.0 ===
36980
36981 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36982
36983         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36984
36985 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36986
36987         * configure.ac:
36988           update libtool version
36989         * gst-libs/gst/media-info/Makefile.am:
36990           actually use libtool version
36991
36992 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36993
36994         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36995
36996 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36997
36998         * configure.ac:
36999         * gst-plugins.spec.in:
37000         * pkgconfig/Makefile.am:
37001         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37002         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37003         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37004         * pkgconfig/gstreamer-libs.pc.in:
37005         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37006         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37007         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37008         * pkgconfig/gstreamer-plugins.pc.in:
37009           remove @VERSION@ from some of the pc files since core and plugins
37010           are decoupled.
37011           created gstreamer-plugins.pc as it's a better name, but keeping
37012           -libs around for now to get fixes upstream done first.
37013
37014 2004-03-15  Julien MOUTTE <julien@moutte.net>
37015
37016         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37017         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37018         * gst-libs/gst/play/play.h:
37019
37020 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37021
37022         * *.c, *.cc: don't mix tabs and spaces
37023
37024 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37025
37026         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37027           use the new ffmpegcolorspace
37028         * gst-plugins.spec.in:
37029           package new colorspace and media-info
37030         * configure.ac:
37031         * pkgconfig/Makefile.am:
37032           fix some more disting issues
37033         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37034         * pkgconfig/gstreamer-media-info.pc.in:
37035           generate media-info pc files
37036
37037 2004-03-15  Johan Dahlin  <johan@gnome.org>
37038
37039         * *.h: Revert indenting
37040
37041 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37042
37043         * configure.ac:
37044           adding ffmpegcolorspace element
37045         * gst/ffmpegcolorspace/Makefile.am:
37046         * gst/ffmpegcolorspace/avcodec.h:
37047         * gst/ffmpegcolorspace/common.h:
37048         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37049         * gst/ffmpegcolorspace/dsputil.h:
37050         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37052         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37053         (gst_ffmpeg_caps_to_pix_fmt):
37054         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37056         (gst_ffmpegcolorspace_caps_remove_format_info),
37057         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37058         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37059         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37060         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37061         (gst_ffmpegcolorspace_set_property),
37062         (gst_ffmpegcolorspace_get_property),
37063         (gst_ffmpegcolorspace_register):
37064         * gst/ffmpegcolorspace/imgconvert.c:
37065         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37066         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37067         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37068         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37069         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37070         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37071         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37072         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37073         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37074         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37075         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37076         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37077         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37078         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37079         (img_get_alpha_info), (deinterlace_line),
37080         (deinterlace_line_inplace), (deinterlace_bottom_field),
37081         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37082         * gst/ffmpegcolorspace/imgconvert_template.h:
37083         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37084         * gst/ffmpegcolorspace/mmx.h:
37085         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37086           adding ffmpegcolorspace element supplied by Ronald after cleaning
37087           up and pulling in the right bits of upstream source.
37088           I'm sure a better C/compiler wizard could do some cleaning up (for
37089           example use GLIB's malloc stuff), but as a first pass this
37090           works very well
37091
37092 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37093
37094         * ext/alsa/gstalsa.h:
37095           I assume Ronald forgot to commit the change to have cardname
37096           as a struct member.  Expect some public spanking at the next
37097           opportunity.
37098
37099 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37100
37101         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37102         (gst_alsa_open_audio), (gst_alsa_close_audio):
37103         * ext/alsa/gstalsa.c:
37104           Don't open the device if we're a mixer (= padless).
37105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37106         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37107         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37108           Open mixer during state change rather than during object
37109           initialization. Also, get a device name. Currently in a somewhat
37110           hackish fashion, but I didn't really find something better.
37111
37112 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37113
37114         * *.c, *.h: run gst-indent
37115
37116 2004-03-14  Benjamin Otte  <otte@gnome.org>
37117
37118         * gst/modplug/gstmodplug.cc:
37119         * gst/modplug/gstmodplug.h:
37120           set correct timestamps on outgoing buffers
37121
37122 2004-03-14  Benjamin Otte  <otte@gnome.org>
37123
37124         * gst/modplug/gstmodplug.cc:
37125           handle events - don't do crap when a discont arrives that's not
37126           necessary
37127           This allows correct loading and playback of mods in Rhythmbox
37128
37129 2004-03-14  Benjamin Otte  <otte@gnome.org>
37130
37131         * configure.ac:
37132         * gst-libs/gst/gconf/Makefile.am:
37133         * pkgconfig/Makefile.am:
37134           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37135           they get rebuilt properly
37136         * configure.ac:
37137           when checking for vorbis, try pkgconfig first.
37138         * gst/modplug/gstmodplug.cc:
37139           add fixate function
37140
37141 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37142
37143         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37144           Fix for obvious mistake, where we first shift the offset and then
37145           read a samplesize element assuming the old offset. Note that this
37146           part still has something weird, i.e. my movies containing those
37147           don't actually play well, but at least there's something that looks
37148           like sound now.
37149
37150 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37151         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37152         (plugin_init):
37153         Add a typefind function for speex format
37154
37155 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37156
37157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37158         (gst_asf_demux_setup_pad):
37159           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37160           instead of 0. Reason is simple: some elements have a fps range
37161           of 1-max instead of 0-max. So now ASF video actually works.
37162
37163 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37164
37165         * po/LINGUAS:
37166         * po/sr.po:
37167           adding serbian as a language
37168
37169 2004-03-13  Benjamin Otte  <otte@gnome.org>
37170
37171         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37172           return taglist correctly from _get function, don't gst_pad_push it.
37173           (fixes #137042)
37174
37175 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37176         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37177
37178 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37179
37180         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37181         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37182         (gst_alsa_mixer_track_new):
37183         * ext/alsa/gstalsamixertrack.h:
37184           Fix ancient leftovers... MixerTrack is a GObject.
37185
37186 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37187
37188         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37189         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37190           Don't block during probing...
37191
37192 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37193
37194         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37195         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37196         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37197         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37198         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37199         (gst_alsa_open_audio), (gst_alsa_close_audio):
37200         * ext/alsa/gstalsa.h:
37201           Add propertyprobe interface implementation, add some device-name
37202           property, all this so that it looks good in gnome-volume-control.
37203
37204 2004-03-12  David Schleef  <ds@schleef.org>
37205
37206         * configure.ac: the Hermes library controls hermescolorspace, not
37207         colorspace.
37208         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37209         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37210         not /* */
37211         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37212         * ext/sdl/sdlvideosink.h: ditto.
37213         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37214
37215 2004-03-12  Benjamin Otte  <otte@gnome.org>
37216
37217         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37218         (gst_x_overlay_got_xwindow_id):
37219         * gst-libs/gst/xoverlay/xoverlay.h:
37220           replace XID with unsigned long to get rid of the xlibs dependency in
37221           XOverlay (fixes #137004)
37222
37223 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37224         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37225         (gst_agingtv_setup):
37226         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37227         (gst_dicetv_base_init), (gst_dicetv_class_init),
37228         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37229         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37230         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37231         (gst_edgetv_setup), (gst_edgetv_rgb32):
37232         * gst/effectv/gsteffectv.c:
37233         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37234         (gst_quarktv_set_property):
37235         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37236         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37237         (gst_revtv_setup), (gst_revtv_rgb32):
37238         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37239         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37240         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37241         (gst_shagadelictv_rgb32):
37242         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37243         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37244         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37245         * gst/effectv/gstwarp.c:
37246         Port everything that can be ported to videofilter and fix up the caps.
37247         Can someone with a big-endian machine please check these?
37248
37249 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37250
37251         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37252         (gst_osssink_chain), (gst_osssink_change_state):
37253           Latest fixes for A/V sync, audio playback and such. This is about
37254           all... MPEG playback issues are mostly related to the async build-
37255           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37256
37257 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37258
37259         patch from: Stephane Loeuillet
37260
37261         * configure.ac:
37262           use pkg-config for some libraries, falling back to the old .m4 way
37263           (fixes #131270)
37264         * m4/libdv.m4:
37265           removed
37266
37267 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37268
37269         * configure.ac:
37270         * tools/Makefile.am:
37271         * tools/Makefile.in:
37272         * tools/gst-launch-ext-m.m:
37273         * tools/gst-launch-ext.1.in:
37274         * tools/gst-visualise-m.m:
37275         * tools/gst-visualise.1:
37276         * tools/gst-visualise.1.in:
37277           reorganizing generation of script tools
37278
37279 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37280
37281         * ext/divx/gstdivxdec.c:
37282           Downgrade priority. We prefer ffdec_mpeg4.
37283         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37284         (gst_faad_chain), (gst_faad_change_state):
37285           Fix capsnego. Doesn't work for some sounds because we don't have
37286           a 5:1 to stereo element.
37287         * ext/xvid/gstxvid.c: (plugin_init):
37288           Add priority.
37289         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37290         (gst_osssink_change_state):
37291           Add discont handling.
37292
37293 2004-03-09  Colin Walters  <walters@verbum.org>
37294
37295         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37296         conversion.
37297
37298 2004-03-09  Benjamin Otte  <otte@gnome.org>
37299
37300         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37301           the signals take 2 arguments
37302
37303 2004-03-09  David Schleef  <ds@schleef.org>
37304
37305         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37306         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37307         * ext/alsa/gstalsa.h:
37308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37309
37310 2004-03-09  Benjamin Otte  <otte@gnome.org>
37311
37312         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37313         (gst_mikmod_change_state):
37314         * ext/mikmod/gstmikmod.h:
37315           make mikmod's loop function not loop infinitely and call
37316           gst_element_yield anymore
37317         * gst/modplug/gstmodplug.cc:
37318           fix pad negotiation (fixes #136590)
37319
37320 2004-03-09  David Schleef  <ds@schleef.org>
37321
37322         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37323         doesn't conflict with the internal colorspace plugin.
37324         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37325         satisfy the crappy-ass shell shipped by a certain vendor.
37326         * gst/videofilter/make_filter: same (bug #135299)
37327
37328 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37329
37330         * configure.ac: bump nano to 1
37331
37332 === release 0.7.6 ===
37333
37334 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37335
37336         * configure.in: releasing 0.7.6, "There"
37337
37338 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37339
37340         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37341         * pkgconfig/gstreamer-play.pc.in:
37342           synchronize the two
37343
37344 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37345
37346         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37347         (cdparanoia_open), (cdparanoia_event):
37348           fix/add error handling
37349         * po/POTFILES.in:
37350           add cdparanoia source
37351         * tools/Makefile.am:
37352           make scripts executable
37353
37354 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37355
37356         * configure.ac:
37357         * ext/vorbis/Makefile.am:
37358         * sys/Makefile.am:
37359           remove id3types, vorbisfile and xvideosink from the build (#133783)
37360
37361 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37362
37363         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37364           Fix metadata read crash (#136537).
37365
37366 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37367
37368         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37369         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37370           adding mime types, fixing the one-stop function
37371
37372 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37373
37374         * ext/nas/nassink.c and /ext/nas/nassink.h:
37375         More NAS love from Arwed von Merkatz
37376         So lets all sing 'Can you feel the NAS tonight'
37377
37378 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37379
37380         * tools/gst-launch-ext.in:
37381         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37382
37383 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37386         (gst_mpeg2dec_init):
37387         remove the user_data pad for now, because it is being used in
37388         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37389         If someone knows how to fix this properly, please do.
37390
37391 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37392
37393         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37394         (gst_osssink_get_time):
37395         add a warning, IMO this won't get triggered anymore, remove later
37396
37397 2004-03-07  David Schleef  <ds@schleef.org>
37398
37399         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37400         format (bug #136470)
37401
37402 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37403
37404         * gst-libs/Makefile.am:
37405         * gst-libs/gst/media-info/Makefile.am:
37406         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37407         (error_callback), (gst_media_info_error_create),
37408         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37409         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37410         * gst-libs/gst/media-info/media-info-priv.h:
37411         * gst-libs/gst/media-info/media-info-test.c: (main):
37412         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37413         (gst_media_info_class_init), (gst_media_info_instance_init),
37414         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37415         (gst_media_info_read_idler), (gst_media_info_read):
37416         * gst-libs/gst/media-info/media-info.h:
37417         fixed, should work now
37418
37419 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37420
37421         * ext/nas/nassink.c:
37422         A bunch of NAS fixes from Arwed von Merkatz
37423
37424 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37425
37426         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37427         (qtdemux_parse_trak):
37428           Fix crash (j might be greater than n_samples, in which case we're
37429           writing outside the allocated space for the array) and memleak.
37430
37431 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37432
37433         * sys/oss/gstosssink.c: (gst_osssink_chain):
37434           And another caller that couldn't handle delay < 0 (unsigned
37435           integer overflow). Video now continues playing on an audio
37436           buffer underrun, and the clock continues working. Audio still
37437           stalls.
37438
37439 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37440
37441         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37442         (gst_osssink_get_time):
37443           get_delay() may return values lower than 0. In those cases, we
37444           should not actually cast to *unsigned* int64, that will break
37445           stuff horribly. In my case, it screwed up A/V sync in movies
37446           in totem rather badly.
37447
37448 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37449
37450         * ext/faac/gstfaac.c: (gst_faac_chain):
37451         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37452         * ext/libpng/gstpngenc.c: (user_write_data):
37453         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37454         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37455         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37456         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37457         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37458         of any buffer), should fix some leaks. I hope I didn't unref buffers
37459         that shouldn't be...
37460
37461 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37462
37463         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37464         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37465         (error_callback), (gmi_reset), (gmi_seek_to_track),
37466         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37467         (gmip_find_type_post), (gmip_find_stream_post),
37468         (gmip_find_track_streaminfo_post):
37469         * gst-libs/gst/media-info/media-info-priv.h:
37470         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37471         (info_print), (main):
37472         * gst-libs/gst/media-info/media-info.c:
37473         (gst_media_info_error_create), (gst_media_info_error_element),
37474         (gst_media_info_instance_init), (gst_media_info_get_property),
37475         (gst_media_info_new), (gst_media_info_set_source),
37476         (gst_media_info_read_idler), (gst_media_info_read):
37477         * gst-libs/gst/media-info/media-info.h:
37478           first pass at making this work again.  This seems to work on
37479           tagged ogg/vorbis and mp3 files.
37480
37481 2004-03-06  Benjamin Otte  <otte@gnome.org>
37482
37483         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37484           fix huge leak: gst_buffer_merge doesn't unref the first argument
37485           itself.
37486
37487 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37488
37489         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37490           report layer/mode/emphasis
37491
37492 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37493
37494         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37495
37496 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37497
37498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37499           signal serial
37500
37501 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37502
37503         * ext/vorbis/vorbis.c: (plugin_init):
37504         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37505         (gst_vorbis_dec_init), (vorbis_dec_event):
37506         add debug category
37507         make vorbisdec handle _BYTE and _TIME queries
37508
37509 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37510
37511         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37512           from the xing header
37513
37514 2004-03-06  Benjamin Otte  <otte@gnome.org>
37515
37516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37517         (gst_audio_convert_link), (gst_audio_convert_change_state),
37518         (gst_audio_convert_buffer_from_default_format):
37519           do conversions from/to float correctly, fix some caps nego errors,
37520           export correct supported caps in template and getcaps, use correct
37521           caps in try_set_caps functions
37522
37523 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37524
37525         For some reason, I only committed a ChangeLog entry yesterday and
37526         not the corresponding code...
37527         * ext/mad/gstmad.c: Fix detection of Xing headers
37528         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37529
37530 2004-03-06  Benjamin Otte  <otte@gnome.org>
37531
37532         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37533         (gst_ogg_demux_src_query):
37534           make sure to handle the case where there's no current chain
37535           gracefully.
37536
37537 2004-03-05  David Schleef  <ds@schleef.org>
37538
37539         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37540         Add fixate function. (bug #131128)
37541         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37542         (gst_sdlvideosink_fixate):  Add fixate function.
37543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37544         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37545         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37546         Fix missing break that was causing ulaw to be interpreted as
37547         raw int.
37548
37549 2004-03-05  David Schleef  <ds@schleef.org>
37550
37551         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37552         Fix code that ignores return value of gst_buffer_merge().
37553         (bug #114560)
37554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37555         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37556         * testsuite/gst-lint:  Check for above.
37557
37558 2004-03-05  David Schleef  <ds@schleef.org>
37559
37560         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37561         caps and throw an element error.  (bug #136334)
37562
37563 2004-03-05  David Schleef  <ds@schleef.org>
37564
37565         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37566         (gst_faad_chain): Fix negotiation.
37567         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37568         key and button events.
37569         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37570         dung heap of code.
37571         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37572         depends on gconf
37573         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37574         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37575         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37576         function to encourage better negotiation, particularly between
37577         audioconvert and osssink.
37578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37579         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37580         more important.
37581         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37582         typefinding.
37583         * gst/vbidec/vbiscreen.c:  Add glib header
37584         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37585
37586 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37587
37588         * ext/mad/gstmad.c: Fix detection of Xing headers
37589         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37590
37591 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37592
37593         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37594         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37595           debug updates
37596
37597 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37598
37599         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37600         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37601         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37602         files, and report the parsed length as a GST_TAG_DURATION tag.
37603         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37604
37605 2004-03-05  Benjamin Otte  <otte@gnome.org>
37606
37607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37608           convert channels correctly. convert correctly to unsigned.
37609
37610 2004-03-05  Julien MOUTTE <julien@moutte.net>
37611
37612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37613         we have a window before clearing it.
37614
37615 2004-03-05  Julien MOUTTE <julien@moutte.net>
37616
37617         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37618         have a window before clearing it.
37619
37620 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37621
37622         * gconf/gstreamer.schemas.in:
37623         * gst-libs/gst/gconf/Makefile.am:
37624           version installation path the same way as for 0.6
37625         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37626         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37627         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37628           remove comment that was fixed
37629
37630 2004-03-05  David Schleef  <ds@schleef.org>
37631
37632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37633         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37634         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37635         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37636         Add prototype code for handling seeking and querying.
37637
37638 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37639
37640         * examples/gstplay/player.c: (main):
37641           Initialize variables to NULL. Prevents a segfault because the
37642           (uninitialized) variable is not NULL, resulting in a crash on
37643           trying to reach error->message.
37644
37645 2004-03-05  Benjamin Otte  <otte@gnome.org>
37646
37647         * gst/audioconvert/gstaudioconvert.c:
37648         (gst_audio_convert_buffer_to_default_format):
37649         make float=>int conversion work correctly even in cornercases.
37650
37651 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37652
37653         * debian/README.Debian:
37654         * debian/build-deps:
37655         * debian/changelog:
37656         * debian/control:
37657         * debian/control.in:
37658         * debian/copyright:
37659         * debian/gstreamer-a52dec.files:
37660         * debian/gstreamer-aa.files:
37661         * debian/gstreamer-alsa.files:
37662         * debian/gstreamer-alsa.manpages:
37663         * debian/gstreamer-arts.files:
37664         * debian/gstreamer-artsd.files:
37665         * debian/gstreamer-audiofile.files:
37666         * debian/gstreamer-avifile.files:
37667         * debian/gstreamer-cdparanoia.files:
37668         * debian/gstreamer-colorspace.files:
37669         * debian/gstreamer-doc.files:
37670         * debian/gstreamer-dv.files:
37671         * debian/gstreamer-dvd.files:
37672         * debian/gstreamer-esd.files:
37673         * debian/gstreamer-festival.files:
37674         * debian/gstreamer-flac.files:
37675         * debian/gstreamer-gconf.conffiles:
37676         * debian/gstreamer-gconf.files:
37677         * debian/gstreamer-gconf.postinst:
37678         * debian/gstreamer-gnomevfs.files:
37679         * debian/gstreamer-gsm.files:
37680         * debian/gstreamer-http.files:
37681         * debian/gstreamer-jack.files:
37682         * debian/gstreamer-jpeg.files:
37683         * debian/gstreamer-mad.files:
37684         * debian/gstreamer-mikmod.files:
37685         * debian/gstreamer-misc.files:
37686         * debian/gstreamer-mpeg2dec.files:
37687         * debian/gstreamer-oss.files:
37688         * debian/gstreamer-plugin-apps.files:
37689         * debian/gstreamer-plugin-apps.manpages:
37690         * debian/gstreamer-plugin-libs-dev.files:
37691         * debian/gstreamer-plugin-libs.files:
37692         * debian/gstreamer-plugin-template.postinst:
37693         * debian/gstreamer-plugin-template.postrm:
37694         * debian/gstreamer-sdl.files:
37695         * debian/gstreamer-sid.files:
37696         * debian/gstreamer-vorbis.files:
37697         * debian/gstreamer-x.files:
37698         * debian/mk.control:
37699         * debian/rules:
37700         Debian package info not maintained here.
37701
37702 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37703
37704         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37705         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37706         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37707         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37709         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37711         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37712         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37713         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37714         * gst-libs/gst/colorbalance/colorbalance.c:
37715         (gst_color_balance_class_init):
37716         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37717         (gst_color_balance_channel_class_init):
37718         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37719         * gst-libs/gst/play/play.c: (gst_play_class_init):
37720         * gst-libs/gst/propertyprobe/propertyprobe.c:
37721         (gst_property_probe_iface_init):
37722         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37723         * gst-libs/gst/tuner/tunerchannel.c:
37724         (gst_tuner_channel_class_init):
37725         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37726         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37727         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37728         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37729         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37730         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37731         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37734           fix signals to use - instead of _
37735         * ext/libcaca/gstcacasink.h:
37736         * ext/sdl/sdlvideosink.h:
37737           fix header rename
37738
37739 2004-03-04  David Schleef  <ds@schleef.org>
37740
37741         * testsuite/gst-lint:  Add a check for bad signal names.
37742
37743 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37744
37745         reviewed by David Schleef
37746
37747         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37748         modified the alpha channel and caused a warning. (bug #136192)
37749
37750 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37751
37752         * gst-plugins.spec.in:
37753         Change names of plugins to actually be correct. Try to keep things
37754         alphabetical to avoid getting beat up by Thomas
37755
37756 2004-03-03  Julien MOUTTE <julien@moutte.net>
37757
37758         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37759         Using ximagesink as a default if no gconf key found. We should
37760         probably consider using alsasink instead of osssink for the audio
37761         part.
37762
37763 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37764
37765         * configure.ac:
37766           fix --with-plugins, don't think it ever worked before
37767         * gst-plugins.spec.in:
37768           even more updates
37769
37770 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37771
37772         * ext/sdl/sdlvideosink.h:
37773         * sys/ximage/ximagesink.h:
37774         * sys/xvideo/xvideosink.h:
37775         * sys/xvimage/xvimagesink.h:
37776           Fix for move of gstvideosink.h -> videosink.h.
37777
37778 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37779
37780         * gst-libs/gst/xwindowlistener/Makefile.am:
37781           this is a plugin library, not a library
37782
37783 2004-03-01  David Schleef  <ds@schleef.org>
37784
37785         * AUTHORS:  Added some names.  Add yourself if you're still
37786         missing.
37787
37788 2004-03-01  David Schleef  <ds@schleef.org>
37789
37790         * MAINTAINERS: Add
37791
37792 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37793
37794         * gst-plugins.spec.in: clean up spec file
37795
37796 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37797
37798         * gst-libs/gst/video/Makefile.am:
37799         * gst-libs/gst/video/gstvideosink.c:
37800         * gst-libs/gst/video/gstvideosink.h:
37801           rename gstvideosink.h to videosink.h to match other headers
37802         * gst/mixmatrix/Makefile.am:
37803           fix plugin filename
37804         * gst/tags/Makefile.am: fix plugin filename
37805
37806 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37807
37808         * gst/tags/Makefile.am: fix plugin filename
37809
37810 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37811
37812         * examples/gstplay/player.c: (got_time_tick), (main):
37813           add error handler
37814           display time_tick more readably
37815         * gst/mixmatrix/Makefile.am:
37816           fix plugin file name
37817
37818 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37819
37820         * sys/oss/gstosselement.c: (gst_osselement_probe),
37821         (device_combination_append), (gst_osselement_class_probe_devices):
37822         * sys/oss/gstosselement.h:
37823           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37824           on my system using alsa oss emulation, fixes bug #135597
37825
37826 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37827
37828         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37829         (gst_videodrop_chain), (gst_videodrop_change_state):
37830         * gst/videodrop/gstvideodrop.h:
37831           Work based on timestamp of input data, not based on the expected
37832           framerate from the input. The consequence is that this element now
37833           not only scales framerates, but also functions as a framerate
37834           corrector or framerate stabilizer/constantizer.
37835
37836 2004-02-27  David Schleef  <ds@schleef.org>
37837
37838         patches from jmmv@menta.net (Julio M. Merino Vidal)
37839
37840         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37841         GST_ELEMENT_ERROR call (bug #135634)
37842         * gst/interleave/interleave.c: (interleave_buffered_loop),
37843         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37844         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37845         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37846         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37847         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37848         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37849         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37850         Fix GST_ELEMENT_ERROR call.
37851         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37852         GST_ELEMENT_ERROR call.
37853
37854 2004-02-27  Benjamin Otte  <otte@gnome.org>
37855
37856         * gst-libs/gst/audio/audio.h:
37857           add macro to make sure header isn't included twice
37858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37859           don't use gst_buffer_free
37860         * gst/playondemand/filter.func:
37861           don't use gst_data_free. Free data only once.
37862
37863 2004-02-26  David Schleef  <ds@schleef.org>
37864
37865         * gst-libs/gst/colorbalance/Makefile.am:
37866         * gst-libs/gst/mixer/Makefile.am:
37867         * gst-libs/gst/tuner/Makefile.am:
37868         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37869         should not be disted, -marshal.h files should not be installed,
37870         and -enum.h files _should_ be installed.  Fix to make this the
37871         case.
37872
37873 === release 0.7.5 ===
37874
37875 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37876
37877         * configure.ac: release 0.7.5, "Under The Sea"
37878
37879 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37880
37881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37882         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37883         * gst/videoscale/gstvideoscale.c:
37884         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37885           assorted debug/warning fixes
37886
37887 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37888
37889         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37890         (gst_videoscale_init), (gst_videoscale_chain),
37891         (gst_videoscale_set_property), (plugin_init):
37892         * gst/videoscale/gstvideoscale.h:
37893         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37894         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37895         (gst_videoscale_planar400), (gst_videoscale_packed422),
37896         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37897         (gst_videoscale_24bit), (gst_videoscale_16bit),
37898         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37899         (gst_videoscale_scale_plane_slow),
37900         (gst_videoscale_scale_point_sample),
37901         (gst_videoscale_scale_nearest),
37902         (gst_videoscale_scale_nearest_str2),
37903         (gst_videoscale_scale_nearest_str4),
37904         (gst_videoscale_scale_nearest_32bit),
37905         (gst_videoscale_scale_nearest_24bit),
37906         (gst_videoscale_scale_nearest_16bit):
37907         add debugging category and use it properly
37908         fix use of GST_PTR_FORMAT
37909
37910 2004-02-25  Andy Wingo  <wingo@pobox.com>
37911
37912         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37913         push only when channel->buffer is NULL. Prevents segfaults doing
37914         the state change after a nonlocal exit, like a scheme exception.
37915
37916         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37917         Handle the case where the intersected caps is empty.
37918
37919 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37920
37921         * gst/law/mulaw-decode.c: (mulawdec_link):
37922         * gst/law/mulaw.c: (plugin_init):
37923           fix mulawdec so it actually works again
37924
37925 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37926
37927         reviewed by: David Schleef  <ds@schleef.org>
37928
37929         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37930         (gst_gamma_init), (gst_gamma_set_property),
37931         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37932         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37933         for RGB, with separate r g and b correction factors. (#131167)
37934
37935 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37936
37937         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37938           only signal tags for bitrate if they're > 0 (#134894)
37939
37940 2004-02-24  David Schleef  <ds@schleef.org>
37941
37942         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37943         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37944         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37945         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37946         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37947         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37948         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37949         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37950         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37951         category.  Attempt to fix timestamp calculation.
37952
37953 2004-02-24  Johan Dahlin  <johan@gnome.org>
37954
37955         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37956
37957 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * configure.ac:
37960         * gconf/Makefile.am:
37961         * gconf/gstreamer.schemas:
37962         * gst-libs/gst/gconf/Makefile.am:
37963         * gst-libs/gst/gconf/gconf.c:
37964           version gconf schemas and install locations
37965
37966 2004-02-23  Benjamin Otte  <otte@gnome.org>
37967
37968         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37969         (gst_xine_input_subclass_init):
37970           call parent dispose.
37971           change pad template for CD reader correctly
37972         * ext/xine/Makefile.am:
37973         * ext/xine/gstxine.h:
37974         * ext/xine/xine.c: (plugin_init):
37975         * ext/xine/xineaudiosink.c:
37976           wrap audio sinks, too
37977         * gst-libs/gst/resample/private.h:
37978         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37979         (gst_resample_reinit), (gst_resample_scale),
37980         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37981         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37982         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37983         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37984         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37985         * gst-libs/gst/resample/resample.h:
37986         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37987         (gst_audioscale_class_init), (gst_audioscale_link),
37988         (gst_audioscale_get_buffer), (gst_audioscale_init),
37989         (gst_audioscale_chain), (gst_audioscale_set_property),
37990         (gst_audioscale_get_property):
37991         * gst/audioscale/gstaudioscale.h:
37992           s/resample_*/gst_resample_*/i to not clobber namespaces
37993
37994 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37995
37996         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37997         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37998         (gst_riff_create_video_template_caps),
37999         (gst_riff_create_audio_template_caps),
38000         (gst_riff_create_iavs_template_caps):
38001         * gst-libs/gst/riff/riff-media.h:
38002         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38003         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38004         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38005         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38007         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38008         (gst_matroska_demux_plugin_init): First batch implementing audio and
38009         video codec tags in demuxers.
38010
38011 2004-02-22  Benjamin Otte  <otte@gnome.org>
38012
38013         * ext/xine/Makefile.am:
38014         * ext/xine/gstxine.h:
38015         * ext/xine/xine.c: (plugin_init):
38016         * ext/xine/xineinput.c:
38017           add input plugin wrapper. Playback from files, http, mms and cdda
38018           works.
38019         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38020           remove leftover G_GNUC_UNUSED
38021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38022         (gst_asf_demux_identify_guid):
38023           improve debugging output
38024
38025 2004-02-22  Benjamin Otte  <otte@gnome.org>
38026
38027         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38028
38029         * autogen.sh:
38030           replace test -e with test -x for mkinstalldirs to be more portable.
38031           (fixes #134816)
38032
38033 2004-02-22  Benjamin Otte  <otte@gnome.org>
38034
38035         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38036
38037         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38038           set rank to PRIMARY
38039         * gst/volume/gstvolume.c: (plugin_init):
38040           set rank to NONE
38041         fixes #134960
38042
38043 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38044
38045         reviewed by Benjamin Otte  <otte@gnome.org>
38046
38047         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38048           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38049
38050 2004-02-22  Benjamin Otte  <otte@gnome.org>
38051
38052         * configure.ac:
38053           export [_]*{gst,Gst,GST}.* symbols from plugins
38054
38055 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38056
38057         reviewed by: Benjamin Otte  <otte@gnome.org>
38058
38059         * ext/lame/gstlame.c: (add_one_tag):
38060         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38062         (gst_vorbisenc_metadata_set1):
38063         * gst/tags/gstid3tag.c:
38064         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38065           apply fixes from bugs #135042 (lame can't write tags) and #133817
38066           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38067
38068 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38069
38070         * configure.ac: Export only gst_plugin_desc from plugins.
38071          Note that this change only makes any effect with Linux using libtool
38072          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38073          fine. And don't try to have several versions of libtool in different
38074          directories.
38075
38076 2004-02-20  Andy Wingo  <wingo@pobox.com>
38077
38078         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38079         interleave respectively.
38080
38081         * gst/interleave/deinterleave.c: New plugin: deinterleave
38082         (replaces on oneton).
38083         * gst/interleave/interleave.c: New plugin: interleave.
38084         * gst/interleave/plugin.h: Support file.
38085         * gst/interleave/plugin.c: Support file.
38086
38087         * configure.ac: Remove intfloat and oneton, add interleave.
38088
38089         * ext/sndfile/gstsf.c: Handle events better.
38090
38091         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38092         and float2int operation. int2float has scheduling problems as
38093         noted in in2float_chain.
38094
38095 2004-02-20  Benjamin Otte  <otte@gnome.org>
38096
38097         * ext/xine/Makefile.am:
38098         * ext/xine/gstxine.h:
38099         * ext/xine/xine.c:
38100         * ext/xine/xineaudiodec.c:
38101         * ext/xine/xinecaps.c:
38102           add first version of xine plugin wrapper. Currently only wraps the
38103           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38104         * configure.ac:
38105         * ext/Makefile.am:
38106           add xine plugin wrapper, disabled by default. Use --enable-xine to
38107           build. Note that it'll segfault on gst-register if you don't remove
38108           the goom and tvtime post plugins from xine.
38109         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38110         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38111           add extradata parsing for QDM2.
38112           change around debugging prints.
38113
38114 2004-02-19  Benjamin Otte  <otte@gnome.org>
38115
38116         * ext/lame/gstlame.c: (gst_lame_chain):
38117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38118           use gst_tag_list_insert when you want to insert tags
38119
38120 2004-02-18  David Schleef  <ds@schleef.org>
38121
38122         * configure.ac:  Move massink to gst-rotten
38123         * ext/Makefile.am:
38124         * ext/mas/Makefile.am:
38125         * ext/mas/massink.c:
38126         * ext/mas/massink.h:
38127
38128 2004-02-18  David Schleef  <ds@schleef.org>
38129
38130         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38131         typefinding, since it seems to be worse than nothing.
38132         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38133         atom to recognize .mp4 and .m4a files as video/quicktime.
38134
38135 2004-02-18  David Schleef  <ds@schleef.org>
38136
38137         * gst/sine/demo-dparams.c: (quit_live),
38138         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38139         Use double dparams, not float.
38140         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38141         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38142         sync'd elements don't really work correctly.
38143         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38144         (volume_update_volume), (volume_get_property):  Change dparam
38145         to double.
38146
38147 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38148
38149         * sys/ximage/ximagesink.c:
38150         (gst_ximagesink_xwindow_update_geometry),
38151         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38152         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38153         (gst_ximagesink_init): Rework the way software video scaling works. So
38154         now we check on each chain call if the video frames are feeling the
38155         window. If not we try to renegotiate caps. On failure we memorize that
38156         and we won't try again for that PLAYING sessions.
38157         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38158         failure.
38159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38160         synchronous flag.
38161
38162 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38163
38164         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38165           break up _link so we can give a better debug message for errors
38166
38167 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38168
38169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38170           set up debug category
38171
38172 2004-02-18  Julien MOUTTE <julien@moutte.net>
38173
38174         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38175         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38176         the way renegotiation work. The event handling function is not taking
38177         care of external windows and renegotiate method check for pad flags
38178         NEGOTIATING. Should fix : #133209
38179
38180 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38181
38182         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38183         pad is negotiating before trying renegotiation.
38184
38185 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38186
38187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38188           pass on all possible mime types as typefind hints
38189
38190 2004-02-17  Julien MOUTTE <julien@moutte.net>
38191
38192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38194         possible SHM leak if we crash. All other apps using XShm are doing
38195         that.
38196
38197 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38198
38199         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38200         (gst_ximagesink_expose): Renegotiate size on expose.
38201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38202         size on expose.
38203
38204 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38205
38206         * testsuite/alsa/sinesrc.c:
38207           cosmetic fix to fix compile issue with gcc 2.95.4
38208
38209 2004-02-16  Julien MOUTTE <julien@moutte.net>
38210
38211         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38212         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38213         failed opening the audio device.
38214         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38215         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38216         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38217         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38218         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38219         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38220         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38221         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38222         Removing some useless g_return_if_fail like wingo suggested.
38223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38224         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38225         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38226         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38227         (gst_xvimagesink_update_colorbalance),
38228         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38229         (gst_xvimagesink_xcontext_clear),
38230         (gst_xvimagesink_get_fourcc_from_caps),
38231         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38232         (gst_xvimagesink_set_xwindow_id),
38233         (gst_xvimagesink_colorbalance_list_channels),
38234         (gst_xvimagesink_colorbalance_set_value),
38235         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38236         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38237
38238 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38239
38240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38241           throw error when not negotiated instead of asserting
38242
38243 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38244
38245         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38246         correct data refcounting.
38247
38248 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38249
38250         * gst/switch/gstswitch.c: (gst_switch_change_state),
38251         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38252         change, mostly the EOS flag.
38253
38254 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38255
38256         * examples/gstplay/player.c: (got_eos), (main): Adding some
38257         output for debugging.
38258         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38259         timeouts if we go to any state different from PLAYING.
38260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38261         more EOS bugs in riff lib.
38262
38263 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38264
38265         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38266         visualization until i find a way to fix switch correctly.
38267         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38268         EOS arrives.
38269         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38270         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38271         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38272         Reworked switch to get a more correct behaviour with events and refing
38273         of data stored in sinkpads.
38274         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38275         we don't pull from a pad in EOS.
38276
38277 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38278
38279         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38280           remove v1 tag even if we can't read it (makes sure we don't detect
38281           it again)
38282
38283 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38284
38285         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38286         (gst_alsa_xrun_recovery):
38287         * ext/alsa/gstalsa.h:
38288           try xrun recovery when wait failed. Make xrun recovery function
38289           return TRUE/FALSE to indicate success. (might fix #134354)
38290
38291 2004-02-13  David Schleef  <ds@schleef.org>
38292
38293         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38294         (dynparm_value_changed), (main): Convert from float to double.
38295         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38296
38297 2004-02-13  David Schleef  <ds@schleef.org>
38298
38299         * gst/silence/gstsilence.c: (gst_silence_class_init),
38300         (gst_silence_set_clock), (gst_silence_get),
38301         (gst_silence_set_property), (gst_silence_get_property):
38302         * gst/silence/gstsilence.h: Add sync property.
38303         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38304         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38305         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38306         * gst/sine/gstsinesrc.h: Add sync property.
38307
38308 2004-02-13  David Schleef  <ds@schleef.org>
38309
38310         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38311         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38312
38313 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38314
38315         * configure.ac:
38316         * ext/Makefile.am:
38317         * gst-libs/ext/Makefile.am:
38318           move ffmpeg plugin to gst-ffmpeg module
38319
38320 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38321
38322         * configure.ac: use GST_ARCH to detect architecture
38323
38324 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38325
38326         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38327
38328 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38329
38330         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38331           classify LADSPA plugins based on number of src/sink pads
38332           (#133663, Stefan Kost)
38333         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38334           fix dparams registration
38335           (#133528, Stefan Kost)
38336         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38337           fix use of isprint and use g_ascii_isprint instead
38338           (#133316, Stefan Kost)
38339
38340 2004-02-11  David Schleef  <ds@schleef.org>
38341
38342         Convert a few inner loops to use liboil.  This is currently
38343         optional, and is only enabled if liboil is present (duh!).
38344         * configure.ac: Check for liboil-0.1
38345         * gst/intfloat/Makefile.am:
38346         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38347         (gst_int2float_chain_gint16):
38348         * gst/videofilter/Makefile.am:
38349         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38350         (tablelookup_u8), (gst_videobalance_planar411):
38351         * gst/videotestsrc/Makefile.am:
38352         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38353         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38354         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38355         (paint_hline_RGB565), (paint_hline_xRGB1555):
38356
38357 2004-02-11  David Schleef  <ds@schleef.org>
38358
38359         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38360         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38361         (gst_colorspace_getcaps), (gst_colorspace_link),
38362         (gst_colorspace_base_init), (gst_colorspace_init),
38363         (gst_colorspace_chain), (gst_colorspace_change_state),
38364         (plugin_init): Merge Ronald's patch (bug #117897) and update
38365         for new caps and negotiation.  Seems to work, although it
38366         shows off bugs in lcs.
38367
38368 2004-02-11  David Schleef  <ds@schleef.org>
38369
38370         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38371         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38372
38373 2004-02-11  David Schleef  <ds@schleef.org>
38374
38375         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38376         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38377         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38378         Add server and port properties
38379
38380 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38381
38382         * m4/a52.m4:
38383         * m4/aalib.m4:
38384         * m4/as-ffmpeg.m4:
38385         * m4/as-liblame.m4:
38386         * m4/as-slurp-ffmpeg.m4:
38387         * m4/check-libheader.m4:
38388         * m4/esd.m4:
38389         * m4/freetype2.m4:
38390         * m4/gconf-2.m4:
38391         * m4/glib.m4:
38392         * m4/gst-alsa.m4:
38393         * m4/gst-artsc.m4:
38394         * m4/gst-ivorbis.m4:
38395         * m4/gst-matroska.m4:
38396         * m4/gst-sdl.m4:
38397         * m4/gst-shout2.m4:
38398         * m4/gst-sid.m4:
38399         * m4/gtk.m4:
38400         * m4/libdv.m4:
38401         * m4/libfame.m4:
38402         * m4/libmikmod.m4:
38403         * m4/ogg.m4:
38404         * m4/vorbis.m4:
38405           fix underquotedness of macros (#133800)
38406         * m4/as-avifile.m4:
38407         * m4/xmms.m4:
38408           removed because no longer used
38409
38410 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38411
38412         * configure.ac:
38413           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38414           by autopoint (fixes #132996)
38415
38416 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38417
38418         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38419         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38420         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38421         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38422           fix memleaks
38423
38424 2004-02-11  David Schleef  <ds@schleef.org>
38425
38426         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38427         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38428         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38429         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38430         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38431         (gst_jpegenc_class_init), (gst_jpegenc_init),
38432         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38433         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38434         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38435         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38436
38437 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38438
38439         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38440         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38441         * ext/mikmod/gstmikmod.h:
38442           fix caps negotiation in mikmod
38443         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38444           output debug information
38445
38446 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38447
38448         * gst-libs/gst/colorbalance/Makefile.am:
38449         * gst-libs/gst/navigation/Makefile.am:
38450         * gst-libs/gst/xoverlay/Makefile.am:
38451           remove unused GST_OPT_CFLAGS from Makefiles
38452           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38453
38454 2004-02-07  David Schleef  <ds@schleef.org>
38455
38456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38457         push events to pads that haven't been created (#133508)
38458
38459 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38460
38461         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38462         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38463         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38464         (gst_dvdec_loop), (gst_dvdec_change_state):
38465         Second attempt at committing a working dvdec element.
38466
38467 2004-02-06  David Schleef  <ds@schleef.org>
38468
38469         Build fixes for OS X: (see #129600)
38470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38471         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38472         (gst_riff_read_strf_iavs):
38473         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38474         (gst_avi_demux_stream_odml):
38475         * gst/playondemand/Makefile.am:
38476         * gst/rtp/rtp-packet.c:
38477
38478 2004-02-05  David Schleef  <ds@schleef.org>
38479
38480         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38481         last change, because it Just Doesn't Compile.
38482
38483 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38484
38485         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38486           skip undecodable id3v2 tag instead of keeping it
38487
38488 2004-02-05  David Schleef  <ds@schleef.org>
38489
38490         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38491         Unref leaked buffer.  (Noticed by Ronald)
38492
38493 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38494
38495         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38496         Sync requires with other checks.  >= vs =.
38497
38498 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38499
38500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38501         (gst_dvdec_video_link), (gst_dvdec_loop):
38502         * ext/dv/gstdvdec.h:
38503           rework the caps negotiation so that dvdec works again instead
38504           of just segfaulting.
38505
38506 === release 0.7.4 ===
38507
38508 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38509
38510         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38511         * configure.ac: changed for release
38512
38513 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38514
38515         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38516         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38517         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38518         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38519           reworked patch by David Lehn to fix libdir and includedir for
38520           uninstalled libraries
38521           removed play and gconf from gstreamer-libs since they have their
38522           own pkgconfig files
38523
38524 2004-02-04  David Schleef  <ds@schleef.org>
38525
38526         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38527         memleak.
38528
38529 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38530
38531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38532           use correct GST_TAG_ENCODER tag
38533
38534 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38535
38536         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38537           be sure to stop the clock when going to paused
38538         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38539           reset number of transmitted when going to ready.
38540         fixes #132935
38541
38542 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38543
38544         reviewed by Benjamin Otte
38545
38546         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38547           extract track count (fixes #133410)
38548
38549 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38550
38551         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38552           that should be !=, not == (fixes #132519)
38553
38554 2004-02-04  David Schleef  <ds@schleef.org>
38555
38556         Make sure set_explicit_caps() is called before adding pad.
38557         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38558         * gst/id3/gstid3types.c: (gst_id3types_loop):
38559         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38560         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38561
38562 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38563
38564         * configure.ac:
38565           bump nano to 2, first prerelease
38566           put back AM_PROG_LIBTOOL
38567
38568 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38569
38570         * testsuite/alsa/Makefile.am:
38571           these are user test apps, not automatic testsuite tests
38572
38573 2004-02-04  David Schleef  <ds@schleef.org>
38574
38575         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38576         * gst/mpeg1videoparse/gstmp1videoparse.c:
38577         (mp1videoparse_parse_seq):
38578         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38579         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38580         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38581         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38582         (gst_xvideosink_getcaps):
38583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38584         * testsuite/gst-lint: more tests
38585
38586 2004-02-04  David Schleef  <ds@schleef.org>
38587
38588         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38589         with the code that they would expand to.
38590         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38591         (gst_flacdec_get_src_query_types),
38592         (gst_flacdec_get_src_event_masks):
38593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38594         (gst_gnomevfssrc_get_query_types),
38595         (gst_gnomevfssrc_get_event_mask):
38596
38597 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38598
38599         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38600         (gst_sinesrc_dispose):
38601           fix memleak by properly disposing sinesrc
38602
38603 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38604
38605         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38606         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38607         an overlay to redraw the image because it has been exposed.
38608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38609         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38610         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38611         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38612         interface
38613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38614         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38615         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38616         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38617         interface
38618
38619 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38620
38621         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38622           more memleak fixage
38623
38624 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38625
38626         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38627         * gst/typefind/gsttypefindfunctions.c:
38628           fix memleaks shown by gst-typefind
38629
38630 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38631
38632         * common/glib-gen.mak:
38633           add hack rule to touch .Plo files
38634         * gst-libs/gst/colorbalance/Makefile.am:
38635         * gst-libs/gst/mixer/Makefile.am:
38636         * gst-libs/gst/play/Makefile.am:
38637         * gst-libs/gst/tuner/Makefile.am:
38638           remove glib_root variable
38639
38640 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38641
38642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38643           set explicit caps before adding the element, so the autopluggers can
38644           plug correctly.
38645         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38646         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38647         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38648         (dv_type_find):
38649           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38650           argument.
38651
38652 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38653
38654         * gst-libs/gst/colorbalance/Makefile.am:
38655         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38656         * gst-libs/gst/colorbalance/colorbalance.c:
38657         * gst-libs/gst/colorbalance/colorbalance.h:
38658         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38659         * gst-libs/gst/mixer/Makefile.am:
38660         * gst-libs/gst/mixer/mixer-marshal.list:
38661         * gst-libs/gst/mixer/mixer.c:
38662         * gst-libs/gst/mixer/mixer.h:
38663         * gst-libs/gst/mixer/mixermarshal.list:
38664         * gst-libs/gst/play/Makefile.am:
38665         * gst-libs/gst/play/play.h:
38666         * gst-libs/gst/tuner/Makefile.am:
38667         * gst-libs/gst/tuner/tuner-marshal.list:
38668         * gst-libs/gst/tuner/tuner.c:
38669         * gst-libs/gst/tuner/tuner.h:
38670         * gst-libs/gst/tuner/tunermarshal.list:
38671           use new glib-gen.mak snippet to clean up Makefile.am
38672           fix various bugs in Makefile.am's
38673
38674 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38675
38676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38677           handle chain parsing correctly in the multichain case
38678         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38679         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38680         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38681         (theora_dec_chain):
38682           handle events and queries correctly
38683
38684 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38685
38686         * .cvsignore:
38687         Ignore generated file _stdint.h.
38688
38689 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38690
38691         * gst-libs/gst/colorbalance/Makefile.am:
38692         * gst-libs/gst/colorbalance/colorbalance.h:
38693         * gst-libs/gst/mixer/Makefile.am:
38694         * gst-libs/gst/mixer/mixer.h:
38695         * gst-libs/gst/play/Makefile.am:
38696         * gst-libs/gst/play/play.h:
38697         * gst-libs/gst/tuner/Makefile.am:
38698         * gst-libs/gst/tuner/tuner.h:
38699         Generate enum type code with glib-mkenums.
38700         * gst-libs/gst/colorbalance/.cvsignore:
38701         * gst-libs/gst/mixer/.cvsignore:
38702         * gst-libs/gst/play/.cvsignore:
38703         * gst-libs/gst/tuner/.cvsignore:
38704         Ignore generated files.
38705
38706 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38707
38708         * gst-libs/gst/audio/.cvsignore:
38709         Ignore generated file.
38710         * gst-libs/gst/audio/Makefile.am:
38711         Do not install example filter.
38712
38713 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38714
38715         * examples/switch/.cvsignore:
38716         Ignore generated file.
38717
38718 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38719
38720         * common/m4/ax_create_stdint_h.m4:
38721         * configure.ac:
38722           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38723           _stdint.h.
38724         * Makefile.am:
38725           remove generated _stdint.h in DISTCLEANFILES
38726         * ext/a52dec/gsta52dec.c:
38727           include _stdint.h for a52dec. (should fix #133064)
38728
38729 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38730
38731         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38732         (gst_tag_to_vorbis_comments):
38733         Add replaygain support to vorbistag
38734
38735 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38736         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38737         (gst_ffmpeg_caps_to_extradata):
38738           Fix SVQ3 caps flag properties
38739           Use glib macro for bytes swap
38740
38741 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38742
38743         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38744         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38745         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38746         * ext/sndfile/gstsf.c: (plugin_init):
38747         * gst/avi/gstavi.c: (plugin_init):
38748         * sys/dxr3/dxr3init.c: (plugin_init):
38749         * sys/oss/gstossaudio.c: (plugin_init):
38750         * sys/v4l/gstv4l.c: (plugin_init):
38751         * sys/v4l2/gstv4l2.c: (plugin_init):
38752           remove textdomain calls
38753         * po/nl.po:
38754           update Dutch translation
38755
38756 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38757
38758         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38759         (gst_play_set_audio_sink): Moving volume in the audio thread for
38760         instantaneous volume change. Maybe i will add another volume in front
38761         of visualization later, not sure yet though.
38762
38763 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38764
38765         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38766         (gst_ximagesink_handle_xevents): Better X events handling, only take
38767         the latest events for configure and motion.
38768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38769
38770 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38771
38772         reviewed by: David Schleef  <ds@schleef.org>
38773
38774         Fix memory leaks:
38775         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38776         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38777
38778 2004-02-02  David Schleef  <ds@schleef.org>
38779
38780         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38781         of lines.
38782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38783         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38784         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38785         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38786         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38787         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38788         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38789         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38790         (gst_float2_2_int_link):
38791         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38792         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38793         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38794         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38795         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38796         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38797         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38798         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38799         * testsuite/gst-lint: Add tests for bzero and ;;
38800
38801 2004-02-02  David Schleef  <ds@schleef.org>
38802
38803         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38804
38805 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38806
38807         * ext/aalib/gstaasink.c: (gst_aasink_open):
38808         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38809         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38810         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38811         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38812         (gst_afsink_close_file):
38813         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38814         (gst_afsrc_close_file):
38815         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38816         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38817         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38818         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38819         * ext/esd/esdmon.c: (gst_esdmon_get):
38820         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38821         * ext/faac/gstfaac.c: (gst_faac_chain):
38822         * ext/faad/gstfaad.c: (gst_faad_chain):
38823         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38824         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38825         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38826         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38827         (gst_flacdec_loop):
38828         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38829         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38830         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38831         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38832         (gst_gnomevfssink_close_file):
38833         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38834         (gst_gnomevfssrc_open_file):
38835         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38836         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38837         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38838         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38839         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38840         * ext/mad/gstmad.c: (gst_mad_chain):
38841         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38842         * ext/mpeg2dec/gstmpeg2dec.c:
38843         * ext/mpeg2enc/gstmpeg2enc.cc:
38844         * ext/mplex/gstmplex.cc:
38845         * ext/mplex/gstmplexibitstream.cc:
38846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38847         (gst_ogg_demux_push):
38848         * ext/raw1394/gstdv1394src.c:
38849         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38850         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38851         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38852         (gst_sf_loop):
38853         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38854         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38855         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38856         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38858         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38859         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38860         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38861         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38862         (gst_riff_read_element_data), (gst_riff_read_seek),
38863         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38864         * gst/adder/gstadder.c: (gst_adder_loop):
38865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38866         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38867         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38868         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38869         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38870         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38871         * gst/goom/gstgoom.c: (gst_goom_chain):
38872         * gst/id3/gstid3types.c: (gst_id3types_loop):
38873         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38874         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38875         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38876         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38877         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38878         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38879         (gst_ebml_read_float), (gst_ebml_read_header):
38880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38881         (gst_matroska_demux_parse_blockgroup):
38882         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38884         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38885         * gst/silence/gstsilence.c: (gst_silence_get):
38886         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38887         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38888         * gst/speed/gstspeed.c: (speed_loop):
38889         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38890         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38891         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38892         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38893         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38894         (gst_wavparse_loop):
38895         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38896         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38897         (dxr3audiosink_close):
38898         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38899         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38900         (dxr3videosink_close), (dxr3videosink_write_data):
38901         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38902         * sys/oss/gstosssink.c: (gst_osssink_chain):
38903         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38904         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38905         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38907         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38908         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38909         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38910         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38911         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38912         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38913         (gst_v4l_set_audio):
38914         * sys/v4l/v4l_calls.h:
38915         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38916         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38917         (gst_v4lmjpegsink_playback_init),
38918         (gst_v4lmjpegsink_playback_start):
38919         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38921         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38922         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38924         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38925         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38926         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38927         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38928         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38929         (gst_v4l2_get_output), (gst_v4l2_set_output),
38930         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38931         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38932         (gst_v4l2_set_attribute):
38933         * sys/v4l2/v4l2_calls.h:
38934         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38935         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38936         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38937         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38938         (gst_v4l2src_capture_stop):
38939         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38940         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38941         (gst_ximagesink_chain):
38942         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38943         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38944         (gst_xvideosink_xwindow_new):
38945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38946         (gst_xvimagesink_chain):
38947
38948 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38949
38950         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38951         (gst_volume_get_volume), (volume_class_init), (volume_init),
38952         (volume_chain_int16), (volume_update_volume):
38953         * gst/volume/gstvolume.h:
38954           make code more readable by removing magic numbers
38955           make mixer interface export 0-100 range
38956           make it internally map to 0.0-1.0 range so users don't distort
38957           output by putting the sliders at full volume
38958
38959 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38960
38961         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38962         (gst_play_state_change), (gst_play_seek_to_time):
38963         block the tick callback for 0.5 secs after doing a seek
38964
38965 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38966
38967         * gst-libs/gst/play/play.c: (gst_play_new):
38968           check for GError
38969
38970 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38971
38972         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38973         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38974         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38975         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38977         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38978
38979 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38980
38981         * configure.ac:
38982         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38983           check for a function added in vorbis 1.1
38984
38985 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38986
38987         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38988         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38989           really start/stop clock only on PLAYING <=> PAUSED
38990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38991           remove \n from debugging lines
38992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38993           make it work when seeking does not
38994         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38995           reset on DISCONT
38996
38997 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38998
38999         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39000           start clock on PAUSED=>PLAYING, not later
39001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39002           extract correct time for different discont formats
39003         (gst_alsa_sink_get_time):
39004           don't segfault when no format is negotiated yet, just return 0
39005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39006         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39007         (gst_ogg_pad_push):
39008           handle flush and discont events correctly
39009         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39010           handle discont events correctly
39011
39012 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39013
39014         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39015         (gst_play_error_create), (gst_play_error_plugin),
39016         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39017         * gst-libs/gst/play/play.h:
39018           add error handling during creation
39019         * examples/gstplay/player.c: (main):
39020           use new gst_play_new
39021
39022
39023 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39024
39025         * ext/theora/theoradec.c: (theora_dec_chain):
39026           make comments work
39027         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39028         (vorbis_dec_src_event), (vorbis_dec_chain):
39029           add encoder tag, fix tag reading to be more error tolerant, change
39030           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39031           gst_pad_event_default.
39032         * gst/tags/gstvorbistag.c:
39033         (gst_tag_list_from_vorbiscomment_buffer):
39034           undefine function specific define at end of function
39035
39036 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39037
39038         * ext/flac/gstflac.c: (plugin_init):
39039         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39040         * ext/flac/gstflacdec.h:
39041         * ext/flac/gstflacenc.h:
39042           Fix typos
39043
39044 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39045
39046         * examples/gstplay/player.c: s/gstplay.h/play.h/
39047
39048 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39049
39050         * gst-libs/gst/play/Makefile.am:
39051         * gst-libs/gst/play/gstplay.c:
39052         * gst-libs/gst/play/gstplay.h:
39053         * gst-libs/gst/play/play.c:
39054           more surgery, operation complete
39055
39056 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39057
39058         * gst-libs/gst/play/play.old.c:
39059         * gst-libs/gst/play/play.old.h:
39060           after CVS surgery by moving, remove
39061         * gst-libs/gst/play/playpipelines.c:
39062           remove
39063
39064         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39065           add negotiation error
39066
39067 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39068
39069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39070         (gst_ogg_demux_push):
39071           add some seeking debug info
39072           send a flush when seeking
39073
39074 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39075
39076         * configure.ac:
39077           use AC_C_INLINE
39078         * configure.ac:
39079         * ext/Makefile.am:
39080         * ext/theora/Makefile.am:
39081         * ext/theora/theoradec.c:
39082           add theora video decoder. Does just do simple decoding for now and
39083           has been tested against Theora cvs only. It only works when theora
39084           is compiled with --enable-static.
39085         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39086           always reset packetno on DISCONT
39087
39088 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39089
39090         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39091           Fix audio.
39092
39093 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39094
39095         * gst/mpegaudioparse/gstmpegaudioparse.c:
39096         (mp3_type_frame_length_from_header):
39097           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39098
39099 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39100
39101         * ext/esd/esdsink.c: (gst_esdsink_init):
39102           Since we have static pad template caps, we don't need to negotiate;
39103           either the core errors out or we know the format.
39104
39105 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39106
39107         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39108         (gst_riff_read_seek):
39109         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39110         (gst_ebml_read_seek):
39111           Fix event handling.
39112
39113 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39114
39115         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39116           removee video/x-theora from vp3 decoder, it doesn't handle raw
39117           theora streams
39118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39119           fix bug with finalizing element that never went to PAUSED
39120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39121           length and position queries were swapped
39122         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39123         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39124         (vorbis_dec_src_event):
39125           implement querying time and bytes
39126
39127 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39128
39129         * just about every source file:
39130           gst_element_error -> GST_ELEMENT_ERROR
39131
39132 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39133
39134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39135         emiting FLUSH and even before DISCONT.
39136         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39137         get the best instant seeking as possible yay!
39138
39139 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39140
39141         * gst/mpeg1videoparse/gstmp1videoparse.c:
39142         (gst_mp1videoparse_real_chain):
39143           Committed wrong version last week... Grr... Didn't notice until now.
39144
39145 2004-01-29  Julien MOUTTE <julien@moutte.net>
39146
39147         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39149         have_xwindow_id signal in xwindow_create.
39150
39151 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39152
39153         * ext/ogg/gstoggdemux.c:
39154           lots of changes - mainly support for chained bitstreams, seeking,
39155           querying and bugfixes of course
39156         * ext/vorbis/Makefile.am:
39157         * ext/vorbis/vorbisdec.c:
39158         * ext/vorbis/vorbisdec.h:
39159           add vorbisdec raw vorbis decoder
39160         * ext/vorbis/vorbis.c: (plugin_init):
39161           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39162         * gst/intfloat/Makefile.am:
39163         * gst/intfloat/float22int.c:
39164         * gst/intfloat/float22int.h:
39165         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39166           add float2intnew plugin. It converts multichannel interleaved float to
39167           multichannel interleaved int. The name should probably be changed.
39168         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39169         (plugin_init):
39170           add typefinding for raw theora video so oggdemux can detect it.
39171
39172 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39173
39174         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39175         sink element first.
39176         * gst/videoscale/gstvideoscale.c:
39177         (gst_videoscale_handle_src_event): Fixing src event handler.
39178
39179 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39180
39181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39182         (gst_v4lsrc_open), (gst_v4lsrc_close),
39183         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39184         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39185         * sys/v4l/gstv4lsrc.h:
39186         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39187         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39188           Implement resizing... Hack. But that's why v4l is b0rked...
39189
39190 2004-01-28  Julien MOUTTE <julien@moutte.net>
39191
39192         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39193         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39194         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39195         (gst_ximagesink_xwindow_destroy):
39196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39197         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39198         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39199         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39200         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39201         correctly cleaning the image created to check xshm calls on succes,
39202         added a lot of XSync calls in X11 functions, and fixed a segfault when
39203         no image format was defined before negotiation happened.
39204
39205 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39206
39207         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39208           use gst_element_get_time to get correct time
39209
39210 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39211
39212         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39213         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39214         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39216         (gst_xvimagesink_check_xshm_calls),
39217         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39218         X plugins are now able to detect that XShm calls will fail even if the
39219         server claims that it has XShm support (remote displays most of the
39220         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39221         so that we use non XShm functions. This feature is almost useless for
39222         xvimagesink as Xv is not supported on remote displays anyway, but
39223         it might happen than even on the local display XShm calls fail.
39224
39225 2004-01-27  David Schleef  <ds@schleef.org>
39226
39227         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39228         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39229         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39230         changed esdsink to only use 44100,16,2, since esd sucks at rate
39231         conversion and esdsink has had difficulty negotiating.
39232
39233 2004-01-27  Julien MOUTTE <julien@moutte.net>
39234
39235         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39236         (gst_play_seek_to_time): Fixing the way to get current position.
39237
39238 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39239
39240         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39241           use gst_element_get_time to get correct time
39242
39243 2004-01-27  Julien MOUTTE <julien@moutte.net>
39244
39245         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39246         fix ever... Inverting 2 lines of code make spider autoplug correctly
39247         tagged mp3 !
39248
39249 2004-01-27  David Schleef  <ds@schleef.org>
39250
39251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39252         Use gst_pad_try_set_caps_nonfixed().
39253
39254 2004-01-27  David Schleef  <ds@schleef.org>
39255
39256         * gst/ac3parse/gstac3parse.c: update to checklist 5
39257         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39258         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39259         * gst/audioscale/gstaudioscale.c: same
39260         * gst/auparse/gstauparse.c: same
39261         * gst/avi/gstavidemux.c: same
39262
39263 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39264
39265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39266           stop processing after EOS
39267
39268 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39269
39270         * gst/asfdemux/asfheaders.h:
39271         * gst/asfdemux/gstasfdemux.c:
39272         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39273         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39274         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39275           lot's of fixes to make data extraction simpler and get the code
39276           architecture and compiler independant. Add debugging category
39277         * gst/goom/gstgoom.c: (gst_goom_change_state):
39278           reset channel count on PAUSED=>READY, not READY=>PAUSED
39279
39280 2004-01-26  Colin Walters  <walters@verbum.org>
39281
39282         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39283         code to pull a bigger buffer in iradio mode.  This as a side effect
39284         makes typefinding work.
39285
39286 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39287
39288         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39289         Fix SVQ3 decoding on PPC
39290
39291 2004-01-26  Julien MOUTTE <julien@moutte.net>
39292
39293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39294         that one managed to stay there... Fixed.
39295
39296 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39297
39298         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39299         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39300         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39301         (qtdemux_video_caps):
39302         * gst/qtdemux/qtdemux.h:
39303         Add SVQ3 specific flags to qtdemux and ffmpeg
39304
39305 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39306
39307         * gst-libs/gst/audio/audio.h:
39308           remove buffer-frames from audio caps
39309         * gst/audioconvert/gstaudioconvert.c:
39310           fix plugin to really work.
39311
39312 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39313
39314         * gst-libs/gst/mixer/mixer.c:
39315         * gst-libs/gst/propertyprobe/propertyprobe.c:
39316         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39317         (gst_tuner_find_channel_by_name):
39318         * gst-libs/gst/tuner/tuner.h:
39319           Add gtk-doc style comments. Also fix a function name.
39320
39321 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39322
39323         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39324         (gst_divxdec_negotiate):
39325           Fix for new capsnego - also fixes gst-player with divxdec.
39326
39327 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39328
39329         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39330         (gst_play_identity_handoff), (gst_play_set_location),
39331         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39332         try in visualization implementation. Still have an issue with switch
39333         blocking when pulling from video_queue and only audio comes out of
39334         spider.
39335         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39336         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39337         release method. And check if the pad is usable before pulling.
39338
39339 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39340
39341         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39342         (gst_videobalance_init),
39343         (gst_videobalance_colorbalance_list_channels),
39344         (gst_videobalance_colorbalance_set_value),
39345         (gst_videobalance_colorbalance_get_value),
39346         (gst_videobalance_update_properties),
39347         (gst_videobalance_update_tables_planar411),
39348         (gst_videobalance_planar411):
39349         * gst/videofilter/gstvideobalance.h:
39350           Implement lookup-tables. +/- 10x faster.
39351
39352 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39353
39354         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39355         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39356           The index reading was broken. The rest worked fine, but the whole
39357           goal of my rewrite was to make avidemux readable, and this was
39358           not at all readable. Please use typed variables.
39359
39360 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39361
39362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39363           Additional pad usability check.
39364         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39365         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39366         (gst_mp1videoparse_real_chain):
39367           Fix MPEG video stream parsing. The original plugin had several
39368           issues, including not timestamping streams where the source was
39369           not timestamped (this happens with PTS values in mpeg system
39370           streams, but MPEG video is also a valid stream on its own so
39371           that needs timestamps too). We use the display time code for that
39372           for now. Also, if one incoming buffer contains multiple valid
39373           frames, we push them all on correctly now, including proper EOS
39374           handling. Lastly, several potential segfaults were fixed, and we
39375           properly sync on new sequence/gop headers to include them in next,
39376           not previous frames (since they're header for the next frame, not
39377           the previous). Also see #119206.
39378         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39379         (bpf_from_header):
39380           Move caps setting so we only do it after finding several valid
39381           MPEG-1 fraes sequentially, not right after the first one (which
39382           might be coincidental).
39383         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39384         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39385         (plugin_init):
39386           Add unsynced MPEG video stream typefinding, and change some
39387           probability values so we detect streams rightly. The idea is as
39388           follows: I can have an unsynced system stream which contains
39389           video. In the current code, I would randomly get a type for either
39390           system or video stream type found, because the probabilities are
39391           being calculated rather randomly. I now use fixed values, so we
39392           always prefer system stream if that was found (and that is how it
39393           should be). If no system stream was found, we can still identity                the stream as video-only.
39394
39395 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39396
39397         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39398         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39399           don't write to buffer. Extract data without the need of
39400           __attribute__ ((packed))
39401
39402 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39403
39404         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39405         (mpeg1_sys_type_find):
39406           Fix MPEG-1 stream typefinding.
39407
39408 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39409
39410         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39411           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39412
39413 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39414
39415         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39416         * ext/esd/gstesd.c: (plugin_init):
39417           private debugging, better error reporting
39418
39419 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39420
39421         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39422         (gst_riff_read_init), (gst_riff_read_change_state):
39423         * gst-libs/gst/riff/riff-read.h:
39424           Remove stuff fromold metadata system.
39425
39426 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39427
39428         * ext/ogg/gstoggdemux.c:
39429           Fix wrong file comment.
39430         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39431         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39432           Add metadata reading properly.
39433
39434 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39435
39436         * ext/Makefile.am:
39437           Fix nas DIST_SUBDIRS
39438           Uraeus:
39439           Fix bug where make distcheck doesn't get run on adding stuff to
39440           the build.
39441
39442 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39443
39444         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39445         * ext/divx/gstdivxdec.h:
39446           Fix divx3 ("msmpeg4") playback using divxdec.
39447
39448 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39449
39450         * gst/typefind/gsttypefindfunctions.c:
39451         (mp3_type_frame_length_from_header): fix bug in length computation
39452         (mp3_type_find): improve debugging output
39453
39454 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39455
39456         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39457         (gst_play_set_location), (gst_play_seek_to_time),
39458         (gst_play_set_audio_sink), (gst_play_set_visualization),
39459         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39460         the pipeline from scratch. Visualization is back and switch went out as
39461         i realized it was not possible to use the way i wanted.
39462         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39463         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39464         clearing in state change from READY to NULL. So that one can clean the
39465         X ressources keeping the element.
39466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39467         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39468         (gst_xvimagesink_colorbalance_set_value),
39469         (gst_xvimagesink_colorbalance_get_value),
39470         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39471         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39472         change from READY to NULL and fixed some stupid bugs in colorbalance
39473         get/set values. Also added the following feature : when nobody tries to
39474         set some values to the colorbalance levels before the xcontext is
39475         grabbed, then when creating channels list from Xv attributes we set the
39476         internal values to the Xv defaults. This way we handle buggy Xv drivers
39477         that set default hue values far from the middle of the range (Thanks
39478         to Jon Trowbridge for pointing that issue).
39479         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39480         colorbalance levels have been set before xcontext is grabbed.
39481
39482 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39483
39484         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39485           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39486           it might block operations (which is bad for a mixer).
39487
39488 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39489
39490         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39491         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39492         (gmip_find_type_pre):
39493         * gst-libs/gst/media-info/media-info-priv.h:
39494         * gst-libs/gst/media-info/media-info.c:
39495         (gst_media_info_instance_init), (gst_media_info_read_idler):
39496         add fakesink to get caps on decoder src pad again
39497         fix callback prototype to match new have_type signal signature
39498
39499 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39500
39501         * gst/adder/gstadder.c: (gst_adder_link):
39502           fix non-compile and cut-n-paste code
39503
39504 2004-01-21  David Schleef  <ds@schleef.org>
39505
39506         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39507         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39508         (gst_swfdec_init), (gst_swfdec_change_state):
39509         * ext/swfdec/gstswfdec.h:
39510         Fix negotiation.
39511         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39512         (gst_adder_request_new_pad): Fix negotiation.
39513         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39514         Add a fixate function.
39515         * gst/intfloat/gstfloat2int.c:
39516         * gst/intfloat/gstfloat2int.h:
39517         * gst/intfloat/gstint2float.c:
39518         * gst/intfloat/gstint2float.h:
39519         Completely rewrite the negotiation.  Doesn't quite work yet,
39520         due to some buffer-frames problem.
39521
39522 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39523
39524         * ext/gnomevfs/gstgnomevfssrc.c:
39525         * sys/v4l2/v4l2_calls.h:
39526           fix includes for distcheck
39527
39528 2004-01-21  Christian Schaller <uraeus@gnome.org>
39529
39530         * ext/nas/
39531         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39532         based on earlier patch from Laurent Vivier
39533
39534 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39535
39536         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39537         Fix wma caps property
39538         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39539         Fix typo (flags1 and flags2)
39540
39541 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39542
39543         * gst-libs/gst/media-info/media-info-priv.c:
39544         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39545         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39546         (gmip_find_stream), (gmip_find_track_metadata),
39547         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39548         (gmip_find_track_format):
39549         * gst-libs/gst/media-info/media-info-priv.h:
39550         * gst-libs/gst/media-info/media-info-test.c: (main):
39551         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39552         (gst_media_info_read_idler), (gst_media_info_read):
39553         * gst-libs/gst/media-info/media-info.h:
39554           register debugging category and use it for debugging
39555
39556 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39557
39558         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39559         (gst_vorbisfile_new_link):
39560           signal streaminfo through tags
39561
39562 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39563
39564         * ext/mplex/gstmplex.cc:
39565         * ext/mplex/gstmplexibitstream.cc:
39566           g++ doesn't like NULL in our i18n/error macros, should be
39567           either (NULL) or ("").
39568
39569 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39570
39571         * sys/dxr3/dxr3audiosink.c:
39572         * sys/dxr3/dxr3init.c:
39573         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39574         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39575           Fix more error error error errors (missing includes here).
39576
39577 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39578
39579         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39580           fix thomas' error errors.
39581
39582 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39583
39584         * ext/mpeg2enc/gstmpeg2enc.cc:
39585           fix error errors.
39586
39587 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39588
39589         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39590         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39591           Fix for new error system.
39592
39593 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39594
39595         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39596           fix for new error reporting
39597
39598 2004-01-20  David Schleef  <ds@schleef.org>
39599
39600         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39601         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39602         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39603         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39604         and neither is 100+, most likely.
39605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39606         (gst_xvimagesink_getcaps): same
39607
39608 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39609
39610         * configure.ac:
39611           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39612           clashes with ffmpeg.
39613
39614 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39615
39616         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39617         (gst_switch_init): Fixed switch element : proxying link and setting
39618         caps from src to sink on request.
39619
39620 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39621
39622         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39623         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39624         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39625         fix element_error
39626
39627 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39628
39629         * sys/v4l/v4l_calls.h:
39630         * sys/v4l2/v4l2_calls.h:
39631           element_error fixes
39632
39633 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39634
39635         * gst-libs/gst/gst-i18n-plugin.h:
39636           add locale.h
39637           remove config.h inclusion
39638
39639 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39640
39641         * autogen.sh:
39642           adding autopoint invocation
39643         * Makefile.am:
39644         * configure.ac:
39645         * gst-libs/gst/gettext.h:
39646           adding gettext bits
39647         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39648         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39649         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39650         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39651         (gst_gnomevfssink_close_file):
39652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39653         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39654         * gst-libs/gst/gst-i18n-plugin.h:
39655         * gst/avi/gstavi.c: (plugin_init):
39656         * sys/dxr3/dxr3init.c: (plugin_init):
39657         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39658         * sys/oss/gstossaudio.c: (plugin_init):
39659         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39660         * sys/v4l/gstv4l.c: (plugin_init):
39661         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39662         * sys/v4l2/gstv4l2.c: (plugin_init):
39663         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39664         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39665         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39666         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39667         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39668         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39669           make sure locale and translation domain are set
39670           fix translated strings
39671         * po/.cvsignore:
39672         * po/LINGUAS:
39673         * po/Makevars:
39674         * po/POTFILES.in:
39675         * po/nl.po:
39676           put translation files into place
39677         * sys/xvideo/imagetest.c: (main):
39678         * ext/dv/demo-play.c: (main):
39679           fix unnecessary translations
39680
39681 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39682
39683         * ext/sndfile/gstsf.c:
39684         * gst/avi/gstavimux.c:
39685         * ext/audiofile/gstafsink.c:
39686         * ext/audiofile/gstafsrc.c:
39687         * ext/gnomevfs/gstgnomevfssink.c:
39688         * ext/gnomevfs/gstgnomevfssrc.c:
39689         * sys/oss/gstosselement.c:
39690         * sys/v4l/v4l_calls.h:
39691           fix i18n include
39692
39693 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39694
39695         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39696         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39697         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39698         (gst_v4l2_get_output), (gst_v4l2_set_output),
39699         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39700         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39701         (gst_v4l2_set_attribute):
39702         update to new error handling
39703
39704 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39705
39706         * ext/sidplay/gstsiddec.cc:
39707         * gst/modplug/gstmodplug.cc:
39708           parenthese NULL because C++ seems angry about it
39709
39710 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39711
39712         * gst-libs/gst/gst-i18n-plugin.h:
39713           add skeleton i18n stuff, but needs to be further implemented
39714
39715 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39716
39717         * examples/gstplay/player.c: (main):
39718         * ext/aalib/gstaasink.c: (gst_aasink_open):
39719         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39721         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39722         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39723         (gst_afsink_close_file):
39724         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39725         (gst_afsrc_close_file):
39726         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39727         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39728         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39729         * ext/esd/esdmon.c: (gst_esdmon_get):
39730         * ext/esd/esdsink.c: (gst_esdsink_chain):
39731         * ext/faac/gstfaac.c: (gst_faac_chain):
39732         * ext/faad/gstfaad.c: (gst_faad_chain):
39733         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39734         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39735         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39736         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39737         (gst_flacdec_loop):
39738         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39739         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39740         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39741         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39742         (gst_gnomevfssink_close_file):
39743         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39744         (gst_gnomevfssrc_open_file):
39745         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39746         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39747         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39748         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39749         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39750         * ext/mad/gstmad.c: (gst_mad_chain):
39751         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39752         * ext/mpeg2dec/gstmpeg2dec.c:
39753         * ext/mpeg2enc/gstmpeg2enc.cc:
39754         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39755         * ext/mplex/gstmplex.cc:
39756         * ext/mplex/gstmplexibitstream.cc:
39757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39758         (gst_ogg_demux_push), (gst_ogg_pad_push):
39759         * ext/raw1394/gstdv1394src.c:
39760         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39761         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39762         * ext/sidplay/gstsiddec.cc:
39763         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39764         (gst_sf_loop):
39765         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39766         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39767         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39769         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39770         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39771         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39772         * gst-libs/gst/Makefile.am:
39773         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39774         (gst_riff_read_element_data), (gst_riff_read_seek),
39775         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39776         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39778         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39779         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39780         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39781         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39782         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39783         * gst/goom/gstgoom.c: (gst_goom_chain):
39784         * gst/id3/gstid3types.c: (gst_id3types_loop):
39785         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39786         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39787         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39788         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39789         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39790         (gst_ebml_read_float), (gst_ebml_read_header):
39791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39792         (gst_matroska_demux_parse_blockgroup):
39793         * gst/modplug/gstmodplug.cc:
39794         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39796         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39797         * gst/silence/gstsilence.c: (gst_silence_get):
39798         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39799         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39800         * gst/speed/gstspeed.c: (speed_loop):
39801         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39802         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39803         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39804         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39805         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39806         (gst_wavparse_loop):
39807         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39808         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39809         (dxr3audiosink_close):
39810         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39811         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39812         (dxr3videosink_close), (dxr3videosink_write_data):
39813         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39814         * sys/oss/gstosselement.h:
39815         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39816         (gst_osssink_chain):
39817         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39818         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39821         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39822         (gst_v4l_enable_overlay):
39823         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39824         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39825         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39826         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39827         (gst_v4l_set_audio):
39828         * sys/v4l/v4l_calls.h:
39829         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39830         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39831         (gst_v4lmjpegsink_playback_init),
39832         (gst_v4lmjpegsink_playback_start):
39833         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39834         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39835         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39836         (gst_v4lmjpegsrc_requeue_frame):
39837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39838         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39839         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39840         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39842         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39843         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39844         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39845         (gst_v4l2src_capture_stop):
39846         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39847         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39848         (gst_ximagesink_chain):
39849         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39850         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39851         (gst_xvideosink_xwindow_new):
39852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39853         (gst_xvimagesink_chain):
39854         use new error signal, function and categories
39855
39856 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39857
39858         * configure.ac:
39859         * ext/Makefile.am:
39860         * ext/musicbrainz/gsttrm.c:
39861         * ext/musicbrainz/gsttrm.h:
39862         * ext/musicbrainz/Makefile.am:
39863         Add a trm plugin
39864
39865 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39866
39867         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39868         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39869         synchronous property for debugging.
39870         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39872         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39873         smaller block, fixing indent.
39874
39875 2004-01-16  David Schleef  <ds@schleef.org>
39876
39877         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39878         property affects the video stream.
39879         * sys/xvimage/xvimagesink.c:
39880         * sys/xvimage/xvimagesink.h:
39881         Add synchronous property for debugging.  Should probably be
39882         disabled in non-CVS builds.  Make sure that the Xv attribute
39883         exists before we set it (crash!).  Fix a silly float bug that
39884         caused colorbalance to just not work.
39885
39886 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39887
39888         * tools/gst-launch-ext.in - update for new plugins
39889
39890 2004-01-16  David Schleef  <ds@schleef.org>
39891
39892         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39893         already-freed caps.
39894
39895 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39896
39897         * Update spec for new colorspace plugin and libcaca plugin
39898         * Fix compilation of libcaca plugin (clock -> id)
39899
39900 2004-01-16  Julien MOUTTE <julien@moutte.net>
39901
39902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39903         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39904         (gst_xvimagesink_set_xwindow_id),
39905         (gst_xvimagesink_colorbalance_set_value),
39906         (gst_xvimagesink_colorbalance_get_value),
39907         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39908         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39909         correct colorbalance properties. They can now be set when the element
39910         is still in NULL state. The values will be committed to the Xv Port
39911         when xcontext is initialized.
39912         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39913         brightness int values in the GstXvImagesink structure.
39914
39915 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39916
39917         * gst-libs/gst/Makefile.am:
39918           restructure so having local patches works easier.
39919
39920 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39921
39922         * ext/mpeg2enc/Makefile.am:
39923         * ext/mpeg2enc/gstmpeg2enc.cc:
39924         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39925           Bugfix with respect to EOS handling.
39926
39927 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39928
39929         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39930           Link with right caps (else, it segfaults).
39931         * ext/mplex/gstmplexjob.cc:
39932           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39933
39934 2004-01-15  David Schleef  <ds@schleef.org>
39935
39936         * gst-libs/gst/audio/Makefile.am:
39937         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39938         from the template.
39939         * gst-libs/gst/audio/gstaudiofilter.c:
39940         * gst-libs/gst/audio/gstaudiofilter.h:
39941         Add bytes_per_sample and size and n_samples calculation.
39942         * gst-libs/gst/audio/gstaudiofilterexample.c:
39943         Remove, now autogenerated.
39944         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39945         Moved from gstaudiofilterexample, object name changed, code added
39946         so that it actually works.
39947         * gst-libs/gst/audio/make_filter:
39948         Script to build an audiofilter subclass from the template.
39949         * gst/colorspace/Makefile.am:
39950         * gst/colorspace/yuv2yuv.c:
39951         Remove file, since it's GPL, and we don't use it.
39952
39953 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39954
39955         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39957         them use the buffer free function to test how the buffer was allocated.
39958
39959 2004-01-15  David Schleef  <ds@schleef.org>
39960
39961         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39962         that handles osssink fallback.
39963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39964         (gst_audio_convert_getcaps):
39965         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39966         Add audio/x-qdm2 for QDM2 audio.
39967         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39968         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39969         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39970         Decrease minimum size to 16x16.
39971         * gst/wavparse/gstwavparse.c:
39972         Convert disabled pad template caps to new caps.
39973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39975         (gst_xvimagesink_chain): Throw element error when display cannot
39976         be opened.  Increase minimum framerate to 1.0.  Check the data
39977         free function on a buffer to make sure it is the type we expect
39978         before manipulating it.
39979
39980 2004-01-15  Julien MOUTTE <julien@moutte.net>
39981
39982         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39983         (gst_videobalance_colorbalance_set_value): Implement passthru if
39984         settings are in the middle.
39985         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39986
39987 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39988
39989         * gst/videofilter/Makefile.am:
39990         * gst/volume/Makefile.am:
39991           Since we use videofilter symbols, link to it.
39992
39993 2004-01-15  Julien MOUTTE <julien@moutte.net>
39994
39995         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39996         mixer interface type to HARDWARE.
39997         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39998         type to SOFTWARE.
39999         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40000         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40001         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40002         (gst_volume_interface_init), (gst_volume_list_tracks),
40003         (gst_volume_set_volume), (gst_volume_get_volume),
40004         (gst_volume_set_mute), (gst_volume_mixer_init),
40005         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40006         (volume_init): Implementing mixer interface.
40007         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40008         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40009         (gst_osselement_change_state): Removing some trailing commas in
40010         structures.
40011         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40012         interface type to HARDWARE.
40013         * sys/v4l/gstv4lcolorbalance.c:
40014         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40015         type to HARDWARE.
40016         * sys/v4l2/gstv4l2colorbalance.c:
40017         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40018         interface type to HARDWARE.
40019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40020         same code than ximagesink for event handling.
40021
40022 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40023
40024         * ext/snapshot/Makefile.am:
40025         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40026         (gst_snapshot_chain):
40027         * ext/snapshot/gstsnapshot.h:
40028           This has to be a joke... Snapshot should be connected to a tee,
40029           colorspace element before it and EOS after that, where the other
40030           src of the tee receives normal data.
40031           The current way is *wrong*.
40032
40033 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40034
40035         * ext/hermes/gsthermescolorspace.c:
40036           Fix another compile error. Same as below.
40037
40038 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40039
40040         * gst/colorspace/gstcolorspace.c:
40041         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40042         (gst_colorspace_i420_to_yv12):
40043           Fix compiling... Didn't test if it actually works.
40044
40045 2004-01-15  David Schleef  <ds@schleef.org>
40046
40047         * configure.ac:
40048         * gst/colorspace/Makefile.am:
40049         * gst/colorspace/gstcolorspace.c:
40050         * gst/colorspace/gstcolorspace.h:
40051         * gst/colorspace/yuv2rgb.c:
40052         * gst/colorspace/yuv2rgb.h:
40053         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40054         code and GPL code.  Fix for new caps negotiation.  Rewrite
40055         much of the format handling code, and some of the conversion
40056         code.  Basically, rewrote almost everything.  This element
40057         handles I420, YV12 to RGB conversions.
40058         * ext/hermes/Makefile.am:
40059         * ext/hermes/gsthermescolorspace.c:
40060         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40061         Remove non-Hermes related code.  This element handles lots of
40062         RGB to RGB conversions, but no YUV.
40063         * ext/hermes/gstcolorspace.c:
40064         * ext/hermes/gstcolorspace.h:
40065         * ext/hermes/rgb2yuv.c:
40066         * ext/hermes/yuv2rgb.c:
40067         * ext/hermes/yuv2rgb.h:
40068         * ext/hermes/yuv2rgb_mmx16.s:
40069         * ext/hermes/yuv2yuv.c:
40070         * ext/hermes/yuv2yuv.h:
40071         Remove old code.
40072
40073 2004-01-14  Colin Walters  <walters@verbum.org>
40074
40075         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40076         they've already been.
40077
40078 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40079
40080         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40081           assume tag mode when pad is not connected
40082
40083 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40084
40085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40086           Don't update the time of the clock
40087         (gst_alsa_sink_loop):
40088           sync to the clock given to alsasink, not the own clock
40089         * sys/oss/gstosssink.c: (gst_osssink_chain):
40090           sync to the clock
40091         (gst_osssink_change_state):
40092           activate the clock
40093         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40095           remove bogus code that made DISCONT events unhandled
40096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40097           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40098           #131502)
40099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40100         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40101         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40102           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40103           2nd warning in bug #131502)
40104
40105 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40106
40107         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40108         (gst_videobalance_colorbalance_set_value),
40109         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40110         for colorbalance interface implementation.
40111         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40112         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40113         (gst_ximagesink_dispose), (gst_ximagesink_init),
40114         (gst_ximagesink_class_init): Adding DISPLAY property.
40115         * sys/ximage/ximagesink.h: Adding display_name to store display.
40116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40117         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40118         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40119         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40120         properties (they still need polishing though for gst-launch use : no
40121         xcontext yet, i ll do that tomorrow).
40122         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40123
40124 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40125
40126         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40127         (gst_play_set_location), (gst_play_set_visualization): Preparing
40128         switch integration, adding videobalance in the pipeline.
40129
40130 2004-01-14  Julien MOUTTE <julien@moutte.net>
40131
40132         * gst-libs/gst/colorbalance/colorbalance.c:
40133         (gst_color_balance_class_init): Adding a default type.
40134         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40135         the type.
40136         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40137         (gst_videobalance_dispose), (gst_videobalance_class_init),
40138         (gst_videobalance_init), (gst_videobalance_interface_supported),
40139         (gst_videobalance_interface_init),
40140         (gst_videobalance_colorbalance_list_channels),
40141         (gst_videobalance_colorbalance_set_value),
40142         (gst_videobalance_colorbalance_get_value),
40143         (gst_videobalance_colorbalance_init): Implementing colorbalance
40144         interface.
40145         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40146         list.
40147         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40148         bug which was triggering a BadAccess X error when setting an overlay
40149         before pad was really negotiated.
40150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40151         Using the colorbalance type macro.
40152
40153 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40154
40155         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40156         (gst_flacenc_chain):
40157           handle tags correctly
40158         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40159           extract ID3v1 tags correctly
40160
40161 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40162
40163         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40164         (plugin_init):
40165           Improve matroska typefinding for odd-typed headers...
40166
40167 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40168
40169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40170           Fix for using incremental number on padnames.
40171
40172 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40173
40174         * ext/divx/gstdivxdec.c:
40175         * ext/divx/gstdivxenc.c:
40176           Set category to divx4linux instead of divx (too generic).
40177         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40178         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40179         (gst_wavparse_loop), (gst_wavparse_change_state):
40180         * gst/wavparse/gstwavparse.h:
40181           fix parsing of WAV files with non-standard fmt-tag size and fix
40182           skipping of unrecognized chunks... Someone please fix this thing
40183           to use rifflib so all this is automated.
40184         * sys/v4l/Makefile.am:
40185         * sys/v4l2/Makefile.am:
40186           Add X_CFLAGS because we depend on X (for overlay).
40187
40188 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40189
40190         * ext/mpeg2dec/gstmpeg2dec.c:
40191           Don't issue a timestamp unless we tagged the frame
40192           with a PTS.
40193
40194 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40195
40196         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40197           Query the audio element to get the time, not the clock. We're
40198           interested in the element's time here.
40199
40200 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40201
40202         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40204         * ext/esd/esdsink.c: (gst_esdsink_chain):
40205         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40206         * ext/mas/massink.c: (gst_massink_chain):
40207         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40209         (gst_matroska_demux_parse_metadata):
40210         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40211         (gst_mpeg_parse_release_locks):
40212         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40213         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40214         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40215         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40216         (gst_osssink_change_state):
40217         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40218         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40219         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40220         (gst_xvideosink_release_locks):
40221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40222           use element time.
40223         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40224         (gst_alsa_clock_stop):
40225         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40226         (gst_audio_clock_get_internal_time):
40227           simplify for use with new clocking code.
40228         * testsuite/alsa/Makefile.am:
40229         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40230           fix testsuite for new caps system
40231
40232 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40233
40234         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40235         * ext/flac/gstflacenc.c: (add_one_tag):
40236           length is already host endian, no need to convert. Fixes playback of
40237           tagged files on PPC. (bug #128384)
40238
40239 2004-01-13  Julien MOUTTE <julien@moutte.net>
40240
40241         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40242         colorbalance interface stating if it is hardware based or software
40243         based.
40244         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40245         Removing a trailing comma.
40246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40247         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40248         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40249         the documentation seems to be wrong on the -1000 to 1000 interval.
40250
40251 2004-01-12  David Schleef  <ds@schleef.org>
40252
40253         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40254         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40255         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40256         Fix negotiation.  Add a bufferalloc function for the sink pad,
40257         and generally clean up some of the code.
40258
40259 2004-01-12  Julien MOUTTE <julien@moutte.net>
40260
40261         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40262         (gst_color_balance_channel_dispose): Adding safety check in dispose
40263         method.
40264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40265         (gst_xvimagesink_xcontext_clear),
40266         (gst_xvimagesink_interface_supported),
40267         (gst_xvimagesink_colorbalance_list_channels),
40268         (gst_xvimagesink_colorbalance_set_value),
40269         (gst_xvimagesink_colorbalance_get_value),
40270         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40271         Adding colorbalance interface support to set XV parameters such as
40272         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40273         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40274         interface.
40275
40276 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40277
40278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40279         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40280         (gst_audio_convert_init), (gst_audio_convert_set_property),
40281         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40282         (gst_audio_convert_link),
40283         (gst_audio_convert_buffer_to_default_format),
40284         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40285           - implement _getcaps and use it
40286           - improve linking
40287           - remove float caps since no float conversion is actually done
40288           - remove properties and arguments that were to be used for rate
40289             conversion
40290
40291 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40292
40293         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40294         (gst_audio_structure_set_int):
40295         * gst-libs/gst/audio/audio.h:
40296           add helper functions for _getcaps matching the standard audio
40297           templates
40298
40299 2004-01-12  David Schleef  <ds@schleef.org>
40300
40301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40302         Test that pad is negotiated before getting its caps.
40303
40304 2004-01-12  Julien MOUTTE <julien@moutte.net>
40305
40306         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40307         analyzing the pads of an element the bin is mostly in READY state so
40308         no caps were negotiated. This helper function needs to work with
40309         _get_caps directly then. I was not freeing them though, added that to
40310         fix the mem leak.
40311
40312 2004-01-12  Julien MOUTTE <julien@moutte.net>
40313
40314         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40316         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40317         than the free_func.
40318
40319 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40320
40321         * sys/oss/gstossaudio.c: (plugin_init):
40322         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40323         * sys/oss/gstosselement.h:
40324           make an oss debugging category
40325           make failure more descriptive
40326
40327 2004-01-11  David Schleef  <ds@schleef.org>
40328
40329         * ext/ffmpeg/gstffmpeg.c:
40330         * ext/ffmpeg/gstffmpegcodecmap.c:
40331         * ext/ffmpeg/gstffmpegdec.c:
40332         * ext/ffmpeg/gstffmpegenc.c:
40333         * ext/ffmpeg/gstffmpegprotocol.c:
40334         * ext/gdk_pixbuf/gstgdkanimation.c:
40335         * ext/jpeg/gstjpeg.c:
40336         * ext/libpng/gstpng.c:
40337         * ext/mpeg2dec/perftest.c:
40338         * ext/speex/gstspeex.c:
40339         * gst-libs/gst/resample/dtos.c:
40340         * gst/intfloat/gstintfloatconvert.c:
40341         * gst/oneton/gstoneton.c:
40342         * gst/rtjpeg/RTjpeg.c:
40343         * gst/rtp/gstrtp.c:
40344         * sys/dxr3/dxr3init.c:
40345         * sys/glsink/gstgl_nvimage.c:
40346         * sys/glsink/gstgl_pdrimage.c:
40347         * sys/glsink/gstglsink.c:
40348         * testsuite/gst-lint:
40349         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40350
40351 2004-01-11  David Schleef  <ds@schleef.org>
40352
40353         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40354         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40355         * ext/gdk_pixbuf/gstgdkanimation.c:
40356         (gst_gdk_animation_iter_create_pixbuf):
40357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40358         (gst_gdk_pixbuf_chain):
40359         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40360         * ext/jack/gstjack.c: (gst_jack_change_state):
40361         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40362         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40363         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40364         * gst/videofilter/gstvideofilter.c:
40365         (gst_videofilter_set_output_size):
40366         Remove all usage of gst_pad_get_caps(), and replace it with
40367         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40368
40369 2004-01-11  David Schleef  <ds@schleef.org>
40370
40371         * configure.ac:
40372         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40373         * ext/divx/gstdivxdec.c:
40374         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40375         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40376         handle images that span multiple buffers.  Now work with both
40377         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40378         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40379         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40380         video/video.h changes
40381         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40382         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40383         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40384         of GstData free function.
40385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40386         same.
40387
40388 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40389
40390         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40391         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40392         (gst_v4l2element_get_property):
40393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40394           add norm, channel and frequency properties.
40395         * sys/v4l2/gstv4l2tuner.c:
40396           fixes for tuner interface changes
40397         * sys/v4l2/gstv4l2element.h:
40398         * sys/v4l2/gstv4l2src.c:
40399         * sys/v4l2/gstv4l2src.h:
40400         * sys/v4l2/v4l2src_calls.c:
40401         * sys/v4l2/v4l2src_calls.h:
40402           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40403
40404 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40405
40406         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40407         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40408         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40409         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40410         * gst-libs/gst/tuner/tuner.h:
40411           GObjects aren't const.
40412           Add find_by_name functions.
40413           Add checks to _changed functions.
40414         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40415         (gst_v4l_tuner_get_norm):
40416           Fixes for above.
40417
40418 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40419
40420         * gst-libs/gst/video/video.h:
40421           Fix caps template names to be understandable.
40422           Prefix everything with GST_VIDEO.
40423         * ext/aalib/gstaasink.c:
40424         * ext/divx/gstdivxdec.c:
40425         * ext/divx/gstdivxenc.c:
40426         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40427         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40428         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40429         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40430         * ext/libcaca/gstcacasink.c:
40431         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40432         * ext/snapshot/gstsnapshot.c:
40433         * ext/swfdec/gstswfdec.c:
40434         * ext/xvid/gstxviddec.c:
40435         * ext/xvid/gstxvidenc.c:
40436         * gst/chart/gstchart.c:
40437         * gst/deinterlace/gstdeinterlace.c:
40438         * gst/effectv/gsteffectv.c:
40439         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40440         * gst/goom/gstgoom.c:
40441         * gst/median/gstmedian.c:
40442         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40443         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40444         * gst/overlay/gstoverlay.c:
40445         * gst/smooth/gstsmooth.c:
40446         * gst/smpte/gstsmpte.c:
40447         * gst/synaesthesia/gstsynaesthesia.c:
40448         * gst/videocrop/gstvideocrop.c:
40449         * gst/videodrop/gstvideodrop.c:
40450         * gst/y4m/gsty4mencode.c:
40451         * sys/qcam/gstqcamsrc.c:
40452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40453           Make them work with new video.h file.
40454         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40455         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40457         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40458           Make it work with new buffer allocation system.
40459
40460 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40461
40462         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40463         pad_alloc_buffer implementation to use ->srcpad
40464         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40465         pad_alloc_buffer implementation to use ->srcpad
40466         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40467         pad_alloc_buffer implementation to use ->srcpad
40468         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40469         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40470         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40471         a reference to everything we need.
40472         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40474         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40475         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40476         a reference to everything we need.
40477         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40478
40479 2004-01-11  David Schleef  <ds@schleef.org>
40480
40481         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40482         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40483         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40484         structure members.
40485         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40486         value during a resize/renegotiation.
40487         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40488         gst_pad_alloc_buffer();
40489         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40490         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40491         structure members.
40492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40493         Fix for rename of buffer private structure members.
40494         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40495         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40496         Fix for rename of buffer private structure members.
40497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40498         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40499         Fix for rename of buffer private structure members.
40500
40501 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40502
40503         reviewed by: David Schleef <ds@schleef.org>
40504
40505         * gst/videofilter/Makefile.am:
40506         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40507         from the patch by ds to fit in with recent make_filter changes.
40508
40509 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40510
40511         * configure.ac: Adding examples/switch/Makefile
40512         * examples/Makefile.am: Adding examples/switch
40513         * examples/switch/Makefile.am: Adding switcher example.
40514         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40515         (switch_timer), (main): Adding an example demonstrating switch usage
40516         with 2 videotestsrc showing different patterns.
40517         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40518         (gst_switch_init): Fixing switch with the new caps system.
40519
40520 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40521
40522         * gst-libs/gst/video/video.h:
40523           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40524           They should probably be like
40525           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40526
40527 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40528
40529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40530         (qtdemux_parse_trak):
40531           fix audio chunk size/timestamp calculation
40532
40533 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40534
40535         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40536           fix SVQ3 caps
40537
40538 2004-01-11  Steve Baker  <steve@stevebaker.org>
40539
40540         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40541         (gst_agingtv_base_init), (gst_agingtv_class_init),
40542         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40543         (gst_agingtv_set_property), (gst_agingtv_get_property):
40544         Port agingTV to videofilter
40545
40546 2004-01-09  Julien MOUTTE <julien@moutte.net>
40547
40548         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40549         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40550
40551 2004-01-09  Julien MOUTTE <julien@moutte.net>
40552
40553         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40554         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40555         * gst-libs/gst/xoverlay/xoverlay.c:
40556         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40558         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40559         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40560         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40561         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40562         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40563         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40564         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40565         interface implementation to handle xid being 0 and fix some bugs
40566         triggered by Benjamin's testcase.
40567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40568         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40569         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40570         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40571         interface implementation to handle xid being 0 and fix some bugs
40572         triggered by Benjamin's testcase.
40573
40574 2004-01-09  David Schleef  <ds@schleef.org>
40575
40576         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40577         mouse pointer events.  It works.
40578
40579 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40580
40581         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40582           Use explicit caps - fix capsnego.
40583         * ext/xvid/gstxviddec.c:
40584         * ext/xvid/gstxvidenc.c:
40585           Remove macro-inside-macro which caused compile errors.
40586         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40587           Error out if it's not a RIFF file. Else we error out without
40588           gst_element_error() which is not good...
40589
40590 2004-01-08  David Schleef  <ds@schleef.org>
40591
40592         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40593         Fix pad_link function to handle formats that ffmpeg returns
40594         as multiple caps structures.
40595         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40596         Only complain if source buffer is _smaller_ than expected.
40597         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40598         (gst_videoscale_handle_src_event): Resize navigation events
40599         when passing them upstream.
40600         * gst/videotestsrc/gstvideotestsrc.c:
40601         * gst/videotestsrc/gstvideotestsrc.h:
40602         * gst/videotestsrc/videotestsrc.c:
40603         * gst/videotestsrc/videotestsrc.h:
40604         Rewrite many of the buffer painting functions to handle odd
40605         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40606         been verified to work with my video card.
40607         * testsuite/gst-lint:  Add check for elements calling
40608         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40609
40610 2004-01-08  David Schleef  <ds@schleef.org>
40611
40612         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40613         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40614
40615 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40616
40617         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40618         configure event is not emiting the desired size signal. That fixes
40619         aspect ratio issues with gst-player.
40620
40621 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40622
40623         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40624           Fix capsnego.
40625
40626 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40627
40628         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40629         public method to fire size signal.
40630
40631 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40632
40633         * examples/gstplay/Makefile.am: Adding the interface library.
40634         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40635         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40636         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40637         GST_IS_X_OVERLAY before signal connect.
40638         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40639         Removing the have_video_size signal.
40640         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40641         and associated public method.
40642         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40643         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40644         signal.
40645         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40646         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40647         signal.
40648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40649         Using XOverlay public method to fire size signal.
40650
40651 2004-01-07  David Schleef  <ds@schleef.org>
40652
40653         * gst/videofilter/Makefile.am:
40654         * gst/videofilter/gstvideotemplate.c:
40655         * gst/videofilter/make_filter:
40656         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40657         Convert make_filter to /bin/sh script.
40658
40659 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40660
40661         * gst/modplug/gstmodplug.cc: fix element description
40662
40663 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40664
40665         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40666         (got_video_size): Adding some new lines in g_print calls.
40667         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40668         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40669         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40670         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40671         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40672         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40673         Complete code review, reverting some stuff i disagree with, adding
40674         some fixes : time synchronization on invalid timestamps, renegotiation
40675         of private window.
40676         * sys/ximage/ximagesink.h:
40677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40678         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40679         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40680         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40681         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40682         (gst_xvimagesink_buffer_new),
40683         (gst_xvimagesink_navigation_send_event),
40684         (gst_xvimagesink_set_xwindow_id),
40685         (gst_xvimagesink_get_desired_size),
40686         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40687         stuff i disagree with, adding some fixes : Renegotiation of private
40688         window, implementing get_desired_size.
40689
40690 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40691
40692         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40693         (gst_afsink_handle_event):
40694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40695         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40696         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40697         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40698         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40699           Fix for instantiate-test (see core). Also remove dead code from
40700           jpegenc (which still needs fixing, but that's lower on my TODO
40701           list...).
40702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40703           Never return NULL as caps.
40704
40705 2004-01-07  David Schleef  <ds@schleef.org>
40706
40707         * configure.ac:
40708         * ext/Makefile.am:
40709         * ext/librfb/Makefile.am:
40710         * ext/librfb/gstrfbsrc.c:
40711         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40712         is the protocol used by VNC.
40713
40714 2004-01-07  David Schleef  <ds@schleef.org>
40715
40716         * gst/videofilter/gstvideotemplate.c:
40717         * gst/videofilter/gstvideotemplate.h:
40718         * gst/videofilter/make_filter:
40719         Merge videotemplate header into source file.
40720         * gst/effectv/Makefile.am:
40721         * gst/effectv/gsteffectv.c: (plugin_init):
40722         * gst/effectv/gstwarp.c:
40723         Make warpTV a subclass of videofilter.
40724
40725 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40726
40727         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40728           Add guard against invalid utf-8 conversions in mad. Just in case.
40729
40730 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40731
40732         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40733           Fix for bug shown by poisoning
40734
40735 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40736
40737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40738         (gst_v4lmjpegsrc_buffer_free):
40739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40740         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40741         (gst_v4lsrc_buffer_free):
40742           Fix for removed bufferpools.
40743
40744 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40745
40746         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40747         Fix caps negotiation.
40748
40749         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40750         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40751         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40752         (dvdnavsrc_event):
40753         * ext/mpeg2dec/gstmpeg2dec.c:
40754         * gst-libs/gst/navigation/navigation.c:
40755         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40756         * gst-libs/gst/navigation/navigation.h:
40757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40758         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40760         Super-simple first version of mouse and keyboard events. Clicking
40761         on a DVD menu now works, although it may not take you where you
40762         expected.
40763
40764         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40765         * gst/videotestsrc/gstvideotestsrc.c:
40766         (gst_videotestsrc_src_fixate):
40767         These fixate functions were broken - they never actually
40768         fixated :)
40769
40770 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40771
40772         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40773         (gst_icecastsend_init):
40774           fix for new caps system.
40775         * gst-libs/gst/mixer/mixertrack.h:
40776         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40777           Add 'master track' flag (for tools like ACME that only want to
40778           change the main volume).
40779
40780 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40781
40782         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40783         (gst_xvid_csp_to_caps):
40784         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40785         * ext/xvid/gstxvidenc.c:
40786         ifdef out ARGB type when it isn't available
40787         in xvidcore 1.0.0beta2
40788
40789 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40790
40791         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40792           When we have received a new SCR right in the first buffer after
40793           a seek (so in the same cycle that handles the discont), we should
40794           handle the buffer instead of unreffing it, else we lose data.
40795
40796 2004-01-06  Iain <iain@prettypeople.org>
40797
40798         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40799           buffer-frames caps too.
40800
40801         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40802           caps that we need, don't destroy them all and rebuild them. And when
40803           creating src pads, use the src pad template rather than the sink...
40804
40805 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40806
40807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40808           Add pad to element *after* setting functions such as event handler.
40809           Without this, the scheduler (opt) will link pads, set the event
40810           handler from the default event function (dispatcher in gstpad.c)
40811           and *after* that, we will set our own event function, which will
40812           thus never be used (and thus mpegdemux doesn't handle events).
40813
40814 2004-01-04  David Schleef  <ds@schleef.org>
40815
40816         Fix the fixate functions to handle new prototype:
40817         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40818         * gst/videotestsrc/gstvideotestsrc.c:
40819         (gst_videotestsrc_src_fixate):
40820         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40821         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40823
40824 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40825
40826         * sys/ximage/ximagesink.h:
40827         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40828         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40829         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40830         (gst_ximagesink_xoverlay_init):
40831           assorted fixes to make (re)embedding work
40832         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40833         (gst_ximagesink_get_desired_size):
40834           implement desired size additions to XOverlay
40835
40836 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40837
40838         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40839         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40840         (gst_x_overlay_got_desired_size):
40841         * gst-libs/gst/xoverlay/xoverlay.h:
40842           Add optional "desired size" signal and querying.
40843
40844 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40845
40846         * gst/matroska/matroska-demux.c:
40847         (gst_matroska_demux_parse_blockgroup):
40848           Fix EBML-laced block parsing. Diffs are relative to previous
40849           lace, not the first lace. Thanks to Mosu from the Matroska
40850           team for detecting this.
40851         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40852         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40853         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40854         (gst_wavparse_change_state):
40855         * gst/wavparse/gstwavparse.h:
40856           Quickfix for capsnego.
40857
40858 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40859
40860         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40861           Fix indenting, fix pad creation.
40862
40863 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40864
40865         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40866         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40867         (gst_xviddec_sink_link):
40868           Implement src_getcaps() so proper size caps is negotiated.
40869
40870 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40871
40872         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40873           Finish flac decoder on EOS. See #116178.
40874
40875 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40876
40877         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40878         (gst_matroska_demux_add_stream):
40879         * gst/matroska/matroska-ids.h:
40880           Add getcaps() function to fix capsnego...
40881
40882 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40883
40884         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40885         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40886         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40887           Fix more integer overflows. Again, see #126967.
40888
40889 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40890
40891         * ext/mpeg2dec/gstmpeg2dec.c:
40892           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40893           #130416.
40894
40895 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40896
40897         * configure.ac:
40898         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40899         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40900         * ext/xvid/gstxvid.h:
40901         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40902         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40903         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40904         (gst_xviddec_change_state):
40905         * ext/xvid/gstxviddec.h:
40906         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40907         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40908         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40909         (gst_xvidenc_link), (gst_xvidenc_set_property),
40910         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40911         * ext/xvid/gstxvidenc.h:
40912           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40913
40914 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40915
40916         * gst/rtp/rtp-packet.c:
40917           Add sys/types.h include, since OS X doesn't define in_addr_t
40918           in netinet/in.h, like it does on Linux (see #129600).
40919
40920 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40921
40922         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40923
40924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40925           Correct logic of dispose function (see #129306).
40926
40927 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40928
40929         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40931         (gst_mpeg_parse_init):
40932         * gst/mpegstream/gstmpegparse.h:
40933           Remove clock (which was never provided, i.e. dead code), and
40934           also fix integer overflows at high PTS values (see #126967).
40935
40936 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40937
40938         * ext/flac/gstflacdec.c:
40939         * ext/libpng/gstpngenc.h:
40940         * ext/mikmod/gstmikmod.h:
40941           OS X fixes (see #126628).
40942
40943 2004-01-02  David Schleef  <ds@schleef.org>
40944
40945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40946         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40947         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40948         (gst_mpeg_parse_class_init): Move pad template registration
40949         to class_init, since the derived class (mpegdemux) doesn't
40950         want them.
40951
40952 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40953
40954         * sys/ximage/Makefile.am:
40955         * sys/xvideo/Makefile.am:
40956         * sys/xvimage/Makefile.am:
40957           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40958           after installation (see #127664).
40959
40960 2004-01-02  David Schleef  <ds@schleef.org>
40961
40962         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40963         (gst_ffmpegenc_connect):  Negotiation fixes.
40964         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40965         Remove inappropriate gst_caps_free().
40966         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40967         Reenable Ronald's internal resize code, since the core handles
40968         it correctly now.
40969
40970 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40973         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40975           Fix pad template stuff.
40976
40977 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40978
40979         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40980         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40981           fix signed integer reading/writing.
40982
40983 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40984
40985         * ext/alsa/README:
40986           Remove outdated document
40987
40988 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40989
40990         * gst/cutter/gstcutter.c: (gst_cutter_init):
40991           src pad was being created twice - oops.
40992
40993 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40994
40995         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40996           Comment out internal resize. It doesn't handle the resulting
40997           XEvent internally, does another try_set_caps() which leads to
40998           a really nice loop.
40999           Real fix will come when Julien and Dave are awake. ;).
41000
41001 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41002
41003         * ext/mpeg2enc/gstmpeg2enc.cc:
41004           fix const/nonconst compile issue.
41005
41006 2004-01-02  David Schleef  <ds@schleef.org>
41007
41008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41009         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41010         Add fixate function and a check for bad formats.
41011
41012 2004-01-01  David Schleef  <ds@schleef.org>
41013
41014         Negotiation fixes:
41015         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41016         (gst_audiofilter_init):
41017         * gst/debug/efence.c: (gst_efence_init):
41018         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41019         (gst_deinterlace_init):
41020         * gst/volume/gstvolume.c: (volume_connect):
41021
41022 2004-01-01  David Schleef  <ds@schleef.org>
41023
41024         Convert elements to use gst_pad_use_explicit_caps() where
41025         appropriate:
41026         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41027         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41028         (gst_afparse_open_file):
41029         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41030         (gst_afsrc_open_file):
41031         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41032         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41033         (gst_ffmpegdec_chain):
41034         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41035         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41036         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41037         (gst_gdk_pixbuf_chain):
41038         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41039         (gst_jpegdec_chain):
41040         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41041         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41042         (gst_mikmod_negotiate):
41043         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41044         (gst_mpeg2dec_negotiate_format):
41045         * ext/mpeg2enc/gstmpeg2enc.cc:
41046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41047         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41048         (gst_speexdec_sinkconnect):
41049         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41050         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41051         (gst_vorbisfile_new_link):
41052         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41053         (gst_ac3parse_chain):
41054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41055         (gst_asf_demux_setup_pad):
41056         * gst/auparse/gstauparse.c: (gst_auparse_init),
41057         (gst_auparse_chain):
41058         * gst/id3/gstid3types.c: (gst_id3types_loop):
41059         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41060         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41061         (mp1videoparse_parse_seq):
41062         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41063         (bpf_from_header):
41064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41065         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41066         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41067         (gst_mpeg_parse_send_data):
41068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41069         (gst_qtdemux_add_stream):
41070         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41071         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41072         (gst_wavparse_parse_fmt):
41073
41074 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41075
41076         * configure.ac:
41077           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41078           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41079           it therefore uses the wrong include paths. Too bad... Note
41080           that 1.6.1.93 is not release yet. ;).
41081           Also add a check for mplex, which is now using the lib'ified
41082           mplex from mjpegtools, too.
41083         * ext/ffmpeg/gstffmpegcodecmap.c:
41084           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41085           issues. I don't think ffmpeg handles 3ivx correctly, so this
41086           probably won't work. But it won't hurt either.
41087         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41088         (gst_ffmpegdec_chain):
41089         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41090         (gst_ffmpegenc_chain_audio):
41091           Fix memleak in audio encoding. Close codec if open fails, this
41092           calls the cleanup routines so we can re-use the context.
41093         * ext/mpeg2enc/gstmpeg2enc.cc:
41094           Fix pad template names/types, fix memory issue with getcaps().
41095         * ext/mpeg2enc/gstmpeg2encoder.cc:
41096         * ext/mpeg2enc/gstmpeg2encoder.hh:
41097           Fix compile issue with new caps system (const thingy).
41098         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41099         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41100           We read a first frame right on initing, so that we have a caps
41101           when we init the output. This caps is cached in padprivate and
41102           read as first frame.
41103         * ext/mplex/Makefile.am:
41104         * ext/mplex/gstmplex.cc:
41105         * ext/mplex/gstmplex.h:
41106         * ext/mplex/gstmplex.hh:
41107         * ext/mplex/gstmplexibitstream.cc:
41108         * ext/mplex/gstmplexibitstream.hh:
41109         * ext/mplex/gstmplexjob.cc:
41110         * ext/mplex/gstmplexjob.hh:
41111         * ext/mplex/gstmplexoutputstream.cc:
41112         * ext/mplex/gstmplexoutputstream.hh:
41113           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41114           had issues, didn't do capsnego, supported only a subset of the
41115           mplex features and required a mplex fork in our local CVS. Plus
41116           that it worked agaist a very old mplex version. Rewriting was
41117           faster than updating it.
41118         * gst-libs/ext/Makefile.am:
41119         * gst-libs/ext/mplex/INSTRUCT:
41120         * gst-libs/ext/mplex/Makefile.am:
41121         * gst-libs/ext/mplex/README:
41122         * gst-libs/ext/mplex/TODO:
41123         * gst-libs/ext/mplex/ac3strm_in.cc:
41124         * gst-libs/ext/mplex/audiostrm.hh:
41125         * gst-libs/ext/mplex/audiostrm_out.cc:
41126         * gst-libs/ext/mplex/aunit.hh:
41127         * gst-libs/ext/mplex/bits.cc:
41128         * gst-libs/ext/mplex/bits.hh:
41129         * gst-libs/ext/mplex/buffer.cc:
41130         * gst-libs/ext/mplex/buffer.hh:
41131         * gst-libs/ext/mplex/fastintfns.h:
41132         * gst-libs/ext/mplex/format_codes.h:
41133         * gst-libs/ext/mplex/inputstrm.cc:
41134         * gst-libs/ext/mplex/inputstrm.hh:
41135         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41136         * gst-libs/ext/mplex/mjpeg_logging.cc:
41137         * gst-libs/ext/mplex/mjpeg_logging.h:
41138         * gst-libs/ext/mplex/mjpeg_types.h:
41139         * gst-libs/ext/mplex/mpastrm_in.cc:
41140         * gst-libs/ext/mplex/mpegconsts.cc:
41141         * gst-libs/ext/mplex/mpegconsts.h:
41142         * gst-libs/ext/mplex/mplexconsts.hh:
41143         * gst-libs/ext/mplex/multplex.cc:
41144         * gst-libs/ext/mplex/outputstream.hh:
41145         * gst-libs/ext/mplex/padstrm.cc:
41146         * gst-libs/ext/mplex/padstrm.hh:
41147         * gst-libs/ext/mplex/stillsstream.cc:
41148         * gst-libs/ext/mplex/stillsstream.hh:
41149         * gst-libs/ext/mplex/systems.cc:
41150         * gst-libs/ext/mplex/systems.hh:
41151         * gst-libs/ext/mplex/vector.cc:
41152         * gst-libs/ext/mplex/vector.hh:
41153         * gst-libs/ext/mplex/videostrm.hh:
41154         * gst-libs/ext/mplex/videostrm_in.cc:
41155         * gst-libs/ext/mplex/videostrm_out.cc:
41156         * gst-libs/ext/mplex/yuv4mpeg.cc:
41157         * gst-libs/ext/mplex/yuv4mpeg.h:
41158         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41159         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41160           We don't fork mjpegtools' mplex in our CVS anymore.
41161         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41162         (gst_avi_demux_add_stream):
41163         * gst/avi/gstavidemux.h:
41164           Add getcaps() function for proper caps nego. This makes some
41165           parts of AVI playback/reading work.
41166         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41167           Resize window on new capsnego. This is probably wrong, but
41168           I'm still committing it because with current capsnego, the
41169           first successfull capsnego is auto-fixated, therefore rounded
41170           down to the lowest values in the caps. this results in a 16x16
41171           XWindow that is not reized when real capsnego finishes.
41172           Dave, I see more cases of this, do you know a proper solution?
41173         * tools/gst-launch-ext.in:
41174           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41175
41176 2003-12-31  David Schleef  <ds@schleef.org>
41177
41178         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41179         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41180           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41181
41182 2003-12-30  David Schleef  <ds@schleef.org>
41183
41184         * ext/ffmpeg/gstffmpegcolorspace.c:
41185         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41186         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41187         (gst_ffmpegcsp_chain): Negotiation fixes
41188         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41189         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41190         (gst_audio_convert_link), (gst_audio_convert_channels):
41191         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41192         (gst_audioscale_link), (gst_audioscale_get_buffer),
41193         (gst_audioscale_chain): Negotiation fixes
41194         * gst/audioscale/gstaudioscale.h:
41195         * gst/videofilter/gstvideofilter.c:
41196         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41197         (gst_videofilter_link), (gst_videofilter_init),
41198         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41199         (gst_videofilter_find_format_by_structure):
41200         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41202         (gst_videoscale_link):
41203         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41204         (videoscale_find_by_structure), (gst_videoscale_setup):
41205         * gst/videoscale/videoscale.h: Negotiation fixes
41206         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41207         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41208         function, restrict resizing to a multiple of 4 (hack until
41209         everyone supports odd sizes correctly).
41210
41211 2003-12-29  Colin Walters  <walters@verbum.org>
41212
41213         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41214         signed.
41215
41216 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41217
41218         * ext/sndfile/gstsf.c: (gst_sf_loop):
41219           Fix warning about discarding const qualifier
41220
41221 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41222
41223         * gst/cutter/gstcutter.c:
41224         * gst/videoscale/gstvideoscale.c:
41225         * gst/volenv/gstvolenv.c:
41226         * gst-libs/gst/audio/audio.c:
41227         * gst-libs/gst/video/video.c:
41228           Fix warnings
41229
41230 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41231
41232         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41233           Don't send ALSA debugging to stderr.
41234         * ext/alsa/gstalsa.h:
41235           Use GST_WARNING instead of g_warning when ALSA functions fail.
41236
41237 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41238
41239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41240           Free XVAdapterInfo correctly.
41241
41242 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41243
41244         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41245         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41246           Make id3tag use correct caps nego.
41247
41248 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41249
41250         * ext/ivorbis/vorbis.c:
41251         * ext/ivorbis/vorbisenc.h:
41252         * ext/ivorbis/vorbisfile.c:
41253           Modify so that it uses the new caps things
41254
41255 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41256
41257         * testsuite/spider/spider1.c: (main):
41258         * testsuite/spider/spider2.c: (main):
41259         * testsuite/spider/spider3.c: (main):
41260           Make tests compile again. They probably don't work.
41261
41262 2003-12-24  Colin Walters  <walters@verbum.org>
41263
41264         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41265         we can't fixate the caps anymore.
41266
41267 2003-12-23  David Schleef  <ds@schleef.org>
41268
41269         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41270         * sys/oss/gstosssink.c: (gst_osssink_init),
41271         (gst_osssink_sink_fixate): Add fixate function.
41272
41273 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41274
41275         * ext/ffmpeg/gstffmpegcodecmap.c:
41276         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41277         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41278         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41279         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41280         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41281         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41282         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41283           fix typo in RGB masks, and move back to "old" colorspace
41284           capsnego code until whoever wrote this new crap has actually
41285           tested it so that it works.
41286           And yes, this works, keep it that way please.
41287
41288 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41289
41290         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41291         (gst_divxdec_init), (gst_divxdec_negotiate):
41292         * ext/divx/gstdivxdec.h:
41293         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41294         (gst_divxenc_init):
41295         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41296         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41297         * ext/mpeg2enc/gstmpeg2enc.cc:
41298         * ext/mpeg2enc/gstmpeg2encoder.cc:
41299         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41300         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41301         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41302         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41303         (dxr3spusink_init):
41304         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41305         (dxr3videosink_init):
41306           Fix caps breakage after Dave's caps branch merge.
41307
41308 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41309
41310         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41311           Fix for 24bpp display.
41312
41313 2003-12-23  Colin Walters  <walters@verbum.org>
41314
41315         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41316         a GnomeVFSHandle directly.
41317
41318 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41319
41320         * gst/volume/Makefile.am:
41321         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41322         (volume_base_init), (volume_init):
41323           Reenable volume element and fix to work with new caps stuff.
41324           Rhythmbox needs this.
41325
41326 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41327
41328         * gst/qtdemux/qtdemux.c: (plugin_init):
41329           qtdemux requires bytestream
41330
41331 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41332
41333         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41334           Fix remaining caps handling errors due to CAPS merge.
41335
41336 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41337
41338         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41339         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41340         (gst_faad_srcconnect):
41341           Port to new caps system.
41342
41343 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41344
41345         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41346         (got_video_size), (main): using g_print instead of g_message.
41347         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41348         signal which was not emitted because of "switch" element added to the
41349         bin but not connected. (Removing from the bin temporarily)
41350
41351 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41352
41353         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41354         find X development files. I don't understand the previous tests and
41355         they fail on my debian/ppc unstable. This one works.
41356         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41357         exiting.
41358         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41359         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41360         (gst_play_set_visualization): Add some safety checks in set_ methods
41361         and state_change. This was throwing some ugly CRITICAL messages when
41362         pipeline was getting disposed and casts were failing.
41363
41364 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41365
41366         * configure.ac:
41367           Improve mpeg2enc detection. This is for distributions that do
41368           ship mjpegtools, but without mpeg2enc. Also does object check
41369           for might there ever be ABI incompatibility.
41370         * ext/mpeg2enc/gstmpeg2enc.cc:
41371           Add Andrew as second maintainer (he's helping me), and also add
41372           an error if no caps was set. This happens if I pull before capsnego
41373           and that's something I should solve sometime else.
41374         * gst/matroska/matroska-demux.c:
41375         (gst_matroska_demux_parse_blockgroup):
41376           Fix time parsing.
41377         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41378         (gst_matroska_mux_track_header):
41379           Add caps to templates.
41380         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41381           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41382         * gst/mpegstream/gstmpegdemux.c:
41383           Remove layer since it causes warnings about unfixed caps.
41384         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41385           Fix obvious typo (we error out if caps were set, we should of
41386           course error out if *no* caps were set).
41387         * sys/oss/gstosselement.c: (gst_osselement_convert):
41388           Fix format conversion, we confused bits/bytes.
41389         * sys/oss/gstosselement.h:
41390           Improve documentation for 'bps'.
41391         * sys/v4l/TODO:
41392           Remove stuff about plugins that need removing - this was done
41393           ages ago.
41394         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41395         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41397         (gst_v4lsrc_src_query):
41398         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41399         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41400           Add get_query_types(), get_formats() and query() functions.
41401
41402 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41403
41404         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41405           * moved CVS to freedesktop.org